:root { --el-color-white: #ffffff; --el-color-black: #000000; --el-color-primary-rgb: 55, 207, 165; --el-color-success-rgb: 0, 216, 103; --el-color-warning-rgb: 241, 101, 20; --el-color-danger-rgb: 227, 73, 63; --el-color-error-rgb: 245, 108, 108; --el-color-info-rgb: 31, 33, 40; --el-font-size-extra-large: 20px; --el-font-size-large: 18px; --el-font-size-medium: 16px; --el-font-size-base: 14px; --el-font-size-small: 13px; --el-font-size-extra-small: 12px; --el-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", Arial, sans-serif; --el-font-weight-primary: 500; --el-font-line-height-primary: 24px; --el-index-normal: 1; --el-index-top: 1000; --el-index-popper: 2000; --el-border-radius-base: 4px; --el-border-radius-small: 2px; --el-border-radius-round: 20px; --el-border-radius-circle: 100%; --el-transition-duration: .3s; --el-transition-duration-fast: .2s; --el-transition-function-ease-in-out-bezier: cubic-bezier(.645, .045, .355, 1); --el-transition-function-fast-bezier: cubic-bezier(.23, 1, .32, 1); --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier); --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier); --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier); --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear; --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier); --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier); --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier); --el-component-size-large: 40px; --el-component-size: 32px; --el-component-size-small: 24px; }
:root { color-scheme: light; --el-color-white: #ffffff; --el-color-black: #000000; --el-color-primary: #37CFA5; --el-color-primary-light-3: #73ddc0; --el-color-primary-light-5: #9be7d2; --el-color-primary-light-7: #c3f1e4; --el-color-primary-light-8: #d7f5ed; --el-color-primary-light-9: #ebfaf6; --el-color-primary-dark-2: #2ca684; --el-color-success: #00D867; --el-color-success-light-3: #4de495; --el-color-success-light-5: #80ecb3; --el-color-success-light-7: #b3f3d1; --el-color-success-light-8: #ccf7e1; --el-color-success-light-9: #e6fbf0; --el-color-success-dark-2: #00ad52; --el-color-warning: #F16514; --el-color-warning-light-3: #f5935b; --el-color-warning-light-5: #f8b28a; --el-color-warning-light-7: #fbd1b9; --el-color-warning-light-8: #fce0d0; --el-color-warning-light-9: #fef0e8; --el-color-warning-dark-2: #c15110; --el-color-danger: #E3493F; --el-color-danger-light-3: #eb8079; --el-color-danger-light-5: #f1a49f; --el-color-danger-light-7: #f7c8c5; --el-color-danger-light-8: #f9dbd9; --el-color-danger-light-9: #fcedec; --el-color-danger-dark-2: #b63a32; --el-color-error: #f56c6c; --el-color-error-light-3: #f89898; --el-color-error-light-5: #fab6b6; --el-color-error-light-7: #fcd3d3; --el-color-error-light-8: #fde2e2; --el-color-error-light-9: #fef0f0; --el-color-error-dark-2: #c45656; --el-color-info: #1F2128; --el-color-info-light-3: #626469; --el-color-info-light-5: #8f9094; --el-color-info-light-7: #bcbcbf; --el-color-info-light-8: #d2d3d4; --el-color-info-light-9: #e9e9ea; --el-color-info-dark-2: #191a20; --el-bg-color: #ffffff; --el-bg-color-page: #f2f3f5; --el-bg-color-overlay: #ffffff; --el-text-color-primary: #303133; --el-text-color-regular: #606266; --el-text-color-secondary: #909399; --el-text-color-placeholder: #a8abb2; --el-text-color-disabled: #c0c4cc; --el-border-color: #dcdfe6; --el-border-color-light: #e4e7ed; --el-border-color-lighter: #ebeef5; --el-border-color-extra-light: #f2f6fc; --el-border-color-dark: #d4d7de; --el-border-color-darker: #cdd0d6; --el-fill-color: #f0f2f5; --el-fill-color-light: #f5f7fa; --el-fill-color-lighter: #fafafa; --el-fill-color-extra-light: #fafcff; --el-fill-color-dark: #ebedf0; --el-fill-color-darker: #e6e8eb; --el-fill-color-blank: #ffffff; --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08); --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, .12); --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, .12); --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, .08), 0px 12px 32px rgba(0, 0, 0, .12), 0px 8px 16px -8px rgba(0, 0, 0, .16); --el-disabled-bg-color: var(--el-fill-color-light); --el-disabled-text-color: var(--el-text-color-placeholder); --el-disabled-border-color: var(--el-border-color-light); --el-overlay-color: rgba(0, 0, 0, .8); --el-overlay-color-light: rgba(0, 0, 0, .7); --el-overlay-color-lighter: rgba(0, 0, 0, .5); --el-mask-color: rgba(255, 255, 255, .9); --el-mask-color-extra-light: rgba(255, 255, 255, .3); --el-border-width: 1px; --el-border-style: solid; --el-border-color-hover: var(--el-text-color-disabled); --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color); --el-svg-monochrome-grey: var(--el-border-color); }
.fade-in-linear-enter-active, .fade-in-linear-leave-active { transition: var(--el-transition-fade-linear); }
.fade-in-linear-enter-from, .fade-in-linear-leave-to { opacity: 0; }
.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active { transition: var(--el-transition-fade-linear); }
.el-fade-in-linear-enter-from, .el-fade-in-linear-leave-to { opacity: 0; }
.el-fade-in-enter-active, .el-fade-in-leave-active { transition: all var(--el-transition-duration) cubic-bezier(.55,0,.1,1); }
.el-fade-in-enter-from, .el-fade-in-leave-active { opacity: 0; }
.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active { transition: all var(--el-transition-duration) cubic-bezier(.55,0,.1,1); }
.el-zoom-in-center-enter-from, .el-zoom-in-center-leave-active { opacity: 0; transform: scaleX(0); }
.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active { opacity: 1; transform: scaleY(1); transition: var(--el-transition-md-fade); transform-origin: center top; }
.el-zoom-in-top-enter-active[data-popper-placement^="top"], .el-zoom-in-top-leave-active[data-popper-placement^="top"] { transform-origin: center bottom; }
.el-zoom-in-top-enter-from, .el-zoom-in-top-leave-active { opacity: 0; transform: scaleY(0); }
.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active { opacity: 1; transform: scaleY(1); transition: var(--el-transition-md-fade); transform-origin: center bottom; }
.el-zoom-in-bottom-enter-from, .el-zoom-in-bottom-leave-active { opacity: 0; transform: scaleY(0); }
.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active { opacity: 1; transform: scale(1); transition: var(--el-transition-md-fade); transform-origin: left top; }
.el-zoom-in-left-enter-from, .el-zoom-in-left-leave-active { opacity: 0; transform: scale(0.45); }
.collapse-transition { transition: var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out; }
.el-collapse-transition-leave-active, .el-collapse-transition-enter-active { transition: var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out; }
.horizontal-collapse-transition { transition: var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out; }
.el-list-enter-active, .el-list-leave-active { transition: all 1s ease 0s; }
.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: 2s linear 0s infinite normal none running rotating; }
.el-icon--right { margin-left: 5px; }
.el-icon--left { margin-right: 5px; }
@keyframes rotating { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.el-icon { --color: inherit; height: 1em; width: 1em; line-height: 1em; display: inline-flex; justify-content: center; align-items: center; position: relative; fill: currentcolor; color: var(--color); font-size: inherit; }
.el-icon.is-loading { animation: 2s linear 0s infinite normal none running rotating; }
.el-icon svg { height: 1em; width: 1em; }
.el-affix--fixed { position: fixed; }
.el-alert { --el-alert-padding: 8px 16px; --el-alert-border-radius-base: var(--el-border-radius-base); --el-alert-title-font-size: 13px; --el-alert-description-font-size: 12px; --el-alert-close-font-size: 12px; --el-alert-close-customed-font-size: 13px; --el-alert-icon-size: 16px; --el-alert-icon-large-size: 28px; width: 100%; padding: var(--el-alert-padding); margin: 0px; box-sizing: border-box; border-radius: var(--el-alert-border-radius-base); position: relative; background-color: var(--el-color-white); overflow: hidden; opacity: 1; display: flex; align-items: center; transition: opacity var(--el-transition-duration-fast); }
.el-alert.is-light .el-alert__close-btn { color: var(--el-text-color-placeholder); }
.el-alert.is-dark .el-alert__close-btn, .el-alert.is-dark .el-alert__description { color: var(--el-color-white); }
.el-alert.is-center { justify-content: center; }
.el-alert--success { --el-alert-bg-color: var(--el-color-success-light-9); }
.el-alert--success.is-light { background-color: var(--el-alert-bg-color); color: var(--el-color-success); }
.el-alert--success.is-light .el-alert__description { color: var(--el-color-success); }
.el-alert--success.is-dark { background-color: var(--el-color-success); color: var(--el-color-white); }
.el-alert--info { --el-alert-bg-color: var(--el-color-info-light-9); }
.el-alert--info.is-light { background-color: var(--el-alert-bg-color); color: var(--el-color-info); }
.el-alert--info.is-light .el-alert__description { color: var(--el-color-info); }
.el-alert--info.is-dark { background-color: var(--el-color-info); color: var(--el-color-white); }
.el-alert--warning { --el-alert-bg-color: var(--el-color-warning-light-9); }
.el-alert--warning.is-light { background-color: var(--el-alert-bg-color); color: var(--el-color-warning); }
.el-alert--warning.is-light .el-alert__description { color: var(--el-color-warning); }
.el-alert--warning.is-dark { background-color: var(--el-color-warning); color: var(--el-color-white); }
.el-alert--error { --el-alert-bg-color: var(--el-color-error-light-9); }
.el-alert--error.is-light { background-color: var(--el-alert-bg-color); color: var(--el-color-error); }
.el-alert--error.is-light .el-alert__description { color: var(--el-color-error); }
.el-alert--error.is-dark { background-color: var(--el-color-error); color: var(--el-color-white); }
.el-alert__content { display: table-cell; padding: 0px 8px; }
.el-alert .el-alert__icon { font-size: var(--el-alert-icon-size); width: var(--el-alert-icon-size); }
.el-alert .el-alert__icon.is-big { font-size: var(--el-alert-icon-large-size); width: var(--el-alert-icon-large-size); }
.el-alert__title { font-size: var(--el-alert-title-font-size); line-height: 18px; vertical-align: text-top; }
.el-alert__title.is-bold { font-weight: 700; }
.el-alert .el-alert__description { font-size: var(--el-alert-description-font-size); margin: 5px 0px 0px; }
.el-alert .el-alert__close-btn { font-size: var(--el-alert-close-font-size); opacity: 1; position: absolute; top: 12px; right: 15px; cursor: pointer; }
.el-alert .el-alert__close-btn.is-customed { font-style: normal; font-size: var(--el-alert-close-customed-font-size); top: 9px; }
.el-alert-fade-enter-from, .el-alert-fade-leave-active { opacity: 0; }
.el-aside { overflow: auto; box-sizing: border-box; flex-shrink: 0; width: var(--el-aside-width, 300px); }
.el-autocomplete { position: relative; display: inline-block; }
.el-autocomplete__popper.el-popper { background: var(--el-bg-color-overlay); border: 1px solid var(--el-border-color-light); box-shadow: var(--el-box-shadow-light); }
.el-autocomplete__popper.el-popper .el-popper__arrow::before { border: 1px solid var(--el-border-color-light); }
.el-autocomplete__popper.el-popper[data-popper-placement^="top"] .el-popper__arrow::before { border-top-color: transparent; border-left-color: transparent; }
.el-autocomplete__popper.el-popper[data-popper-placement^="bottom"] .el-popper__arrow::before { border-bottom-color: transparent; border-right-color: transparent; }
.el-autocomplete__popper.el-popper[data-popper-placement^="left"] .el-popper__arrow::before { border-left-color: transparent; border-bottom-color: transparent; }
.el-autocomplete__popper.el-popper[data-popper-placement^="right"] .el-popper__arrow::before { border-right-color: transparent; border-top-color: transparent; }
.el-autocomplete-suggestion { border-radius: var(--el-border-radius-base); box-sizing: border-box; }
.el-autocomplete-suggestion__wrap { max-height: 280px; padding: 10px 0px; box-sizing: border-box; }
.el-autocomplete-suggestion__list { margin: 0px; padding: 0px; }
.el-autocomplete-suggestion li { padding: 0px 20px; margin: 0px; line-height: 34px; cursor: pointer; color: var(--el-text-color-regular); font-size: var(--el-font-size-base); list-style: none; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.el-autocomplete-suggestion li:hover, .el-autocomplete-suggestion li.highlighted { background-color: var(--el-fill-color-light); }
.el-autocomplete-suggestion li.divider { margin-top: 6px; border-top: 1px solid var(--el-color-black); }
.el-autocomplete-suggestion li.divider:last-child { margin-bottom: -6px; }
.el-autocomplete-suggestion.is-loading li { text-align: center; height: 100px; line-height: 100px; font-size: 20px; color: var(--el-text-color-secondary); }
.el-autocomplete-suggestion.is-loading li::after { display: inline-block; content: ""; height: 100%; vertical-align: middle; }
.el-autocomplete-suggestion.is-loading li:hover { background-color: var(--el-bg-color-overlay); }
.el-autocomplete-suggestion.is-loading .el-icon-loading { vertical-align: middle; }
.el-avatar { --el-avatar-text-color: var(--el-color-white); --el-avatar-bg-color: var(--el-text-color-disabled); --el-avatar-text-size: 14px; --el-avatar-icon-size: 18px; --el-avatar-border-radius: var(--el-border-radius-base); --el-avatar-size-large: 56px; --el-avatar-size-small: 24px; --el-avatar-size: 40px; display: inline-flex; justify-content: center; align-items: center; box-sizing: border-box; text-align: center; overflow: hidden; color: var(--el-avatar-text-color); background: var(--el-avatar-bg-color); width: var(--el-avatar-size); height: var(--el-avatar-size); font-size: var(--el-avatar-text-size); }
.el-avatar > img { display: block; height: 100%; }
.el-avatar--circle { border-radius: 50%; }
.el-avatar--square { border-radius: var(--el-avatar-border-radius); }
.el-avatar--icon { font-size: var(--el-avatar-icon-size); }
.el-avatar--small { --el-avatar-size: 24px; }
.el-avatar--large { --el-avatar-size: 56px; }
.el-backtop { --el-backtop-bg-color: var(--el-bg-color-overlay); --el-backtop-text-color: var(--el-color-primary); --el-backtop-hover-bg-color: var(--el-border-color-extra-light); position: fixed; background-color: var(--el-backtop-bg-color); width: 40px; height: 40px; border-radius: 50%; color: var(--el-backtop-text-color); display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: var(--el-box-shadow-lighter); cursor: pointer; z-index: 5; }
.el-backtop:hover { background-color: var(--el-backtop-hover-bg-color); }
.el-backtop__icon { font-size: 20px; }
.el-badge { --el-badge-bg-color: var(--el-color-danger); --el-badge-radius: 10px; --el-badge-font-size: 12px; --el-badge-padding: 6px; --el-badge-size: 18px; position: relative; vertical-align: middle; display: inline-block; width: fit-content; }
.el-badge__content { background-color: var(--el-badge-bg-color); border-radius: var(--el-badge-radius); color: var(--el-color-white); display: inline-flex; justify-content: center; align-items: center; font-size: var(--el-badge-font-size); height: var(--el-badge-size); padding: 0 var(--el-badge-padding); white-space: nowrap; border: 1px solid var(--el-bg-color); }
.el-badge__content.is-fixed { position: absolute; top: 0px; right: calc(1px + var(--el-badge-size) / 2); transform: translateY(-50%) translate(100%); z-index: var(--el-index-normal); }
.el-badge__content.is-fixed.is-dot { right: 5px; }
.el-badge__content.is-dot { height: 8px; width: 8px; padding: 0px; right: 0px; border-radius: 50%; }
.el-badge__content--primary { background-color: var(--el-color-primary); }
.el-badge__content--success { background-color: var(--el-color-success); }
.el-badge__content--warning { background-color: var(--el-color-warning); }
.el-badge__content--info { background-color: var(--el-color-info); }
.el-badge__content--danger { background-color: var(--el-color-danger); }
.el-breadcrumb { font-size: 14px; line-height: 1; }
.el-breadcrumb::before, .el-breadcrumb::after { display: table; content: ""; }
.el-breadcrumb::after { clear: both; }
.el-breadcrumb__separator { margin: 0px 9px; font-weight: 700; color: var(--el-text-color-placeholder); }
.el-breadcrumb__separator.el-icon { margin: 0px 6px; font-weight: 400; }
.el-breadcrumb__separator.el-icon svg { vertical-align: middle; }
.el-breadcrumb__item { float: left; display: flex; align-items: center; }
.el-breadcrumb__inner { color: var(--el-text-color-regular); }
.el-breadcrumb__inner.is-link, .el-breadcrumb__inner a { font-weight: 700; text-decoration: none; transition: var(--el-transition-color); color: var(--el-text-color-primary); }
.el-breadcrumb__inner.is-link:hover, .el-breadcrumb__inner a:hover { color: var(--el-color-primary); cursor: pointer; }
.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover { font-weight: 400; color: var(--el-text-color-regular); cursor: text; }
.el-breadcrumb__item:last-child .el-breadcrumb__separator { display: none; }
.el-button-group { display: inline-block; vertical-align: middle; }
.el-button-group::before, .el-button-group::after { display: table; content: ""; }
.el-button-group::after { clear: both; }
.el-button-group > .el-button { float: left; position: relative; }
.el-button-group > .el-button + .el-button { margin-left: 0px; }
.el-button-group > .el-button:first-child { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.el-button-group > .el-button:last-child { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.el-button-group > .el-button:first-child:last-child { border-top-right-radius: var(--el-border-radius-base); border-bottom-right-radius: var(--el-border-radius-base); border-top-left-radius: var(--el-border-radius-base); border-bottom-left-radius: var(--el-border-radius-base); }
.el-button-group > .el-button:first-child:last-child.is-round { border-radius: var(--el-border-radius-round); }
.el-button-group > .el-button:first-child:last-child.is-circle { border-radius: 50%; }
.el-button-group > .el-button:not(:first-child):not(:last-child) { border-radius: 0px; }
.el-button-group > .el-button:not(:last-child) { margin-right: -1px; }
.el-button-group > .el-button:hover, .el-button-group > .el-button:focus, .el-button-group > .el-button:active { z-index: 1; }
.el-button-group > .el-button.is-active { z-index: 1; }
.el-button-group > .el-dropdown > .el-button { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-left-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--primary:first-child { border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--primary:last-child { border-left-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--primary:not(:first-child):not(:last-child) { border-left-color: var(--el-button-divide-border-color); border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--success:first-child { border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--success:last-child { border-left-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--success:not(:first-child):not(:last-child) { border-left-color: var(--el-button-divide-border-color); border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--warning:first-child { border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--warning:last-child { border-left-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--warning:not(:first-child):not(:last-child) { border-left-color: var(--el-button-divide-border-color); border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--danger:first-child { border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--danger:last-child { border-left-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--danger:not(:first-child):not(:last-child) { border-left-color: var(--el-button-divide-border-color); border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--info:first-child { border-right-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--info:last-child { border-left-color: var(--el-button-divide-border-color); }
.el-button-group .el-button--info:not(:first-child):not(:last-child) { border-left-color: var(--el-button-divide-border-color); border-right-color: var(--el-button-divide-border-color); }
.el-button { --el-button-font-weight: var(--el-font-weight-primary); --el-button-border-color: var(--el-border-color); --el-button-bg-color: var(--el-fill-color-blank); --el-button-text-color: var(--el-text-color-regular); --el-button-disabled-text-color: var(--el-disabled-text-color); --el-button-disabled-bg-color: var(--el-fill-color-blank); --el-button-disabled-border-color: var(--el-border-color-light); --el-button-divide-border-color: rgba(255, 255, 255, .5); --el-button-hover-text-color: var(--el-color-primary); --el-button-hover-bg-color: var(--el-color-primary-light-9); --el-button-hover-border-color: var(--el-color-primary-light-7); --el-button-active-text-color: var(--el-button-hover-text-color); --el-button-active-border-color: var(--el-color-primary); --el-button-active-bg-color: var(--el-button-hover-bg-color); --el-button-outline-color: var(--el-color-primary-light-5); --el-button-hover-link-text-color: var(--el-color-info); --el-button-active-color: var(--el-text-color-primary); }
.el-button { display: inline-flex; justify-content: center; align-items: center; line-height: 1; height: 32px; white-space: nowrap; cursor: pointer; color: var(--el-button-text-color); text-align: center; box-sizing: border-box; outline: none; transition: all 0.1s ease 0s; font-weight: var(--el-button-font-weight); user-select: none; vertical-align: middle; appearance: none; background-color: var(--el-button-bg-color); border-top-style: ; border-top-width: ; border-right-style: ; border-right-width: ; border-bottom-style: ; border-bottom-width: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-color: var(--el-button-border-color); padding: 8px 15px; font-size: var(--el-font-size-base); border-radius: var(--el-border-radius-base); }
.el-button:hover, .el-button:focus { color: var(--el-button-hover-text-color); border-color: var(--el-button-hover-border-color); background-color: var(--el-button-hover-bg-color); outline: none; }
.el-button:active { color: var(--el-button-active-text-color); border-color: var(--el-button-active-border-color); background-color: var(--el-button-active-bg-color); outline: none; }
.el-button:focus-visible { outline: 2px solid var(--el-button-outline-color); outline-offset: 1px; }
.el-button > span { display: inline-flex; align-items: center; }
.el-button + .el-button { margin-left: 12px; }
.el-button.is-round { padding: 8px 15px; }
.el-button [class*="el-icon"] + span { margin-left: 6px; }
.el-button [class*="el-icon"] svg { vertical-align: bottom; }
.el-button.is-plain { --el-button-hover-text-color: var(--el-color-primary); --el-button-hover-bg-color: var(--el-fill-color-blank); --el-button-hover-border-color: var(--el-color-primary); }
.el-button.is-active { color: var(--el-button-active-text-color); border-color: var(--el-button-active-border-color); background-color: var(--el-button-active-bg-color); outline: none; }
.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus { color: var(--el-button-disabled-text-color); cursor: not-allowed; background-image: none; background-color: var(--el-button-disabled-bg-color); border-color: var(--el-button-disabled-border-color); }
.el-button.is-loading { position: relative; pointer-events: none; }
.el-button.is-loading::before { z-index: 1; pointer-events: none; content: ""; position: absolute; inset: -1px; border-radius: inherit; background-color: var(--el-mask-color-extra-light); }
.el-button.is-round { border-radius: var(--el-border-radius-round); }
.el-button.is-circle { border-radius: 50%; padding: 8px; }
.el-button.is-text { color: var(--el-button-text-color); border: 0px solid transparent; background-color: transparent; }
.el-button.is-text.is-disabled { color: var(--el-button-disabled-text-color); background-color: transparent !important; }
.el-button.is-text:not(.is-disabled):hover, .el-button.is-text:not(.is-disabled):focus { background-color: var(--el-fill-color-light); }
.el-button.is-text:not(.is-disabled):focus-visible { outline: 2px solid var(--el-button-outline-color); outline-offset: 1px; }
.el-button.is-text:not(.is-disabled):active { background-color: var(--el-fill-color); }
.el-button.is-text:not(.is-disabled).is-has-bg { background-color: var(--el-fill-color-light); }
.el-button.is-text:not(.is-disabled).is-has-bg:hover, .el-button.is-text:not(.is-disabled).is-has-bg:focus { 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: 0.3em; margin-right: -0.3em; }
.el-button.is-link { border-color: transparent; color: var(--el-button-text-color); background: transparent; padding: 2px; height: auto; }
.el-button.is-link:hover, .el-button.is-link:focus { color: var(--el-button-hover-link-text-color); }
.el-button.is-link.is-disabled { color: var(--el-button-disabled-text-color); background-color: transparent !important; border-color: transparent !important; }
.el-button.is-link:not(.is-disabled):hover, .el-button.is-link:not(.is-disabled):focus { border-color: transparent; background-color: transparent; }
.el-button.is-link:not(.is-disabled):active { color: var(--el-button-active-color); border-color: transparent; background-color: transparent; }
.el-button--text { border-color: transparent; background: transparent; color: var(--el-color-primary); padding-left: 0px; padding-right: 0px; }
.el-button--text.is-disabled { color: var(--el-button-disabled-text-color); background-color: transparent !important; border-color: transparent !important; }
.el-button--text:not(.is-disabled):hover, .el-button--text:not(.is-disabled):focus { color: var(--el-color-primary-light-3); border-color: transparent; background-color: transparent; }
.el-button--text:not(.is-disabled):active { color: var(--el-color-primary-dark-2); border-color: transparent; background-color: transparent; }
.el-button__link--expand { letter-spacing: 0.3em; margin-right: -0.3em; }
.el-button--primary { --el-button-text-color: var(--el-color-white); --el-button-bg-color: var(--el-color-primary); --el-button-border-color: var(--el-color-primary); --el-button-outline-color: var(--el-color-primary-light-5); --el-button-active-color: var(--el-color-primary-dark-2); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-link-text-color: var(--el-color-primary-light-5); --el-button-hover-bg-color: var(--el-color-primary-light-3); --el-button-hover-border-color: var(--el-color-primary-light-3); --el-button-active-bg-color: var(--el-color-primary-dark-2); --el-button-active-border-color: var(--el-color-primary-dark-2); --el-button-disabled-text-color: var(--el-color-white); --el-button-disabled-bg-color: var(--el-color-primary-light-5); --el-button-disabled-border-color: var(--el-color-primary-light-5); }
.el-button--primary.is-plain, .el-button--primary.is-text, .el-button--primary.is-link { --el-button-text-color: var(--el-color-primary); --el-button-bg-color: var(--el-color-primary-light-9); --el-button-border-color: var(--el-color-primary-light-5); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-bg-color: var(--el-color-primary); --el-button-hover-border-color: var(--el-color-primary); --el-button-active-text-color: var(--el-color-white); }
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:hover, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:active, .el-button--primary.is-text.is-disabled, .el-button--primary.is-text.is-disabled:hover, .el-button--primary.is-text.is-disabled:focus, .el-button--primary.is-text.is-disabled:active, .el-button--primary.is-link.is-disabled, .el-button--primary.is-link.is-disabled:hover, .el-button--primary.is-link.is-disabled:focus, .el-button--primary.is-link.is-disabled:active { color: var(--el-color-primary-light-5); background-color: var(--el-color-primary-light-9); border-color: var(--el-color-primary-light-8); }
.el-button--success { --el-button-text-color: var(--el-color-white); --el-button-bg-color: var(--el-color-success); --el-button-border-color: var(--el-color-success); --el-button-outline-color: var(--el-color-success-light-5); --el-button-active-color: var(--el-color-success-dark-2); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-link-text-color: var(--el-color-success-light-5); --el-button-hover-bg-color: var(--el-color-success-light-3); --el-button-hover-border-color: var(--el-color-success-light-3); --el-button-active-bg-color: var(--el-color-success-dark-2); --el-button-active-border-color: var(--el-color-success-dark-2); --el-button-disabled-text-color: var(--el-color-white); --el-button-disabled-bg-color: var(--el-color-success-light-5); --el-button-disabled-border-color: var(--el-color-success-light-5); }
.el-button--success.is-plain, .el-button--success.is-text, .el-button--success.is-link { --el-button-text-color: var(--el-color-success); --el-button-bg-color: var(--el-color-success-light-9); --el-button-border-color: var(--el-color-success-light-5); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-bg-color: var(--el-color-success); --el-button-hover-border-color: var(--el-color-success); --el-button-active-text-color: var(--el-color-white); }
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-text.is-disabled, .el-button--success.is-text.is-disabled:hover, .el-button--success.is-text.is-disabled:focus, .el-button--success.is-text.is-disabled:active, .el-button--success.is-link.is-disabled, .el-button--success.is-link.is-disabled:hover, .el-button--success.is-link.is-disabled:focus, .el-button--success.is-link.is-disabled:active { color: var(--el-color-success-light-5); background-color: var(--el-color-success-light-9); border-color: var(--el-color-success-light-8); }
.el-button--warning { --el-button-text-color: var(--el-color-white); --el-button-bg-color: var(--el-color-warning); --el-button-border-color: var(--el-color-warning); --el-button-outline-color: var(--el-color-warning-light-5); --el-button-active-color: var(--el-color-warning-dark-2); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-link-text-color: var(--el-color-warning-light-5); --el-button-hover-bg-color: var(--el-color-warning-light-3); --el-button-hover-border-color: var(--el-color-warning-light-3); --el-button-active-bg-color: var(--el-color-warning-dark-2); --el-button-active-border-color: var(--el-color-warning-dark-2); --el-button-disabled-text-color: var(--el-color-white); --el-button-disabled-bg-color: var(--el-color-warning-light-5); --el-button-disabled-border-color: var(--el-color-warning-light-5); }
.el-button--warning.is-plain, .el-button--warning.is-text, .el-button--warning.is-link { --el-button-text-color: var(--el-color-warning); --el-button-bg-color: var(--el-color-warning-light-9); --el-button-border-color: var(--el-color-warning-light-5); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-bg-color: var(--el-color-warning); --el-button-hover-border-color: var(--el-color-warning); --el-button-active-text-color: var(--el-color-white); }
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:hover, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:active, .el-button--warning.is-text.is-disabled, .el-button--warning.is-text.is-disabled:hover, .el-button--warning.is-text.is-disabled:focus, .el-button--warning.is-text.is-disabled:active, .el-button--warning.is-link.is-disabled, .el-button--warning.is-link.is-disabled:hover, .el-button--warning.is-link.is-disabled:focus, .el-button--warning.is-link.is-disabled:active { color: var(--el-color-warning-light-5); background-color: var(--el-color-warning-light-9); border-color: var(--el-color-warning-light-8); }
.el-button--danger { --el-button-text-color: var(--el-color-white); --el-button-bg-color: var(--el-color-danger); --el-button-border-color: var(--el-color-danger); --el-button-outline-color: var(--el-color-danger-light-5); --el-button-active-color: var(--el-color-danger-dark-2); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-link-text-color: var(--el-color-danger-light-5); --el-button-hover-bg-color: var(--el-color-danger-light-3); --el-button-hover-border-color: var(--el-color-danger-light-3); --el-button-active-bg-color: var(--el-color-danger-dark-2); --el-button-active-border-color: var(--el-color-danger-dark-2); --el-button-disabled-text-color: var(--el-color-white); --el-button-disabled-bg-color: var(--el-color-danger-light-5); --el-button-disabled-border-color: var(--el-color-danger-light-5); }
.el-button--danger.is-plain, .el-button--danger.is-text, .el-button--danger.is-link { --el-button-text-color: var(--el-color-danger); --el-button-bg-color: var(--el-color-danger-light-9); --el-button-border-color: var(--el-color-danger-light-5); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-bg-color: var(--el-color-danger); --el-button-hover-border-color: var(--el-color-danger); --el-button-active-text-color: var(--el-color-white); }
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-text.is-disabled, .el-button--danger.is-text.is-disabled:hover, .el-button--danger.is-text.is-disabled:focus, .el-button--danger.is-text.is-disabled:active, .el-button--danger.is-link.is-disabled, .el-button--danger.is-link.is-disabled:hover, .el-button--danger.is-link.is-disabled:focus, .el-button--danger.is-link.is-disabled:active { color: var(--el-color-danger-light-5); background-color: var(--el-color-danger-light-9); border-color: var(--el-color-danger-light-8); }
.el-button--info { --el-button-text-color: var(--el-color-white); --el-button-bg-color: var(--el-color-info); --el-button-border-color: var(--el-color-info); --el-button-outline-color: var(--el-color-info-light-5); --el-button-active-color: var(--el-color-info-dark-2); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-link-text-color: var(--el-color-info-light-5); --el-button-hover-bg-color: var(--el-color-info-light-3); --el-button-hover-border-color: var(--el-color-info-light-3); --el-button-active-bg-color: var(--el-color-info-dark-2); --el-button-active-border-color: var(--el-color-info-dark-2); --el-button-disabled-text-color: var(--el-color-white); --el-button-disabled-bg-color: var(--el-color-info-light-5); --el-button-disabled-border-color: var(--el-color-info-light-5); }
.el-button--info.is-plain, .el-button--info.is-text, .el-button--info.is-link { --el-button-text-color: var(--el-color-info); --el-button-bg-color: var(--el-color-info-light-9); --el-button-border-color: var(--el-color-info-light-5); --el-button-hover-text-color: var(--el-color-white); --el-button-hover-bg-color: var(--el-color-info); --el-button-hover-border-color: var(--el-color-info); --el-button-active-text-color: var(--el-color-white); }
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:hover, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:active, .el-button--info.is-text.is-disabled, .el-button--info.is-text.is-disabled:hover, .el-button--info.is-text.is-disabled:focus, .el-button--info.is-text.is-disabled:active, .el-button--info.is-link.is-disabled, .el-button--info.is-link.is-disabled:hover, .el-button--info.is-link.is-disabled:focus, .el-button--info.is-link.is-disabled:active { color: var(--el-color-info-light-5); background-color: var(--el-color-info-light-9); border-color: var(--el-color-info-light-8); }
.el-button--large { --el-button-size: 40px; height: var(--el-button-size); padding: 12px 19px; font-size: var(--el-font-size-base); border-radius: var(--el-border-radius-base); }
.el-button--large [class*="el-icon"] + span { margin-left: 8px; }
.el-button--large.is-round { padding: 12px 19px; }
.el-button--large.is-circle { width: var(--el-button-size); padding: 12px; }
.el-button--small { --el-button-size: 24px; height: var(--el-button-size); padding: 5px 11px; font-size: 12px; border-radius: calc(var(--el-border-radius-base) - 1px); }
.el-button--small [class*="el-icon"] + span { margin-left: 4px; }
.el-button--small.is-round { padding: 5px 11px; }
.el-button--small.is-circle { width: var(--el-button-size); padding: 5px; }
.el-calendar { --el-calendar-border: var(--el-table-border, 1px solid var(--el-border-color-lighter)); --el-calendar-header-border-bottom: var(--el-calendar-border); --el-calendar-selected-bg-color: var(--el-color-primary-light-9); --el-calendar-cell-width: 85px; background-color: var(--el-fill-color-blank); }
.el-calendar__header { display: flex; justify-content: space-between; padding: 12px 20px; border-bottom: var(--el-calendar-header-border-bottom); }
.el-calendar__title { color: var(--el-text-color); align-self: center; }
.el-calendar__body { padding: 12px 20px 35px; }
.el-calendar-table { table-layout: fixed; width: 100%; }
.el-calendar-table thead th { padding: 12px 0px; color: var(--el-text-color-regular); font-weight: 400; }
.el-calendar-table:not(.is-range) td.prev, .el-calendar-table:not(.is-range) td.next { color: var(--el-text-color-placeholder); }
.el-calendar-table td { border-bottom: var(--el-calendar-border); border-right: var(--el-calendar-border); vertical-align: top; transition: background-color var(--el-transition-duration-fast) ease; }
.el-calendar-table td.is-selected { background-color: var(--el-calendar-selected-bg-color); }
.el-calendar-table td.is-today { color: var(--el-color-primary); }
.el-calendar-table tr:first-child td { border-top: var(--el-calendar-border); }
.el-calendar-table tr td:first-child { border-left: var(--el-calendar-border); }
.el-calendar-table tr.el-calendar-table__row--hide-border td { border-top: none; }
.el-calendar-table .el-calendar-day { box-sizing: border-box; padding: 8px; height: var(--el-calendar-cell-width); }
.el-calendar-table .el-calendar-day:hover { cursor: pointer; background-color: var(--el-calendar-selected-bg-color); }
.el-card { --el-card-border-color: var(--el-border-color-light); --el-card-border-radius: 4px; --el-card-padding: 20px; --el-card-bg-color: var(--el-fill-color-blank); }
.el-card { border-radius: var(--el-card-border-radius); border: 1px solid var(--el-card-border-color); background-color: var(--el-card-bg-color); overflow: hidden; color: var(--el-text-color-primary); transition: var(--el-transition-duration); }
.el-card.is-always-shadow { box-shadow: var(--el-box-shadow-light); }
.el-card.is-hover-shadow:hover, .el-card.is-hover-shadow:focus { box-shadow: var(--el-box-shadow-light); }
.el-card__header { padding: calc(var(--el-card-padding) - 2px) var(--el-card-padding); border-bottom: 1px solid var(--el-card-border-color); box-sizing: border-box; }
.el-card__body { padding: var(--el-card-padding); }
.el-carousel__item { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: inline-block; overflow: hidden; z-index: calc(var(--el-index-normal) - 1); }
.el-carousel__item.is-active { z-index: calc(var(--el-index-normal) - 1); }
.el-carousel__item.is-animating { transition: transform 0.4s ease-in-out 0s; }
.el-carousel__item--card { width: 50%; transition: transform 0.4s ease-in-out 0s; }
.el-carousel__item--card.is-in-stage { cursor: pointer; z-index: var(--el-index-normal); }
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask, .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask { opacity: 0.12; }
.el-carousel__item--card.is-active { z-index: calc(var(--el-index-normal) + 1); }
.el-carousel__mask { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background-color: var(--el-color-white); opacity: 0.24; transition: var(--el-transition-duration-fast); }
.el-carousel { --el-carousel-arrow-font-size: 12px; --el-carousel-arrow-size: 36px; --el-carousel-arrow-background: rgba(31, 45, 61, .11); --el-carousel-arrow-hover-background: rgba(31, 45, 61, .23); --el-carousel-indicator-width: 30px; --el-carousel-indicator-height: 2px; --el-carousel-indicator-padding-horizontal: 4px; --el-carousel-indicator-padding-vertical: 12px; --el-carousel-indicator-out-color: var(--el-border-color-hover); position: relative; }
.el-carousel--horizontal { overflow-x: hidden; }
.el-carousel--vertical { overflow-y: hidden; }
.el-carousel__container { position: relative; height: 300px; }
.el-carousel__arrow { border: none; outline: none; padding: 0px; margin: 0px; height: var(--el-carousel-arrow-size); width: var(--el-carousel-arrow-size); cursor: pointer; transition: var(--el-transition-duration); border-radius: 50%; background-color: var(--el-carousel-arrow-background); color: rgb(255, 255, 255); position: absolute; top: 50%; z-index: 10; transform: translateY(-50%); text-align: center; font-size: var(--el-carousel-arrow-font-size); display: inline-flex; justify-content: center; align-items: center; }
.el-carousel__arrow--left { left: 16px; }
.el-carousel__arrow--right { right: 16px; }
.el-carousel__arrow:hover { background-color: var(--el-carousel-arrow-hover-background); }
.el-carousel__arrow i { cursor: pointer; }
.el-carousel__indicators { position: absolute; list-style: none; margin: 0px; padding: 0px; z-index: calc(var(--el-index-normal) + 1); }
.el-carousel__indicators--horizontal { bottom: 0px; left: 50%; transform: translate(-50%); }
.el-carousel__indicators--vertical { right: 0px; top: 50%; transform: translateY(-50%); }
.el-carousel__indicators--outside { bottom: calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical) * 2); text-align: center; position: static; transform: none; }
.el-carousel__indicators--outside .el-carousel__indicator:hover button { opacity: 0.64; }
.el-carousel__indicators--outside button { background-color: var(--el-carousel-indicator-out-color); opacity: 0.24; }
.el-carousel__indicators--labels { left: 0px; right: 0px; transform: none; text-align: center; }
.el-carousel__indicators--labels .el-carousel__button { height: auto; width: auto; padding: 2px 18px; font-size: 12px; color: rgb(0, 0, 0); }
.el-carousel__indicators--labels .el-carousel__indicator { padding: 6px 4px; }
.el-carousel__indicator { background-color: transparent; cursor: pointer; }
.el-carousel__indicator:hover button { opacity: 0.72; }
.el-carousel__indicator--horizontal { display: inline-block; padding: var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal); }
.el-carousel__indicator--vertical { padding: var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical); }
.el-carousel__indicator--vertical .el-carousel__button { width: var(--el-carousel-indicator-height); height: calc(var(--el-carousel-indicator-width) / 2); }
.el-carousel__indicator.is-active button { opacity: 1; }
.el-carousel__button { display: block; opacity: 0.48; width: var(--el-carousel-indicator-width); height: var(--el-carousel-indicator-height); background-color: rgb(255, 255, 255); border: none; outline: none; padding: 0px; margin: 0px; cursor: pointer; transition: var(--el-transition-duration); }
.carousel-arrow-left-enter-from, .carousel-arrow-left-leave-active { transform: translateY(-50%) translate(-10px); opacity: 0; }
.carousel-arrow-right-enter-from, .carousel-arrow-right-leave-active { transform: translateY(-50%) translate(10px); opacity: 0; }
.el-cascader-panel { --el-cascader-menu-text-color: var(--el-text-color-regular); --el-cascader-menu-selected-text-color: var(--el-color-primary); --el-cascader-menu-fill: var(--el-bg-color-overlay); --el-cascader-menu-font-size: var(--el-font-size-base); --el-cascader-menu-radius: var(--el-border-radius-base); --el-cascader-menu-border: solid 1px var(--el-border-color-light); --el-cascader-menu-shadow: var(--el-box-shadow-light); --el-cascader-node-background-hover: var(--el-fill-color-light); --el-cascader-node-color-disabled: var(--el-text-color-placeholder); --el-cascader-color-empty: var(--el-text-color-placeholder); --el-cascader-tag-background: var(--el-fill-color); }
.el-cascader-panel { display: flex; border-radius: var(--el-cascader-menu-radius); font-size: var(--el-cascader-menu-font-size); }
.el-cascader-panel.is-bordered { border: var(--el-cascader-menu-border); border-radius: var(--el-cascader-menu-radius); }
.el-cascader-menu { min-width: 180px; box-sizing: border-box; color: var(--el-cascader-menu-text-color); border-right: var(--el-cascader-menu-border); }
.el-cascader-menu:last-child { border-right: none; }
.el-cascader-menu:last-child .el-cascader-node { padding-right: 20px; }
.el-cascader-menu__wrap.el-scrollbar__wrap { height: 204px; }
.el-cascader-menu__list { position: relative; min-height: 100%; margin: 0px; padding: 6px 0px; list-style: none; box-sizing: border-box; }
.el-cascader-menu__hover-zone { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; }
.el-cascader-menu__empty-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; color: var(--el-cascader-color-empty); }
.el-cascader-menu__empty-text .is-loading { margin-right: 2px; }
.el-cascader-node { position: relative; display: flex; align-items: center; padding: 0px 30px 0px 20px; height: 34px; line-height: 34px; outline: none; }
.el-cascader-node.is-selectable.in-active-path { color: var(--el-cascader-menu-text-color); }
.el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active { color: var(--el-cascader-menu-selected-text-color); font-weight: 700; }
.el-cascader-node:not(.is-disabled) { cursor: pointer; }
.el-cascader-node:not(.is-disabled):hover, .el-cascader-node:not(.is-disabled):focus { background: var(--el-cascader-node-background-hover); }
.el-cascader-node.is-disabled { color: var(--el-cascader-node-color-disabled); cursor: not-allowed; }
.el-cascader-node__prefix { position: absolute; left: 10px; }
.el-cascader-node__postfix { position: absolute; right: 10px; }
.el-cascader-node__label { flex: 1 1 0%; text-align: left; padding: 0px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.el-cascader-node > .el-checkbox { margin-right: 0px; }
.el-cascader-node > .el-radio { margin-right: 0px; }
.el-cascader-node > .el-radio .el-radio__label { padding-left: 0px; }
.el-cascader { --el-cascader-menu-text-color: var(--el-text-color-regular); --el-cascader-menu-selected-text-color: var(--el-color-primary); --el-cascader-menu-fill: var(--el-bg-color-overlay); --el-cascader-menu-font-size: var(--el-font-size-base); --el-cascader-menu-radius: var(--el-border-radius-base); --el-cascader-menu-border: solid 1px var(--el-border-color-light); --el-cascader-menu-shadow: var(--el-box-shadow-light); --el-cascader-node-background-hover: var(--el-fill-color-light); --el-cascader-node-color-disabled: var(--el-text-color-placeholder); --el-cascader-color-empty: var(--el-text-color-placeholder); --el-cascader-tag-background: var(--el-fill-color); display: inline-block; vertical-align: middle; position: relative; font-size: var(--el-font-size-base); line-height: 32px; outline: none; }
.el-cascader:not(.is-disabled):hover .el-input__wrapper { cursor: pointer; box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset; }
.el-cascader .el-input { display: flex; cursor: pointer; }
.el-cascader .el-input .el-input__inner { text-overflow: ellipsis; cursor: pointer; }
.el-cascader .el-input .el-input__suffix-inner .el-icon { height: calc(100% - 2px); }
.el-cascader .el-input .el-input__suffix-inner .el-icon svg { vertical-align: middle; }
.el-cascader .el-input .icon-arrow-down { transition: transform var(--el-transition-duration); font-size: 14px; }
.el-cascader .el-input .icon-arrow-down.is-reverse { transform: rotate(180deg); }
.el-cascader .el-input .icon-circle-close:hover { color: var(--el-input-clear-hover-color, var(--el-text-color-secondary)); }
.el-cascader .el-input.is-focus .el-input__wrapper { box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset; }
.el-cascader--large { font-size: 14px; line-height: 40px; }
.el-cascader--small { font-size: 12px; line-height: 24px; }
.el-cascader.is-disabled .el-cascader__label { z-index: calc(var(--el-index-normal) + 1); color: var(--el-disabled-text-color); }
.el-cascader__dropdown { --el-cascader-menu-text-color: var(--el-text-color-regular); --el-cascader-menu-selected-text-color: var(--el-color-primary); --el-cascader-menu-fill: var(--el-bg-color-overlay); --el-cascader-menu-font-size: var(--el-font-size-base); --el-cascader-menu-radius: var(--el-border-radius-base); --el-cascader-menu-border: solid 1px var(--el-border-color-light); --el-cascader-menu-shadow: var(--el-box-shadow-light); --el-cascader-node-background-hover: var(--el-fill-color-light); --el-cascader-node-color-disabled: var(--el-text-color-placeholder); --el-cascader-color-empty: var(--el-text-color-placeholder); --el-cascader-tag-background: var(--el-fill-color); }
.el-cascader__dropdown { font-size: var(--el-cascader-menu-font-size); border-radius: var(--el-cascader-menu-radius); }
.el-cascader__dropdown.el-popper { background: var(--el-cascader-menu-fill); border: var(--el-cascader-menu-border); box-shadow: var(--el-cascader-menu-shadow); }
.el-cascader__dropdown.el-popper .el-popper__arrow::before { border: var(--el-cascader-menu-border); }
.el-cascader__dropdown.el-popper[data-popper-placement^="top"] .el-popper__arrow::before { border-top-color: transparent; border-left-color: transparent; }
.el-cascader__dropdown.el-popper[data-popper-placement^="bottom"] .el-popper__arrow::before { border-bottom-color: transparent; border-right-color: transparent; }
.el-cascader__dropdown.el-popper[data-popper-placement^="left"] .el-popper__arrow::before { border-left-color: transparent; border-bottom-color: transparent; }
.el-cascader__dropdown.el-popper[data-popper-placement^="right"] .el-popper__arrow::before { border-right-color: transparent; border-top-color: transparent; }
.el-cascader__dropdown.el-popper { box-shadow: var(--el-cascader-menu-shadow); }
.el-cascader__tags { position: absolute; left: 0px; right: 30px; top: 50%; transform: translateY(-50%); display: flex; flex-wrap: wrap; line-height: normal; text-align: left; box-sizing: border-box; }
.el-cascader__tags .el-tag { display: inline-flex; align-items: center; max-width: 100%; margin: 2px 0px 2px 6px; text-overflow: ellipsis; background: var(--el-cascader-tag-background); }
.el-cascader__tags .el-tag:not(.is-hit) { border-color: transparent; }
.el-cascader__tags .el-tag > span { flex: 1 1 0%; overflow: hidden; text-overflow: ellipsis; }
.el-cascader__tags .el-tag .el-icon-close { flex: 0 0 auto; background-color: var(--el-text-color-placeholder); color: var(--el-color-white); }
.el-cascader__tags .el-tag .el-icon-close:hover { background-color: var(--el-text-color-secondary); }
.el-cascader__collapse-tags { white-space: normal; z-index: var(--el-index-normal); }
.el-cascader__collapse-tags .el-tag { display: inline-flex; align-items: center; max-width: 100%; margin: 2px 0px 2px 6px; text-overflow: ellipsis; background: var(--el-fill-color); }
.el-cascader__collapse-tags .el-tag:not(.is-hit) { border-color: transparent; }
.el-cascader__collapse-tags .el-tag > span { flex: 1 1 0%; overflow: hidden; text-overflow: ellipsis; }
.el-cascader__collapse-tags .el-tag .el-icon-close { flex: 0 0 auto; background-color: var(--el-text-color-placeholder); color: var(--el-color-white); }
.el-cascader__collapse-tags .el-tag .el-icon-close:hover { background-color: var(--el-text-color-secondary); }
.el-cascader__suggestion-panel { border-radius: var(--el-cascader-menu-radius); }
.el-cascader__suggestion-list { max-height: 204px; margin: 0px; padding: 6px 0px; font-size: var(--el-font-size-base); color: var(--el-cascader-menu-text-color); text-align: center; }
.el-cascader__suggestion-item { display: flex; justify-content: space-between; align-items: center; height: 34px; padding: 0px 15px; text-align: left; outline: none; cursor: pointer; }
.el-cascader__suggestion-item:hover, .el-cascader__suggestion-item:focus { background: var(--el-cascader-node-background-hover); }
.el-cascader__suggestion-item.is-checked { color: var(--el-cascader-menu-selected-text-color); font-weight: 700; }
.el-cascader__suggestion-item > span { margin-right: 10px; }
.el-cascader__empty-text { margin: 10px 0px; color: var(--el-cascader-color-empty); }
.el-cascader__search-input { flex: 1 1 0%; height: 24px; min-width: 60px; margin: 2px 0px 2px 11px; padding: 0px; color: var(--el-cascader-menu-text-color); border: none; outline: none; box-sizing: border-box; background: transparent; }
.el-cascader__search-input::placeholder { color: transparent; }
.el-check-tag { background-color: var(--el-color-info-light-9); border-radius: var(--el-border-radius-base); color: var(--el-color-info); cursor: pointer; display: inline-block; font-size: var(--el-font-size-base); line-height: var(--el-font-size-base); padding: 7px 15px; transition: var(--el-transition-all); font-weight: 700; }
.el-check-tag:hover { background-color: var(--el-color-info-light-7); }
.el-check-tag.is-checked { background-color: var(--el-color-primary-light-8); color: var(--el-color-primary); }
.el-check-tag.is-checked:hover { background-color: var(--el-color-primary-light-7); }
.el-checkbox-button { --el-checkbox-button-checked-bg-color: var(--el-color-primary); --el-checkbox-button-checked-text-color: var(--el-color-white); --el-checkbox-button-checked-border-color: var(--el-color-primary); }
.el-checkbox-button { position: relative; display: inline-block; }
.el-checkbox-button__inner { display: inline-block; line-height: 1; font-weight: var(--el-checkbox-font-weight); white-space: nowrap; vertical-align: middle; cursor: pointer; background: var(--el-button-bg-color, var(--el-fill-color-blank)); border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left: 0px; color: var(--el-button-text-color, var(--el-text-color-regular)); appearance: none; text-align: center; box-sizing: border-box; outline: none; margin: 0px; position: relative; transition: var(--el-transition-all); user-select: none; padding: 8px 15px; font-size: var(--el-font-size-base); border-radius: 0px; }
.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: 0.9; }
.el-checkbox-button__inner [class*="el-icon-"] + span { margin-left: 5px; }
.el-checkbox-button__original { opacity: 0; outline: none; position: absolute; margin: 0px; z-index: -1; }
.el-checkbox-button.is-checked .el-checkbox-button__inner { color: var(--el-checkbox-button-checked-text-color); background-color: var(--el-checkbox-button-checked-bg-color); border-color: var(--el-checkbox-button-checked-border-color); box-shadow: -1px 0 0 0 var(--el-color-primary-light-7); }
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner { border-left-color: var(--el-checkbox-button-checked-border-color); }
.el-checkbox-button.is-disabled .el-checkbox-button__inner { color: var(--el-disabled-text-color); cursor: not-allowed; background-image: none; background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank)); border-color: var(--el-button-disabled-border-color, var(--el-border-color-light)); box-shadow: none; }
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner { border-left-color: var(--el-button-disabled-border-color, var(--el-border-color-light)); }
.el-checkbox-button:first-child .el-checkbox-button__inner { border-left: var(--el-border); border-top-left-radius: var(--el-border-radius-base); border-bottom-left-radius: var(--el-border-radius-base); box-shadow: none !important; }
.el-checkbox-button.is-focus .el-checkbox-button__inner { border-color: var(--el-checkbox-button-checked-border-color); }
.el-checkbox-button:last-child .el-checkbox-button__inner { border-top-right-radius: var(--el-border-radius-base); border-bottom-right-radius: var(--el-border-radius-base); }
.el-checkbox-button--large .el-checkbox-button__inner { padding: 12px 19px; font-size: var(--el-font-size-base); border-radius: 0px; }
.el-checkbox-button--large .el-checkbox-button__inner.is-round { padding: 12px 19px; }
.el-checkbox-button--small .el-checkbox-button__inner { padding: 5px 11px; font-size: 12px; border-radius: 0px; }
.el-checkbox-button--small .el-checkbox-button__inner.is-round { padding: 5px 11px; }
.el-checkbox-group { font-size: 0px; line-height: 0; }
.el-checkbox { --el-checkbox-font-size: 14px; --el-checkbox-font-weight: var(--el-font-weight-primary); --el-checkbox-text-color: var(--el-text-color-regular); --el-checkbox-input-height: 14px; --el-checkbox-input-width: 14px; --el-checkbox-border-radius: var(--el-border-radius-small); --el-checkbox-bg-color: var(--el-fill-color-blank); --el-checkbox-input-border: var(--el-border); --el-checkbox-disabled-border-color: var(--el-border-color); --el-checkbox-disabled-input-fill: var(--el-fill-color-light); --el-checkbox-disabled-icon-color: var(--el-text-color-placeholder); --el-checkbox-disabled-checked-input-fill: var(--el-border-color-extra-light); --el-checkbox-disabled-checked-input-border-color: var(--el-border-color); --el-checkbox-disabled-checked-icon-color: var(--el-text-color-placeholder); --el-checkbox-checked-text-color: var(--el-color-primary); --el-checkbox-checked-input-border-color: var(--el-color-primary); --el-checkbox-checked-bg-color: var(--el-color-primary); --el-checkbox-checked-icon-color: var(--el-color-white); --el-checkbox-input-border-color-hover: var(--el-color-primary); }
.el-checkbox { color: var(--el-checkbox-text-color); font-weight: var(--el-checkbox-font-weight); font-size: var(--el-font-size-base); position: relative; cursor: pointer; display: inline-flex; align-items: center; white-space: nowrap; user-select: none; margin-right: 30px; height: 32px; }
.el-checkbox.is-disabled { cursor: not-allowed; }
.el-checkbox.is-bordered { padding: 0px 15px 0px 9px; border-radius: var(--el-border-radius-base); border: var(--el-border); box-sizing: border-box; }
.el-checkbox.is-bordered.is-checked { border-color: var(--el-color-primary); }
.el-checkbox.is-bordered.is-disabled { border-color: var(--el-border-color-lighter); }
.el-checkbox.is-bordered.el-checkbox--large { padding: 0px 19px 0px 11px; border-radius: var(--el-border-radius-base); }
.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label { font-size: var(--el-font-size-base); }
.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner { height: 14px; width: 14px; }
.el-checkbox.is-bordered.el-checkbox--small { padding: 0px 11px 0px 7px; border-radius: calc(var(--el-border-radius-base) - 1px); }
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label { font-size: 12px; }
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner { height: 12px; width: 12px; }
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after { height: 6px; width: 2px; }
.el-checkbox input:focus-visible + .el-checkbox__inner { outline: 2px solid var(--el-checkbox-input-border-color-hover); outline-offset: 1px; border-radius: var(--el-checkbox-border-radius); }
.el-checkbox__input { white-space: nowrap; cursor: pointer; outline: none; display: inline-flex; position: relative; }
.el-checkbox__input.is-disabled .el-checkbox__inner { background-color: var(--el-checkbox-disabled-input-fill); border-color: var(--el-checkbox-disabled-border-color); cursor: not-allowed; }
.el-checkbox__input.is-disabled .el-checkbox__inner::after { cursor: not-allowed; border-color: var(--el-checkbox-disabled-icon-color); }
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner { background-color: var(--el-checkbox-disabled-checked-input-fill); border-color: var(--el-checkbox-disabled-checked-input-border-color); }
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after { border-color: var(--el-checkbox-disabled-checked-icon-color); }
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner { background-color: var(--el-checkbox-disabled-checked-input-fill); border-color: var(--el-checkbox-disabled-checked-input-border-color); }
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before { background-color: var(--el-checkbox-disabled-checked-icon-color); border-color: var(--el-checkbox-disabled-checked-icon-color); }
.el-checkbox__input.is-disabled + span.el-checkbox__label { color: var(--el-disabled-text-color); cursor: not-allowed; }
.el-checkbox__input.is-checked .el-checkbox__inner { background-color: var(--el-checkbox-checked-bg-color); border-color: var(--el-checkbox-checked-input-border-color); }
.el-checkbox__input.is-checked .el-checkbox__inner::after { transform: rotate(45deg) scaleY(1); }
.el-checkbox__input.is-checked + .el-checkbox__label { color: var(--el-checkbox-checked-text-color); }
.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible) { border-color: var(--el-checkbox-input-border-color-hover); }
.el-checkbox__input.is-indeterminate .el-checkbox__inner { background-color: var(--el-checkbox-checked-bg-color); border-color: var(--el-checkbox-checked-input-border-color); }
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before { content: ""; position: absolute; display: block; background-color: var(--el-checkbox-checked-icon-color); height: 2px; transform: scale(0.5); left: 0px; right: 0px; top: 5px; }
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after { display: none; }
.el-checkbox__inner { display: inline-block; position: relative; border: var(--el-checkbox-input-border); border-radius: var(--el-checkbox-border-radius); box-sizing: border-box; width: var(--el-checkbox-input-width); height: var(--el-checkbox-input-height); background-color: var(--el-checkbox-bg-color); z-index: var(--el-index-normal); transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46) 0s, background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46) 0s, outline 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46) 0s; }
.el-checkbox__inner:hover { border-color: var(--el-checkbox-input-border-color-hover); }
.el-checkbox__inner::after { box-sizing: content-box; content: ""; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left: 0px; border-top: 0px; height: 7px; left: 4px; position: absolute; top: 1px; transform: rotate(45deg) scaleY(0); width: 3px; transition: transform 0.15s ease-in 0.05s; transform-origin: center center; }
.el-checkbox__original { opacity: 0; outline: none; position: absolute; margin: 0px; width: 0px; height: 0px; z-index: -1; }
.el-checkbox__label { display: inline-block; padding-left: 8px; line-height: 1; font-size: var(--el-checkbox-font-size); }
.el-checkbox.el-checkbox--large { height: 40px; }
.el-checkbox.el-checkbox--large .el-checkbox__label { font-size: 14px; }
.el-checkbox.el-checkbox--large .el-checkbox__inner { width: 14px; height: 14px; }
.el-checkbox.el-checkbox--small { height: 24px; }
.el-checkbox.el-checkbox--small .el-checkbox__label { font-size: 12px; }
.el-checkbox.el-checkbox--small .el-checkbox__inner { width: 12px; height: 12px; }
.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner::before { top: 4px; }
.el-checkbox.el-checkbox--small .el-checkbox__inner::after { width: 2px; height: 6px; }
.el-checkbox:last-of-type { margin-right: 0px; }
[class*="el-col-"] { box-sizing: border-box; }
[class*="el-col-"].is-guttered { display: block; min-height: 1px; }
.el-col-0, .el-col-0.is-guttered { display: none; }
.el-col-0 { max-width: 0%; flex: 0 0 0%; }
.el-col-offset-0 { margin-left: 0%; }
.el-col-pull-0 { position: relative; right: 0%; }
.el-col-push-0 { position: relative; left: 0%; }
.el-col-1 { max-width: 4.16667%; flex: 0 0 4.16667%; }
.el-col-offset-1 { margin-left: 4.16667%; }
.el-col-pull-1 { position: relative; right: 4.16667%; }
.el-col-push-1 { position: relative; left: 4.16667%; }
.el-col-2 { max-width: 8.33333%; flex: 0 0 8.33333%; }
.el-col-offset-2 { margin-left: 8.33333%; }
.el-col-pull-2 { position: relative; right: 8.33333%; }
.el-col-push-2 { position: relative; left: 8.33333%; }
.el-col-3 { max-width: 12.5%; flex: 0 0 12.5%; }
.el-col-offset-3 { margin-left: 12.5%; }
.el-col-pull-3 { position: relative; right: 12.5%; }
.el-col-push-3 { position: relative; left: 12.5%; }
.el-col-4 { max-width: 16.6667%; flex: 0 0 16.6667%; }
.el-col-offset-4 { margin-left: 16.6667%; }
.el-col-pull-4 { position: relative; right: 16.6667%; }
.el-col-push-4 { position: relative; left: 16.6667%; }
.el-col-5 { max-width: 20.8333%; flex: 0 0 20.8333%; }
.el-col-offset-5 { margin-left: 20.8333%; }
.el-col-pull-5 { position: relative; right: 20.8333%; }
.el-col-push-5 { position: relative; left: 20.8333%; }
.el-col-6 { max-width: 25%; flex: 0 0 25%; }
.el-col-offset-6 { margin-left: 25%; }
.el-col-pull-6 { position: relative; right: 25%; }
.el-col-push-6 { position: relative; left: 25%; }
.el-col-7 { max-width: 29.1667%; flex: 0 0 29.1667%; }
.el-col-offset-7 { margin-left: 29.1667%; }
.el-col-pull-7 { position: relative; right: 29.1667%; }
.el-col-push-7 { position: relative; left: 29.1667%; }
.el-col-8 { max-width: 33.3333%; flex: 0 0 33.3333%; }
.el-col-offset-8 { margin-left: 33.3333%; }
.el-col-pull-8 { position: relative; right: 33.3333%; }
.el-col-push-8 { position: relative; left: 33.3333%; }
.el-col-9 { max-width: 37.5%; flex: 0 0 37.5%; }
.el-col-offset-9 { margin-left: 37.5%; }
.el-col-pull-9 { position: relative; right: 37.5%; }
.el-col-push-9 { position: relative; left: 37.5%; }
.el-col-10 { max-width: 41.6667%; flex: 0 0 41.6667%; }
.el-col-offset-10 { margin-left: 41.6667%; }
.el-col-pull-10 { position: relative; right: 41.6667%; }
.el-col-push-10 { position: relative; left: 41.6667%; }
.el-col-11 { max-width: 45.8333%; flex: 0 0 45.8333%; }
.el-col-offset-11 { margin-left: 45.8333%; }
.el-col-pull-11 { position: relative; right: 45.8333%; }
.el-col-push-11 { position: relative; left: 45.8333%; }
.el-col-12 { max-width: 50%; flex: 0 0 50%; }
.el-col-offset-12 { margin-left: 50%; }
.el-col-pull-12 { position: relative; right: 50%; }
.el-col-push-12 { position: relative; left: 50%; }
.el-col-13 { max-width: 54.1667%; flex: 0 0 54.1667%; }
.el-col-offset-13 { margin-left: 54.1667%; }
.el-col-pull-13 { position: relative; right: 54.1667%; }
.el-col-push-13 { position: relative; left: 54.1667%; }
.el-col-14 { max-width: 58.3333%; flex: 0 0 58.3333%; }
.el-col-offset-14 { margin-left: 58.3333%; }
.el-col-pull-14 { position: relative; right: 58.3333%; }
.el-col-push-14 { position: relative; left: 58.3333%; }
.el-col-15 { max-width: 62.5%; flex: 0 0 62.5%; }
.el-col-offset-15 { margin-left: 62.5%; }
.el-col-pull-15 { position: relative; right: 62.5%; }
.el-col-push-15 { position: relative; left: 62.5%; }
.el-col-16 { max-width: 66.6667%; flex: 0 0 66.6667%; }
.el-col-offset-16 { margin-left: 66.6667%; }
.el-col-pull-16 { position: relative; right: 66.6667%; }
.el-col-push-16 { position: relative; left: 66.6667%; }
.el-col-17 { max-width: 70.8333%; flex: 0 0 70.8333%; }
.el-col-offset-17 { margin-left: 70.8333%; }
.el-col-pull-17 { position: relative; right: 70.8333%; }
.el-col-push-17 { position: relative; left: 70.8333%; }
.el-col-18 { max-width: 75%; flex: 0 0 75%; }
.el-col-offset-18 { margin-left: 75%; }
.el-col-pull-18 { position: relative; right: 75%; }
.el-col-push-18 { position: relative; left: 75%; }
.el-col-19 { max-width: 79.1667%; flex: 0 0 79.1667%; }
.el-col-offset-19 { margin-left: 79.1667%; }
.el-col-pull-19 { position: relative; right: 79.1667%; }
.el-col-push-19 { position: relative; left: 79.1667%; }
.el-col-20 { max-width: 83.3333%; flex: 0 0 83.3333%; }
.el-col-offset-20 { margin-left: 83.3333%; }
.el-col-pull-20 { position: relative; right: 83.3333%; }
.el-col-push-20 { position: relative; left: 83.3333%; }
.el-col-21 { max-width: 87.5%; flex: 0 0 87.5%; }
.el-col-offset-21 { margin-left: 87.5%; }
.el-col-pull-21 { position: relative; right: 87.5%; }
.el-col-push-21 { position: relative; left: 87.5%; }
.el-col-22 { max-width: 91.6667%; flex: 0 0 91.6667%; }
.el-col-offset-22 { margin-left: 91.6667%; }
.el-col-pull-22 { position: relative; right: 91.6667%; }
.el-col-push-22 { position: relative; left: 91.6667%; }
.el-col-23 { max-width: 95.8333%; flex: 0 0 95.8333%; }
.el-col-offset-23 { margin-left: 95.8333%; }
.el-col-pull-23 { position: relative; right: 95.8333%; }
.el-col-push-23 { position: relative; left: 95.8333%; }
.el-col-24 { max-width: 100%; flex: 0 0 100%; }
.el-col-offset-24 { margin-left: 100%; }
.el-col-pull-24 { position: relative; right: 100%; }
.el-col-push-24 { position: relative; left: 100%; }
@media only screen and (max-width: 768px) {
  .el-col-xs-0, .el-col-xs-0.is-guttered { display: none; }
  .el-col-xs-0 { max-width: 0%; flex: 0 0 0%; }
  .el-col-xs-offset-0 { margin-left: 0%; }
  .el-col-xs-pull-0 { position: relative; right: 0%; }
  .el-col-xs-push-0 { position: relative; left: 0%; }
  .el-col-xs-1 { display: block; max-width: 4.16667%; flex: 0 0 4.16667%; }
  .el-col-xs-offset-1 { margin-left: 4.16667%; }
  .el-col-xs-pull-1 { position: relative; right: 4.16667%; }
  .el-col-xs-push-1 { position: relative; left: 4.16667%; }
  .el-col-xs-2 { display: block; max-width: 8.33333%; flex: 0 0 8.33333%; }
  .el-col-xs-offset-2 { margin-left: 8.33333%; }
  .el-col-xs-pull-2 { position: relative; right: 8.33333%; }
  .el-col-xs-push-2 { position: relative; left: 8.33333%; }
  .el-col-xs-3 { display: block; max-width: 12.5%; flex: 0 0 12.5%; }
  .el-col-xs-offset-3 { margin-left: 12.5%; }
  .el-col-xs-pull-3 { position: relative; right: 12.5%; }
  .el-col-xs-push-3 { position: relative; left: 12.5%; }
  .el-col-xs-4 { display: block; max-width: 16.6667%; flex: 0 0 16.6667%; }
  .el-col-xs-offset-4 { margin-left: 16.6667%; }
  .el-col-xs-pull-4 { position: relative; right: 16.6667%; }
  .el-col-xs-push-4 { position: relative; left: 16.6667%; }
  .el-col-xs-5 { display: block; max-width: 20.8333%; flex: 0 0 20.8333%; }
  .el-col-xs-offset-5 { margin-left: 20.8333%; }
  .el-col-xs-pull-5 { position: relative; right: 20.8333%; }
  .el-col-xs-push-5 { position: relative; left: 20.8333%; }
  .el-col-xs-6 { display: block; max-width: 25%; flex: 0 0 25%; }
  .el-col-xs-offset-6 { margin-left: 25%; }
  .el-col-xs-pull-6 { position: relative; right: 25%; }
  .el-col-xs-push-6 { position: relative; left: 25%; }
  .el-col-xs-7 { display: block; max-width: 29.1667%; flex: 0 0 29.1667%; }
  .el-col-xs-offset-7 { margin-left: 29.1667%; }
  .el-col-xs-pull-7 { position: relative; right: 29.1667%; }
  .el-col-xs-push-7 { position: relative; left: 29.1667%; }
  .el-col-xs-8 { display: block; max-width: 33.3333%; flex: 0 0 33.3333%; }
  .el-col-xs-offset-8 { margin-left: 33.3333%; }
  .el-col-xs-pull-8 { position: relative; right: 33.3333%; }
  .el-col-xs-push-8 { position: relative; left: 33.3333%; }
  .el-col-xs-9 { display: block; max-width: 37.5%; flex: 0 0 37.5%; }
  .el-col-xs-offset-9 { margin-left: 37.5%; }
  .el-col-xs-pull-9 { position: relative; right: 37.5%; }
  .el-col-xs-push-9 { position: relative; left: 37.5%; }
  .el-col-xs-10 { display: block; max-width: 41.6667%; flex: 0 0 41.6667%; }
  .el-col-xs-offset-10 { margin-left: 41.6667%; }
  .el-col-xs-pull-10 { position: relative; right: 41.6667%; }
  .el-col-xs-push-10 { position: relative; left: 41.6667%; }
  .el-col-xs-11 { display: block; max-width: 45.8333%; flex: 0 0 45.8333%; }
  .el-col-xs-offset-11 { margin-left: 45.8333%; }
  .el-col-xs-pull-11 { position: relative; right: 45.8333%; }
  .el-col-xs-push-11 { position: relative; left: 45.8333%; }
  .el-col-xs-12 { display: block; max-width: 50%; flex: 0 0 50%; }
  .el-col-xs-offset-12 { margin-left: 50%; }
  .el-col-xs-pull-12 { position: relative; right: 50%; }
  .el-col-xs-push-12 { position: relative; left: 50%; }
  .el-col-xs-13 { display: block; max-width: 54.1667%; flex: 0 0 54.1667%; }
  .el-col-xs-offset-13 { margin-left: 54.1667%; }
  .el-col-xs-pull-13 { position: relative; right: 54.1667%; }
  .el-col-xs-push-13 { position: relative; left: 54.1667%; }
  .el-col-xs-14 { display: block; max-width: 58.3333%; flex: 0 0 58.3333%; }
  .el-col-xs-offset-14 { margin-left: 58.3333%; }
  .el-col-xs-pull-14 { position: relative; right: 58.3333%; }
  .el-col-xs-push-14 { position: relative; left: 58.3333%; }
  .el-col-xs-15 { display: block; max-width: 62.5%; flex: 0 0 62.5%; }
  .el-col-xs-offset-15 { margin-left: 62.5%; }
  .el-col-xs-pull-15 { position: relative; right: 62.5%; }
  .el-col-xs-push-15 { position: relative; left: 62.5%; }
  .el-col-xs-16 { display: block; max-width: 66.6667%; flex: 0 0 66.6667%; }
  .el-col-xs-offset-16 { margin-left: 66.6667%; }
  .el-col-xs-pull-16 { position: relative; right: 66.6667%; }
  .el-col-xs-push-16 { position: relative; left: 66.6667%; }
  .el-col-xs-17 { display: block; max-width: 70.8333%; flex: 0 0 70.8333%; }
  .el-col-xs-offset-17 { margin-left: 70.8333%; }
  .el-col-xs-pull-17 { position: relative; right: 70.8333%; }
  .el-col-xs-push-17 { position: relative; left: 70.8333%; }
  .el-col-xs-18 { display: block; max-width: 75%; flex: 0 0 75%; }
  .el-col-xs-offset-18 { margin-left: 75%; }
  .el-col-xs-pull-18 { position: relative; right: 75%; }
  .el-col-xs-push-18 { position: relative; left: 75%; }
  .el-col-xs-19 { display: block; max-width: 79.1667%; flex: 0 0 79.1667%; }
  .el-col-xs-offset-19 { margin-left: 79.1667%; }
  .el-col-xs-pull-19 { position: relative; right: 79.1667%; }
  .el-col-xs-push-19 { position: relative; left: 79.1667%; }
  .el-col-xs-20 { display: block; max-width: 83.3333%; flex: 0 0 83.3333%; }
  .el-col-xs-offset-20 { margin-left: 83.3333%; }
  .el-col-xs-pull-20 { position: relative; right: 83.3333%; }
  .el-col-xs-push-20 { position: relative; left: 83.3333%; }
  .el-col-xs-21 { display: block; max-width: 87.5%; flex: 0 0 87.5%; }
  .el-col-xs-offset-21 { margin-left: 87.5%; }
  .el-col-xs-pull-21 { position: relative; right: 87.5%; }
  .el-col-xs-push-21 { position: relative; left: 87.5%; }
  .el-col-xs-22 { display: block; max-width: 91.6667%; flex: 0 0 91.6667%; }
  .el-col-xs-offset-22 { margin-left: 91.6667%; }
  .el-col-xs-pull-22 { position: relative; right: 91.6667%; }
  .el-col-xs-push-22 { position: relative; left: 91.6667%; }
  .el-col-xs-23 { display: block; max-width: 95.8333%; flex: 0 0 95.8333%; }
  .el-col-xs-offset-23 { margin-left: 95.8333%; }
  .el-col-xs-pull-23 { position: relative; right: 95.8333%; }
  .el-col-xs-push-23 { position: relative; left: 95.8333%; }
  .el-col-xs-24 { display: block; max-width: 100%; flex: 0 0 100%; }
  .el-col-xs-offset-24 { margin-left: 100%; }
  .el-col-xs-pull-24 { position: relative; right: 100%; }
  .el-col-xs-push-24 { position: relative; left: 100%; }
}
@media only screen and (min-width: 768px) {
  .el-col-sm-0, .el-col-sm-0.is-guttered { display: none; }
  .el-col-sm-0 { max-width: 0%; flex: 0 0 0%; }
  .el-col-sm-offset-0 { margin-left: 0%; }
  .el-col-sm-pull-0 { position: relative; right: 0%; }
  .el-col-sm-push-0 { position: relative; left: 0%; }
  .el-col-sm-1 { display: block; max-width: 4.16667%; flex: 0 0 4.16667%; }
  .el-col-sm-offset-1 { margin-left: 4.16667%; }
  .el-col-sm-pull-1 { position: relative; right: 4.16667%; }
  .el-col-sm-push-1 { position: relative; left: 4.16667%; }
  .el-col-sm-2 { display: block; max-width: 8.33333%; flex: 0 0 8.33333%; }
  .el-col-sm-offset-2 { margin-left: 8.33333%; }
  .el-col-sm-pull-2 { position: relative; right: 8.33333%; }
  .el-col-sm-push-2 { position: relative; left: 8.33333%; }
  .el-col-sm-3 { display: block; max-width: 12.5%; flex: 0 0 12.5%; }
  .el-col-sm-offset-3 { margin-left: 12.5%; }
  .el-col-sm-pull-3 { position: relative; right: 12.5%; }
  .el-col-sm-push-3 { position: relative; left: 12.5%; }
  .el-col-sm-4 { display: block; max-width: 16.6667%; flex: 0 0 16.6667%; }
  .el-col-sm-offset-4 { margin-left: 16.6667%; }
  .el-col-sm-pull-4 { position: relative; right: 16.6667%; }
  .el-col-sm-push-4 { position: relative; left: 16.6667%; }
  .el-col-sm-5 { display: block; max-width: 20.8333%; flex: 0 0 20.8333%; }
  .el-col-sm-offset-5 { margin-left: 20.8333%; }
  .el-col-sm-pull-5 { position: relative; right: 20.8333%; }
  .el-col-sm-push-5 { position: relative; left: 20.8333%; }
  .el-col-sm-6 { display: block; max-width: 25%; flex: 0 0 25%; }
  .el-col-sm-offset-6 { margin-left: 25%; }
  .el-col-sm-pull-6 { position: relative; right: 25%; }
  .el-col-sm-push-6 { position: relative; left: 25%; }
  .el-col-sm-7 { display: block; max-width: 29.1667%; flex: 0 0 29.1667%; }
  .el-col-sm-offset-7 { margin-left: 29.1667%; }
  .el-col-sm-pull-7 { position: relative; right: 29.1667%; }
  .el-col-sm-push-7 { position: relative; left: 29.1667%; }
  .el-col-sm-8 { display: block; max-width: 33.3333%; flex: 0 0 33.3333%; }
  .el-col-sm-offset-8 { margin-left: 33.3333%; }
  .el-col-sm-pull-8 { position: relative; right: 33.3333%; }
  .el-col-sm-push-8 { position: relative; left: 33.3333%; }
  .el-col-sm-9 { display: block; max-width: 37.5%; flex: 0 0 37.5%; }
  .el-col-sm-offset-9 { margin-left: 37.5%; }
  .el-col-sm-pull-9 { position: relative; right: 37.5%; }
  .el-col-sm-push-9 { position: relative; left: 37.5%; }
  .el-col-sm-10 { display: block; max-width: 41.6667%; flex: 0 0 41.6667%; }
  .el-col-sm-offset-10 { margin-left: 41.6667%; }
  .el-col-sm-pull-10 { position: relative; right: 41.6667%; }
  .el-col-sm-push-10 { position: relative; left: 41.6667%; }
  .el-col-sm-11 { display: block; max-width: 45.8333%; flex: 0 0 45.8333%; }
  .el-col-sm-offset-11 { margin-left: 45.8333%; }
  .el-col-sm-pull-11 { position: relative; right: 45.8333%; }
  .el-col-sm-push-11 { position: relative; left: 45.8333%; }
  .el-col-sm-12 { display: block; max-width: 50%; flex: 0 0 50%; }
  .el-col-sm-offset-12 { margin-left: 50%; }
  .el-col-sm-pull-12 { position: relative; right: 50%; }
  .el-col-sm-push-12 { position: relative; left: 50%; }
  .el-col-sm-13 { display: block; max-width: 54.1667%; flex: 0 0 54.1667%; }
  .el-col-sm-offset-13 { margin-left: 54.1667%; }
  .el-col-sm-pull-13 { position: relative; right: 54.1667%; }
  .el-col-sm-push-13 { position: relative; left: 54.1667%; }
  .el-col-sm-14 { display: block; max-width: 58.3333%; flex: 0 0 58.3333%; }
  .el-col-sm-offset-14 { margin-left: 58.3333%; }
  .el-col-sm-pull-14 { position: relative; right: 58.3333%; }
  .el-col-sm-push-14 { position: relative; left: 58.3333%; }
  .el-col-sm-15 { display: block; max-width: 62.5%; flex: 0 0 62.5%; }
  .el-col-sm-offset-15 { margin-left: 62.5%; }
  .el-col-sm-pull-15 { position: relative; right: 62.5%; }
  .el-col-sm-push-15 { position: relative; left: 62.5%; }
  .el-col-sm-16 { display: block; max-width: 66.6667%; flex: 0 0 66.6667%; }
  .el-col-sm-offset-16 { margin-left: 66.6667%; }
  .el-col-sm-pull-16 { position: relative; right: 66.6667%; }
  .el-col-sm-push-16 { position: relative; left: 66.6667%; }
  .el-col-sm-17 { display: block; max-width: 70.8333%; flex: 0 0 70.8333%; }
  .el-col-sm-offset-17 { margin-left: 70.8333%; }
  .el-col-sm-pull-17 { position: relative; right: 70.8333%; }
  .el-col-sm-push-17 { position: relative; left: 70.8333%; }
  .el-col-sm-18 { display: block; max-width: 75%; flex: 0 0 75%; }
  .el-col-sm-offset-18 { margin-left: 75%; }
  .el-col-sm-pull-18 { position: relative; right: 75%; }
  .el-col-sm-push-18 { position: relative; left: 75%; }
  .el-col-sm-19 { display: block; max-width: 79.1667%; flex: 0 0 79.1667%; }
  .el-col-sm-offset-19 { margin-left: 79.1667%; }
  .el-col-sm-pull-19 { position: relative; right: 79.1667%; }
  .el-col-sm-push-19 { position: relative; left: 79.1667%; }
  .el-col-sm-20 { display: block; max-width: 83.3333%; flex: 0 0 83.3333%; }
  .el-col-sm-offset-20 { margin-left: 83.3333%; }
  .el-col-sm-pull-20 { position: relative; right: 83.3333%; }
  .el-col-sm-push-20 { position: relative; left: 83.3333%; }
  .el-col-sm-21 { display: block; max-width: 87.5%; flex: 0 0 87.5%; }
  .el-col-sm-offset-21 { margin-left: 87.5%; }
  .el-col-sm-pull-21 { position: relative; right: 87.5%; }
  .el-col-sm-push-21 { position: relative; left: 87.5%; }
  .el-col-sm-22 { display: block; max-width: 91.6667%; flex: 0 0 91.6667%; }
  .el-col-sm-offset-22 { margin-left: 91.6667%; }
  .el-col-sm-pull-22 { position: relative; right: 91.6667%; }
  .el-col-sm-push-22 { position: relative; left: 91.6667%; }
  .el-col-sm-23 { display: block; max-width: 95.8333%; flex: 0 0 95.8333%; }
  .el-col-sm-offset-23 { margin-left: 95.8333%; }
  .el-col-sm-pull-23 { position: relative; right: 95.8333%; }
  .el-col-sm-push-23 { position: relative; left: 95.8333%; }
  .el-col-sm-24 { display: block; max-width: 100%; flex: 0 0 100%; }
  .el-col-sm-offset-24 { margin-left: 100%; }
  .el-col-sm-pull-24 { position: relative; right: 100%; }
  .el-col-sm-push-24 { position: relative; left: 100%; }
}
@media only screen and (min-width: 992px) {
  .el-col-md-0, .el-col-md-0.is-guttered { display: none; }
  .el-col-md-0 { max-width: 0%; flex: 0 0 0%; }
  .el-col-md-offset-0 { margin-left: 0%; }
  .el-col-md-pull-0 { position: relative; right: 0%; }
  .el-col-md-push-0 { position: relative; left: 0%; }
  .el-col-md-1 { display: block; max-width: 4.16667%; flex: 0 0 4.16667%; }
  .el-col-md-offset-1 { margin-left: 4.16667%; }
  .el-col-md-pull-1 { position: relative; right: 4.16667%; }
  .el-col-md-push-1 { position: relative; left: 4.16667%; }
  .el-col-md-2 { display: block; max-width: 8.33333%; flex: 0 0 8.33333%; }
  .el-col-md-offset-2 { margin-left: 8.33333%; }
  .el-col-md-pull-2 { position: relative; right: 8.33333%; }
  .el-col-md-push-2 { position: relative; left: 8.33333%; }
  .el-col-md-3 { display: block; max-width: 12.5%; flex: 0 0 12.5%; }
  .el-col-md-offset-3 { margin-left: 12.5%; }
  .el-col-md-pull-3 { position: relative; right: 12.5%; }
  .el-col-md-push-3 { position: relative; left: 12.5%; }
  .el-col-md-4 { display: block; max-width: 16.6667%; flex: 0 0 16.6667%; }
  .el-col-md-offset-4 { margin-left: 16.6667%; }
  .el-col-md-pull-4 { position: relative; right: 16.6667%; }
  .el-col-md-push-4 { position: relative; left: 16.6667%; }
  .el-col-md-5 { display: block; max-width: 20.8333%; flex: 0 0 20.8333%; }
  .el-col-md-offset-5 { margin-left: 20.8333%; }
  .el-col-md-pull-5 { position: relative; right: 20.8333%; }
  .el-col-md-push-5 { position: relative; left: 20.8333%; }
  .el-col-md-6 { display: block; max-width: 25%; flex: 0 0 25%; }
  .el-col-md-offset-6 { margin-left: 25%; }
  .el-col-md-pull-6 { position: relative; right: 25%; }
  .el-col-md-push-6 { position: relative; left: 25%; }
  .el-col-md-7 { display: block; max-width: 29.1667%; flex: 0 0 29.1667%; }
  .el-col-md-offset-7 { margin-left: 29.1667%; }
  .el-col-md-pull-7 { position: relative; right: 29.1667%; }
  .el-col-md-push-7 { position: relative; left: 29.1667%; }
  .el-col-md-8 { display: block; max-width: 33.3333%; flex: 0 0 33.3333%; }
  .el-col-md-offset-8 { margin-left: 33.3333%; }
  .el-col-md-pull-8 { position: relative; right: 33.3333%; }
  .el-col-md-push-8 { position: relative; left: 33.3333%; }
  .el-col-md-9 { display: block; max-width: 37.5%; flex: 0 0 37.5%; }
  .el-col-md-offset-9 { margin-left: 37.5%; }
  .el-col-md-pull-9 { position: relative; right: 37.5%; }
  .el-col-md-push-9 { position: relative; left: 37.5%; }
  .el-col-md-10 { display: block; max-width: 41.6667%; flex: 0 0 41.6667%; }
  .el-col-md-offset-10 { margin-left: 41.6667%; }
  .el-col-md-pull-10 { position: relative; right: 41.6667%; }
  .el-col-md-push-10 { position: relative; left: 41.6667%; }
  .el-col-md-11 { display: block; max-width: 45.8333%; flex: 0 0 45.8333%; }
  .el-col-md-offset-11 { margin-left: 45.8333%; }
  .el-col-md-pull-11 { position: relative; right: 45.8333%; }
  .el-col-md-push-11 { position: relative; left: 45.8333%; }
  .el-col-md-12 { display: block; max-width: 50%; flex: 0 0 50%; }
  .el-col-md-offset-12 { margin-left: 50%; }
  .el-col-md-pull-12 { position: relative; right: 50%; }
  .el-col-md-push-12 { position: relative; left: 50%; }
  .el-col-md-13 { display: block; max-width: 54.1667%; flex: 0 0 54.1667%; }
  .el-col-md-offset-13 { margin-left: 54.1667%; }
  .el-col-md-pull-13 { position: relative; right: 54.1667%; }
  .el-col-md-push-13 { position: relative; left: 54.1667%; }
  .el-col-md-14 { display: block; max-width: 58.3333%; flex: 0 0 58.3333%; }
  .el-col-md-offset-14 { margin-left: 58.3333%; }
  .el-col-md-pull-14 { position: relative; right: 58.3333%; }
  .el-col-md-push-14 { position: relative; left: 58.3333%; }
  .el-col-md-15 { display: block; max-width: 62.5%; flex: 0 0 62.5%; }
  .el-col-md-offset-15 { margin-left: 62.5%; }
  .el-col-md-pull-15 { position: relative; right: 62.5%; }
  .el-col-md-push-15 { position: relative; left: 62.5%; }
  .el-col-md-16 { display: block; max-width: 66.6667%; flex: 0 0 66.6667%; }
  .el-col-md-offset-16 { margin-left: 66.6667%; }
  .el-col-md-pull-16 { position: relative; right: 66.6667%; }
  .el-col-md-push-16 { position: relative; left: 66.6667%; }
  .el-col-md-17 { display: block; max-width: 70.8333%; flex: 0 0 70.8333%; }
  .el-col-md-offset-17 { margin-left: 70.8333%; }
  .el-col-md-pull-17 { position: relative; right: 70.8333%; }
  .el-col-md-push-17 { position: relative; left: 70.8333%; }
  .el-col-md-18 { display: block; max-width: 75%; flex: 0 0 75%; }
  .el-col-md-offset-18 { margin-left: 75%; }
  .el-col-md-pull-18 { position: relative; right: 75%; }
  .el-col-md-push-18 { position: relative; left: 75%; }
  .el-col-md-19 { display: block; max-width: 79.1667%; flex: 0 0 79.1667%; }
  .el-col-md-offset-19 { margin-left: 79.1667%; }
  .el-col-md-pull-19 { position: relative; right: 79.1667%; }
  .el-col-md-push-19 { position: relative; left: 79.1667%; }
  .el-col-md-20 { display: block; max-width: 83.3333%; flex: 0 0 83.3333%; }
  .el-col-md-offset-20 { margin-left: 83.3333%; }
  .el-col-md-pull-20 { position: relative; right: 83.3333%; }
  .el-col-md-push-20 { position: relative; left: 83.3333%; }
  .el-col-md-21 { display: block; max-width: 87.5%; flex: 0 0 87.5%; }
  .el-col-md-offset-21 { margin-left: 87.5%; }
  .el-col-md-pull-21 { position: relative; right: 87.5%; }
  .el-col-md-push-21 { position: relative; left: 87.5%; }
  .el-col-md-22 { display: block; max-width: 91.6667%; flex: 0 0 91.6667%; }
  .el-col-md-offset-22 { margin-left: 91.6667%; }
  .el-col-md-pull-22 { position: relative; right: 91.6667%; }
  .el-col-md-push-22 { position: relative; left: 91.6667%; }
  .el-col-md-23 { display: block; max-width: 95.8333%; flex: 0 0 95.8333%; }
  .el-col-md-offset-23 { margin-left: 95.8333%; }
  .el-col-md-pull-23 { position: relative; right: 95.8333%; }
  .el-col-md-push-23 { position: relative; left: 95.8333%; }
  .el-col-md-24 { display: block; max-width: 100%; flex: 0 0 100%; }
  .el-col-md-offset-24 { margin-left: 100%; }
  .el-col-md-pull-24 { position: relative; right: 100%; }
  .el-col-md-push-24 { position: relative; left: 100%; }
}
@media only screen and (min-width: 1200px) {
  .el-col-lg-0, .el-col-lg-0.is-guttered { display: none; }
  .el-col-lg-0 { max-width: 0%; flex: 0 0 0%; }
  .el-col-lg-offset-0 { margin-left: 0%; }
  .el-col-lg-pull-0 { position: relative; right: 0%; }
  .el-col-lg-push-0 { position: relative; left: 0%; }
  .el-col-lg-1 { display: block; max-width: 4.16667%; flex: 0 0 4.16667%; }
  .el-col-lg-offset-1 { margin-left: 4.16667%; }
  .el-col-lg-pull-1 { position: relative; right: 4.16667%; }
  .el-col-lg-push-1 { position: relative; left: 4.16667%; }
  .el-col-lg-2 { display: block; max-width: 8.33333%; flex: 0 0 8.33333%; }
  .el-col-lg-offset-2 { margin-left: 8.33333%; }
  .el-col-lg-pull-2 { position: relative; right: 8.33333%; }
  .el-col-lg-push-2 { position: relative; left: 8.33333%; }
  .el-col-lg-3 { display: block; max-width: 12.5%; flex: 0 0 12.5%; }
  .el-col-lg-offset-3 { margin-left: 12.5%; }
  .el-col-lg-pull-3 { position: relative; right: 12.5%; }
  .el-col-lg-push-3 { position: relative; left: 12.5%; }
  .el-col-lg-4 { display: block; max-width: 16.6667%; flex: 0 0 16.6667%; }
  .el-col-lg-offset-4 { margin-left: 16.6667%; }
  .el-col-lg-pull-4 { position: relative; right: 16.6667%; }
  .el-col-lg-push-4 { position: relative; left: 16.6667%; }
  .el-col-lg-5 { display: block; max-width: 20.8333%; flex: 0 0 20.8333%; }
  .el-col-lg-offset-5 { margin-left: 20.8333%; }
  .el-col-lg-pull-5 { position: relative; right: 20.8333%; }
  .el-col-lg-push-5 { position: relative; left: 20.8333%; }
  .el-col-lg-6 { display: block; max-width: 25%; flex: 0 0 25%; }
  .el-col-lg-offset-6 { margin-left: 25%; }
  .el-col-lg-pull-6 { position: relative; right: 25%; }
  .el-col-lg-push-6 { position: relative; left: 25%; }
  .el-col-lg-7 { display: block; max-width: 29.1667%; flex: 0 0 29.1667%; }
  .el-col-lg-offset-7 { margin-left: 29.1667%; }
  .el-col-lg-pull-7 { position: relative; right: 29.1667%; }
  .el-col-lg-push-7 { position: relative; left: 29.1667%; }
  .el-col-lg-8 { display: block; max-width: 33.3333%; flex: 0 0 33.3333%; }
  .el-col-lg-offset-8 { margin-left: 33.3333%; }
  .el-col-lg-pull-8 { position: relative; right: 33.3333%; }
  .el-col-lg-push-8 { position: relative; left: 33.3333%; }
  .el-col-lg-9 { display: block; max-width: 37.5%; flex: 0 0 37.5%; }
  .el-col-lg-offset-9 { margin-left: 37.5%; }
  .el-col-lg-pull-9 { position: relative; right: 37.5%; }
  .el-col-lg-push-9 { position: relative; left: 37.5%; }
  .el-col-lg-10 { display: block; max-width: 41.6667%; flex: 0 0 41.6667%; }
  .el-col-lg-offset-10 { margin-left: 41.6667%; }
  .el-col-lg-pull-10 { position: relative; right: 41.6667%; }
  .el-col-lg-push-10 { position: relative; left: 41.6667%; }
  .el-col-lg-11 { display: block; max-width: 45.8333%; flex: 0 0 45.8333%; }
  .el-col-lg-offset-11 { margin-left: 45.8333%; }
  .el-col-lg-pull-11 { position: relative; right: 45.8333%; }
  .el-col-lg-push-11 { position: relative; left: 45.8333%; }
  .el-col-lg-12 { display: block; max-width: 50%; flex: 0 0 50%; }
  .el-col-lg-offset-12 { margin-left: 50%; }
  .el-col-lg-pull-12 { position: relative; right: 50%; }
  .el-col-lg-push-12 { position: relative; left: 50%; }
  .el-col-lg-13 { display: block; max-width: 54.1667%; flex: 0 0 54.1667%; }
  .el-col-lg-offset-13 { margin-left: 54.1667%; }
  .el-col-lg-pull-13 { position: relative; right: 54.1667%; }
  .el-col-lg-push-13 { position: relative; left: 54.1667%; }
  .el-col-lg-14 { display: block; max-width: 58.3333%; flex: 0 0 58.3333%; }
  .el-col-lg-offset-14 { margin-left: 58.3333%; }
  .el-col-lg-pull-14 { position: relative; right: 58.3333%; }
  .el-col-lg-push-14 { position: relative; left: 58.3333%; }
  .el-col-lg-15 { display: block; max-width: 62.5%; flex: 0 0 62.5%; }
  .el-col-lg-offset-15 { margin-left: 62.5%; }
  .el-col-lg-pull-15 { position: relative; right: 62.5%; }
  .el-col-lg-push-15 { position: relative; left: 62.5%; }
  .el-col-lg-16 { display: block; max-width: 66.6667%; flex: 0 0 66.6667%; }
  .el-col-lg-offset-16 { margin-left: 66.6667%; }
  .el-col-lg-pull-16 { position: relative; right: 66.6667%; }
  .el-col-lg-push-16 { position: relative; left: 66.6667%; }
  .el-col-lg-17 { display: block; max-width: 70.8333%; flex: 0 0 70.8333%; }
  .el-col-lg-offset-17 { margin-left: 70.8333%; }
  .el-col-lg-pull-17 { position: relative; right: 70.8333%; }
  .el-col-lg-push-17 { position: relative; left: 70.8333%; }
  .el-col-lg-18 { display: block; max-width: 75%; flex: 0 0 75%; }
  .el-col-lg-offset-18 { margin-left: 75%; }
  .el-col-lg-pull-18 { position: relative; right: 75%; }
  .el-col-lg-push-18 { position: relative; left: 75%; }
  .el-col-lg-19 { display: block; max-width: 79.1667%; flex: 0 0 79.1667%; }
  .el-col-lg-offset-19 { margin-left: 79.1667%; }
  .el-col-lg-pull-19 { position: relative; right: 79.1667%; }
  .el-col-lg-push-19 { position: relative; left: 79.1667%; }
  .el-col-lg-20 { display: block; max-width: 83.3333%; flex: 0 0 83.3333%; }
  .el-col-lg-offset-20 { margin-left: 83.3333%; }
  .el-col-lg-pull-20 { position: relative; right: 83.3333%; }
  .el-col-lg-push-20 { position: relative; left: 83.3333%; }
  .el-col-lg-21 { display: block; max-width: 87.5%; flex: 0 0 87.5%; }
  .el-col-lg-offset-21 { margin-left: 87.5%; }
  .el-col-lg-pull-21 { position: relative; right: 87.5%; }
  .el-col-lg-push-21 { position: relative; left: 87.5%; }
  .el-col-lg-22 { display: block; max-width: 91.6667%; flex: 0 0 91.6667%; }
  .el-col-lg-offset-22 { margin-left: 91.6667%; }
  .el-col-lg-pull-22 { position: relative; right: 91.6667%; }
  .el-col-lg-push-22 { position: relative; left: 91.6667%; }
  .el-col-lg-23 { display: block; max-width: 95.8333%; flex: 0 0 95.8333%; }
  .el-col-lg-offset-23 { margin-left: 95.8333%; }
  .el-col-lg-pull-23 { position: relative; right: 95.8333%; }
  .el-col-lg-push-23 { position: relative; left: 95.8333%; }
  .el-col-lg-24 { display: block; max-width: 100%; flex: 0 0 100%; }
  .el-col-lg-offset-24 { margin-left: 100%; }
  .el-col-lg-pull-24 { position: relative; right: 100%; }
  .el-col-lg-push-24 { position: relative; left: 100%; }
}
@media only screen and (min-width: 1920px) {
  .el-col-xl-0, .el-col-xl-0.is-guttered { display: none; }
  .el-col-xl-0 { max-width: 0%; flex: 0 0 0%; }
  .el-col-xl-offset-0 { margin-left: 0%; }
  .el-col-xl-pull-0 { position: relative; right: 0%; }
  .el-col-xl-push-0 { position: relative; left: 0%; }
  .el-col-xl-1 { display: block; max-width: 4.16667%; flex: 0 0 4.16667%; }
  .el-col-xl-offset-1 { margin-left: 4.16667%; }
  .el-col-xl-pull-1 { position: relative; right: 4.16667%; }
  .el-col-xl-push-1 { position: relative; left: 4.16667%; }
  .el-col-xl-2 { display: block; max-width: 8.33333%; flex: 0 0 8.33333%; }
  .el-col-xl-offset-2 { margin-left: 8.33333%; }
  .el-col-xl-pull-2 { position: relative; right: 8.33333%; }
  .el-col-xl-push-2 { position: relative; left: 8.33333%; }
  .el-col-xl-3 { display: block; max-width: 12.5%; flex: 0 0 12.5%; }
  .el-col-xl-offset-3 { margin-left: 12.5%; }
  .el-col-xl-pull-3 { position: relative; right: 12.5%; }
  .el-col-xl-push-3 { position: relative; left: 12.5%; }
  .el-col-xl-4 { display: block; max-width: 16.6667%; flex: 0 0 16.6667%; }
  .el-col-xl-offset-4 { margin-left: 16.6667%; }
  .el-col-xl-pull-4 { position: relative; right: 16.6667%; }
  .el-col-xl-push-4 { position: relative; left: 16.6667%; }
  .el-col-xl-5 { display: block; max-width: 20.8333%; flex: 0 0 20.8333%; }
  .el-col-xl-offset-5 { margin-left: 20.8333%; }
  .el-col-xl-pull-5 { position: relative; right: 20.8333%; }
  .el-col-xl-push-5 { position: relative; left: 20.8333%; }
  .el-col-xl-6 { display: block; max-width: 25%; flex: 0 0 25%; }
  .el-col-xl-offset-6 { margin-left: 25%; }
  .el-col-xl-pull-6 { position: relative; right: 25%; }
  .el-col-xl-push-6 { position: relative; left: 25%; }
  .el-col-xl-7 { display: block; max-width: 29.1667%; flex: 0 0 29.1667%; }
  .el-col-xl-offset-7 { margin-left: 29.1667%; }
  .el-col-xl-pull-7 { position: relative; right: 29.1667%; }
  .el-col-xl-push-7 { position: relative; left: 29.1667%; }
  .el-col-xl-8 { display: block; max-width: 33.3333%; flex: 0 0 33.3333%; }
  .el-col-xl-offset-8 { margin-left: 33.3333%; }
  .el-col-xl-pull-8 { position: relative; right: 33.3333%; }
  .el-col-xl-push-8 { position: relative; left: 33.3333%; }
  .el-col-xl-9 { display: block; max-width: 37.5%; flex: 0 0 37.5%; }
  .el-col-xl-offset-9 { margin-left: 37.5%; }
  .el-col-xl-pull-9 { position: relative; right: 37.5%; }
  .el-col-xl-push-9 { position: relative; left: 37.5%; }
  .el-col-xl-10 { display: block; max-width: 41.6667%; flex: 0 0 41.6667%; }
  .el-col-xl-offset-10 { margin-left: 41.6667%; }
  .el-col-xl-pull-10 { position: relative; right: 41.6667%; }
  .el-col-xl-push-10 { position: relative; left: 41.6667%; }
  .el-col-xl-11 { display: block; max-width: 45.8333%; flex: 0 0 45.8333%; }
  .el-col-xl-offset-11 { margin-left: 45.8333%; }
  .el-col-xl-pull-11 { position: relative; right: 45.8333%; }
  .el-col-xl-push-11 { position: relative; left: 45.8333%; }
  .el-col-xl-12 { display: block; max-width: 50%; flex: 0 0 50%; }
  .el-col-xl-offset-12 { margin-left: 50%; }
  .el-col-xl-pull-12 { position: relative; right: 50%; }
  .el-col-xl-push-12 { position: relative; left: 50%; }
  .el-col-xl-13 { display: block; max-width: 54.1667%; flex: 0 0 54.1667%; }
  .el-col-xl-offset-13 { margin-left: 54.1667%; }
  .el-col-xl-pull-13 { position: relative; right: 54.1667%; }
  .el-col-xl-push-13 { position: relative; left: 54.1667%; }
  .el-col-xl-14 { display: block; max-width: 58.3333%; flex: 0 0 58.3333%; }
  .el-col-xl-offset-14 { margin-left: 58.3333%; }
  .el-col-xl-pull-14 { position: relative; right: 58.3333%; }
  .el-col-xl-push-14 { position: relative; left: 58.3333%; }
  .el-col-xl-15 { display: block; max-width: 62.5%; flex: 0 0 62.5%; }
  .el-col-xl-offset-15 { margin-left: 62.5%; }
  .el-col-xl-pull-15 { position: relative; right: 62.5%; }
  .el-col-xl-push-15 { position: relative; left: 62.5%; }
  .el-col-xl-16 { display: block; max-width: 66.6667%; flex: 0 0 66.6667%; }
  .el-col-xl-offset-16 { margin-left: 66.6667%; }
  .el-col-xl-pull-16 { position: relative; right: 66.6667%; }
  .el-col-xl-push-16 { position: relative; left: 66.6667%; }
  .el-col-xl-17 { display: block; max-width: 70.8333%; flex: 0 0 70.8333%; }
  .el-col-xl-offset-17 { margin-left: 70.8333%; }
  .el-col-xl-pull-17 { position: relative; right: 70.8333%; }
  .el-col-xl-push-17 { position: relative; left: 70.8333%; }
  .el-col-xl-18 { display: block; max-width: 75%; flex: 0 0 75%; }
  .el-col-xl-offset-18 { margin-left: 75%; }
  .el-col-xl-pull-18 { position: relative; right: 75%; }
  .el-col-xl-push-18 { position: relative; left: 75%; }
  .el-col-xl-19 { display: block; max-width: 79.1667%; flex: 0 0 79.1667%; }
  .el-col-xl-offset-19 { margin-left: 79.1667%; }
  .el-col-xl-pull-19 { position: relative; right: 79.1667%; }
  .el-col-xl-push-19 { position: relative; left: 79.1667%; }
  .el-col-xl-20 { display: block; max-width: 83.3333%; flex: 0 0 83.3333%; }
  .el-col-xl-offset-20 { margin-left: 83.3333%; }
  .el-col-xl-pull-20 { position: relative; right: 83.3333%; }
  .el-col-xl-push-20 { position: relative; left: 83.3333%; }
  .el-col-xl-21 { display: block; max-width: 87.5%; flex: 0 0 87.5%; }
  .el-col-xl-offset-21 { margin-left: 87.5%; }
  .el-col-xl-pull-21 { position: relative; right: 87.5%; }
  .el-col-xl-push-21 { position: relative; left: 87.5%; }
  .el-col-xl-22 { display: block; max-width: 91.6667%; flex: 0 0 91.6667%; }
  .el-col-xl-offset-22 { margin-left: 91.6667%; }
  .el-col-xl-pull-22 { position: relative; right: 91.6667%; }
  .el-col-xl-push-22 { position: relative; left: 91.6667%; }
  .el-col-xl-23 { display: block; max-width: 95.8333%; flex: 0 0 95.8333%; }
  .el-col-xl-offset-23 { margin-left: 95.8333%; }
  .el-col-xl-pull-23 { position: relative; right: 95.8333%; }
  .el-col-xl-push-23 { position: relative; left: 95.8333%; }
  .el-col-xl-24 { display: block; max-width: 100%; flex: 0 0 100%; }
  .el-col-xl-offset-24 { margin-left: 100%; }
  .el-col-xl-pull-24 { position: relative; right: 100%; }
  .el-col-xl-push-24 { position: relative; left: 100%; }
}
.el-collapse { --el-collapse-border-color: var(--el-border-color-lighter); --el-collapse-header-height: 48px; --el-collapse-header-bg-color: var(--el-fill-color-blank); --el-collapse-header-text-color: var(--el-text-color-primary); --el-collapse-header-font-size: 13px; --el-collapse-content-bg-color: var(--el-fill-color-blank); --el-collapse-content-font-size: 13px; --el-collapse-content-text-color: var(--el-text-color-primary); border-top: 1px solid var(--el-collapse-border-color); border-bottom: 1px solid var(--el-collapse-border-color); }
.el-collapse-item.is-disabled .el-collapse-item__header { color: var(--el-text-color-disabled); cursor: not-allowed; }
.el-collapse-item__header { display: flex; align-items: center; height: var(--el-collapse-header-height); line-height: var(--el-collapse-header-height); background-color: var(--el-collapse-header-bg-color); color: var(--el-collapse-header-text-color); cursor: pointer; border-bottom: 1px solid var(--el-collapse-border-color); font-size: var(--el-collapse-header-font-size); font-weight: 500; transition: border-bottom-color var(--el-transition-duration); outline: none; }
.el-collapse-item__arrow { margin: 0px 8px 0px auto; transition: transform var(--el-transition-duration); font-weight: 300; }
.el-collapse-item__arrow.is-active { transform: rotate(90deg); }
.el-collapse-item__header.focusing:focus:not(:hover) { color: var(--el-color-primary); }
.el-collapse-item__header.is-active { border-bottom-color: transparent; }
.el-collapse-item__wrap { will-change: height; background-color: var(--el-collapse-content-bg-color); overflow: hidden; box-sizing: border-box; border-bottom: 1px solid var(--el-collapse-border-color); }
.el-collapse-item__content { padding-bottom: 25px; font-size: var(--el-collapse-content-font-size); color: var(--el-collapse-content-text-color); line-height: 1.76923; }
.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 1 0%; flex-wrap: wrap; }
.el-color-predefine__color-selector { margin: 0px 0px 8px 8px; width: 20px; height: 20px; border-radius: 4px; cursor: pointer; }
.el-color-predefine__color-selector:nth-child(10n+1) { margin-left: 0px; }
.el-color-predefine__color-selector.selected { box-shadow: 0 0 3px 2px var(--el-color-primary); }
.el-color-predefine__color-selector > div { display: flex; height: 100%; border-radius: 3px; }
.el-color-predefine__color-selector.is-alpha { background-image: url("../images/00198751af2cadefa1d967eac935ac8d0a1a6c85.png"); }
.el-color-hue-slider { position: relative; box-sizing: border-box; width: 280px; height: 12px; background-color: red; padding: 0px 2px; float: right; }
.el-color-hue-slider__bar { position: relative; background: linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(255, 255, 0) 17%, rgb(0, 255, 0) 33%, rgb(0, 255, 255) 50%, rgb(0, 0, 255) 67%, rgb(255, 0, 255) 83%, rgb(255, 0, 0) 100%); height: 100%; }
.el-color-hue-slider__thumb { position: absolute; cursor: pointer; box-sizing: border-box; left: 0px; top: 0px; width: 4px; height: 100%; border-radius: 1px; background: rgb(255, 255, 255); border: 1px solid var(--el-border-color-lighter); box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px; z-index: 1; }
.el-color-hue-slider.is-vertical { width: 12px; height: 180px; padding: 2px 0px; }
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar { background: linear-gradient(rgb(255, 0, 0) 0%, rgb(255, 255, 0) 17%, rgb(0, 255, 0) 33%, rgb(0, 255, 255) 50%, rgb(0, 0, 255) 67%, rgb(255, 0, 255) 83%, rgb(255, 0, 0) 100%); }
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb { left: 0px; top: 0px; width: 100%; height: 4px; }
.el-color-svpanel { position: relative; width: 280px; height: 180px; }
.el-color-svpanel__white, .el-color-svpanel__black { position: absolute; inset: 0px; }
.el-color-svpanel__white { background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); }
.el-color-svpanel__black { background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); }
.el-color-svpanel__cursor { position: absolute; }
.el-color-svpanel__cursor > div { width: 4px; height: 4px; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.5px, rgba(0, 0, 0, 0.3) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.4) 0px 0px 1px 2px; border-radius: 50%; transform: translate(-2px, -2px); }
.el-color-alpha-slider { position: relative; box-sizing: border-box; width: 280px; height: 12px; background-image: linear-gradient(45deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(45deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%); background-size: 12px 12px; background-position: 0px 0px, 6px 0px, 6px -6px, 0px 6px; }
.el-color-alpha-slider__bar { position: relative; background: linear-gradient(to right,rgba(255,255,255,0) 0%,var(--el-bg-color) 100%); height: 100%; }
.el-color-alpha-slider__thumb { position: absolute; cursor: pointer; box-sizing: border-box; left: 0px; top: 0px; width: 4px; height: 100%; border-radius: 1px; background: rgb(255, 255, 255); border: 1px solid var(--el-border-color-lighter); box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px; z-index: 1; }
.el-color-alpha-slider.is-vertical { width: 20px; height: 180px; }
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar { background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); }
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb { left: 0px; top: 0px; width: 100%; height: 4px; }
.el-color-dropdown { width: 300px; }
.el-color-dropdown__main-wrapper { margin-bottom: 6px; }
.el-color-dropdown__main-wrapper::after { content: ""; display: table; clear: both; }
.el-color-dropdown__btns { margin-top: 12px; text-align: right; }
.el-color-dropdown__value { float: left; line-height: 26px; font-size: 12px; color: rgb(0, 0, 0); width: 160px; }
.el-color-picker { display: inline-block; position: relative; line-height: normal; outline: none; }
.el-color-picker:hover:not(.is-disabled) .el-color-picker__trigger { border: 1px solid var(--el-border-color-hover); }
.el-color-picker:focus-visible:not(.is-disabled) .el-color-picker__trigger { outline: 2px solid var(--el-color-primary); outline-offset: 1px; }
.el-color-picker.is-disabled .el-color-picker__trigger { cursor: not-allowed; }
.el-color-picker--large { height: 40px; }
.el-color-picker--large .el-color-picker__trigger { height: 40px; width: 40px; }
.el-color-picker--large .el-color-picker__mask { height: 38px; width: 38px; }
.el-color-picker--small { height: 24px; }
.el-color-picker--small .el-color-picker__trigger { height: 24px; width: 24px; }
.el-color-picker--small .el-color-picker__mask { height: 22px; width: 22px; }
.el-color-picker--small .el-color-picker__icon, .el-color-picker--small .el-color-picker__empty { transform: scale(0.8); }
.el-color-picker__mask { height: 30px; width: 30px; border-radius: 4px; position: absolute; top: 1px; left: 1px; z-index: 1; cursor: not-allowed; background-color: rgba(255, 255, 255, 0.7); }
.el-color-picker__trigger { display: inline-flex; justify-content: center; align-items: center; box-sizing: border-box; height: 32px; width: 32px; padding: 4px; border: 1px solid var(--el-border-color); border-radius: 4px; font-size: 0px; position: relative; cursor: pointer; }
.el-color-picker__color { position: relative; display: block; box-sizing: border-box; border: 1px solid var(--el-text-color-secondary); border-radius: var(--el-border-radius-small); width: 100%; height: 100%; text-align: center; }
.el-color-picker__color.is-alpha { background-image: linear-gradient(45deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(45deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%); background-size: 12px 12px; background-position: 0px 0px, 6px 0px, 6px -6px, 0px 6px; }
.el-color-picker__color-inner { display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.el-color-picker .el-color-picker__empty { font-size: 12px; color: var(--el-text-color-secondary); }
.el-color-picker .el-color-picker__icon { display: inline-flex; justify-content: center; align-items: center; color: rgb(255, 255, 255); font-size: 12px; }
.el-color-picker__panel { position: absolute; z-index: 10; padding: 6px; box-sizing: content-box; background-color: rgb(255, 255, 255); border-radius: var(--el-border-radius-base); box-shadow: var(--el-box-shadow-light); }
.el-color-picker__panel.el-popper { border: 1px solid var(--el-border-color-lighter); }
.el-color-picker, .el-color-picker__panel { --el-color-picker-alpha-bg-a: #ccc; --el-color-picker-alpha-bg-b: transparent; }
.dark .el-color-picker, .dark .el-color-picker__panel { --el-color-picker-alpha-bg-a: #333333; }
.el-container { display: flex; flex-direction: row; flex: 1 1 auto; box-sizing: border-box; min-width: 0px; }
.el-container.is-vertical { flex-direction: column; }
.el-date-table { font-size: 12px; user-select: none; }
.el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell { background-color: var(--el-datepicker-inrange-bg-color); }
.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover { color: var(--el-datepicker-text-color); }
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell { margin-left: 5px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell { margin-right: 5px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
.el-date-table.is-week-mode .el-date-table__row.current .el-date-table-cell { background-color: var(--el-datepicker-inrange-bg-color); }
.el-date-table td { width: 32px; height: 30px; padding: 4px 0px; box-sizing: border-box; text-align: center; cursor: pointer; position: relative; }
.el-date-table td .el-date-table-cell { height: 30px; padding: 3px 0px; box-sizing: border-box; }
.el-date-table td .el-date-table-cell .el-date-table-cell__text { width: 24px; height: 24px; display: block; margin: 0px auto; line-height: 24px; position: absolute; left: 50%; transform: translate(-50%); border-radius: 50%; }
.el-date-table td.next-month, .el-date-table td.prev-month { color: var(--el-datepicker-off-text-color); }
.el-date-table td.today { position: relative; }
.el-date-table td.today .el-date-table-cell__text { color: var(--el-color-primary); font-weight: 700; }
.el-date-table td.today.start-date .el-date-table-cell__text, .el-date-table td.today.end-date .el-date-table-cell__text { color: rgb(255, 255, 255); }
.el-date-table td.available:hover { color: var(--el-datepicker-hover-text-color); }
.el-date-table td.in-range .el-date-table-cell { background-color: var(--el-datepicker-inrange-bg-color); }
.el-date-table td.in-range .el-date-table-cell:hover { background-color: var(--el-datepicker-inrange-hover-bg-color); }
.el-date-table td.current:not(.disabled) .el-date-table-cell__text { color: rgb(255, 255, 255); background-color: var(--el-datepicker-active-color); }
.el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text { outline: 2px solid var(--el-datepicker-active-color); outline-offset: 1px; }
.el-date-table td.start-date .el-date-table-cell, .el-date-table td.end-date .el-date-table-cell { color: rgb(255, 255, 255); }
.el-date-table td.start-date .el-date-table-cell__text, .el-date-table td.end-date .el-date-table-cell__text { background-color: var(--el-datepicker-active-color); }
.el-date-table td.start-date .el-date-table-cell { margin-left: 5px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
.el-date-table td.end-date .el-date-table-cell { margin-right: 5px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
.el-date-table td.disabled .el-date-table-cell { background-color: var(--el-fill-color-light); opacity: 1; cursor: not-allowed; color: var(--el-text-color-placeholder); }
.el-date-table td.selected .el-date-table-cell { margin-left: 5px; margin-right: 5px; background-color: var(--el-datepicker-inrange-bg-color); border-radius: 15px; }
.el-date-table td.selected .el-date-table-cell:hover { background-color: var(--el-datepicker-inrange-hover-bg-color); }
.el-date-table td.selected .el-date-table-cell__text { background-color: var(--el-datepicker-active-color); color: rgb(255, 255, 255); border-radius: 15px; }
.el-date-table td.week { font-size: 80%; color: var(--el-datepicker-header-text-color); }
.el-date-table td:focus { outline: none; }
.el-date-table th { padding: 5px; color: var(--el-datepicker-header-text-color); font-weight: 400; border-bottom: solid 1px var(--el-border-color-lighter); }
.el-month-table { font-size: 12px; margin: -1px; border-collapse: collapse; }
.el-month-table td { text-align: center; padding: 8px 0px; cursor: pointer; }
.el-month-table td div { height: 48px; padding: 6px 0px; box-sizing: border-box; }
.el-month-table td.today .cell { color: var(--el-color-primary); font-weight: 700; }
.el-month-table td.today.start-date .cell, .el-month-table td.today.end-date .cell { color: rgb(255, 255, 255); }
.el-month-table td.disabled .cell { background-color: var(--el-fill-color-light); cursor: not-allowed; color: var(--el-text-color-placeholder); }
.el-month-table td.disabled .cell:hover { color: var(--el-text-color-placeholder); }
.el-month-table td .cell { width: 60px; height: 36px; display: block; line-height: 36px; color: var(--el-datepicker-text-color); margin: 0px auto; border-radius: 18px; }
.el-month-table td .cell:hover { color: var(--el-datepicker-hover-text-color); }
.el-month-table td.in-range div { background-color: var(--el-datepicker-inrange-bg-color); }
.el-month-table td.in-range div:hover { background-color: var(--el-datepicker-inrange-hover-bg-color); }
.el-month-table td.start-date div, .el-month-table td.end-date div { color: rgb(255, 255, 255); }
.el-month-table td.start-date .cell, .el-month-table td.end-date .cell { color: rgb(255, 255, 255); background-color: var(--el-datepicker-active-color); }
.el-month-table td.start-date div { border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
.el-month-table td.end-date div { border-top-right-radius: 24px; border-bottom-right-radius: 24px; }
.el-month-table td.current:not(.disabled) .cell { color: var(--el-datepicker-active-color); }
.el-month-table td:focus-visible { outline: none; }
.el-month-table td:focus-visible .cell { outline: 2px solid var(--el-datepicker-active-color); }
.el-year-table { font-size: 12px; margin: -1px; border-collapse: collapse; }
.el-year-table .el-icon { color: var(--el-datepicker-icon-color); }
.el-year-table td { text-align: center; padding: 20px 3px; cursor: pointer; }
.el-year-table td.today .cell { color: var(--el-color-primary); font-weight: 700; }
.el-year-table td.disabled .cell { background-color: var(--el-fill-color-light); cursor: not-allowed; color: var(--el-text-color-placeholder); }
.el-year-table td.disabled .cell:hover { color: var(--el-text-color-placeholder); }
.el-year-table td .cell { width: 48px; height: 36px; display: block; line-height: 36px; color: var(--el-datepicker-text-color); border-radius: 18px; margin: 0px auto; }
.el-year-table td .cell:hover { color: var(--el-datepicker-hover-text-color); }
.el-year-table td.current:not(.disabled) .cell { color: var(--el-datepicker-active-color); }
.el-year-table td:focus-visible { outline: none; }
.el-year-table td:focus-visible .cell { outline: 2px solid var(--el-datepicker-active-color); }
.el-time-spinner.has-seconds .el-time-spinner__wrapper { width: 33.3%; }
.el-time-spinner__wrapper { max-height: 192px; overflow: auto; display: inline-block; width: 50%; vertical-align: top; position: relative; }
.el-time-spinner__wrapper.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) { padding-bottom: 15px; }
.el-time-spinner__wrapper.is-arrow { box-sizing: border-box; text-align: center; overflow: hidden; }
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list { transform: translateY(-32px); }
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.is-disabled):not(.is-active) { background: var(--el-fill-color-light); cursor: default; }
.el-time-spinner__arrow { font-size: 12px; color: var(--el-text-color-secondary); position: absolute; left: 0px; width: 100%; z-index: var(--el-index-normal); text-align: center; height: 30px; line-height: 30px; cursor: pointer; }
.el-time-spinner__arrow:hover { color: var(--el-color-primary); }
.el-time-spinner__arrow.arrow-up { top: 10px; }
.el-time-spinner__arrow.arrow-down { bottom: 10px; }
.el-time-spinner__input.el-input { width: 70%; }
.el-time-spinner__input.el-input .el-input__inner { padding: 0px; text-align: center; }
.el-time-spinner__list { padding: 0px; margin: 0px; list-style: none; text-align: center; }
.el-time-spinner__list::after, .el-time-spinner__list::before { content: ""; display: block; width: 100%; height: 80px; }
.el-time-spinner__item { height: 32px; line-height: 32px; font-size: 12px; color: var(--el-text-color-regular); }
.el-time-spinner__item:hover:not(.is-disabled):not(.is-active) { background: var(--el-fill-color-light); cursor: pointer; }
.el-time-spinner__item.is-active:not(.is-disabled) { color: var(--el-text-color-primary); font-weight: 700; }
.el-time-spinner__item.is-disabled { color: var(--el-text-color-placeholder); cursor: not-allowed; }
.el-picker__popper { --el-datepicker-border-color: var(--el-disabled-border-color); }
.el-picker__popper.el-popper { background: var(--el-bg-color-overlay); border: 1px solid var(--el-datepicker-border-color); box-shadow: var(--el-box-shadow-light); }
.el-picker__popper.el-popper .el-popper__arrow::before { border: 1px solid var(--el-datepicker-border-color); }
.el-picker__popper.el-popper[data-popper-placement^="top"] .el-popper__arrow::before { border-top-color: transparent; border-left-color: transparent; }
.el-picker__popper.el-popper[data-popper-placement^="bottom"] .el-popper__arrow::before { border-bottom-color: transparent; border-right-color: transparent; }
.el-picker__popper.el-popper[data-popper-placement^="left"] .el-popper__arrow::before { border-left-color: transparent; border-bottom-color: transparent; }
.el-picker__popper.el-popper[data-popper-placement^="right"] .el-popper__arrow::before { border-right-color: transparent; border-top-color: transparent; }
.el-date-editor { --el-date-editor-width: 220px; --el-date-editor-monthrange-width: 300px; --el-date-editor-daterange-width: 350px; --el-date-editor-datetimerange-width: 400px; --el-input-text-color: var(--el-text-color-regular); --el-input-border: var(--el-border); --el-input-hover-border: var(--el-border-color-hover); --el-input-focus-border: var(--el-color-primary); --el-input-transparent-border: 0 0 0 1px transparent inset; --el-input-border-color: var(--el-border-color); --el-input-border-radius: var(--el-border-radius-base); --el-input-bg-color: var(--el-fill-color-blank); --el-input-icon-color: var(--el-text-color-placeholder); --el-input-placeholder-color: var(--el-text-color-placeholder); --el-input-hover-border-color: var(--el-border-color-hover); --el-input-clear-hover-color: var(--el-text-color-secondary); --el-input-focus-border-color: var(--el-color-primary); position: relative; display: inline-block; text-align: left; }
.el-date-editor.el-input__wrapper { box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; }
.el-date-editor.el-input__wrapper:hover { box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset; }
.el-date-editor.el-input, .el-date-editor.el-input__wrapper { width: var(--el-date-editor-width); height: var(--el-input-height, var(--el-component-size)); }
.el-date-editor--monthrange { --el-date-editor-width: var(--el-date-editor-monthrange-width); }
.el-date-editor--daterange, .el-date-editor--timerange { --el-date-editor-width: var(--el-date-editor-daterange-width); }
.el-date-editor--datetimerange { --el-date-editor-width: var(--el-date-editor-datetimerange-width); }
.el-date-editor--dates .el-input__wrapper { text-overflow: ellipsis; white-space: nowrap; }
.el-date-editor .close-icon, .el-date-editor .clear-icon { cursor: pointer; }
.el-date-editor .clear-icon:hover { color: var(--el-text-color-secondary); }
.el-date-editor .el-range__icon { height: inherit; font-size: 14px; color: var(--el-text-color-placeholder); float: left; }
.el-date-editor .el-range__icon svg { vertical-align: middle; }
.el-date-editor .el-range-input { appearance: none; border: none; outline: none; display: inline-block; height: 30px; line-height: 30px; margin: 0px; padding: 0px; width: 39%; text-align: center; font-size: var(--el-font-size-base); color: var(--el-text-color-regular); background-color: transparent; }
.el-date-editor .el-range-input::placeholder { color: var(--el-text-color-placeholder); }
.el-date-editor .el-range-separator { flex: 1 1 0%; display: inline-flex; justify-content: center; align-items: center; height: 100%; padding: 0px 5px; margin: 0px; font-size: 14px; word-break: keep-all; color: var(--el-text-color-primary); }
.el-date-editor .el-range__close-icon { font-size: 14px; color: var(--el-text-color-placeholder); height: inherit; width: unset; cursor: pointer; }
.el-date-editor .el-range__close-icon:hover { color: var(--el-text-color-secondary); }
.el-date-editor .el-range__close-icon svg { vertical-align: middle; }
.el-date-editor .el-range__close-icon--hidden { opacity: 0; visibility: hidden; }
.el-range-editor.el-input__wrapper { display: inline-flex; align-items: center; padding: 0px 10px; }
.el-range-editor.is-active, .el-range-editor.is-active:hover { box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset; }
.el-range-editor--large { line-height: var(--el-component-size-large); }
.el-range-editor--large.el-input__wrapper { height: var(--el-component-size-large); }
.el-range-editor--large .el-range-separator { line-height: 40px; font-size: 14px; }
.el-range-editor--large .el-range-input { height: 38px; line-height: 38px; font-size: 14px; }
.el-range-editor--small { line-height: var(--el-component-size-small); }
.el-range-editor--small.el-input__wrapper { height: var(--el-component-size-small); }
.el-range-editor--small .el-range-separator { line-height: 24px; font-size: 12px; }
.el-range-editor--small .el-range-input { height: 22px; line-height: 22px; font-size: 12px; }
.el-range-editor.is-disabled { background-color: var(--el-disabled-bg-color); border-color: var(--el-disabled-border-color); color: var(--el-disabled-text-color); cursor: not-allowed; }
.el-range-editor.is-disabled:hover, .el-range-editor.is-disabled:focus { border-color: var(--el-disabled-border-color); }
.el-range-editor.is-disabled input { background-color: var(--el-disabled-bg-color); color: var(--el-disabled-text-color); cursor: not-allowed; }
.el-range-editor.is-disabled input::placeholder { color: var(--el-text-color-placeholder); }
.el-range-editor.is-disabled .el-range-separator { color: var(--el-disabled-text-color); }
.el-picker-panel { color: var(--el-text-color-regular); background: var(--el-bg-color-overlay); border-radius: var(--el-border-radius-base); line-height: 30px; }
.el-picker-panel .el-time-panel { margin: 5px 0px; border: solid 1px var(--el-datepicker-border-color); background-color: var(--el-bg-color-overlay); box-shadow: var(--el-box-shadow-light); }
.el-picker-panel__body::after, .el-picker-panel__body-wrapper::after { content: ""; display: table; clear: both; }
.el-picker-panel__content { position: relative; margin: 15px; }
.el-picker-panel__footer { border-top: 1px solid var(--el-datepicker-inner-border-color); padding: 4px 12px; text-align: right; background-color: var(--el-bg-color-overlay); position: relative; font-size: 0px; }
.el-picker-panel__shortcut { display: block; width: 100%; border: 0px; background-color: transparent; line-height: 28px; font-size: 14px; color: var(--el-datepicker-text-color); padding-left: 12px; text-align: left; outline: none; cursor: pointer; }
.el-picker-panel__shortcut:hover { color: var(--el-datepicker-hover-text-color); }
.el-picker-panel__shortcut.active { background-color: rgb(230, 241, 254); color: var(--el-datepicker-active-color); }
.el-picker-panel__btn { border: 1px solid var(--el-fill-color-darker); color: var(--el-text-color-primary); line-height: 24px; border-radius: 2px; padding: 0px 20px; cursor: pointer; background-color: transparent; outline: none; font-size: 12px; }
.el-picker-panel__btn[disabled] { color: var(--el-text-color-disabled); cursor: not-allowed; }
.el-picker-panel__icon-btn { font-size: 12px; color: var(--el-datepicker-icon-color); border: 0px; background: transparent; cursor: pointer; outline: none; margin-top: 8px; }
.el-picker-panel__icon-btn:hover { color: var(--el-datepicker-hover-text-color); }
.el-picker-panel__icon-btn:focus-visible { color: var(--el-datepicker-hover-text-color); }
.el-picker-panel__icon-btn.is-disabled { color: var(--el-text-color-disabled); }
.el-picker-panel__icon-btn.is-disabled:hover { cursor: not-allowed; }
.el-picker-panel__icon-btn .el-icon { cursor: pointer; font-size: inherit; }
.el-picker-panel__link-btn { vertical-align: middle; }
.el-picker-panel [slot="sidebar"], .el-picker-panel__sidebar { position: absolute; top: 0px; bottom: 0px; width: 110px; border-right: 1px solid var(--el-datepicker-inner-border-color); box-sizing: border-box; padding-top: 6px; background-color: var(--el-bg-color-overlay); overflow: auto; }
.el-picker-panel [slot="sidebar"] + .el-picker-panel__body, .el-picker-panel__sidebar + .el-picker-panel__body { margin-left: 110px; }
.el-date-picker { --el-datepicker-text-color: var(--el-text-color-regular); --el-datepicker-off-text-color: var(--el-text-color-placeholder); --el-datepicker-header-text-color: var(--el-text-color-regular); --el-datepicker-icon-color: var(--el-text-color-primary); --el-datepicker-border-color: var(--el-disabled-border-color); --el-datepicker-inner-border-color: var(--el-border-color-light); --el-datepicker-inrange-bg-color: var(--el-border-color-extra-light); --el-datepicker-inrange-hover-bg-color: var(--el-border-color-extra-light); --el-datepicker-active-color: var(--el-color-primary); --el-datepicker-hover-text-color: var(--el-color-primary); }
.el-date-picker { width: 322px; }
.el-date-picker.has-sidebar.has-time { width: 434px; }
.el-date-picker.has-sidebar { width: 438px; }
.el-date-picker.has-time .el-picker-panel__body-wrapper { position: relative; }
.el-date-picker .el-picker-panel__content { width: 292px; }
.el-date-picker table { table-layout: fixed; width: 100%; }
.el-date-picker__editor-wrap { position: relative; display: table-cell; padding: 0px 5px; }
.el-date-picker__time-header { position: relative; border-bottom: 1px solid var(--el-datepicker-inner-border-color); font-size: 12px; padding: 8px 5px 5px; display: table; width: 100%; box-sizing: border-box; }
.el-date-picker__header { margin: 12px; text-align: center; }
.el-date-picker__header--bordered { margin-bottom: 0px; padding-bottom: 12px; border-bottom: solid 1px var(--el-border-color-lighter); }
.el-date-picker__header--bordered + .el-picker-panel__content { margin-top: 0px; }
.el-date-picker__header-label { font-size: 16px; font-weight: 500; padding: 0px 5px; line-height: 22px; text-align: center; cursor: pointer; color: var(--el-text-color-regular); }
.el-date-picker__header-label:hover { color: var(--el-datepicker-hover-text-color); }
.el-date-picker__header-label:focus-visible { outline: none; color: var(--el-datepicker-hover-text-color); }
.el-date-picker__header-label.active { color: var(--el-datepicker-active-color); }
.el-date-picker__prev-btn { float: left; }
.el-date-picker__next-btn { float: right; }
.el-date-picker__time-wrap { padding: 10px; text-align: center; }
.el-date-picker__time-label { float: left; cursor: pointer; line-height: 30px; margin-left: 10px; }
.el-date-picker .el-time-panel { position: absolute; }
.el-date-range-picker { --el-datepicker-text-color: var(--el-text-color-regular); --el-datepicker-off-text-color: var(--el-text-color-placeholder); --el-datepicker-header-text-color: var(--el-text-color-regular); --el-datepicker-icon-color: var(--el-text-color-primary); --el-datepicker-border-color: var(--el-disabled-border-color); --el-datepicker-inner-border-color: var(--el-border-color-light); --el-datepicker-inrange-bg-color: var(--el-border-color-extra-light); --el-datepicker-inrange-hover-bg-color: var(--el-border-color-extra-light); --el-datepicker-active-color: var(--el-color-primary); --el-datepicker-hover-text-color: var(--el-color-primary); }
.el-date-range-picker { width: 646px; }
.el-date-range-picker.has-sidebar { width: 756px; }
.el-date-range-picker.has-time .el-picker-panel__body-wrapper { position: relative; }
.el-date-range-picker table { table-layout: fixed; width: 100%; }
.el-date-range-picker .el-picker-panel__body { min-width: 513px; }
.el-date-range-picker .el-picker-panel__content { margin: 0px; }
.el-date-range-picker__header { position: relative; text-align: center; height: 28px; }
.el-date-range-picker__header [class*="arrow-left"] { float: left; }
.el-date-range-picker__header [class*="arrow-right"] { float: right; }
.el-date-range-picker__header div { font-size: 16px; font-weight: 500; margin-right: 50px; }
.el-date-range-picker__content { float: left; width: 50%; box-sizing: border-box; margin: 0px; padding: 16px; }
.el-date-range-picker__content.is-left { border-right: 1px solid var(--el-datepicker-inner-border-color); }
.el-date-range-picker__content .el-date-range-picker__header div { margin-left: 50px; margin-right: 50px; }
.el-date-range-picker__editors-wrap { box-sizing: border-box; display: table-cell; }
.el-date-range-picker__editors-wrap.is-right { text-align: right; }
.el-date-range-picker__time-header { position: relative; border-bottom: 1px solid var(--el-datepicker-inner-border-color); font-size: 12px; padding: 8px 5px 5px; display: table; width: 100%; box-sizing: border-box; }
.el-date-range-picker__time-header > .el-icon-arrow-right { font-size: 20px; vertical-align: middle; display: table-cell; color: var(--el-datepicker-icon-color); }
.el-date-range-picker__time-picker-wrap { position: relative; display: table-cell; padding: 0px 5px; }
.el-date-range-picker__time-picker-wrap .el-picker-panel { position: absolute; top: 13px; right: 0px; z-index: 1; background: rgb(255, 255, 255); }
.el-date-range-picker__time-picker-wrap .el-time-panel { position: absolute; }
.el-time-range-picker { width: 354px; overflow: visible; }
.el-time-range-picker__content { position: relative; text-align: center; padding: 10px; z-index: 1; }
.el-time-range-picker__cell { box-sizing: border-box; margin: 0px; padding: 4px 7px 7px; width: 50%; display: inline-block; }
.el-time-range-picker__header { margin-bottom: 5px; text-align: center; font-size: 14px; }
.el-time-range-picker__body { border-radius: 2px; border: 1px solid var(--el-datepicker-border-color); }
.el-time-panel { border-radius: 2px; position: relative; width: 180px; left: 0px; z-index: var(--el-index-top); user-select: none; box-sizing: content-box; }
.el-time-panel__content { font-size: 0px; position: relative; overflow: hidden; }
.el-time-panel__content::after, .el-time-panel__content::before { content: ""; top: 50%; position: absolute; margin-top: -16px; height: 32px; z-index: -1; left: 0px; right: 0px; box-sizing: border-box; padding-top: 6px; text-align: left; }
.el-time-panel__content::after { left: 50%; margin-left: 12%; margin-right: 12%; }
.el-time-panel__content::before { padding-left: 50%; margin-right: 12%; margin-left: 12%; border-top: 1px solid var(--el-border-color-light); border-bottom: 1px solid var(--el-border-color-light); }
.el-time-panel__content.has-seconds::after { left: 66.6667%; }
.el-time-panel__content.has-seconds::before { padding-left: 33.3333%; }
.el-time-panel__footer { border-top: 1px solid var(--el-timepicker-inner-border-color, var(--el-border-color-light)); padding: 4px; height: 36px; line-height: 25px; text-align: right; box-sizing: border-box; }
.el-time-panel__btn { border: none; line-height: 28px; padding: 0px 5px; margin: 0px 5px; cursor: pointer; background-color: transparent; outline: none; font-size: 12px; color: var(--el-text-color-primary); }
.el-time-panel__btn.confirm { font-weight: 800; color: var(--el-timepicker-active-color, var(--el-color-primary)); }
.el-descriptions { --el-descriptions-table-border: 1px solid var(--el-border-color-lighter); --el-descriptions-item-bordered-label-background: var(--el-fill-color-light); box-sizing: border-box; font-size: var(--el-font-size-base); color: var(--el-text-color-primary); }
.el-descriptions__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.el-descriptions__title { color: var(--el-text-color-primary); font-size: 16px; font-weight: 700; }
.el-descriptions__body { background-color: var(--el-fill-color-blank); }
.el-descriptions__body .el-descriptions__table { border-collapse: collapse; width: 100%; }
.el-descriptions__body .el-descriptions__table .el-descriptions__cell { box-sizing: border-box; text-align: left; font-weight: 400; line-height: 23px; font-size: 14px; }
.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-left { text-align: left; }
.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-center { text-align: center; }
.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-right { text-align: right; }
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell { border: var(--el-descriptions-table-border); padding: 8px 11px; }
.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell { padding-bottom: 12px; }
.el-descriptions--large { font-size: 14px; }
.el-descriptions--large .el-descriptions__header { margin-bottom: 20px; }
.el-descriptions--large .el-descriptions__header .el-descriptions__title { font-size: 16px; }
.el-descriptions--large .el-descriptions__body .el-descriptions__table .el-descriptions__cell { font-size: 14px; }
.el-descriptions--large .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell { padding: 12px 15px; }
.el-descriptions--large .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell { padding-bottom: 16px; }
.el-descriptions--small { font-size: 12px; }
.el-descriptions--small .el-descriptions__header { margin-bottom: 12px; }
.el-descriptions--small .el-descriptions__header .el-descriptions__title { font-size: 14px; }
.el-descriptions--small .el-descriptions__body .el-descriptions__table .el-descriptions__cell { font-size: 12px; }
.el-descriptions--small .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell { padding: 4px 7px; }
.el-descriptions--small .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell { padding-bottom: 8px; }
.el-descriptions__label.el-descriptions__cell.is-bordered-label { font-weight: 700; color: var(--el-text-color-regular); background: var(--el-descriptions-item-bordered-label-background); }
.el-descriptions__label:not(.is-bordered-label) { color: var(--el-text-color-primary); margin-right: 16px; }
.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label { padding-bottom: 6px; }
.el-descriptions__content.el-descriptions__cell.is-bordered-content { color: var(--el-text-color-primary); }
.el-descriptions__content:not(.is-bordered-label) { color: var(--el-text-color-regular); }
.el-descriptions--large .el-descriptions__label:not(.is-bordered-label) { margin-right: 16px; }
.el-descriptions--large .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label { padding-bottom: 8px; }
.el-descriptions--small .el-descriptions__label:not(.is-bordered-label) { margin-right: 12px; }
.el-descriptions--small .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label { padding-bottom: 4px; }
:root { --el-popup-modal-bg-color: var(--el-color-black); --el-popup-modal-opacity: .5; }
.v-modal-enter { 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 { 
  100% { opacity: 0; }
}
.v-modal { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; opacity: var(--el-popup-modal-opacity); background: var(--el-popup-modal-bg-color); }
.el-popup-parent--hidden { overflow: hidden; }
.el-dialog { --el-dialog-width: 50%; --el-dialog-margin-top: 15vh; --el-dialog-bg-color: var(--el-bg-color); --el-dialog-box-shadow: var(--el-box-shadow); --el-dialog-title-font-size: var(--el-font-size-large); --el-dialog-content-font-size: 14px; --el-dialog-font-line-height: var(--el-font-line-height-primary); --el-dialog-padding-primary: 20px; --el-dialog-border-radius: var(--el-border-radius-small); position: relative; margin: var(--el-dialog-margin-top, 15vh) auto 50px; background: var(--el-dialog-bg-color); border-radius: var(--el-dialog-border-radius); box-shadow: var(--el-dialog-box-shadow); box-sizing: border-box; width: var(--el-dialog-width, 50%); }
.el-dialog:focus { outline: none !important; }
.el-dialog.is-align-center { margin: auto; }
.el-dialog.is-fullscreen { --el-dialog-width: 100%; --el-dialog-margin-top: 0; margin-bottom: 0px; height: 100%; overflow: auto; }
.el-dialog__wrapper { position: fixed; inset: 0px; overflow: auto; margin: 0px; }
.el-dialog.is-draggable .el-dialog__header { cursor: move; user-select: none; }
.el-dialog__header { padding-top: ; padding-right: ; padding-left: ; padding-bottom: 10px; margin-right: 16px; }
.el-dialog__headerbtn { position: absolute; top: 6px; right: 0px; padding: 0px; width: 54px; height: 54px; background: transparent; border: none; outline: none; cursor: pointer; font-size: var(--el-message-close-size, 16px); }
.el-dialog__headerbtn .el-dialog__close { color: var(--el-color-info); font-size: inherit; }
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close { color: var(--el-color-primary); }
.el-dialog__title { line-height: var(--el-dialog-font-line-height); font-size: var(--el-dialog-title-font-size); color: var(--el-text-color-primary); }
.el-dialog__body { padding: calc(var(--el-dialog-padding-primary) + 10px) var(--el-dialog-padding-primary); color: var(--el-text-color-regular); font-size: var(--el-dialog-content-font-size); }
.el-dialog__footer { padding-right: ; padding-bottom: ; padding-left: ; padding-top: 10px; text-align: right; box-sizing: border-box; }
.el-dialog--center { text-align: center; }
.el-dialog--center .el-dialog__body { text-align: initial; padding: 25px calc(var(--el-dialog-padding-primary) + 5px) 30px; }
.el-dialog--center .el-dialog__footer { text-align: inherit; }
.el-overlay-dialog { position: fixed; inset: 0px; overflow: auto; }
.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% { transform: translate3d(0px, -20px, 0px); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}
@keyframes dialog-fade-out { 
  0% { transform: translateZ(0px); opacity: 1; }
  100% { transform: translate3d(0px, -20px, 0px); opacity: 0; }
}
@keyframes modal-fade-in { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes modal-fade-out { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.el-divider { position: relative; }
.el-divider--horizontal { display: block; height: 1px; width: 100%; margin: 24px 0px; border-top: 1px var(--el-border-color) var(--el-border-style); }
.el-divider--vertical { display: inline-block; width: 1px; height: 1em; margin: 0px 8px; vertical-align: middle; position: relative; border-left: 1px var(--el-border-color) var(--el-border-style); }
.el-divider__text { position: absolute; background-color: var(--el-bg-color); padding: 0px 20px; font-weight: 500; color: var(--el-text-color-primary); font-size: 14px; }
.el-divider__text.is-left { left: 20px; transform: translateY(-50%); }
.el-divider__text.is-center { left: 50%; transform: translate(-50%) translateY(-50%); }
.el-divider__text.is-right { right: 20px; transform: translateY(-50%); }
.el-drawer { --el-drawer-bg-color: var(--el-dialog-bg-color, var(--el-bg-color)); --el-drawer-padding-primary: var(--el-dialog-padding-primary, 20px); }
.el-drawer { position: absolute; box-sizing: border-box; background-color: var(--el-drawer-bg-color); display: flex; flex-direction: column; box-shadow: var(--el-box-shadow-dark); overflow: hidden; transition: all var(--el-transition-duration); }
.el-drawer .rtl, .el-drawer .ltr, .el-drawer .ttb, .el-drawer .btt { transform: translate(0px); }
.el-drawer__sr-focus:focus { outline: none !important; }
.el-drawer__header { align-items: center; color: rgb(114, 118, 123); display: flex; margin-bottom: 32px; padding-top: ; padding-right: ; padding-left: ; padding-bottom: 0px; }
.el-drawer__header > :first-child { flex: 1 1 0%; }
.el-drawer__title { margin: 0px; flex: 1 1 0%; line-height: inherit; font-size: 1rem; }
.el-drawer__footer { padding-right: ; padding-bottom: ; padding-left: ; padding-top: 10px; text-align: right; }
.el-drawer__close-btn { display: inline-flex; border: none; cursor: pointer; font-size: var(--el-font-size-extra-large); color: inherit; background-color: transparent; outline: none; }
.el-drawer__close-btn:focus i, .el-drawer__close-btn:hover i { color: var(--el-color-primary); }
.el-drawer__body { flex: 1 1 0%; padding: var(--el-drawer-padding-primary); overflow: auto; }
.el-drawer__body > * { box-sizing: border-box; }
.el-drawer.ltr, .el-drawer.rtl { height: 100%; top: 0px; bottom: 0px; }
.el-drawer.ttb, .el-drawer.btt { width: 100%; left: 0px; right: 0px; }
.el-drawer.ltr { left: 0px; }
.el-drawer.rtl { right: 0px; }
.el-drawer.ttb { top: 0px; }
.el-drawer.btt { bottom: 0px; }
.el-drawer-fade-enter-active, .el-drawer-fade-leave-active { transition: all var(--el-transition-duration); }
.el-drawer-fade-enter-from, .el-drawer-fade-enter-active, .el-drawer-fade-enter-to, .el-drawer-fade-leave-from, .el-drawer-fade-leave-active, .el-drawer-fade-leave-to { overflow: hidden !important; }
.el-drawer-fade-enter-from, .el-drawer-fade-leave-to { opacity: 0; }
.el-drawer-fade-enter-to, .el-drawer-fade-leave-from { opacity: 1; }
.el-drawer-fade-enter-from .rtl, .el-drawer-fade-leave-to .rtl { transform: translate(100%); }
.el-drawer-fade-enter-from .ltr, .el-drawer-fade-leave-to .ltr { transform: translate(-100%); }
.el-drawer-fade-enter-from .ttb, .el-drawer-fade-leave-to .ttb { transform: translateY(-100%); }
.el-drawer-fade-enter-from .btt, .el-drawer-fade-leave-to .btt { transform: translateY(100%); }
.el-dropdown { --el-dropdown-menu-box-shadow: var(--el-box-shadow-light); --el-dropdown-menuItem-hover-fill: var(--el-color-primary-light-9); --el-dropdown-menuItem-hover-color: var(--el-color-primary); --el-dropdown-menu-index: 10; display: inline-flex; position: relative; color: var(--el-text-color-regular); font-size: var(--el-font-size-base); line-height: 1; vertical-align: top; }
.el-dropdown.is-disabled { color: var(--el-text-color-placeholder); cursor: not-allowed; }
.el-dropdown__popper { --el-dropdown-menu-box-shadow: var(--el-box-shadow-light); --el-dropdown-menuItem-hover-fill: var(--el-color-primary-light-9); --el-dropdown-menuItem-hover-color: var(--el-color-primary); --el-dropdown-menu-index: 10; }
.el-dropdown__popper.el-popper { background: var(--el-bg-color-overlay); border: 1px solid var(--el-border-color-light); box-shadow: var(--el-dropdown-menu-box-shadow); }
.el-dropdown__popper.el-popper .el-popper__arrow::before { border: 1px solid var(--el-border-color-light); }
.el-dropdown__popper.el-popper[data-popper-placement^="top"] .el-popper__arrow::before { border-top-color: transparent; border-left-color: transparent; }
.el-dropdown__popper.el-popper[data-popper-placement^="bottom"] .el-popper__arrow::before { border-bottom-color: transparent; border-right-color: transparent; }
.el-dropdown__popper.el-popper[data-popper-placement^="left"] .el-popper__arrow::before { border-left-color: transparent; border-bottom-color: transparent; }
.el-dropdown__popper.el-popper[data-popper-placement^="right"] .el-popper__arrow::before { border-right-color: transparent; border-top-color: transparent; }
.el-dropdown__popper .el-dropdown-menu { border: none; }
.el-dropdown__popper .el-dropdown__popper-selfdefine { outline: none; }
.el-dropdown__popper .el-scrollbar__bar { z-index: calc(var(--el-dropdown-menu-index) + 1); }
.el-dropdown__popper .el-dropdown__list { list-style: none; padding: 0px; margin: 0px; box-sizing: border-box; }
.el-dropdown .el-dropdown__caret-button { padding-left: 0px; padding-right: 0px; display: inline-flex; justify-content: center; align-items: center; width: 32px; border-left: none; }
.el-dropdown .el-dropdown__caret-button > span { display: inline-flex; }
.el-dropdown .el-dropdown__caret-button::before { content: ""; position: absolute; display: block; width: 1px; top: -1px; bottom: -1px; left: 0px; background: var(--el-overlay-color-lighter); }
.el-dropdown .el-dropdown__caret-button.el-button::before { background: var(--el-border-color); opacity: 0.5; }
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon { font-size: inherit; padding-left: 0px; }
.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 { position: relative; top: 0px; left: 0px; z-index: var(--el-dropdown-menu-index); padding: 5px 0px; margin: 0px; background-color: var(--el-bg-color-overlay); border: none; border-radius: var(--el-border-radius-base); box-shadow: none; list-style: none; }
.el-dropdown-menu__item { display: flex; align-items: center; white-space: nowrap; list-style: none; line-height: 22px; padding: 5px 16px; margin: 0px; font-size: var(--el-font-size-base); color: var(--el-text-color-regular); cursor: pointer; outline: none; }
.el-dropdown-menu__item:not(.is-disabled):focus { background-color: var(--el-dropdown-menuItem-hover-fill); color: var(--el-dropdown-menuItem-hover-color); }
.el-dropdown-menu__item i { margin-right: 5px; }
.el-dropdown-menu__item--divided { margin: 6px 0px; border-top: 1px solid var(--el-border-color-lighter); }
.el-dropdown-menu__item.is-disabled { cursor: not-allowed; color: var(--el-text-color-disabled); }
.el-dropdown-menu--large { padding: 7px 0px; }
.el-dropdown-menu--large .el-dropdown-menu__item { padding: 7px 20px; line-height: 22px; font-size: 14px; }
.el-dropdown-menu--large .el-dropdown-menu__item--divided { margin: 8px 0px; }
.el-dropdown-menu--small { padding: 3px 0px; }
.el-dropdown-menu--small .el-dropdown-menu__item { padding: 2px 12px; line-height: 20px; font-size: 12px; }
.el-dropdown-menu--small .el-dropdown-menu__item--divided { margin: 4px 0px; }
.el-empty { --el-empty-padding: 40px 0; --el-empty-image-width: 160px; --el-empty-description-margin-top: 20px; --el-empty-bottom-margin-top: 20px; --el-empty-fill-color-0: var(--el-color-white); --el-empty-fill-color-1: #fcfcfd; --el-empty-fill-color-2: #f8f9fb; --el-empty-fill-color-3: #f7f8fc; --el-empty-fill-color-4: #eeeff3; --el-empty-fill-color-5: #edeef2; --el-empty-fill-color-6: #e9ebef; --el-empty-fill-color-7: #e5e7e9; --el-empty-fill-color-8: #e0e3e9; --el-empty-fill-color-9: #d5d7de; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; box-sizing: border-box; padding: var(--el-empty-padding); }
.el-empty__image { width: var(--el-empty-image-width); }
.el-empty__image img { user-select: none; width: 100%; height: 100%; vertical-align: top; object-fit: contain; }
.el-empty__image svg { color: var(--el-svg-monochrome-grey); fill: currentcolor; width: 100%; height: 100%; vertical-align: top; }
.el-empty__description { margin-top: var(--el-empty-description-margin-top); }
.el-empty__description p { margin: 0px; font-size: var(--el-font-size-base); color: var(--el-text-color-secondary); }
.el-empty__bottom { margin-top: var(--el-empty-bottom-margin-top); }
.el-footer { --el-footer-padding: 0 20px; --el-footer-height: 60px; padding: var(--el-footer-padding); box-sizing: border-box; flex-shrink: 0; height: var(--el-footer-height); }
.el-form { --el-form-label-font-size: var(--el-font-size-base); }
.el-form--label-left .el-form-item__label { justify-content: flex-start; }
.el-form--label-top .el-form-item { display: block; }
.el-form--label-top .el-form-item .el-form-item__label { display: block; height: auto; text-align: left; margin-bottom: 8px; line-height: 22px; }
.el-form--inline .el-form-item { display: inline-flex; vertical-align: middle; margin-right: 32px; }
.el-form--inline.el-form--label-top { display: flex; flex-wrap: wrap; }
.el-form--inline.el-form--label-top .el-form-item { display: block; }
.el-form--large.el-form--label-top .el-form-item .el-form-item__label { margin-bottom: 12px; line-height: 22px; }
.el-form--default.el-form--label-top .el-form-item .el-form-item__label { margin-bottom: 8px; line-height: 22px; }
.el-form--small.el-form--label-top .el-form-item .el-form-item__label { margin-bottom: 4px; line-height: 20px; }
.el-form-item { display: flex; --font-size: 14px; margin-bottom: 18px; }
.el-form-item .el-form-item { margin-bottom: 0px; }
.el-form-item .el-input__validateIcon { display: none; }
.el-form-item--large { --font-size: 14px; --el-form-label-font-size: var(--font-size); margin-bottom: 22px; }
.el-form-item--large .el-form-item__label { height: 40px; line-height: 40px; }
.el-form-item--large .el-form-item__content { line-height: 40px; }
.el-form-item--large .el-form-item__error { padding-top: 4px; }
.el-form-item--default { --font-size: 14px; --el-form-label-font-size: var(--font-size); margin-bottom: 18px; }
.el-form-item--default .el-form-item__label { height: 32px; line-height: 32px; }
.el-form-item--default .el-form-item__content { line-height: 32px; }
.el-form-item--default .el-form-item__error { padding-top: 2px; }
.el-form-item--small { --font-size: 12px; --el-form-label-font-size: var(--font-size); margin-bottom: 18px; }
.el-form-item--small .el-form-item__label { height: 24px; line-height: 24px; }
.el-form-item--small .el-form-item__content { line-height: 24px; }
.el-form-item--small .el-form-item__error { padding-top: 2px; }
.el-form-item__label-wrap { display: flex; }
.el-form-item__label { display: inline-flex; justify-content: flex-end; align-items: flex-start; flex: 0 0 auto; font-size: var(--el-form-label-font-size); color: var(--el-text-color-regular); height: 32px; line-height: 32px; padding: 0px 12px 0px 0px; box-sizing: border-box; }
.el-form-item__content { display: flex; flex-wrap: wrap; align-items: center; flex: 1 1 0%; line-height: 32px; position: relative; font-size: var(--font-size); min-width: 0px; }
.el-form-item__content .el-input-group { vertical-align: top; }
.el-form-item__error { color: var(--el-color-danger); font-size: 12px; line-height: 1; padding-top: 2px; position: absolute; top: 100%; left: 0px; }
.el-form-item__error--inline { position: relative; top: auto; left: auto; display: inline-block; margin-left: 10px; }
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label::before, .el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label-wrap > .el-form-item__label::before { content: "*"; color: var(--el-color-danger); margin-right: 4px; }
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label::after, .el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label::after { content: "*"; color: var(--el-color-danger); margin-left: 4px; }
.el-form-item.is-error .el-select-v2__wrapper, .el-form-item.is-error .el-select-v2__wrapper:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus { box-shadow: 0 0 0 1px var(--el-color-danger) inset; }
.el-form-item.is-error .el-input__wrapper { box-shadow: 0 0 0 1px var(--el-color-danger) inset; }
.el-form-item.is-error .el-input-group__append .el-input__wrapper, .el-form-item.is-error .el-input-group__prepend .el-input__wrapper { box-shadow: transparent 0px 0px 0px 1px inset; }
.el-form-item.is-error .el-input__validateIcon { color: var(--el-color-danger); }
.el-form-item--feedback .el-input__validateIcon { display: inline-flex; }
.el-header { --el-header-padding: 0 20px; --el-header-height: 60px; padding: var(--el-header-padding); box-sizing: border-box; flex-shrink: 0; height: var(--el-header-height); }
.el-image-viewer__wrapper { position: fixed; inset: 0px; }
.el-image-viewer__btn { position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; border-radius: 50%; opacity: 0.8; cursor: pointer; box-sizing: border-box; user-select: none; }
.el-image-viewer__btn .el-icon { font-size: inherit; cursor: pointer; }
.el-image-viewer__close { top: 40px; right: 40px; width: 40px; height: 40px; font-size: 40px; }
.el-image-viewer__canvas { position: static; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; user-select: none; }
.el-image-viewer__actions { left: 50%; bottom: 30px; transform: translate(-50%); width: 282px; height: 44px; padding: 0px 23px; background-color: var(--el-text-color-regular); border-color: rgb(255, 255, 255); border-radius: 22px; }
.el-image-viewer__actions__inner { width: 100%; height: 100%; text-align: justify; cursor: default; font-size: 23px; color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: space-around; }
.el-image-viewer__prev { top: 50%; transform: translateY(-50%); left: 40px; width: 44px; height: 44px; font-size: 24px; color: rgb(255, 255, 255); background-color: var(--el-text-color-regular); border-color: rgb(255, 255, 255); }
.el-image-viewer__next { top: 50%; transform: translateY(-50%); right: 40px; text-indent: 2px; width: 44px; height: 44px; font-size: 24px; color: rgb(255, 255, 255); background-color: var(--el-text-color-regular); border-color: rgb(255, 255, 255); }
.el-image-viewer__close { width: 44px; height: 44px; font-size: 24px; color: rgb(255, 255, 255); background-color: var(--el-text-color-regular); border-color: rgb(255, 255, 255); }
.el-image-viewer__mask { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.5; background: rgb(0, 0, 0); }
.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% { transform: translate3d(0px, -20px, 0px); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}
@keyframes viewer-fade-out { 
  0% { transform: translateZ(0px); opacity: 1; }
  100% { transform: translate3d(0px, -20px, 0px); opacity: 0; }
}
.el-image__error, .el-image__placeholder, .el-image__wrapper, .el-image__inner { width: 100%; height: 100%; }
.el-image { position: relative; display: inline-block; overflow: hidden; }
.el-image__inner { vertical-align: top; opacity: 1; }
.el-image__inner.is-loading { opacity: 0; }
.el-image__wrapper { position: absolute; top: 0px; left: 0px; }
.el-image__placeholder { background: var(--el-fill-color-light); }
.el-image__error { display: flex; justify-content: center; align-items: center; font-size: 14px; background: var(--el-fill-color-light); color: var(--el-text-color-placeholder); vertical-align: middle; }
.el-image__preview { cursor: pointer; }
.el-input-number { position: relative; display: inline-flex; width: 150px; line-height: 30px; }
.el-input-number .el-input__wrapper { padding-left: 42px; padding-right: 42px; }
.el-input-number .el-input__inner { appearance: none; text-align: center; line-height: 1; }
.el-input-number .el-input__inner::-webkit-inner-spin-button, .el-input-number .el-input__inner::-webkit-outer-spin-button { margin: 0px; appearance: none; }
.el-input-number__increase, .el-input-number__decrease { display: flex; justify-content: center; align-items: center; height: auto; position: absolute; z-index: 1; top: 1px; bottom: 1px; width: 32px; background: var(--el-fill-color-light); color: var(--el-text-color-regular); cursor: pointer; font-size: 13px; user-select: none; }
.el-input-number__increase:hover, .el-input-number__decrease:hover { color: var(--el-color-primary); }
.el-input-number__increase:hover ~ .el-input:not(.is-disabled) .el-input_wrapper, .el-input-number__decrease:hover ~ .el-input:not(.is-disabled) .el-input_wrapper { box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset; }
.el-input-number__increase.is-disabled, .el-input-number__decrease.is-disabled { color: var(--el-disabled-text-color); cursor: not-allowed; }
.el-input-number__increase { right: 1px; border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0; border-left: var(--el-border); }
.el-input-number__decrease { left: 1px; border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base); border-right: var(--el-border); }
.el-input-number.is-disabled .el-input-number__increase, .el-input-number.is-disabled .el-input-number__decrease { border-color: var(--el-disabled-border-color); color: var(--el-disabled-border-color); }
.el-input-number.is-disabled .el-input-number__increase:hover, .el-input-number.is-disabled .el-input-number__decrease:hover { color: var(--el-disabled-border-color); cursor: not-allowed; }
.el-input-number--large { width: 180px; line-height: 38px; }
.el-input-number--large .el-input-number__increase, .el-input-number--large .el-input-number__decrease { width: 40px; font-size: 14px; }
.el-input-number--large .el-input__wrapper { padding-left: 47px; padding-right: 47px; }
.el-input-number--small { width: 120px; line-height: 22px; }
.el-input-number--small .el-input-number__increase, .el-input-number--small .el-input-number__decrease { width: 24px; font-size: 12px; }
.el-input-number--small .el-input__wrapper { padding-left: 31px; padding-right: 31px; }
.el-input-number--small .el-input-number__increase [class*="el-icon"], .el-input-number--small .el-input-number__decrease [class*="el-icon"] { transform: scale(0.9); }
.el-input-number.is-without-controls .el-input__wrapper { padding-left: 15px; padding-right: 15px; }
.el-input-number.is-controls-right .el-input__wrapper { padding-left: 15px; padding-right: 42px; }
.el-input-number.is-controls-right .el-input-number__increase, .el-input-number.is-controls-right .el-input-number__decrease { --el-input-number-controls-height: 15px; height: var(--el-input-number-controls-height); line-height: var(--el-input-number-controls-height); }
.el-input-number.is-controls-right .el-input-number__increase [class*="el-icon"], .el-input-number.is-controls-right .el-input-number__decrease [class*="el-icon"] { transform: scale(0.8); }
.el-input-number.is-controls-right .el-input-number__increase { bottom: auto; left: auto; border-radius: 0 var(--el-border-radius-base) 0 0; border-bottom: var(--el-border); }
.el-input-number.is-controls-right .el-input-number__decrease { right: 1px; top: auto; left: auto; border-right: none; border-left: var(--el-border); border-radius: 0 0 var(--el-border-radius-base) 0; }
.el-input-number.is-controls-right[class*="large"] [class*="increase"], .el-input-number.is-controls-right[class*="large"] [class*="decrease"] { --el-input-number-controls-height: 19px; }
.el-input-number.is-controls-right[class*="small"] [class*="increase"], .el-input-number.is-controls-right[class*="small"] [class*="decrease"] { --el-input-number-controls-height: 11px; }
.el-textarea { --el-input-text-color: var(--el-text-color-regular); --el-input-border: var(--el-border); --el-input-hover-border: var(--el-border-color-hover); --el-input-focus-border: var(--el-color-primary); --el-input-transparent-border: 0 0 0 1px transparent inset; --el-input-border-color: var(--el-border-color); --el-input-border-radius: var(--el-border-radius-base); --el-input-bg-color: var(--el-fill-color-blank); --el-input-icon-color: var(--el-text-color-placeholder); --el-input-placeholder-color: var(--el-text-color-placeholder); --el-input-hover-border-color: var(--el-border-color-hover); --el-input-clear-hover-color: var(--el-text-color-secondary); --el-input-focus-border-color: var(--el-color-primary); }
.el-textarea { position: relative; display: inline-block; width: 100%; vertical-align: bottom; font-size: var(--el-font-size-base); }
.el-textarea__inner { position: relative; display: block; resize: vertical; padding: 5px 11px; line-height: 1.5; box-sizing: border-box; width: 100%; font-size: inherit; font-family: inherit; color: var(--el-input-text-color, var(--el-text-color-regular)); background-color: var(--el-input-bg-color, var(--el-fill-color-blank)); background-image: none; appearance: none; box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; border-radius: var(--el-input-border-radius, var(--el-border-radius-base)); transition: var(--el-transition-box-shadow); border: none; }
.el-textarea__inner::placeholder { color: var(--el-input-placeholder-color, var(--el-text-color-placeholder)); }
.el-textarea__inner:hover { box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset; }
.el-textarea__inner:focus { outline: none; box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset; }
.el-textarea .el-input__count { color: var(--el-color-info); background: var(--el-fill-color-blank); position: absolute; font-size: 12px; line-height: 14px; bottom: 5px; right: 10px; }
.el-textarea.is-disabled .el-textarea__inner { background-color: var(--el-disabled-bg-color); border-color: var(--el-disabled-border-color); color: var(--el-disabled-text-color); cursor: not-allowed; }
.el-textarea.is-disabled .el-textarea__inner::placeholder { color: var(--el-text-color-placeholder); }
.el-textarea.is-exceed .el-textarea__inner { border-color: var(--el-color-danger); }
.el-textarea.is-exceed .el-input__count { color: var(--el-color-danger); }
.el-input { --el-input-text-color: var(--el-text-color-regular); --el-input-border: var(--el-border); --el-input-hover-border: var(--el-border-color-hover); --el-input-focus-border: var(--el-color-primary); --el-input-transparent-border: 0 0 0 1px transparent inset; --el-input-border-color: var(--el-border-color); --el-input-border-radius: var(--el-border-radius-base); --el-input-bg-color: var(--el-fill-color-blank); --el-input-icon-color: var(--el-text-color-placeholder); --el-input-placeholder-color: var(--el-text-color-placeholder); --el-input-hover-border-color: var(--el-border-color-hover); --el-input-clear-hover-color: var(--el-text-color-secondary); --el-input-focus-border-color: var(--el-color-primary); }
.el-input { --el-input-height: var(--el-component-size); position: relative; font-size: var(--el-font-size-base); display: inline-flex; width: 100%; line-height: var(--el-input-height); box-sizing: border-box; vertical-align: middle; }
.el-input::-webkit-scrollbar { z-index: 11; width: 6px; }
.el-input::-webkit-scrollbar:horizontal { height: 6px; }
.el-input::-webkit-scrollbar-thumb { border-radius: 5px; width: 6px; background: var(--el-text-color-disabled); }
.el-input::-webkit-scrollbar-corner { background: var(--el-fill-color-blank); }
.el-input::-webkit-scrollbar-track { background: var(--el-fill-color-blank); }
.el-input::-webkit-scrollbar-track-piece { background: var(--el-fill-color-blank); width: 6px; }
.el-input .el-input__clear, .el-input .el-input__password { color: var(--el-input-icon-color); font-size: 14px; cursor: pointer; }
.el-input .el-input__clear:hover, .el-input .el-input__password:hover { color: var(--el-input-clear-hover-color); }
.el-input .el-input__count { height: 100%; display: inline-flex; align-items: center; color: var(--el-color-info); font-size: 12px; }
.el-input .el-input__count .el-input__count-inner { background: var(--el-fill-color-blank); line-height: initial; display: inline-block; padding-left: 8px; }
.el-input__wrapper { display: inline-flex; flex-grow: 1; align-items: center; justify-content: center; padding: 1px 11px; background-color: var(--el-input-bg-color, var(--el-fill-color-blank)); background-image: none; border-radius: var(--el-input-border-radius, var(--el-border-radius-base)); transition: var(--el-transition-box-shadow); transform: translateZ(0px); box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset; }
.el-input__wrapper:hover { box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset; }
.el-input__wrapper.is-focus { box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset; }
.el-input__inner { --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px); width: 100%; flex-grow: 1; appearance: none; color: var(--el-input-text-color, var(--el-text-color-regular)); font-size: inherit; height: var(--el-input-inner-height); line-height: var(--el-input-inner-height); padding: 0px; outline: none; border: none; background: none; box-sizing: border-box; }
.el-input__inner:focus { outline: none; }
.el-input__inner::placeholder { color: var(--el-input-placeholder-color, var(--el-text-color-placeholder)); }
.el-input__prefix { display: inline-flex; white-space: nowrap; flex-shrink: 0; flex-wrap: nowrap; height: 100%; text-align: center; color: var(--el-input-icon-color, var(--el-text-color-placeholder)); transition: all var(--el-transition-duration); pointer-events: none; }
.el-input__prefix-inner { pointer-events: all; display: inline-flex; align-items: center; justify-content: center; }
.el-input__prefix-inner > :last-child { margin-right: 8px; }
.el-input__prefix-inner > :first-child, .el-input__prefix-inner > :first-child.el-input__icon { margin-left: 0px; }
.el-input__suffix { display: inline-flex; white-space: nowrap; flex-shrink: 0; flex-wrap: nowrap; height: 100%; text-align: center; color: var(--el-input-icon-color, var(--el-text-color-placeholder)); transition: all var(--el-transition-duration); pointer-events: none; }
.el-input__suffix-inner { pointer-events: all; display: inline-flex; align-items: center; justify-content: center; }
.el-input__suffix-inner > :first-child { margin-left: 8px; }
.el-input .el-input__icon { height: inherit; line-height: inherit; display: flex; justify-content: center; align-items: center; transition: all var(--el-transition-duration); margin-left: 8px; }
.el-input__validateIcon { pointer-events: none; }
.el-input.is-active .el-input__wrapper { box-shadow: 0 0 0 1px var(--el-input-focus-color, ) inset; }
.el-input.is-disabled { cursor: not-allowed; }
.el-input.is-disabled .el-input__wrapper { background-color: var(--el-disabled-bg-color); box-shadow: 0 0 0 1px var(--el-disabled-border-color) inset; }
.el-input.is-disabled .el-input__inner { color: var(--el-disabled-text-color); -webkit-text-fill-color: var(--el-disabled-text-color); cursor: not-allowed; }
.el-input.is-disabled .el-input__inner::placeholder { color: var(--el-text-color-placeholder); }
.el-input.is-disabled .el-input__icon { cursor: not-allowed; }
.el-input.is-exceed .el-input__wrapper { box-shadow: 0 0 0 1px var(--el-color-danger) inset; }
.el-input.is-exceed .el-input__suffix .el-input__count { color: var(--el-color-danger); }
.el-input--large { --el-input-height: var(--el-component-size-large); font-size: 14px; }
.el-input--large .el-input__wrapper { padding: 1px 15px; }
.el-input--large .el-input__inner { --el-input-inner-height: calc(var(--el-input-height, 40px) - 2px); }
.el-input--small { --el-input-height: var(--el-component-size-small); font-size: 12px; }
.el-input--small .el-input__wrapper { padding: 1px 7px; }
.el-input--small .el-input__inner { --el-input-inner-height: calc(var(--el-input-height, 24px) - 2px); }
.el-input-group { display: inline-flex; width: 100%; align-items: stretch; }
.el-input-group__append, .el-input-group__prepend { background-color: var(--el-fill-color-light); color: var(--el-color-info); position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 100%; border-radius: var(--el-input-border-radius); padding: 0px 20px; white-space: nowrap; }
.el-input-group__append:focus, .el-input-group__prepend:focus { outline: none; }
.el-input-group__append .el-select, .el-input-group__append .el-button, .el-input-group__prepend .el-select, .el-input-group__prepend .el-button { display: inline-block; margin: 0px -20px; }
.el-input-group__append button.el-button, .el-input-group__append button.el-button:hover, .el-input-group__append div.el-select .el-input__wrapper, .el-input-group__append div.el-select:hover .el-input__wrapper, .el-input-group__prepend button.el-button, .el-input-group__prepend button.el-button:hover, .el-input-group__prepend div.el-select .el-input__wrapper, .el-input-group__prepend div.el-select:hover .el-input__wrapper { border-color: transparent; background-color: transparent; color: inherit; }
.el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input { font-size: inherit; }
.el-input-group__prepend { border-right: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; 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: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; box-shadow: 0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset; }
.el-input-group--prepend > .el-input__wrapper { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__inner { box-shadow: none !important; }
.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__wrapper { border-top-right-radius: 0px; border-bottom-right-radius: 0px; box-shadow: 1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset; }
.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner { box-shadow: none !important; }
.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__wrapper { z-index: 2; box-shadow: 1px 0 0 0 var(--el-input-focus-border-color) inset,1px 0 0 0 var(--el-input-focus-border-color),0 1px 0 0 var(--el-input-focus-border-color) inset,0 -1px 0 0 var(--el-input-focus-border-color) inset !important; }
.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__wrapper:focus { outline: none; z-index: 2; box-shadow: 1px 0 0 0 var(--el-input-focus-border-color) inset,1px 0 0 0 var(--el-input-focus-border-color),0 1px 0 0 var(--el-input-focus-border-color) inset,0 -1px 0 0 var(--el-input-focus-border-color) inset !important; }
.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__inner { box-shadow: none !important; }
.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__wrapper { z-index: 1; box-shadow: 1px 0 0 0 var(--el-input-hover-border-color) inset,1px 0 0 0 var(--el-input-hover-border-color),0 1px 0 0 var(--el-input-hover-border-color) inset,0 -1px 0 0 var(--el-input-hover-border-color) inset !important; }
.el-input-group--append > .el-input__wrapper { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.el-input-group--append .el-input-group__append .el-select .el-input .el-input__inner { box-shadow: none !important; }
.el-input-group--append .el-input-group__append .el-select .el-input .el-input__wrapper { border-top-left-radius: 0px; border-bottom-left-radius: 0px; box-shadow: 0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset; }
.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__inner { box-shadow: none !important; }
.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__wrapper { z-index: 2; box-shadow: -1px 0 0 0 var(--el-input-focus-border-color),-1px 0 0 0 var(--el-input-focus-border-color) inset,0 1px 0 0 var(--el-input-focus-border-color) inset,0 -1px 0 0 var(--el-input-focus-border-color) inset !important; }
.el-input-group--append .el-input-group__append .el-select:hover .el-input__inner { box-shadow: none !important; }
.el-input-group--append .el-input-group__append .el-select:hover .el-input__wrapper { z-index: 1; box-shadow: -1px 0 0 0 var(--el-input-hover-border-color),-1px 0 0 0 var(--el-input-hover-border-color) inset,0 1px 0 0 var(--el-input-hover-border-color) inset,0 -1px 0 0 var(--el-input-hover-border-color) inset !important; }
.el-link { --el-link-font-size: var(--el-font-size-base); --el-link-font-weight: var(--el-font-weight-primary); --el-link-text-color: var(--el-text-color-regular); --el-link-hover-text-color: var(--el-color-primary); --el-link-disabled-text-color: var(--el-text-color-placeholder); }
.el-link { display: inline-flex; flex-direction: row; align-items: center; justify-content: center; vertical-align: middle; position: relative; text-decoration: none; outline: none; cursor: pointer; padding: 0px; font-size: var(--el-link-font-size); font-weight: var(--el-link-font-weight); color: var(--el-link-text-color); }
.el-link:hover { color: var(--el-link-hover-text-color); }
.el-link.is-underline:hover::after { content: ""; position: absolute; left: 0px; right: 0px; height: 0px; bottom: 0px; border-bottom: 1px solid var(--el-link-hover-text-color); }
.el-link.is-disabled { color: var(--el-link-disabled-text-color); cursor: not-allowed; }
.el-link [class*="el-icon-"] + span { margin-left: 5px; }
.el-link.el-link--default::after { border-color: var(--el-link-hover-text-color); }
.el-link__inner { display: inline-flex; justify-content: center; align-items: center; }
.el-link.el-link--primary { --el-link-text-color: var(--el-color-primary); --el-link-hover-text-color: var(--el-color-primary-light-3); --el-link-disabled-text-color: var(--el-color-primary-light-5); }
.el-link.el-link--primary::after { border-color: var(--el-link-text-color); }
.el-link.el-link--primary.is-underline:hover::after { border-color: var(--el-link-text-color); }
.el-link.el-link--success { --el-link-text-color: var(--el-color-success); --el-link-hover-text-color: var(--el-color-success-light-3); --el-link-disabled-text-color: var(--el-color-success-light-5); }
.el-link.el-link--success::after { border-color: var(--el-link-text-color); }
.el-link.el-link--success.is-underline:hover::after { border-color: var(--el-link-text-color); }
.el-link.el-link--warning { --el-link-text-color: var(--el-color-warning); --el-link-hover-text-color: var(--el-color-warning-light-3); --el-link-disabled-text-color: var(--el-color-warning-light-5); }
.el-link.el-link--warning::after { border-color: var(--el-link-text-color); }
.el-link.el-link--warning.is-underline:hover::after { border-color: var(--el-link-text-color); }
.el-link.el-link--danger { --el-link-text-color: var(--el-color-danger); --el-link-hover-text-color: var(--el-color-danger-light-3); --el-link-disabled-text-color: var(--el-color-danger-light-5); }
.el-link.el-link--danger::after { border-color: var(--el-link-text-color); }
.el-link.el-link--danger.is-underline:hover::after { border-color: var(--el-link-text-color); }
.el-link.el-link--error { --el-link-text-color: var(--el-color-error); --el-link-hover-text-color: var(--el-color-error-light-3); --el-link-disabled-text-color: var(--el-color-error-light-5); }
.el-link.el-link--error::after { border-color: var(--el-link-text-color); }
.el-link.el-link--error.is-underline:hover::after { border-color: var(--el-link-text-color); }
.el-link.el-link--info { --el-link-text-color: var(--el-color-info); --el-link-hover-text-color: var(--el-color-info-light-3); --el-link-disabled-text-color: var(--el-color-info-light-5); }
.el-link.el-link--info::after { border-color: var(--el-link-text-color); }
.el-link.el-link--info.is-underline:hover::after { border-color: var(--el-link-text-color); }
:root { --el-loading-spinner-size: 42px; --el-loading-fullscreen-spinner-size: 50px; }
.el-loading-parent--relative { position: relative !important; }
.el-loading-parent--hidden { overflow: hidden !important; }
.el-loading-mask { position: absolute; z-index: 2000; background-color: var(--el-mask-color); margin: 0px; inset: 0px; transition: opacity var(--el-transition-duration); }
.el-loading-mask.is-fullscreen { position: fixed; }
.el-loading-mask.is-fullscreen .el-loading-spinner { margin-top: calc((0px - var(--el-loading-fullscreen-spinner-size)) / 2); }
.el-loading-mask.is-fullscreen .el-loading-spinner .circular { height: var(--el-loading-fullscreen-spinner-size); width: var(--el-loading-fullscreen-spinner-size); }
.el-loading-spinner { top: 50%; margin-top: calc((0px - var(--el-loading-spinner-size)) / 2); width: 100%; text-align: center; position: absolute; }
.el-loading-spinner .el-loading-text { color: var(--el-color-primary); margin: 3px 0px; font-size: 14px; }
.el-loading-spinner .circular { display: inline; height: var(--el-loading-spinner-size); width: var(--el-loading-spinner-size); animation: 2s linear 0s infinite normal none running loading-rotate; }
.el-loading-spinner .path { animation: 1.5s ease-in-out 0s infinite normal none running loading-dash; 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 { 
  100% { transform: rotate(360deg); }
}
@keyframes loading-dash { 
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -40px; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -120px; }
}
.el-main { --el-main-padding: 20px; display: block; flex: 1 1 auto; overflow: auto; box-sizing: border-box; padding: var(--el-main-padding); }
:root { --el-menu-active-color: var(--el-color-primary); --el-menu-text-color: var(--el-text-color-primary); --el-menu-hover-text-color: var(--el-color-primary); --el-menu-bg-color: var(--el-fill-color-blank); --el-menu-hover-bg-color: var(--el-color-primary-light-9); --el-menu-item-height: 56px; --el-menu-sub-item-height: calc(var(--el-menu-item-height) - 6px); --el-menu-horizontal-sub-item-height: 36px; --el-menu-item-font-size: var(--el-font-size-base); --el-menu-item-hover-fill: var(--el-color-primary-light-9); --el-menu-border-color: var(--el-border-color); --el-menu-base-level-padding: 20px; --el-menu-level-padding: 20px; --el-menu-icon-width: 24px; }
.el-menu { border-right: solid 1px var(--el-menu-border-color); list-style: none; position: relative; margin: 0px; padding-left: 0px; background-color: var(--el-menu-bg-color); box-sizing: border-box; }
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item, .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title, .el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title { white-space: nowrap; padding-left: calc(var(--el-menu-base-level-padding) + var(--el-menu-level) * var(--el-menu-level-padding)); }
.el-menu--horizontal { display: flex; flex-wrap: nowrap; border-bottom: solid 1px var(--el-menu-border-color); border-right: none; }
.el-menu--horizontal > .el-menu-item { display: inline-flex; justify-content: center; align-items: center; height: 100%; margin: 0px; border-bottom: 2px solid transparent; color: var(--el-menu-text-color); }
.el-menu--horizontal > .el-menu-item a, .el-menu--horizontal > .el-menu-item a:hover { color: inherit; }
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus { background-color: rgb(255, 255, 255); }
.el-menu--horizontal > .el-sub-menu:focus, .el-menu--horizontal > .el-sub-menu:hover { outline: none; }
.el-menu--horizontal > .el-sub-menu:hover .el-sub-menu__title { color: var(--el-menu-hover-text-color); }
.el-menu--horizontal > .el-sub-menu.is-active .el-sub-menu__title { border-bottom: 2px solid var(--el-menu-active-color); color: var(--el-menu-active-color); }
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title { height: 100%; border-bottom: 2px solid transparent; color: var(--el-menu-text-color); }
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover { background-color: var(--el-bg-color-overlay); }
.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-sub-menu__title { background-color: var(--el-menu-bg-color); display: flex; align-items: center; height: var(--el-menu-horizontal-sub-item-height); padding: 0px 10px; color: var(--el-menu-text-color); }
.el-menu--horizontal .el-menu .el-sub-menu__title { padding-right: 40px; }
.el-menu--horizontal .el-menu .el-menu-item.is-active, .el-menu--horizontal .el-menu .el-sub-menu.is-active > .el-sub-menu__title { color: var(--el-menu-active-color); }
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal .el-menu-item:not(.is-disabled):focus { outline: none; color: var(--el-menu-hover-text-color); background-color: var(--el-menu-hover-bg-color); }
.el-menu--horizontal > .el-menu-item.is-active { border-bottom: 2px solid var(--el-menu-active-color); color: var(--el-menu-active-color) !important; }
.el-menu--collapse { width: calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding) * 2); }
.el-menu--collapse > .el-menu-item [class^="el-icon"], .el-menu--collapse > .el-sub-menu > .el-sub-menu__title [class^="el-icon"], .el-menu--collapse > .el-menu-item-group > ul > .el-sub-menu > .el-sub-menu__title [class^="el-icon"] { margin: 0px; vertical-align: middle; width: var(--el-menu-icon-width); text-align: center; }
.el-menu--collapse > .el-menu-item .el-sub-menu__icon-arrow, .el-menu--collapse > .el-sub-menu > .el-sub-menu__title .el-sub-menu__icon-arrow, .el-menu--collapse > .el-menu-item-group > ul > .el-sub-menu > .el-sub-menu__title .el-sub-menu__icon-arrow { display: none; }
.el-menu--collapse > .el-menu-item > span, .el-menu--collapse > .el-sub-menu > .el-sub-menu__title > span, .el-menu--collapse > .el-menu-item-group > ul > .el-sub-menu > .el-sub-menu__title > span { height: 0px; width: 0px; overflow: hidden; visibility: hidden; display: inline-block; }
.el-menu--collapse > .el-menu-item.is-active i { color: inherit; }
.el-menu--collapse .el-menu .el-sub-menu { min-width: 200px; }
.el-menu--popup { z-index: 100; min-width: 200px; border: none; padding: 5px 0px; border-radius: var(--el-border-radius-small); box-shadow: var(--el-box-shadow-light); }
.el-menu .el-icon { flex-shrink: 0; }
.el-menu-item { display: flex; align-items: center; height: var(--el-menu-item-height); line-height: var(--el-menu-item-height); font-size: var(--el-menu-item-font-size); color: var(--el-menu-text-color); padding: 0 var(--el-menu-base-level-padding); list-style: none; cursor: pointer; position: relative; transition: border-color var(--el-transition-duration),background-color var(--el-transition-duration),color var(--el-transition-duration); box-sizing: border-box; white-space: nowrap; }
.el-menu-item * { vertical-align: bottom; }
.el-menu-item i { color: inherit; }
.el-menu-item:hover, .el-menu-item:focus { outline: none; }
.el-menu-item:hover { background-color: var(--el-menu-hover-bg-color); }
.el-menu-item.is-disabled { opacity: 0.25; cursor: not-allowed; background: none !important; }
.el-menu-item [class^="el-icon"] { margin-right: 5px; width: var(--el-menu-icon-width); text-align: center; font-size: 18px; vertical-align: middle; }
.el-menu-item.is-active { color: var(--el-menu-active-color); }
.el-menu-item.is-active i { color: inherit; }
.el-menu-item .el-menu-tooltip__trigger { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; display: inline-flex; align-items: center; box-sizing: border-box; padding: 0 var(--el-menu-base-level-padding); }
.el-sub-menu { list-style: none; margin: 0px; padding-left: 0px; }
.el-sub-menu__title { display: flex; align-items: center; height: var(--el-menu-item-height); line-height: var(--el-menu-item-height); font-size: var(--el-menu-item-font-size); color: var(--el-menu-text-color); padding-top: ; padding-bottom: ; padding-left: ; list-style: none; cursor: pointer; position: relative; transition: border-color var(--el-transition-duration),background-color var(--el-transition-duration),color var(--el-transition-duration); box-sizing: border-box; white-space: nowrap; padding-right: calc(var(--el-menu-base-level-padding) + var(--el-menu-icon-width)); }
.el-sub-menu__title * { vertical-align: bottom; }
.el-sub-menu__title i { color: inherit; }
.el-sub-menu__title:hover, .el-sub-menu__title:focus { outline: none; }
.el-sub-menu__title.is-disabled { opacity: 0.25; cursor: not-allowed; background: none !important; }
.el-sub-menu__title:hover { background-color: var(--el-menu-hover-bg-color); }
.el-sub-menu .el-menu { border: none; }
.el-sub-menu .el-menu-item { height: var(--el-menu-sub-item-height); line-height: var(--el-menu-sub-item-height); }
.el-sub-menu__hide-arrow .el-sub-menu__icon-arrow { display: none !important; }
.el-sub-menu.is-active .el-sub-menu__title { border-bottom-color: var(--el-menu-active-color); }
.el-sub-menu.is-disabled .el-sub-menu__title, .el-sub-menu.is-disabled .el-menu-item { opacity: 0.25; cursor: not-allowed; background: none !important; }
.el-sub-menu .el-icon { vertical-align: middle; margin-right: 5px; width: var(--el-menu-icon-width); text-align: center; font-size: 18px; }
.el-sub-menu .el-icon.el-sub-menu__icon-more { margin-right: 0px !important; }
.el-sub-menu .el-sub-menu__icon-arrow { position: absolute; top: 50%; right: var(--el-menu-base-level-padding); margin-top: -6px; transition: transform var(--el-transition-duration); font-size: 12px; margin-right: 0px; width: inherit; }
.el-menu-item-group > ul { padding: 0px; }
.el-menu-item-group__title { padding: 7px 0 7px var(--el-menu-base-level-padding); line-height: normal; font-size: 12px; color: var(--el-text-color-secondary); }
.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow { transition: var(--el-transition-duration-fast); opacity: 0; }
.el-message-box { --el-messagebox-title-color: var(--el-text-color-primary); --el-messagebox-width: 420px; --el-messagebox-border-radius: 4px; --el-messagebox-font-size: var(--el-font-size-large); --el-messagebox-content-font-size: var(--el-font-size-base); --el-messagebox-content-color: var(--el-text-color-regular); --el-messagebox-error-font-size: 12px; --el-messagebox-padding-primary: 15px; }
.el-message-box { display: inline-block; max-width: var(--el-messagebox-width); width: 100%; padding-bottom: 10px; vertical-align: middle; background-color: var(--el-bg-color); border-radius: var(--el-messagebox-border-radius); border: 1px solid var(--el-border-color-lighter); font-size: var(--el-messagebox-font-size); box-shadow: var(--el-box-shadow-light); text-align: left; overflow: hidden; backface-visibility: hidden; }
.el-message-box:focus { outline: none !important; }
.el-overlay.is-message-box .el-overlay-message-box { text-align: center; position: fixed; inset: 0px; padding: 16px; overflow: auto; }
.el-overlay.is-message-box .el-overlay-message-box::after { content: ""; display: inline-block; height: 100%; width: 0px; vertical-align: middle; }
.el-message-box.is-draggable .el-message-box__header { cursor: move; user-select: none; }
.el-message-box__header { position: relative; padding-top: ; padding-right: ; padding-left: ; padding-bottom: 10px; }
.el-message-box__title { padding-left: 0px; margin-bottom: 0px; font-size: var(--el-messagebox-font-size); line-height: 1; color: var(--el-messagebox-title-color); }
.el-message-box__headerbtn { position: absolute; top: var(--el-messagebox-padding-primary); right: var(--el-messagebox-padding-primary); padding: 0px; border: none; outline: none; background: transparent; font-size: var(--el-message-close-size, 16px); cursor: pointer; }
.el-message-box__headerbtn .el-message-box__close { color: var(--el-color-info); font-size: inherit; }
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close { color: var(--el-color-primary); }
.el-message-box__content { padding: 10px var(--el-messagebox-padding-primary); color: var(--el-messagebox-content-color); font-size: var(--el-messagebox-content-font-size); }
.el-message-box__container { position: relative; }
.el-message-box__input { padding-top: 15px; }
.el-message-box__input div.invalid > input { border-color: var(--el-color-error); }
.el-message-box__input div.invalid > input:focus { border-color: var(--el-color-error); }
.el-message-box__status { position: absolute; top: 50%; transform: translateY(-50%); font-size: 24px !important; }
.el-message-box__status::before { padding-left: 1px; }
.el-message-box__status.el-icon { position: absolute; }
.el-message-box__status + .el-message-box__message { padding-left: 36px; padding-right: 12px; word-break: break-word; }
.el-message-box__status.el-message-box-icon--success { --el-messagebox-color: var(--el-color-success); color: var(--el-messagebox-color); }
.el-message-box__status.el-message-box-icon--info { --el-messagebox-color: var(--el-color-info); color: var(--el-messagebox-color); }
.el-message-box__status.el-message-box-icon--warning { --el-messagebox-color: var(--el-color-warning); color: var(--el-messagebox-color); }
.el-message-box__status.el-message-box-icon--error { --el-messagebox-color: var(--el-color-error); color: var(--el-messagebox-color); }
.el-message-box__message { margin: 0px; }
.el-message-box__message p { margin: 0px; line-height: 24px; }
.el-message-box__errormsg { color: var(--el-color-error); font-size: var(--el-messagebox-error-font-size); min-height: 18px; margin-top: 2px; }
.el-message-box__btns { padding: 5px 15px 0px; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.el-message-box__btns button:nth-child(2) { margin-left: 10px; }
.el-message-box__btns-reverse { flex-direction: row-reverse; }
.el-message-box--center .el-message-box__title { position: relative; display: flex; align-items: center; justify-content: center; }
.el-message-box--center .el-message-box__status { position: relative; top: auto; padding-right: 5px; text-align: center; transform: translateY(-1px); }
.el-message-box--center .el-message-box__message { margin-left: 0px; }
.el-message-box--center .el-message-box__btns { justify-content: center; }
.el-message-box--center .el-message-box__content { padding-left: calc(var(--el-messagebox-padding-primary) + 12px); padding-right: calc(var(--el-messagebox-padding-primary) + 12px); text-align: center; }
.fade-in-linear-enter-active .el-overlay-message-box { 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% { transform: translate3d(0px, -20px, 0px); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}
@keyframes msgbox-fade-out { 
  0% { transform: translateZ(0px); opacity: 1; }
  100% { transform: translate3d(0px, -20px, 0px); opacity: 0; }
}
.el-message { --el-message-bg-color: var(--el-color-info-light-9); --el-message-border-color: var(--el-border-color-lighter); --el-message-padding: 15px 19px; --el-message-close-size: 16px; --el-message-close-icon-color: var(--el-text-color-placeholder); --el-message-close-hover-color: var(--el-text-color-secondary); }
.el-message { width: fit-content; max-width: calc(100% - 32px); box-sizing: border-box; border-radius: var(--el-border-radius-base); border-width: var(--el-border-width); border-style: var(--el-border-style); border-color: var(--el-message-border-color); position: fixed; left: 50%; top: 20px; transform: translate(-50%); background-color: var(--el-message-bg-color); transition: opacity var(--el-transition-duration),transform .4s,top .4s; padding: var(--el-message-padding); display: flex; align-items: center; }
.el-message.is-center { justify-content: center; }
.el-message.is-closable .el-message__content { padding-right: 31px; }
.el-message p { margin: 0px; }
.el-message--success { --el-message-bg-color: var(--el-color-success-light-9); --el-message-border-color: var(--el-color-success-light-8); --el-message-text-color: var(--el-color-success); }
.el-message--success .el-message__content { color: var(--el-message-text-color); overflow-wrap: anywhere; }
.el-message .el-message-icon--success { color: var(--el-message-text-color); }
.el-message--info { --el-message-bg-color: var(--el-color-info-light-9); --el-message-border-color: var(--el-color-info-light-8); --el-message-text-color: var(--el-color-info); }
.el-message--info .el-message__content { color: var(--el-message-text-color); overflow-wrap: anywhere; }
.el-message .el-message-icon--info { color: var(--el-message-text-color); }
.el-message--warning { --el-message-bg-color: var(--el-color-warning-light-9); --el-message-border-color: var(--el-color-warning-light-8); --el-message-text-color: var(--el-color-warning); }
.el-message--warning .el-message__content { color: var(--el-message-text-color); overflow-wrap: anywhere; }
.el-message .el-message-icon--warning { color: var(--el-message-text-color); }
.el-message--error { --el-message-bg-color: var(--el-color-error-light-9); --el-message-border-color: var(--el-color-error-light-8); --el-message-text-color: var(--el-color-error); }
.el-message--error .el-message__content { color: var(--el-message-text-color); overflow-wrap: anywhere; }
.el-message .el-message-icon--error { color: var(--el-message-text-color); }
.el-message__icon { margin-right: 10px; }
.el-message .el-message__badge { position: absolute; top: -8px; right: -8px; }
.el-message__content { padding: 0px; font-size: 14px; line-height: 1; }
.el-message__content:focus { outline-width: 0px; }
.el-message .el-message__closeBtn { position: absolute; top: 50%; right: 19px; transform: translateY(-50%); cursor: pointer; color: var(--el-message-close-icon-color); font-size: var(--el-message-close-size); }
.el-message .el-message__closeBtn:focus { outline-width: 0px; }
.el-message .el-message__closeBtn:hover { color: var(--el-message-close-hover-color); }
.el-message-fade-enter-from, .el-message-fade-leave-to { opacity: 0; transform: translate(-50%, -100%); }
.el-notification { --el-notification-width: 330px; --el-notification-padding: 14px 26px 14px 13px; --el-notification-radius: 8px; --el-notification-shadow: var(--el-box-shadow-light); --el-notification-border-color: var(--el-border-color-lighter); --el-notification-icon-size: 24px; --el-notification-close-font-size: var(--el-message-close-size, 16px); --el-notification-group-margin-left: 13px; --el-notification-group-margin-right: 8px; --el-notification-content-font-size: var(--el-font-size-base); --el-notification-content-color: var(--el-text-color-regular); --el-notification-title-font-size: 16px; --el-notification-title-color: var(--el-text-color-primary); --el-notification-close-color: var(--el-text-color-secondary); --el-notification-close-hover-color: var(--el-text-color-regular); }
.el-notification { display: flex; width: var(--el-notification-width); padding: var(--el-notification-padding); border-radius: var(--el-notification-radius); box-sizing: border-box; border: 1px solid var(--el-notification-border-color); position: fixed; background-color: var(--el-bg-color-overlay); box-shadow: var(--el-notification-shadow); transition: opacity var(--el-transition-duration),transform var(--el-transition-duration),left var(--el-transition-duration),right var(--el-transition-duration),top .4s,bottom var(--el-transition-duration); overflow-wrap: anywhere; overflow: hidden; z-index: 9999; }
.el-notification.right { right: 16px; }
.el-notification.left { left: 16px; }
.el-notification__group { margin-left: var(--el-notification-group-margin-left); margin-right: var(--el-notification-group-margin-right); }
.el-notification__title { font-weight: 700; font-size: var(--el-notification-title-font-size); line-height: var(--el-notification-icon-size); color: var(--el-notification-title-color); margin: 0px; }
.el-notification__content { font-size: var(--el-notification-content-font-size); line-height: 24px; margin: 6px 0px 0px; color: var(--el-notification-content-color); text-align: justify; }
.el-notification__content p { margin: 0px; }
.el-notification .el-notification__icon { height: var(--el-notification-icon-size); width: var(--el-notification-icon-size); font-size: var(--el-notification-icon-size); }
.el-notification .el-notification__closeBtn { position: absolute; top: 18px; right: 15px; cursor: pointer; color: var(--el-notification-close-color); font-size: var(--el-notification-close-font-size); }
.el-notification .el-notification__closeBtn:hover { color: var(--el-notification-close-hover-color); }
.el-notification .el-notification--success { --el-notification-icon-color: var(--el-color-success); color: var(--el-notification-icon-color); }
.el-notification .el-notification--info { --el-notification-icon-color: var(--el-color-info); color: var(--el-notification-icon-color); }
.el-notification .el-notification--warning { --el-notification-icon-color: var(--el-color-warning); color: var(--el-notification-icon-color); }
.el-notification .el-notification--error { --el-notification-icon-color: var(--el-color-error); color: var(--el-notification-icon-color); }
.el-notification-fade-enter-from.right { right: 0px; transform: translate(100%); }
.el-notification-fade-enter-from.left { left: 0px; transform: translate(-100%); }
.el-notification-fade-leave-to { opacity: 0; }
.el-overlay { position: fixed; inset: 0px; z-index: 2000; height: 100%; background-color: var(--el-overlay-color-lighter); overflow: auto; }
.el-overlay .el-overlay-root { height: 0px; }
.el-page-header.is-contentful .el-page-header__main { border-top: 1px solid var(--el-border-color-light); margin-top: 16px; }
.el-page-header__header { display: flex; align-items: center; justify-content: space-between; line-height: 24px; }
.el-page-header__left { display: flex; align-items: center; margin-right: 40px; position: relative; }
.el-page-header__back { display: flex; align-items: center; cursor: pointer; }
.el-page-header__left .el-divider--vertical { margin: 0px 16px; }
.el-page-header__icon { font-size: 16px; margin-right: 10px; display: flex; align-items: center; }
.el-page-header__icon .el-icon { font-size: inherit; }
.el-page-header__title { font-size: 14px; font-weight: 500; }
.el-page-header__content { font-size: 18px; color: var(--el-text-color-primary); }
.el-page-header__breadcrumb { margin-bottom: 16px; }
.el-pagination { --el-pagination-font-size: 14px; --el-pagination-bg-color: var(--el-fill-color-blank); --el-pagination-text-color: var(--el-text-color-primary); --el-pagination-border-radius: 2px; --el-pagination-button-color: var(--el-text-color-primary); --el-pagination-button-width: 32px; --el-pagination-button-height: 32px; --el-pagination-button-disabled-color: var(--el-text-color-placeholder); --el-pagination-button-disabled-bg-color: var(--el-fill-color-blank); --el-pagination-button-bg-color: var(--el-fill-color); --el-pagination-hover-color: var(--el-color-primary); --el-pagination-font-size-small: 12px; --el-pagination-button-width-small: 24px; --el-pagination-button-height-small: 24px; --el-pagination-item-gap: 16px; white-space: nowrap; color: var(--el-pagination-text-color); font-size: var(--el-pagination-font-size); font-weight: 400; display: flex; align-items: center; }
.el-pagination .el-input__inner { text-align: center; }
.el-pagination .el-select .el-input { width: 128px; }
.el-pagination button { display: flex; justify-content: center; align-items: center; font-size: var(--el-pagination-font-size); min-width: var(--el-pagination-button-width); height: var(--el-pagination-button-height); line-height: var(--el-pagination-button-height); color: var(--el-pagination-button-color); background: var(--el-pagination-bg-color); padding: 0px 4px; border: none; border-radius: var(--el-pagination-border-radius); cursor: pointer; text-align: center; box-sizing: border-box; }
.el-pagination button * { pointer-events: none; }
.el-pagination button:focus { outline: none; }
.el-pagination button:hover { color: var(--el-pagination-hover-color); }
.el-pagination button.is-active { color: var(--el-pagination-hover-color); cursor: default; font-weight: 700; }
.el-pagination button.is-active.is-disabled { font-weight: 700; color: var(--el-text-color-secondary); }
.el-pagination button:disabled, .el-pagination button.is-disabled { color: var(--el-pagination-button-disabled-color); background-color: var(--el-pagination-button-disabled-bg-color); cursor: not-allowed; }
.el-pagination button:focus-visible { outline: 1px solid var(--el-pagination-hover-color); outline-offset: -1px; }
.el-pagination .btn-prev .el-icon, .el-pagination .btn-next .el-icon { display: block; font-size: 12px; font-weight: 700; width: inherit; }
.el-pagination > .is-first { margin-left: 0px !important; }
.el-pagination > .is-last { margin-right: 0px !important; }
.el-pagination .btn-prev { margin-left: var(--el-pagination-item-gap); }
.el-pagination__sizes, .el-pagination__total { margin-left: var(--el-pagination-item-gap); font-weight: 400; color: var(--el-text-color-regular); }
.el-pagination__total[disabled="true"] { color: var(--el-text-color-placeholder); }
.el-pagination__jump { display: flex; align-items: center; margin-left: var(--el-pagination-item-gap); font-weight: 400; color: var(--el-text-color-regular); }
.el-pagination__jump[disabled="true"] { color: var(--el-text-color-placeholder); }
.el-pagination__goto { margin-right: 8px; }
.el-pagination__editor { text-align: center; box-sizing: border-box; }
.el-pagination__editor.el-input { width: 56px; }
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button, .el-pagination__editor .el-input__inner::-webkit-outer-spin-button { appearance: none; margin: 0px; }
.el-pagination__classifier { margin-left: 8px; }
.el-pagination__rightwrapper { flex: 1 1 0%; display: flex; align-items: center; justify-content: flex-end; }
.el-pagination.is-background .btn-prev, .el-pagination.is-background .btn-next, .el-pagination.is-background .el-pager li { margin: 0px 4px; background-color: var(--el-pagination-button-bg-color); }
.el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .el-pager li.is-active { background-color: var(--el-color-primary); color: var(--el-color-white); }
.el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .btn-prev.is-disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-next.is-disabled, .el-pagination.is-background .el-pager li:disabled, .el-pagination.is-background .el-pager li.is-disabled { color: var(--el-text-color-placeholder); background-color: var(--el-disabled-bg-color); }
.el-pagination.is-background .btn-prev:disabled.is-active, .el-pagination.is-background .btn-prev.is-disabled.is-active, .el-pagination.is-background .btn-next:disabled.is-active, .el-pagination.is-background .btn-next.is-disabled.is-active, .el-pagination.is-background .el-pager li:disabled.is-active, .el-pagination.is-background .el-pager li.is-disabled.is-active { color: var(--el-text-color-secondary); background-color: var(--el-fill-color-dark); }
.el-pagination.is-background .btn-prev { margin-left: var(--el-pagination-item-gap); }
.el-pagination--small .btn-prev, .el-pagination--small .btn-next, .el-pagination--small .el-pager li { height: var(--el-pagination-button-height-small); line-height: var(--el-pagination-button-height-small); font-size: var(--el-pagination-font-size-small); min-width: var(--el-pagination-button-width-small); }
.el-pagination--small span:not([class*="suffix"]), .el-pagination--small button { font-size: var(--el-pagination-font-size-small); }
.el-pagination--small .el-select .el-input { width: 100px; }
.el-pager { user-select: none; list-style: none; font-size: 0px; padding: 0px; margin: 0px; display: flex; align-items: center; }
.el-pager li { display: flex; justify-content: center; align-items: center; font-size: var(--el-pagination-font-size); min-width: var(--el-pagination-button-width); height: var(--el-pagination-button-height); line-height: var(--el-pagination-button-height); color: var(--el-pagination-button-color); background: var(--el-pagination-bg-color); padding: 0px 4px; border: none; border-radius: var(--el-pagination-border-radius); cursor: pointer; text-align: center; box-sizing: border-box; }
.el-pager li * { pointer-events: none; }
.el-pager li:focus { outline: none; }
.el-pager li:hover { color: var(--el-pagination-hover-color); }
.el-pager li.is-active { color: var(--el-pagination-hover-color); cursor: default; font-weight: 700; }
.el-pager li.is-active.is-disabled { font-weight: 700; color: var(--el-text-color-secondary); }
.el-pager li:disabled, .el-pager li.is-disabled { color: var(--el-pagination-button-disabled-color); background-color: var(--el-pagination-button-disabled-bg-color); cursor: not-allowed; }
.el-pager li:focus-visible { outline: 1px solid var(--el-pagination-hover-color); outline-offset: -1px; }
.el-popconfirm__main { display: flex; align-items: center; }
.el-popconfirm__icon { margin-right: 5px; }
.el-popconfirm__action { text-align: right; margin-top: 8px; }
.el-popover { --el-popover-bg-color: var(--el-bg-color-overlay); --el-popover-font-size: var(--el-font-size-base); --el-popover-border-color: var(--el-border-color-lighter); --el-popover-padding: 12px; --el-popover-padding-large: 18px 20px; --el-popover-title-font-size: 16px; --el-popover-title-text-color: var(--el-text-color-primary); --el-popover-border-radius: 4px; }
.el-popover.el-popper { background: var(--el-popover-bg-color); min-width: 150px; border-radius: var(--el-popover-border-radius); border: 1px solid var(--el-popover-border-color); padding: var(--el-popover-padding); z-index: var(--el-index-popper); color: var(--el-text-color-regular); line-height: 1.4; text-align: justify; font-size: var(--el-popover-font-size); box-shadow: var(--el-box-shadow-light); word-break: break-all; box-sizing: border-box; }
.el-popover.el-popper--plain { padding: var(--el-popover-padding-large); }
.el-popover__title { color: var(--el-popover-title-text-color); font-size: var(--el-popover-title-font-size); line-height: 1; margin-bottom: 12px; }
.el-popover__reference:focus:not(.focusing), .el-popover__reference:focus:hover { outline-width: 0px; }
.el-popover.el-popper.is-dark { --el-popover-bg-color: var(--el-text-color-primary); --el-popover-border-color: var(--el-text-color-primary); --el-popover-title-text-color: var(--el-bg-color); color: var(--el-bg-color); }
.el-popover.el-popper:focus:active, .el-popover.el-popper:focus { outline-width: 0px; }
.el-progress { position: relative; line-height: 1; display: flex; align-items: center; }
.el-progress__text { font-size: 14px; color: var(--el-text-color-regular); margin-left: 5px; min-width: 50px; line-height: 1; }
.el-progress__text i { vertical-align: middle; display: block; }
.el-progress--circle, .el-progress--dashboard { display: inline-block; }
.el-progress--circle .el-progress__text, .el-progress--dashboard .el-progress__text { position: absolute; top: 50%; left: 0px; width: 100%; text-align: center; margin: 0px; transform: translateY(-50%); }
.el-progress--circle .el-progress__text i, .el-progress--dashboard .el-progress__text i { vertical-align: middle; display: inline-block; }
.el-progress--without-text .el-progress__text { display: none; }
.el-progress--without-text .el-progress-bar { padding-right: 0px; margin-right: 0px; display: block; }
.el-progress--text-inside .el-progress-bar { padding-right: 0px; margin-right: 0px; }
.el-progress.is-success .el-progress-bar__inner { background-color: var(--el-color-success); }
.el-progress.is-success .el-progress__text { color: var(--el-color-success); }
.el-progress.is-warning .el-progress-bar__inner { background-color: var(--el-color-warning); }
.el-progress.is-warning .el-progress__text { color: var(--el-color-warning); }
.el-progress.is-exception .el-progress-bar__inner { background-color: var(--el-color-danger); }
.el-progress.is-exception .el-progress__text { color: var(--el-color-danger); }
.el-progress-bar { flex-grow: 1; box-sizing: border-box; }
.el-progress-bar__outer { height: 6px; border-radius: 100px; background-color: var(--el-border-color-lighter); overflow: hidden; position: relative; vertical-align: middle; }
.el-progress-bar__inner { position: absolute; left: 0px; top: 0px; height: 100%; background-color: var(--el-color-primary); text-align: right; border-radius: 100px; line-height: 1; white-space: nowrap; transition: width 0.6s ease 0s; }
.el-progress-bar__inner::after { display: inline-block; content: ""; height: 100%; vertical-align: middle; }
.el-progress-bar__inner--indeterminate { transform: translateZ(0px); animation: 3s ease 0s infinite normal none running indeterminate; }
.el-progress-bar__innerText { display: inline-block; vertical-align: middle; color: rgb(255, 255, 255); font-size: 12px; margin: 0px 5px; }
@keyframes progress { 
  0% { background-position: 0px 0px; }
  100% { background-position: 32px 0px; }
}
@keyframes indeterminate { 
  0% { left: -100%; }
  100% { left: 100%; }
}
.el-radio-button { --el-radio-button-checked-bg-color: var(--el-color-primary); --el-radio-button-checked-text-color: var(--el-color-white); --el-radio-button-checked-border-color: var(--el-color-primary); --el-radio-button-disabled-checked-fill: var(--el-border-color-extra-light); }
.el-radio-button { position: relative; display: inline-block; outline: none; }
.el-radio-button__inner { display: inline-block; line-height: 1; white-space: nowrap; vertical-align: middle; background: var(--el-button-bg-color, var(--el-fill-color-blank)); border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; font-weight: var(--el-button-font-weight, var(--el-font-weight-primary)); border-left: 0px; color: var(--el-button-text-color, var(--el-text-color-regular)); appearance: none; text-align: center; box-sizing: border-box; outline: none; margin: 0px; position: relative; cursor: pointer; transition: var(--el-transition-all); user-select: none; padding: 8px 15px; font-size: var(--el-font-size-base); border-radius: 0px; }
.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: 0.9; }
.el-radio-button__inner [class*="el-icon-"] + span { margin-left: 5px; }
.el-radio-button:first-child .el-radio-button__inner { border-left: var(--el-border); border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base); box-shadow: none !important; }
.el-radio-button__original-radio { opacity: 0; outline: none; position: absolute; z-index: -1; }
.el-radio-button__original-radio:checked + .el-radio-button__inner { color: var(--el-radio-button-checked-text-color, var(--el-color-white)); background-color: var(--el-radio-button-checked-bg-color, var(--el-color-primary)); border-color: var(--el-radio-button-checked-border-color, var(--el-color-primary)); box-shadow: -1px 0 0 0 var(--el-radio-button-checked-border-color, var(--el-color-primary)); }
.el-radio-button__original-radio:focus-visible + .el-radio-button__inner { border-left-width: ; border-left-style: ; border-left-color: var(--el-radio-button-checked-border-color, var(--el-color-primary)); outline: 2px solid var(--el-radio-button-checked-border-color); outline-offset: 1px; z-index: 2; border-radius: var(--el-border-radius-base); box-shadow: none; }
.el-radio-button__original-radio:disabled + .el-radio-button__inner { color: var(--el-disabled-text-color); cursor: not-allowed; background-image: none; background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank)); border-color: var(--el-button-disabled-border-color, var(--el-border-color-light)); box-shadow: none; }
.el-radio-button__original-radio:disabled:checked + .el-radio-button__inner { background-color: var(--el-radio-button-disabled-checked-fill); }
.el-radio-button:last-child .el-radio-button__inner { border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0; }
.el-radio-button:first-child:last-child .el-radio-button__inner { border-radius: var(--el-border-radius-base); }
.el-radio-button--large .el-radio-button__inner { padding: 12px 19px; font-size: var(--el-font-size-base); border-radius: 0px; }
.el-radio-button--large .el-radio-button__inner.is-round { padding: 12px 19px; }
.el-radio-button--small .el-radio-button__inner { padding: 5px 11px; font-size: 12px; border-radius: 0px; }
.el-radio-button--small .el-radio-button__inner.is-round { padding: 5px 11px; }
.el-radio-group { display: inline-flex; align-items: center; flex-wrap: wrap; font-size: 0px; }
.el-radio { --el-radio-font-size: var(--el-font-size-base); --el-radio-text-color: var(--el-text-color-regular); --el-radio-font-weight: var(--el-font-weight-primary); --el-radio-input-height: 14px; --el-radio-input-width: 14px; --el-radio-input-border-radius: var(--el-border-radius-circle); --el-radio-input-bg-color: var(--el-fill-color-blank); --el-radio-input-border: var(--el-border); --el-radio-input-border-color: var(--el-border-color); --el-radio-input-border-color-hover: var(--el-color-primary); }
.el-radio { color: var(--el-radio-text-color); font-weight: var(--el-radio-font-weight); position: relative; cursor: pointer; display: inline-flex; align-items: center; white-space: nowrap; outline: none; font-size: var(--el-font-size-base); user-select: none; margin-right: 32px; height: 32px; }
.el-radio.el-radio--large { height: 40px; }
.el-radio.el-radio--small { height: 24px; }
.el-radio.is-bordered { padding: 0px 15px 0px 9px; border-radius: var(--el-border-radius-base); border: var(--el-border); box-sizing: border-box; }
.el-radio.is-bordered.is-checked { border-color: var(--el-color-primary); }
.el-radio.is-bordered.is-disabled { cursor: not-allowed; border-color: var(--el-border-color-lighter); }
.el-radio.is-bordered.el-radio--large { padding: 0px 19px 0px 11px; border-radius: var(--el-border-radius-base); }
.el-radio.is-bordered.el-radio--large .el-radio__label { font-size: var(--el-font-size-base); }
.el-radio.is-bordered.el-radio--large .el-radio__inner { height: 14px; width: 14px; }
.el-radio.is-bordered.el-radio--small { padding: 0px 11px 0px 7px; border-radius: var(--el-border-radius-base); }
.el-radio.is-bordered.el-radio--small .el-radio__label { font-size: 12px; }
.el-radio.is-bordered.el-radio--small .el-radio__inner { height: 12px; width: 12px; }
.el-radio:last-child { margin-right: 0px; }
.el-radio__input { white-space: nowrap; cursor: pointer; outline: none; display: inline-flex; position: relative; vertical-align: middle; }
.el-radio__input.is-disabled .el-radio__inner { background-color: var(--el-disabled-bg-color); border-color: var(--el-disabled-border-color); cursor: not-allowed; }
.el-radio__input.is-disabled .el-radio__inner::after { cursor: not-allowed; background-color: var(--el-disabled-bg-color); }
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label { cursor: not-allowed; }
.el-radio__input.is-disabled.is-checked .el-radio__inner { background-color: var(--el-disabled-bg-color); border-color: var(--el-disabled-border-color); }
.el-radio__input.is-disabled.is-checked .el-radio__inner::after { background-color: var(--el-text-color-placeholder); }
.el-radio__input.is-disabled + span.el-radio__label { color: var(--el-text-color-placeholder); cursor: not-allowed; }
.el-radio__input.is-checked .el-radio__inner { border-color: var(--el-color-primary); background: var(--el-color-primary); }
.el-radio__input.is-checked .el-radio__inner::after { transform: translate(-50%, -50%) scale(1); }
.el-radio__input.is-checked + .el-radio__label { color: var(--el-color-primary); }
.el-radio__input.is-focus .el-radio__inner { border-color: var(--el-radio-input-border-color-hover); }
.el-radio__inner { border: var(--el-radio-input-border); border-radius: var(--el-radio-input-border-radius); width: var(--el-radio-input-width); height: var(--el-radio-input-height); background-color: var(--el-radio-input-bg-color); position: relative; cursor: pointer; display: inline-block; box-sizing: border-box; }
.el-radio__inner:hover { border-color: var(--el-radio-input-border-color-hover); }
.el-radio__inner::after { width: 4px; height: 4px; border-radius: var(--el-radio-input-border-radius); background-color: var(--el-color-white); content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 0.15s ease-in 0s; }
.el-radio__original { opacity: 0; outline: none; position: absolute; z-index: -1; inset: 0px; margin: 0px; }
.el-radio__original:focus-visible + .el-radio__inner { outline: 2px solid var(--el-radio-input-border-color-hover); outline-offset: 1px; border-radius: var(--el-radio-input-border-radius); }
.el-radio:focus:not(:focus-visible):not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner { box-shadow: 0 0 2px 2px var(--el-radio-input-border-color-hover); }
.el-radio__label { font-size: var(--el-radio-font-size); padding-left: 8px; }
.el-radio.el-radio--large .el-radio__label { font-size: 14px; }
.el-radio.el-radio--large .el-radio__inner { width: 14px; height: 14px; }
.el-radio.el-radio--small .el-radio__label { font-size: 12px; }
.el-radio.el-radio--small .el-radio__inner { width: 12px; height: 12px; }
.el-rate { --el-rate-height: 20px; --el-rate-font-size: var(--el-font-size-base); --el-rate-icon-size: 18px; --el-rate-icon-margin: 6px; --el-rate-void-color: var(--el-border-color-darker); --el-rate-fill-color: #f7ba2a; --el-rate-disabled-void-color: var(--el-fill-color); --el-rate-text-color: var(--el-text-color-primary); }
.el-rate { display: inline-flex; align-items: center; height: 32px; }
.el-rate:focus, .el-rate:active { outline: none; }
.el-rate__item { cursor: pointer; display: inline-block; position: relative; font-size: 0px; vertical-align: middle; color: var(--el-rate-void-color); line-height: normal; }
.el-rate .el-rate__icon { position: relative; display: inline-block; font-size: var(--el-rate-icon-size); margin-right: var(--el-rate-icon-margin); transition: var(--el-transition-duration); }
.el-rate .el-rate__icon.hover { transform: scale(1.15); }
.el-rate .el-rate__icon .path2 { position: absolute; left: 0px; top: 0px; }
.el-rate .el-rate__icon.is-active { color: var(--el-rate-fill-color); }
.el-rate__decimal { position: absolute; top: 0px; left: 0px; display: inline-block; overflow: hidden; color: var(--el-rate-fill-color); }
.el-rate__text { font-size: var(--el-rate-font-size); vertical-align: middle; color: var(--el-rate-text-color); }
.el-rate--large { height: 40px; }
.el-rate--small { height: 24px; }
.el-rate.is-disabled .el-rate__item { cursor: auto; color: var(--el-rate-disabled-void-color); }
.el-result { --el-result-padding: 40px 30px; --el-result-icon-font-size: 64px; --el-result-title-font-size: 20px; --el-result-title-margin-top: 20px; --el-result-subtitle-margin-top: 10px; --el-result-extra-margin-top: 30px; }
.el-result { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; box-sizing: border-box; padding: var(--el-result-padding); }
.el-result__icon svg { width: var(--el-result-icon-font-size); height: var(--el-result-icon-font-size); }
.el-result__title { margin-top: var(--el-result-title-margin-top); }
.el-result__title p { margin: 0px; font-size: var(--el-result-title-font-size); color: var(--el-text-color-primary); line-height: 1.3; }
.el-result__subtitle { margin-top: var(--el-result-subtitle-margin-top); }
.el-result__subtitle p { margin: 0px; font-size: var(--el-font-size-base); color: var(--el-text-color-regular); line-height: 1.3; }
.el-result__extra { margin-top: var(--el-result-extra-margin-top); }
.el-result .icon-primary { --el-result-color: var(--el-color-primary); color: var(--el-result-color); }
.el-result .icon-success { --el-result-color: var(--el-color-success); color: var(--el-result-color); }
.el-result .icon-warning { --el-result-color: var(--el-color-warning); color: var(--el-result-color); }
.el-result .icon-danger { --el-result-color: var(--el-color-danger); color: var(--el-result-color); }
.el-result .icon-error { --el-result-color: var(--el-color-error); color: var(--el-result-color); }
.el-result .icon-info { --el-result-color: var(--el-color-info); color: var(--el-result-color); }
.el-row { display: flex; flex-wrap: wrap; position: relative; box-sizing: border-box; }
.el-row.is-justify-center { justify-content: center; }
.el-row.is-justify-end { justify-content: flex-end; }
.el-row.is-justify-space-between { justify-content: space-between; }
.el-row.is-justify-space-around { justify-content: space-around; }
.el-row.is-justify-space-evenly { justify-content: space-evenly; }
.el-row.is-align-middle { align-items: center; }
.el-row.is-align-bottom { align-items: flex-end; }
.el-scrollbar { --el-scrollbar-opacity: .3; --el-scrollbar-bg-color: var(--el-text-color-secondary); --el-scrollbar-hover-opacity: .5; --el-scrollbar-hover-bg-color: var(--el-text-color-secondary); }
.el-scrollbar { overflow: hidden; position: relative; height: 100%; }
.el-scrollbar__wrap { overflow: auto; height: 100%; }
.el-scrollbar__wrap--hidden-default { }
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar { display: none; }
.el-scrollbar__thumb { position: relative; display: block; width: 0px; height: 0px; cursor: pointer; border-radius: inherit; background-color: var(--el-scrollbar-bg-color, var(--el-text-color-secondary)); transition: var(--el-transition-duration) background-color; opacity: var(--el-scrollbar-opacity, .3); }
.el-scrollbar__thumb:hover { background-color: var(--el-scrollbar-hover-bg-color, var(--el-text-color-secondary)); opacity: var(--el-scrollbar-hover-opacity, .5); }
.el-scrollbar__bar { position: absolute; right: 2px; bottom: 2px; z-index: 1; border-radius: 4px; }
.el-scrollbar__bar.is-vertical { width: 6px; top: 2px; }
.el-scrollbar__bar.is-vertical > div { width: 100%; }
.el-scrollbar__bar.is-horizontal { height: 6px; left: 2px; }
.el-scrollbar__bar.is-horizontal > div { height: 100%; }
.el-scrollbar-fade-enter-active { transition: opacity 0.34s ease-out 0s; }
.el-scrollbar-fade-leave-active { transition: opacity 0.12s ease-out 0s; }
.el-scrollbar-fade-enter-from, .el-scrollbar-fade-leave-active { opacity: 0; }
.el-select-dropdown__option-item.is-selected:not(.is-multiple).is-disabled { color: var(--el-text-color-disabled); }
.el-select-dropdown__option-item.is-selected:not(.is-multiple).is-disabled::after { background-color: var(--el-text-color-disabled); }
.el-select-dropdown__option-item:hover:not(.hover) { background-color: transparent; }
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-disabled.is-selected { color: var(--el-text-color-disabled); }
.el-select-dropdown__list { list-style: none; box-sizing: border-box; margin: 6px 0px !important; padding: 0px !important; }
.el-select-dropdown__option-item { font-size: var(--el-select-font-size); padding: 0px 32px 0px 20px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--el-text-color-regular); height: 34px; line-height: 34px; box-sizing: border-box; cursor: pointer; }
.el-select-dropdown__option-item.is-disabled { color: var(--el-text-color-placeholder); cursor: not-allowed; }
.el-select-dropdown__option-item.is-disabled:hover { background-color: var(--el-bg-color); }
.el-select-dropdown__option-item.is-selected { background-color: var(--el-fill-color-light); font-weight: 700; }
.el-select-dropdown__option-item.is-selected:not(.is-multiple) { color: var(--el-color-primary); }
.el-select-dropdown__option-item.hover { background-color: var(--el-fill-color-light) !important; }
.el-select-dropdown__option-item:hover { background-color: var(--el-fill-color-light); }
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected { color: var(--el-color-primary); background-color: var(--el-bg-color-overlay); }
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected .el-icon { position: absolute; right: 20px; top: 0px; height: inherit; font-size: 12px; }
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected .el-icon svg { height: inherit; vertical-align: middle; }
.el-select-group { margin: 0px; padding: 0px; }
.el-select-group__wrap { position: relative; list-style: none; margin: 0px; padding: 0px; }
.el-select-group__wrap:not(:last-of-type) { padding-bottom: 24px; }
.el-select-group__wrap:not(:last-of-type)::after { content: ""; position: absolute; display: block; left: 20px; right: 20px; bottom: 12px; height: 1px; background: var(--el-border-color-light); }
.el-select-group__split-dash { position: absolute; left: 20px; right: 20px; height: 1px; background: var(--el-border-color-light); }
.el-select-group__title { padding-left: 20px; font-size: 12px; color: var(--el-color-info); line-height: 30px; }
.el-select-group .el-select-dropdown__item { padding-left: 20px; }
.el-select-v2 { --el-select-border-color-hover: var(--el-border-color-hover); --el-select-disabled-border: var(--el-disabled-border-color); --el-select-font-size: var(--el-font-size-base); --el-select-close-hover-color: var(--el-text-color-secondary); --el-select-input-color: var(--el-text-color-placeholder); --el-select-multiple-input-color: var(--el-text-color-regular); --el-select-input-focus-border-color: var(--el-color-primary); --el-select-input-font-size: 14px; }
.el-select-v2 { display: inline-block; position: relative; vertical-align: middle; font-size: 14px; }
.el-select-v2__wrapper { display: flex; align-items: center; flex-wrap: wrap; position: relative; box-sizing: border-box; cursor: pointer; padding: 1px 30px 1px 0px; border: 1px solid var(--el-border-color); border-radius: var(--el-border-radius-base); background-color: var(--el-fill-color-blank); transition: var(--el-transition-duration); }
.el-select-v2__wrapper:hover { border-color: var(--el-text-color-placeholder); }
.el-select-v2__wrapper.is-filterable { cursor: text; }
.el-select-v2__wrapper.is-focused { border-color: var(--el-color-primary); }
.el-select-v2__wrapper.is-hovering:not(.is-focused) { border-color: var(--el-border-color-hover); }
.el-select-v2__wrapper.is-disabled { cursor: not-allowed; background-color: var(--el-fill-color-light); color: var(--el-text-color-placeholder); border-color: var(--el-select-disabled-border); }
.el-select-v2__wrapper.is-disabled:hover { border-color: var(--el-select-disabled-border); }
.el-select-v2__wrapper.is-disabled.is-focus { border-color: var(--el-input-focus-border-color); }
.el-select-v2__wrapper.is-disabled .is-transparent { opacity: 1; user-select: none; }
.el-select-v2__wrapper.is-disabled .el-select-v2__caret, .el-select-v2__wrapper.is-disabled .el-select-v2__combobox-input { cursor: not-allowed; }
.el-select-v2__wrapper .el-select-v2__input-wrapper { box-sizing: border-box; position: relative; margin-inline-start: 12px; max-width: 100%; overflow: hidden; }
.el-select-v2__wrapper, .el-select-v2__wrapper .el-select-v2__input-wrapper { line-height: 32px; }
.el-select-v2__wrapper .el-select-v2__input-wrapper input { --el-input-inner-height: calc(var(--el-component-size, 32px) - 8px); height: var(--el-input-inner-height); line-height: var(--el-input-inner-height); min-width: 4px; width: 100%; appearance: none; background: 0px 0px; border: none; margin: 2px 0px; outline: none; padding: 0px; }
.el-select-v2 .el-select-v2__tags-text { display: inline-block; line-height: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.el-select-v2__empty { padding: 10px 0px; margin: 0px; text-align: center; color: var(--el-text-color-secondary); font-size: 14px; }
.el-select-v2__popper.el-popper { background: var(--el-bg-color-overlay); border: 1px solid var(--el-border-color-light); box-shadow: var(--el-box-shadow-light); }
.el-select-v2__popper.el-popper .el-popper__arrow::before { border: 1px solid var(--el-border-color-light); }
.el-select-v2__popper.el-popper[data-popper-placement^="top"] .el-popper__arrow::before { border-top-color: transparent; border-left-color: transparent; }
.el-select-v2__popper.el-popper[data-popper-placement^="bottom"] .el-popper__arrow::before { border-bottom-color: transparent; border-right-color: transparent; }
.el-select-v2__popper.el-popper[data-popper-placement^="left"] .el-popper__arrow::before { border-left-color: transparent; border-bottom-color: transparent; }
.el-select-v2__popper.el-popper[data-popper-placement^="right"] .el-popper__arrow::before { border-right-color: transparent; border-top-color: transparent; }
.el-select-v2--large .el-select-v2__wrapper .el-select-v2__combobox-input { height: 32px; }
.el-select-v2--large .el-select-v2__caret, .el-select-v2--large .el-select-v2__suffix { height: 40px; }
.el-select-v2--large .el-select-v2__placeholder { font-size: 14px; line-height: 40px; }
.el-select-v2--small .el-select-v2__wrapper .el-select-v2__combobox-input { height: 16px; }
.el-select-v2--small .el-select-v2__caret, .el-select-v2--small .el-select-v2__suffix { height: 24px; }
.el-select-v2--small .el-select-v2__placeholder { font-size: 12px; line-height: 24px; }
.el-select-v2 .el-select-v2__selection > span { display: inline-block; }
.el-select-v2:hover .el-select-v2__combobox-input { border-color: var(--el-select-border-color-hover); }
.el-select-v2 .el-select__selection-text { text-overflow: ellipsis; display: inline-block; overflow-x: hidden; vertical-align: bottom; }
.el-select-v2 .el-select-v2__combobox-input { padding-right: 35px; display: block; color: var(--el-text-color-regular); }
.el-select-v2 .el-select-v2__combobox-input:focus { border-color: var(--el-select-input-focus-border-color); }
.el-select-v2__input { border: none; outline: none; padding: 0px; margin-left: 15px; color: var(--el-select-multiple-input-color); font-size: var(--el-select-font-size); appearance: none; height: 28px; }
.el-select-v2__input.is-small { height: 14px; }
.el-select-v2__close { cursor: pointer; position: absolute; top: 8px; z-index: var(--el-index-top); right: 25px; color: var(--el-select-input-color); line-height: 18px; font-size: var(--el-select-input-font-size); }
.el-select-v2__close:hover { color: var(--el-select-close-hover-color); }
.el-select-v2__suffix { display: inline-flex; position: absolute; right: 12px; height: 32px; top: 50%; transform: translateY(-50%); color: var(--el-input-icon-color, var(--el-text-color-placeholder)); }
.el-select-v2__suffix .el-input__icon { height: inherit; }
.el-select-v2__caret { color: var(--el-select-input-color); font-size: var(--el-select-input-font-size); transition: var(--el-transition-duration); transform: rotate(180deg); cursor: pointer; }
.el-select-v2__caret.is-reverse { transform: rotate(0deg); }
.el-select-v2__caret.is-show-close { font-size: var(--el-select-font-size); text-align: center; transform: rotate(180deg); border-radius: var(--el-border-radius-circle); color: var(--el-select-input-color); transition: var(--el-transition-color); }
.el-select-v2__caret.is-show-close:hover { color: var(--el-select-close-hover-color); }
.el-select-v2__caret.el-icon { height: inherit; }
.el-select-v2__caret.el-icon svg { vertical-align: middle; }
.el-select-v2__selection { white-space: normal; z-index: var(--el-index-normal); display: flex; align-items: center; flex-wrap: wrap; }
.el-select-v2__input-calculator { left: 0px; position: absolute; top: 0px; visibility: hidden; white-space: pre; z-index: 999; }
.el-select-v2__selected-item { line-height: inherit; height: inherit; user-select: none; display: flex; flex-wrap: wrap; }
.el-select-v2__placeholder { position: absolute; top: 50%; transform: translateY(-50%); margin-inline-start: 12px; width: calc(100% - 52px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--el-input-text-color, var(--el-text-color-regular)); }
.el-select-v2__placeholder.is-transparent { color: var(--el-text-color-placeholder); }
.el-select-v2 .el-select-v2__selection .el-tag { box-sizing: border-box; border-color: transparent; margin: 2px 0px 2px 6px; background-color: var(--el-fill-color); }
.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close { background-color: var(--el-text-color-placeholder); right: -7px; color: var(--el-color-white); }
.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close:hover { background-color: var(--el-text-color-secondary); }
.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close::before { display: block; transform: translateY(0.5px); }
.el-select-v2.el-select-v2--small .el-select-v2__selection .el-tag { margin: 1px 0px 1px 6px; height: 18px; }
.el-select-dropdown { z-index: calc(var(--el-index-top) + 1); border-radius: var(--el-border-radius-base); box-sizing: border-box; }
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected { color: var(--el-color-primary); background-color: var(--el-bg-color-overlay); }
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover { background-color: var(--el-fill-color-light); }
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after { content: ""; position: absolute; top: 50%; right: 20px; border-top: none; border-right: none; background-repeat: no-repeat; background-position: center center; background-color: var(--el-color-primary); -webkit-mask: url("../images/f1bfb1ea3fbe39385c4a91e428a21f8f3421e61b.svg") 0% 0% / 100% 100% no-repeat; transform: translateY(-50%); width: 12px; height: 12px; }
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.is-disabled::after { background-color: var(--el-text-color-disabled); }
.el-select-dropdown .el-select-dropdown__option-item.is-selected::after { content: ""; position: absolute; top: 50%; right: 20px; border-top: none; border-right: none; background-repeat: no-repeat; background-position: center center; background-color: var(--el-color-primary); -webkit-mask: url("../images/f1bfb1ea3fbe39385c4a91e428a21f8f3421e61b.svg") 0% 0% / 100% 100% no-repeat; transform: translateY(-50%); width: 12px; height: 12px; }
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list { padding: 0px; }
.el-select-dropdown .el-select-dropdown__item.is-disabled:hover { background-color: unset; }
.el-select-dropdown .el-select-dropdown__item.is-disabled.selected { color: var(--el-text-color-disabled); }
.el-select-dropdown__empty { padding: 10px 0px; margin: 0px; text-align: center; color: var(--el-text-color-secondary); font-size: var(--el-select-font-size); }
.el-select-dropdown__wrap { max-height: 274px; }
.el-select-dropdown__list { list-style: none; padding: 6px 0px; margin: 0px; box-sizing: border-box; }
.el-select { --el-select-border-color-hover: var(--el-border-color-hover); --el-select-disabled-border: var(--el-disabled-border-color); --el-select-font-size: var(--el-font-size-base); --el-select-close-hover-color: var(--el-text-color-secondary); --el-select-input-color: var(--el-text-color-placeholder); --el-select-multiple-input-color: var(--el-text-color-regular); --el-select-input-focus-border-color: var(--el-color-primary); --el-select-input-font-size: 14px; }
.el-select { display: inline-block; position: relative; vertical-align: middle; line-height: 32px; }
.el-select__popper.el-popper { background: var(--el-bg-color-overlay); border: 1px solid var(--el-border-color-light); box-shadow: var(--el-box-shadow-light); }
.el-select__popper.el-popper .el-popper__arrow::before { border: 1px solid var(--el-border-color-light); }
.el-select__popper.el-popper[data-popper-placement^="top"] .el-popper__arrow::before { border-top-color: transparent; border-left-color: transparent; }
.el-select__popper.el-popper[data-popper-placement^="bottom"] .el-popper__arrow::before { border-bottom-color: transparent; border-right-color: transparent; }
.el-select__popper.el-popper[data-popper-placement^="left"] .el-popper__arrow::before { border-left-color: transparent; border-bottom-color: transparent; }
.el-select__popper.el-popper[data-popper-placement^="right"] .el-popper__arrow::before { border-right-color: transparent; border-top-color: transparent; }
.el-select .el-select-tags-wrapper.has-prefix { margin-left: 6px; }
.el-select--large { line-height: 40px; }
.el-select--large .el-select-tags-wrapper.has-prefix { margin-left: 8px; }
.el-select--small { line-height: 24px; }
.el-select--small .el-select-tags-wrapper.has-prefix { margin-left: 4px; }
.el-select .el-select__tags > span { display: inline-block; }
.el-select:hover:not(.el-select--disabled) .el-input__wrapper { box-shadow: 0 0 0 1px var(--el-select-border-color-hover) inset; }
.el-select .el-select__tags-text { display: inline-block; line-height: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.el-select .el-input__wrapper { cursor: pointer; }
.el-select .el-input__wrapper.is-focus { box-shadow: 0 0 0 1px var(--el-select-input-focus-border-color) inset !important; }
.el-select .el-input__inner { cursor: pointer; }
.el-select .el-input { display: flex; }
.el-select .el-input .el-select__caret { color: var(--el-select-input-color); font-size: var(--el-select-input-font-size); transition: transform var(--el-transition-duration); transform: rotate(0deg); cursor: pointer; }
.el-select .el-input .el-select__caret.is-reverse { transform: rotate(-180deg); }
.el-select .el-input .el-select__caret.is-show-close { font-size: var(--el-select-font-size); text-align: center; transform: rotate(0deg); border-radius: var(--el-border-radius-circle); color: var(--el-select-input-color); transition: var(--el-transition-color); }
.el-select .el-input .el-select__caret.is-show-close:hover { color: var(--el-select-close-hover-color); }
.el-select .el-input .el-select__caret.el-icon { position: relative; height: inherit; z-index: 2; }
.el-select .el-input.is-disabled .el-input__wrapper { cursor: not-allowed; }
.el-select .el-input.is-disabled .el-input__wrapper:hover { box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset; }
.el-select .el-input.is-disabled .el-input__inner, .el-select .el-input.is-disabled .el-select__caret { cursor: not-allowed; }
.el-select .el-input.is-focus .el-input__wrapper { box-shadow: 0 0 0 1px var(--el-select-input-focus-border-color) inset !important; }
.el-select__input { border: none; outline: none; padding: 0px; margin-left: 15px; color: var(--el-select-multiple-input-color); font-size: var(--el-select-font-size); appearance: none; height: 28px; background-color: transparent; }
.el-select__input.is-small { height: 14px; }
.el-select__close { cursor: pointer; position: absolute; top: 8px; z-index: var(--el-index-top); right: 25px; color: var(--el-select-input-color); line-height: 18px; font-size: var(--el-select-input-font-size); }
.el-select__close:hover { color: var(--el-select-close-hover-color); }
.el-select__tags { position: absolute; line-height: normal; top: 50%; transform: translateY(-50%); white-space: normal; z-index: var(--el-index-normal); display: flex; align-items: center; flex-wrap: wrap; cursor: pointer; }
.el-select__tags .el-tag { box-sizing: border-box; border-color: transparent; margin: 2px 6px 2px 0px; }
.el-select__tags .el-tag:last-child { margin-right: 0px; }
.el-select__tags .el-tag .el-icon-close { background-color: var(--el-text-color-placeholder); right: -7px; top: 0px; color: rgb(255, 255, 255); }
.el-select__tags .el-tag .el-icon-close:hover { background-color: var(--el-text-color-secondary); }
.el-select__tags .el-tag .el-icon-close::before { display: block; transform: translateY(0.5px); }
.el-select__tags .el-tag--info { background-color: var(--el-fill-color); }
.el-select__collapse-tags { white-space: normal; z-index: var(--el-index-normal); display: flex; align-items: center; flex-wrap: wrap; cursor: pointer; }
.el-select__collapse-tags .el-tag { box-sizing: border-box; border-color: transparent; margin: 2px 6px 2px 0px; }
.el-select__collapse-tags .el-tag:last-child { margin-right: 0px; }
.el-select__collapse-tags .el-tag .el-icon-close { background-color: var(--el-text-color-placeholder); right: -7px; top: 0px; color: rgb(255, 255, 255); }
.el-select__collapse-tags .el-tag .el-icon-close:hover { background-color: var(--el-text-color-secondary); }
.el-select__collapse-tags .el-tag .el-icon-close::before { display: block; transform: translateY(0.5px); }
.el-select__collapse-tags .el-tag--info { background-color: var(--el-fill-color); }
.el-select__collapse-tag { line-height: inherit; height: inherit; display: flex; }
.el-skeleton { --el-skeleton-circle-size: var(--el-avatar-size); }
.el-skeleton__item { background: var(--el-skeleton-color); display: inline-block; height: 16px; border-radius: var(--el-border-radius-base); width: 100%; }
.el-skeleton__circle { border-radius: 50%; width: var(--el-skeleton-circle-size); height: var(--el-skeleton-circle-size); line-height: var(--el-skeleton-circle-size); }
.el-skeleton__button { height: 40px; width: 64px; border-radius: 4px; }
.el-skeleton__p { width: 100%; }
.el-skeleton__p.is-last { width: 61%; }
.el-skeleton__p.is-first { width: 33%; }
.el-skeleton__text { width: 100%; height: var(--el-font-size-small); }
.el-skeleton__caption { height: var(--el-font-size-extra-small); }
.el-skeleton__h1 { height: var(--el-font-size-extra-large); }
.el-skeleton__h3 { height: var(--el-font-size-large); }
.el-skeleton__h5 { height: var(--el-font-size-medium); }
.el-skeleton__image { width: unset; display: flex; align-items: center; justify-content: center; border-radius: 0px; }
.el-skeleton__image svg { color: var(--el-svg-monochrome-grey); fill: currentcolor; width: 22%; height: 22%; }
.el-skeleton { --el-skeleton-color: var(--el-fill-color); --el-skeleton-to-color: var(--el-fill-color-darker); }
@keyframes el-skeleton-loading { 
  0% { background-position: 100% 50%; }
  100% { background-position: 0px 50%; }
}
.el-skeleton { width: 100%; }
.el-skeleton__first-line, .el-skeleton__paragraph { height: 16px; margin-top: 16px; background: var(--el-skeleton-color); }
.el-skeleton.is-animated .el-skeleton__item { background-image: ; background-position-x: ; background-position-y: ; background-repeat-x: ; background-repeat-y: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-size: 400% 100%; animation: 1.4s ease 0s infinite normal none running el-skeleton-loading; }
.el-slider { --el-slider-main-bg-color: var(--el-color-primary); --el-slider-runway-bg-color: var(--el-border-color-light); --el-slider-stop-bg-color: var(--el-color-white); --el-slider-disabled-color: var(--el-text-color-placeholder); --el-slider-border-radius: 3px; --el-slider-height: 6px; --el-slider-button-size: 20px; --el-slider-button-wrapper-size: 36px; --el-slider-button-wrapper-offset: -15px; }
.el-slider { width: 100%; height: 32px; display: flex; align-items: center; }
.el-slider__runway { flex: 1 1 0%; height: var(--el-slider-height); background-color: var(--el-slider-runway-bg-color); border-radius: var(--el-slider-border-radius); position: relative; cursor: pointer; }
.el-slider__runway.show-input { margin-right: 30px; width: auto; }
.el-slider__runway.is-disabled { cursor: default; }
.el-slider__runway.is-disabled .el-slider__bar { background-color: var(--el-slider-disabled-color); }
.el-slider__runway.is-disabled .el-slider__button { border-color: var(--el-slider-disabled-color); }
.el-slider__runway.is-disabled .el-slider__button-wrapper:hover, .el-slider__runway.is-disabled .el-slider__button-wrapper.hover, .el-slider__runway.is-disabled .el-slider__button-wrapper.dragging { cursor: not-allowed; }
.el-slider__runway.is-disabled .el-slider__button:hover, .el-slider__runway.is-disabled .el-slider__button.hover, .el-slider__runway.is-disabled .el-slider__button.dragging { transform: scale(1); }
.el-slider__runway.is-disabled .el-slider__button:hover, .el-slider__runway.is-disabled .el-slider__button.hover, .el-slider__runway.is-disabled .el-slider__button.dragging { cursor: not-allowed; }
.el-slider__input { flex-shrink: 0; width: 130px; }
.el-slider__bar { height: var(--el-slider-height); background-color: var(--el-slider-main-bg-color); border-top-left-radius: var(--el-slider-border-radius); border-bottom-left-radius: var(--el-slider-border-radius); position: absolute; }
.el-slider__button-wrapper { height: var(--el-slider-button-wrapper-size); width: var(--el-slider-button-wrapper-size); position: absolute; z-index: 1; top: var(--el-slider-button-wrapper-offset); transform: translate(-50%); background-color: transparent; text-align: center; user-select: none; line-height: normal; outline: none; }
.el-slider__button-wrapper::after { display: inline-block; content: ""; height: 100%; vertical-align: middle; }
.el-slider__button-wrapper:hover, .el-slider__button-wrapper.hover { cursor: grab; }
.el-slider__button-wrapper.dragging { cursor: grabbing; }
.el-slider__button { display: inline-block; width: var(--el-slider-button-size); height: var(--el-slider-button-size); vertical-align: middle; border: solid 2px var(--el-slider-main-bg-color); background-color: var(--el-color-white); border-radius: 50%; box-sizing: border-box; transition: var(--el-transition-duration-fast); user-select: none; }
.el-slider__button:hover, .el-slider__button.hover, .el-slider__button.dragging { transform: scale(1.2); }
.el-slider__button:hover, .el-slider__button.hover { cursor: grab; }
.el-slider__button.dragging { cursor: grabbing; }
.el-slider__stop { position: absolute; height: var(--el-slider-height); width: var(--el-slider-height); border-radius: var(--el-border-radius-circle); background-color: var(--el-slider-stop-bg-color); transform: translate(-50%); }
.el-slider__marks { top: 0px; left: 12px; width: 18px; height: 100%; }
.el-slider__marks-text { position: absolute; transform: translate(-50%); font-size: 14px; color: var(--el-color-info); margin-top: 15px; white-space: pre; }
.el-slider.is-vertical { position: relative; display: inline-flex; width: auto; height: 100%; flex: 0 1 0%; }
.el-slider.is-vertical .el-slider__runway { width: var(--el-slider-height); height: 100%; margin: 0px 16px; }
.el-slider.is-vertical .el-slider__bar { width: var(--el-slider-height); height: auto; border-radius: 0px 0px 3px 3px; }
.el-slider.is-vertical .el-slider__button-wrapper { top: auto; left: var(--el-slider-button-wrapper-offset); transform: translateY(50%); }
.el-slider.is-vertical .el-slider__stop { transform: translateY(50%); }
.el-slider.is-vertical .el-slider__marks-text { margin-top: 0px; left: 15px; transform: translateY(50%); }
.el-slider--large { height: 40px; }
.el-slider--small { height: 24px; }
.el-space { display: inline-flex; vertical-align: top; }
.el-space__item { display: flex; flex-wrap: wrap; }
.el-space__item > * { flex: 1 1 0%; }
.el-space--vertical { flex-direction: column; }
.el-time-spinner { width: 100%; white-space: nowrap; }
.el-spinner { display: inline-block; vertical-align: middle; }
.el-spinner-inner { animation: 2s linear 0s infinite normal none running rotate; width: 50px; height: 50px; }
.el-spinner-inner .path { stroke: var(--el-border-color-lighter); stroke-linecap: round; animation: 1.5s ease-in-out 0s infinite normal none running dash; }
@keyframes rotate { 
  100% { transform: rotate(360deg); }
}
@keyframes dash { 
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}
.el-step { position: relative; flex-shrink: 1; }
.el-step:last-of-type .el-step__line { display: none; }
.el-step:last-of-type.is-flex { flex-shrink: 0; flex-grow: 0; flex-basis: auto !important; }
.el-step:last-of-type .el-step__main, .el-step:last-of-type .el-step__description { padding-right: 0px; }
.el-step__head { position: relative; width: 100%; }
.el-step__head.is-process { color: var(--el-text-color-primary); border-color: var(--el-text-color-primary); }
.el-step__head.is-wait { color: var(--el-text-color-placeholder); border-color: var(--el-text-color-placeholder); }
.el-step__head.is-success { color: var(--el-color-success); border-color: var(--el-color-success); }
.el-step__head.is-error { color: var(--el-color-danger); border-color: var(--el-color-danger); }
.el-step__head.is-finish { color: var(--el-color-primary); border-color: var(--el-color-primary); }
.el-step__icon { position: relative; z-index: 1; display: inline-flex; justify-content: center; align-items: center; width: 24px; height: 24px; font-size: 14px; box-sizing: border-box; background: var(--el-bg-color); transition: all 0.15s ease-out 0s; }
.el-step__icon.is-text { border-radius: 50%; border-width: 2px; border-style: solid; border-image: initial; border-color: inherit; }
.el-step__icon.is-icon { width: 40px; }
.el-step__icon-inner { display: inline-block; user-select: none; text-align: center; font-weight: 700; line-height: 1; color: inherit; }
.el-step__icon-inner[class*="el-icon"]:not(.is-status) { font-size: 25px; font-weight: 400; }
.el-step__icon-inner.is-status { transform: translateY(1px); }
.el-step__line { position: absolute; border-color: inherit; background-color: var(--el-text-color-placeholder); }
.el-step__line-inner { display: block; border-width: 1px; border-style: solid; border-color: inherit; transition: all 0.15s ease-out 0s; box-sizing: border-box; width: 0px; height: 0px; }
.el-step__main { white-space: normal; text-align: left; }
.el-step__title { font-size: 16px; line-height: 38px; }
.el-step__title.is-process { font-weight: 700; color: var(--el-text-color-primary); }
.el-step__title.is-wait { color: var(--el-text-color-placeholder); }
.el-step__title.is-success { color: var(--el-color-success); }
.el-step__title.is-error { color: var(--el-color-danger); }
.el-step__title.is-finish { color: var(--el-color-primary); }
.el-step__description { padding-right: 10%; margin-top: -5px; font-size: 12px; line-height: 20px; font-weight: 400; }
.el-step__description.is-process { color: var(--el-text-color-primary); }
.el-step__description.is-wait { color: var(--el-text-color-placeholder); }
.el-step__description.is-success { color: var(--el-color-success); }
.el-step__description.is-error { color: var(--el-color-danger); }
.el-step__description.is-finish { color: var(--el-color-primary); }
.el-step.is-horizontal { display: inline-block; }
.el-step.is-horizontal .el-step__line { height: 2px; top: 11px; left: 0px; right: 0px; }
.el-step.is-vertical { display: flex; }
.el-step.is-vertical .el-step__head { flex-grow: 0; width: 24px; }
.el-step.is-vertical .el-step__main { padding-left: 10px; flex-grow: 1; }
.el-step.is-vertical .el-step__title { line-height: 24px; padding-bottom: 8px; }
.el-step.is-vertical .el-step__line { width: 2px; top: 0px; bottom: 0px; left: 11px; }
.el-step.is-vertical .el-step__icon.is-icon { width: 24px; }
.el-step.is-center .el-step__head, .el-step.is-center .el-step__main { text-align: center; }
.el-step.is-center .el-step__description { padding-left: 20%; padding-right: 20%; }
.el-step.is-center .el-step__line { left: 50%; right: -50%; }
.el-step.is-simple { display: flex; align-items: center; }
.el-step.is-simple .el-step__head { width: auto; font-size: 0px; padding-right: 10px; }
.el-step.is-simple .el-step__icon { background: transparent; width: 16px; height: 16px; font-size: 12px; }
.el-step.is-simple .el-step__icon-inner[class*="el-icon"]:not(.is-status) { font-size: 18px; }
.el-step.is-simple .el-step__icon-inner.is-status { transform: scale(0.8) translateY(1px); }
.el-step.is-simple .el-step__main { position: relative; display: flex; align-items: stretch; flex-grow: 1; }
.el-step.is-simple .el-step__title { font-size: 16px; line-height: 20px; }
.el-step.is-simple:not(:last-of-type) .el-step__title { max-width: 50%; word-break: break-all; }
.el-step.is-simple .el-step__arrow { flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.el-step.is-simple .el-step__arrow::before, .el-step.is-simple .el-step__arrow::after { content: ""; display: inline-block; position: absolute; height: 15px; width: 1px; background: var(--el-text-color-placeholder); }
.el-step.is-simple .el-step__arrow::before { transform: rotate(-45deg) translateY(-4px); transform-origin: 0px 0px; }
.el-step.is-simple .el-step__arrow::after { transform: rotate(45deg) translateY(4px); transform-origin: 100% 100%; }
.el-step.is-simple:last-of-type .el-step__arrow { display: none; }
.el-steps { display: flex; }
.el-steps--simple { padding: 13px 8%; border-radius: 4px; background: var(--el-fill-color-light); }
.el-steps--horizontal { white-space: nowrap; }
.el-steps--vertical { height: 100%; flex-flow: column; }
.el-switch { --el-switch-on-color: var(--el-color-primary); --el-switch-off-color: var(--el-border-color); }
.el-switch { display: inline-flex; align-items: center; position: relative; font-size: 14px; line-height: 20px; height: 32px; vertical-align: middle; }
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label { cursor: not-allowed; }
.el-switch__label { transition: var(--el-transition-duration-fast); height: 20px; display: inline-block; font-size: 14px; font-weight: 500; cursor: pointer; vertical-align: middle; color: var(--el-text-color-primary); }
.el-switch__label.is-active { color: var(--el-color-primary); }
.el-switch__label--left { margin-right: 10px; }
.el-switch__label--right { margin-left: 10px; }
.el-switch__label * { line-height: 1; font-size: 14px; display: inline-block; }
.el-switch__label .el-icon { height: inherit; }
.el-switch__label .el-icon svg { vertical-align: middle; }
.el-switch__input { position: absolute; width: 0px; height: 0px; opacity: 0; margin: 0px; }
.el-switch__input:focus-visible ~ .el-switch__core { outline: 2px solid var(--el-switch-on-color); outline-offset: 1px; }
.el-switch__core { display: inline-flex; position: relative; align-items: center; min-width: 40px; height: 20px; border: 1px solid var(--el-switch-border-color, var(--el-switch-off-color)); outline: none; border-radius: 10px; box-sizing: border-box; background: var(--el-switch-off-color); cursor: pointer; transition: border-color var(--el-transition-duration),background-color var(--el-transition-duration); }
.el-switch__core .el-switch__inner { width: 100%; transition: all var(--el-transition-duration); height: 16px; display: flex; justify-content: center; align-items: center; overflow: hidden; padding: 0px 4px 0px 18px; }
.el-switch__core .el-switch__inner .is-icon, .el-switch__core .el-switch__inner .is-text { font-size: 12px; color: var(--el-color-white); user-select: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.el-switch__core .el-switch__action { position: absolute; left: 1px; border-radius: var(--el-border-radius-circle); transition: all var(--el-transition-duration); width: 16px; height: 16px; background-color: var(--el-color-white); display: flex; justify-content: center; align-items: center; color: var(--el-switch-off-color); }
.el-switch.is-checked .el-switch__core { border-color: var(--el-switch-border-color, var(--el-switch-on-color)); background-color: var(--el-switch-on-color); }
.el-switch.is-checked .el-switch__core .el-switch__action { left: calc(100% - 17px); color: var(--el-switch-on-color); }
.el-switch.is-checked .el-switch__core .el-switch__inner { padding: 0px 18px 0px 4px; }
.el-switch.is-disabled { opacity: 0.6; }
.el-switch--wide .el-switch__label.el-switch__label--left span { left: 10px; }
.el-switch--wide .el-switch__label.el-switch__label--right span { right: 10px; }
.el-switch .label-fade-enter-from, .el-switch .label-fade-leave-active { opacity: 0; }
.el-switch--large { font-size: 14px; line-height: 24px; height: 40px; }
.el-switch--large .el-switch__label { height: 24px; font-size: 14px; }
.el-switch--large .el-switch__label * { font-size: 14px; }
.el-switch--large .el-switch__core { min-width: 50px; height: 24px; border-radius: 12px; }
.el-switch--large .el-switch__core .el-switch__inner { height: 20px; padding: 0px 6px 0px 22px; }
.el-switch--large .el-switch__core .el-switch__action { width: 20px; height: 20px; }
.el-switch--large.is-checked .el-switch__core .el-switch__action { left: calc(100% - 21px); }
.el-switch--large.is-checked .el-switch__core .el-switch__inner { padding: 0px 22px 0px 6px; }
.el-switch--small { font-size: 12px; line-height: 16px; height: 24px; }
.el-switch--small .el-switch__label { height: 16px; font-size: 12px; }
.el-switch--small .el-switch__label * { font-size: 12px; }
.el-switch--small .el-switch__core { min-width: 30px; height: 16px; border-radius: 8px; }
.el-switch--small .el-switch__core .el-switch__inner { height: 12px; padding: 0px 2px 0px 14px; }
.el-switch--small .el-switch__core .el-switch__action { width: 12px; height: 12px; }
.el-switch--small.is-checked .el-switch__core .el-switch__action { left: calc(100% - 13px); }
.el-switch--small.is-checked .el-switch__core .el-switch__inner { padding: 0px 14px 0px 2px; }
.el-table-column--selection .cell { padding-left: 14px; padding-right: 14px; }
.el-table-filter { border: solid 1px var(--el-border-color-lighter); border-radius: 2px; background-color: rgb(255, 255, 255); box-shadow: var(--el-box-shadow-light); box-sizing: border-box; }
.el-table-filter__list { padding: 5px 0px; margin: 0px; list-style: none; min-width: 100px; }
.el-table-filter__list-item { line-height: 36px; padding: 0px 10px; cursor: pointer; font-size: var(--el-font-size-base); }
.el-table-filter__list-item:hover { background-color: var(--el-color-primary-light-9); color: var(--el-color-primary); }
.el-table-filter__list-item.is-active { background-color: var(--el-color-primary); color: rgb(255, 255, 255); }
.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: 0px 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 { display: flex; align-items: center; margin-right: 5px; margin-bottom: 12px; margin-left: 5px; height: unset; }
.el-table-filter__checkbox-group .el-checkbox:last-child { margin-bottom: 0px; }
.el-table { --el-table-border-color: var(--el-border-color-lighter); --el-table-border: 1px solid var(--el-table-border-color); --el-table-text-color: var(--el-text-color-regular); --el-table-header-text-color: var(--el-text-color-secondary); --el-table-row-hover-bg-color: var(--el-fill-color-light); --el-table-current-row-bg-color: var(--el-color-primary-light-9); --el-table-header-bg-color: var(--el-bg-color); --el-table-fixed-box-shadow: var(--el-box-shadow-light); --el-table-bg-color: var(--el-fill-color-blank); --el-table-tr-bg-color: var(--el-fill-color-blank); --el-table-expanded-cell-bg-color: var(--el-fill-color-blank); --el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, .15); --el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, .15); }
.el-table { position: relative; overflow: hidden; box-sizing: border-box; height: fit-content; width: 100%; max-width: 100%; background-color: var(--el-table-bg-color); font-size: 14px; color: var(--el-table-text-color); }
.el-table__inner-wrapper { position: relative; display: flex; flex-direction: column; height: 100%; }
.el-table__inner-wrapper::before { left: 0px; bottom: 0px; width: 100%; height: 1px; }
.el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell, .el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell { border-bottom-color: transparent; }
.el-table__empty-block { position: sticky; left: 0px; min-height: 60px; text-align: center; width: 100%; display: flex; justify-content: center; align-items: center; }
.el-table__empty-text { line-height: 60px; width: 50%; color: var(--el-text-color-secondary); }
.el-table__expand-column .cell { padding: 0px; text-align: center; user-select: none; }
.el-table__expand-icon { position: relative; cursor: pointer; color: var(--el-text-color-regular); font-size: 12px; transition: transform var(--el-transition-duration-fast) ease-in-out; height: 20px; }
.el-table__expand-icon--expanded { transform: rotate(90deg); }
.el-table__expand-icon > .el-icon { font-size: 12px; }
.el-table__expanded-cell { background-color: var(--el-table-expanded-cell-bg-color); }
.el-table__expanded-cell[class*="cell"] { padding: 20px 50px; }
.el-table__expanded-cell:hover { background-color: transparent !important; }
.el-table__placeholder { display: inline-block; width: 20px; }
.el-table__append-wrapper { overflow: hidden; }
.el-table--fit { border-right: 0px; border-bottom: 0px; }
.el-table--fit .el-table__cell.gutter { border-right-width: 1px; }
.el-table thead { color: var(--el-table-header-text-color); font-weight: 500; }
.el-table thead.is-group th.el-table__cell { background: var(--el-fill-color-light); }
.el-table .el-table__cell { padding: 8px 0px; min-width: 0px; box-sizing: border-box; text-overflow: ellipsis; vertical-align: middle; position: relative; text-align: left; z-index: 1; }
.el-table .el-table__cell.is-center { text-align: center; }
.el-table .el-table__cell.is-right { text-align: right; }
.el-table .el-table__cell.gutter { width: 15px; border-right-width: 0px; border-bottom-width: 0px; padding: 0px; }
.el-table .el-table__cell.is-hidden > * { visibility: hidden; }
.el-table .cell { box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: break-all; line-height: 23px; padding: 0px 12px; }
.el-table .cell.el-tooltip { white-space: nowrap; min-width: 50px; }
.el-table--large { font-size: var(--el-font-size-base); }
.el-table--large .el-table__cell { padding: 12px 0px; }
.el-table--large .cell { padding: 0px 16px; }
.el-table--default { font-size: 14px; }
.el-table--default .el-table__cell { padding: 8px 0px; }
.el-table--default .cell { padding: 0px 12px; }
.el-table--small { font-size: 12px; }
.el-table--small .el-table__cell { padding: 4px 0px; }
.el-table--small .cell { padding: 0px 8px; }
.el-table tr { background-color: var(--el-table-tr-bg-color); }
.el-table tr input[type="checkbox"] { margin: 0px; }
.el-table th.el-table__cell.is-leaf, .el-table td.el-table__cell { border-bottom: var(--el-table-border); }
.el-table th.el-table__cell.is-sortable { cursor: pointer; }
.el-table th.el-table__cell { user-select: none; background-color: var(--el-table-header-bg-color); }
.el-table th.el-table__cell > .cell.highlight { color: var(--el-color-primary); }
.el-table th.el-table__cell.required > div::before { display: inline-block; content: ""; width: 8px; height: 8px; border-radius: 50%; background: rgb(255, 77, 81); margin-right: 5px; vertical-align: middle; }
.el-table td.el-table__cell div { box-sizing: border-box; }
.el-table td.el-table__cell.gutter { width: 0px; }
.el-table__footer-wrapper { border-top: var(--el-table-border); }
.el-table--border::after, .el-table--border::before, .el-table--border .el-table__inner-wrapper::after, .el-table__inner-wrapper::before { content: ""; position: absolute; background-color: var(--el-table-border-color); z-index: 3; }
.el-table--border .el-table__inner-wrapper::after { left: 0px; top: 0px; width: 100%; height: 1px; }
.el-table--border::before { top: -1px; left: 0px; width: 1px; height: 100%; }
.el-table--border::after { top: -1px; right: 0px; width: 1px; height: 100%; }
.el-table--border .el-table__inner-wrapper { border-right: none; border-bottom: none; }
.el-table--border .el-table__footer-wrapper { position: relative; flex-shrink: 0; }
.el-table--border .el-table__cell { border-right: var(--el-table-border); }
.el-table--border th.el-table__cell.gutter:last-of-type { border-bottom-style: ; border-bottom-color: ; border-bottom-width: 1px; }
.el-table--border th.el-table__cell { border-bottom: var(--el-table-border); }
.el-table--hidden { visibility: hidden; }
.el-table__header-wrapper, .el-table__body-wrapper, .el-table__footer-wrapper { width: 100%; }
.el-table__header-wrapper tr td.el-table-fixed-column--left, .el-table__header-wrapper tr td.el-table-fixed-column--right, .el-table__header-wrapper tr th.el-table-fixed-column--left, .el-table__header-wrapper tr th.el-table-fixed-column--right, .el-table__body-wrapper tr td.el-table-fixed-column--left, .el-table__body-wrapper tr td.el-table-fixed-column--right, .el-table__body-wrapper tr th.el-table-fixed-column--left, .el-table__body-wrapper tr th.el-table-fixed-column--right, .el-table__footer-wrapper tr td.el-table-fixed-column--left, .el-table__footer-wrapper tr td.el-table-fixed-column--right, .el-table__footer-wrapper tr th.el-table-fixed-column--left, .el-table__footer-wrapper tr th.el-table-fixed-column--right { z-index: 2; background: var(--el-bg-color); position: sticky !important; }
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column::before { content: ""; position: absolute; top: 0px; width: 10px; bottom: -1px; overflow: hidden; box-shadow: none; touch-action: none; pointer-events: none; }
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column::before { left: -10px; }
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column::before, .el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column::before, .el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column::before, .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column::before { right: -10px; box-shadow: none; }
.el-table__header-wrapper tr td.el-table__fixed-right-patch, .el-table__header-wrapper tr th.el-table__fixed-right-patch, .el-table__body-wrapper tr td.el-table__fixed-right-patch, .el-table__body-wrapper tr th.el-table__fixed-right-patch, .el-table__footer-wrapper tr td.el-table__fixed-right-patch, .el-table__footer-wrapper tr th.el-table__fixed-right-patch { z-index: 2; background: rgb(255, 255, 255); right: 0px; position: sticky !important; }
.el-table__header-wrapper { flex-shrink: 0; }
.el-table__header-wrapper tr th.el-table-fixed-column--left, .el-table__header-wrapper tr th.el-table-fixed-column--right { background-color: var(--el-table-header-bg-color); }
.el-table__header, .el-table__body, .el-table__footer { table-layout: fixed; border-collapse: separate; }
.el-table__header-wrapper, .el-table__footer-wrapper { overflow: hidden; }
.el-table__header-wrapper tbody td.el-table__cell, .el-table__footer-wrapper tbody td.el-table__cell { background-color: var(--el-table-row-hover-bg-color); color: var(--el-table-text-color); }
.el-table__header-wrapper .el-table-column--selection > .cell, .el-table__body-wrapper .el-table-column--selection > .cell { display: inline-flex; align-items: center; height: 23px; }
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox { height: unset; }
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before { box-shadow: var(--el-table-fixed-right-column); }
.el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell { border-right: var(--el-table-border); }
.el-table.is-scrolling-left th.el-table-fixed-column--left { background-color: var(--el-table-header-bg-color); }
.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column::before { box-shadow: var(--el-table-fixed-left-column); }
.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell { border-right: none; }
.el-table.is-scrolling-right th.el-table-fixed-column--right { background-color: var(--el-table-header-bg-color); }
.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell { border-right: none; }
.el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column::before { box-shadow: var(--el-table-fixed-right-column); }
.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column::before { box-shadow: var(--el-table-fixed-left-column); }
.el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column::before, .el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column::before, .el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column::before, .el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column::before { box-shadow: none; }
.el-table.is-scrolling-none th.el-table-fixed-column--left, .el-table.is-scrolling-none th.el-table-fixed-column--right { background-color: var(--el-table-header-bg-color); }
.el-table__body-wrapper { overflow: hidden; position: relative; flex: 1 1 0%; }
.el-table__body-wrapper .el-scrollbar__bar { z-index: 2; }
.el-table .caret-wrapper { display: inline-flex; flex-direction: column; align-items: center; height: 14px; width: 24px; vertical-align: middle; cursor: pointer; overflow: initial; position: relative; }
.el-table .sort-caret { width: 0px; height: 0px; border: 5px solid transparent; position: absolute; left: 7px; }
.el-table .sort-caret.ascending { border-bottom-color: var(--el-text-color-placeholder); top: -5px; }
.el-table .sort-caret.descending { border-top-color: var(--el-text-color-placeholder); bottom: -3px; }
.el-table .ascending .sort-caret.ascending { border-bottom-color: var(--el-color-primary); }
.el-table .descending .sort-caret.descending { border-top-color: var(--el-color-primary); }
.el-table .hidden-columns { visibility: hidden; position: absolute; z-index: -1; }
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell { background: var(--el-fill-color-lighter); }
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell { background-color: var(--el-table-current-row-bg-color); }
.el-table__body tr.hover-row > td.el-table__cell, .el-table__body tr.hover-row.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell { background-color: var(--el-table-row-hover-bg-color); }
.el-table__body tr.current-row > td.el-table__cell { background-color: var(--el-table-current-row-bg-color); }
.el-table__column-resize-proxy { position: absolute; left: 200px; top: 0px; bottom: 0px; width: 0px; border-left: var(--el-table-border); z-index: 10; }
.el-table__column-filter-trigger { display: inline-block; cursor: pointer; }
.el-table__column-filter-trigger i { color: var(--el-color-info); font-size: 14px; vertical-align: middle; }
.el-table__border-left-patch { top: 0px; left: 0px; width: 1px; height: 100%; z-index: 3; position: absolute; background-color: var(--el-table-border-color); }
.el-table__border-bottom-patch { left: 0px; height: 1px; z-index: 3; position: absolute; background-color: var(--el-table-border-color); }
.el-table__border-right-patch { top: 0px; height: 100%; width: 1px; z-index: 3; position: absolute; background-color: var(--el-table-border-color); }
.el-table--enable-row-transition .el-table__body td.el-table__cell { transition: background-color 0.25s ease 0s; }
.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell { background-color: var(--el-table-row-hover-bg-color); }
.el-table [class*="el-table__row--level"] .el-table__expand-icon { display: inline-block; width: 12px; line-height: 12px; height: 12px; text-align: center; margin-right: 8px; }
.el-table .el-table.el-table--border .el-table__cell { border-right: var(--el-table-border); }
.el-table:not(.el-table--border) .el-table__cell { border-right: none; }
.el-table:not(.el-table--border) > .el-table__inner-wrapper::after { content: none; }
.el-table-v2 { --el-table-border-color: var(--el-border-color-lighter); --el-table-border: 1px solid var(--el-table-border-color); --el-table-text-color: var(--el-text-color-regular); --el-table-header-text-color: var(--el-text-color-secondary); --el-table-row-hover-bg-color: var(--el-fill-color-light); --el-table-current-row-bg-color: var(--el-color-primary-light-9); --el-table-header-bg-color: var(--el-bg-color); --el-table-fixed-box-shadow: var(--el-box-shadow-light); --el-table-bg-color: var(--el-fill-color-blank); --el-table-tr-bg-color: var(--el-fill-color-blank); --el-table-expanded-cell-bg-color: var(--el-fill-color-blank); --el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, .15); --el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, .15); }
.el-table-v2 { font-size: 14px; }
.el-table-v2 * { box-sizing: border-box; }
.el-table-v2__root { position: relative; }
.el-table-v2__root:hover .el-table-v2__main .el-virtual-scrollbar { opacity: 1; }
.el-table-v2__main { display: flex; flex-direction: column-reverse; position: absolute; overflow: hidden; top: 0px; background-color: var(--el-bg-color); left: 0px; }
.el-table-v2__main .el-vl__horizontal, .el-table-v2__main .el-vl__vertical { z-index: 2; }
.el-table-v2__left { display: flex; flex-direction: column-reverse; position: absolute; overflow: hidden; top: 0px; background-color: var(--el-bg-color); left: 0px; box-shadow: rgba(0, 0, 0, 0.06) 2px 0px 4px; }
.el-table-v2__left .el-virtual-scrollbar { opacity: 0; }
.el-table-v2__left .el-vl__vertical, .el-table-v2__left .el-vl__horizontal { z-index: -1; }
.el-table-v2__right { display: flex; flex-direction: column-reverse; position: absolute; overflow: hidden; top: 0px; background-color: var(--el-bg-color); right: 0px; box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 4px; }
.el-table-v2__right .el-virtual-scrollbar { opacity: 0; }
.el-table-v2__right .el-vl__vertical, .el-table-v2__right .el-vl__horizontal { z-index: -1; }
.el-table-v2__header-row, .el-table-v2__row { padding-inline-end: var(--el-table-scrollbar-size); }
.el-table-v2__header-wrapper { overflow: hidden; }
.el-table-v2__header { position: relative; overflow: hidden; }
.el-table-v2__footer { position: absolute; left: 0px; right: 0px; bottom: 0px; overflow: hidden; }
.el-table-v2__empty { position: absolute; left: 0px; }
.el-table-v2__overlay { position: absolute; inset: 0px; z-index: 9999; }
.el-table-v2__header-row { display: flex; border-bottom: var(--el-table-border); }
.el-table-v2__header-cell { display: flex; align-items: center; padding: 0px 8px; height: 100%; user-select: none; overflow: hidden; background-color: var(--el-table-header-bg-color); color: var(--el-table-header-text-color); font-weight: 700; }
.el-table-v2__header-cell.is-align-center { justify-content: center; text-align: center; }
.el-table-v2__header-cell.is-align-right { justify-content: flex-end; text-align: right; }
.el-table-v2__header-cell.is-sortable { cursor: pointer; }
.el-table-v2__header-cell:hover .el-icon { display: block; }
.el-table-v2__sort-icon { transition: opacity,display var(--el-transition-duration); opacity: 0.6; display: none; }
.el-table-v2__sort-icon.is-sorting { display: block; opacity: 1; }
.el-table-v2__row { border-bottom: var(--el-table-border); display: flex; align-items: center; transition: background-color var(--el-transition-duration); }
.el-table-v2__row.is-hovered, .el-table-v2__row:hover { background-color: var(--el-table-row-hover-bg-color); }
.el-table-v2__row-cell { height: 100%; overflow: hidden; display: flex; align-items: center; padding: 0px 8px; }
.el-table-v2__row-cell.is-align-center { justify-content: center; text-align: center; }
.el-table-v2__row-cell.is-align-right { justify-content: flex-end; text-align: right; }
.el-table-v2__expand-icon { margin: 0px 4px; cursor: pointer; user-select: none; }
.el-table-v2__expand-icon svg { transition: transform var(--el-transition-duration); }
.el-table-v2__expand-icon.is-expanded svg { transform: rotate(90deg); }
.el-table-v2:not(.is-dynamic) .el-table-v2__cell-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.el-table-v2.is-dynamic .el-table-v2__row { overflow: hidden; align-items: stretch; }
.el-table-v2.is-dynamic .el-table-v2__row .el-table-v2__row-cell { word-break: break-all; }
.el-tabs { --el-tabs-header-height: 40px; }
.el-tabs__header { padding: 0px; position: relative; margin: 0px 0px 15px; }
.el-tabs__active-bar { position: absolute; bottom: 0px; left: 0px; height: 2px; background-color: var(--el-color-primary); z-index: 1; transition: width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier),transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier); list-style: none; }
.el-tabs__new-tab { display: flex; align-items: center; justify-content: center; float: right; border: 1px solid var(--el-border-color); height: 20px; width: 20px; line-height: 20px; margin: 10px 0px 10px 10px; border-radius: 3px; text-align: center; font-size: 12px; color: var(--el-text-color-primary); cursor: pointer; transition: all 0.15s ease 0s; }
.el-tabs__new-tab .is-icon-plus { height: inherit; width: inherit; transform: scale(0.8); }
.el-tabs__new-tab .is-icon-plus svg { vertical-align: middle; }
.el-tabs__new-tab:hover { color: var(--el-color-primary); }
.el-tabs__nav-wrap { overflow: hidden; margin-bottom: -1px; position: relative; }
.el-tabs__nav-wrap::after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 2px; background-color: var(--el-border-color-light); z-index: var(--el-index-normal); }
.el-tabs__nav-wrap.is-scrollable { padding: 0px 20px; box-sizing: border-box; }
.el-tabs__nav-scroll { overflow: hidden; }
.el-tabs__nav-next, .el-tabs__nav-prev { position: absolute; cursor: pointer; line-height: 44px; font-size: 12px; color: var(--el-text-color-secondary); width: 20px; text-align: center; }
.el-tabs__nav-next { right: 0px; }
.el-tabs__nav-prev { left: 0px; }
.el-tabs__nav { white-space: nowrap; position: relative; transition: transform var(--el-transition-duration); float: left; z-index: calc(var(--el-index-normal) + 1); }
.el-tabs__nav.is-stretch { min-width: 100%; display: flex; }
.el-tabs__nav.is-stretch > * { flex: 1 1 0%; text-align: center; }
.el-tabs__item { padding: 0px 20px; height: var(--el-tabs-header-height); box-sizing: border-box; line-height: var(--el-tabs-header-height); display: inline-block; list-style: none; font-size: var(--el-font-size-base); font-weight: 500; color: var(--el-text-color-primary); position: relative; }
.el-tabs__item:focus, .el-tabs__item:focus:active { outline: none; }
.el-tabs__item:focus-visible { box-shadow: 0 0 2px 2px var(--el-color-primary) inset; border-radius: 3px; }
.el-tabs__item .is-icon-close { border-radius: 50%; text-align: center; transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier); margin-left: 5px; }
.el-tabs__item .is-icon-close::before { transform: scale(0.9); display: inline-block; }
.el-tabs__item .is-icon-close:hover { background-color: var(--el-text-color-placeholder); color: rgb(255, 255, 255); }
.el-tabs__item .is-icon-close svg { margin-top: 1px; }
.el-tabs__item.is-active { color: var(--el-color-primary); }
.el-tabs__item:hover { color: var(--el-color-primary); cursor: pointer; }
.el-tabs__item.is-disabled { color: var(--el-disabled-text-color); cursor: not-allowed; }
.el-tabs__content { overflow: hidden; position: relative; }
.el-tabs--card > .el-tabs__header { border-bottom: 1px solid var(--el-border-color-light); height: var(--el-tabs-header-height); }
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap::after { content: none; }
.el-tabs--card > .el-tabs__header .el-tabs__nav { border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-left-color: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-bottom: none; border-radius: 4px 4px 0px 0px; box-sizing: border-box; }
.el-tabs--card > .el-tabs__header .el-tabs__active-bar { display: none; }
.el-tabs--card > .el-tabs__header .el-tabs__item .is-icon-close { position: relative; font-size: 12px; width: 0px; height: 14px; vertical-align: middle; line-height: 15px; overflow: hidden; top: -1px; right: -2px; transform-origin: 100% 50%; }
.el-tabs--card > .el-tabs__header .el-tabs__item { border-bottom: 1px solid transparent; border-left: 1px solid var(--el-border-color-light); transition: color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier),padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier); }
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child { border-left: none; }
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover { padding-left: 13px; padding-right: 13px; }
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close { width: 14px; }
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active { border-bottom-color: var(--el-bg-color); }
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable { padding-left: 20px; padding-right: 20px; }
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close { width: 14px; }
.el-tabs--border-card { background: var(--el-bg-color-overlay); border: 1px solid var(--el-border-color); }
.el-tabs--border-card > .el-tabs__content { padding: 15px; }
.el-tabs--border-card > .el-tabs__header { background-color: var(--el-fill-color-light); border-bottom: 1px solid var(--el-border-color-light); margin: 0px; }
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap::after { content: none; }
.el-tabs--border-card > .el-tabs__header .el-tabs__item { transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier); border: 1px solid transparent; margin-top: -1px; color: var(--el-text-color-secondary); }
.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child { margin-left: -1px; }
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item { margin-left: -1px; }
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active { color: var(--el-color-primary); background-color: var(--el-bg-color-overlay); border-right-color: var(--el-border-color); border-left-color: var(--el-border-color); }
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover { color: var(--el-color-primary); }
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled { color: var(--el-disabled-text-color); }
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item:first-child { margin-left: 0px; }
.el-tabs--top .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2) { padding-left: 0px; }
.el-tabs--top .el-tabs__item.is-top:last-child, .el-tabs--top .el-tabs__item.is-bottom:last-child, .el-tabs--bottom .el-tabs__item.is-top:last-child, .el-tabs--bottom .el-tabs__item.is-bottom:last-child { padding-right: 0px; }
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--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--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2) { padding-left: 20px; }
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child, .el-tabs--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--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child { padding-right: 20px; }
.el-tabs--bottom .el-tabs__header.is-bottom { margin-bottom: 0px; margin-top: 10px; }
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom { border-bottom: 0px; border-top: 1px solid var(--el-border-color); }
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom { margin-top: -1px; margin-bottom: 0px; }
.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: 0px -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-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--left .el-tabs__nav-scroll, .el-tabs--right .el-tabs__header.is-left, .el-tabs--right .el-tabs__header.is-right, .el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__nav-scroll { height: 100%; }
.el-tabs--left .el-tabs__active-bar.is-left, .el-tabs--left .el-tabs__active-bar.is-right, .el-tabs--right .el-tabs__active-bar.is-left, .el-tabs--right .el-tabs__active-bar.is-right { top: 0px; bottom: auto; width: 2px; height: auto; }
.el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right { margin-bottom: 0px; }
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next { height: 30px; line-height: 30px; width: 100%; text-align: center; cursor: pointer; }
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i, .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i { transform: rotate(90deg); }
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .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: 0px; }
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next { right: auto; bottom: 0px; }
.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 0px; }
.el-tabs--left .el-tabs__nav-wrap.is-left::after, .el-tabs--left .el-tabs__nav-wrap.is-right::after, .el-tabs--right .el-tabs__nav-wrap.is-left::after, .el-tabs--right .el-tabs__nav-wrap.is-right::after { height: 100%; width: 2px; bottom: auto; top: 0px; }
.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 { float: none; }
.el-tabs--left .el-tabs__item.is-left, .el-tabs--left .el-tabs__item.is-right, .el-tabs--right .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-right { display: block; }
.el-tabs--left .el-tabs__header.is-left { float: left; margin-bottom: 0px; margin-right: 10px; }
.el-tabs--left .el-tabs__nav-wrap.is-left { margin-right: -1px; }
.el-tabs--left .el-tabs__nav-wrap.is-left::after { left: auto; right: 0px; }
.el-tabs--left .el-tabs__active-bar.is-left { right: 0px; left: auto; }
.el-tabs--left .el-tabs__item.is-left { text-align: right; }
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left { display: none; }
.el-tabs--left.el-tabs--card .el-tabs__item.is-left { border-left: none; border-right: 1px solid var(--el-border-color-light); border-bottom: none; border-top: 1px solid var(--el-border-color-light); text-align: left; }
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child { border-right: 1px solid var(--el-border-color-light); border-top: none; }
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active { border-top-color: ; border-top-style: ; border-top-width: ; border-right-style: ; border-right-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-right-color: rgb(255, 255, 255); border-left: none; border-bottom: none; }
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child { border-top: none; }
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child { border-bottom: none; }
.el-tabs--left.el-tabs--card .el-tabs__nav { border-radius: 4px 0px 0px 4px; border-bottom: 1px solid var(--el-border-color-light); border-right: none; }
.el-tabs--left.el-tabs--card .el-tabs__new-tab { float: none; }
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left { border-right: 1px solid var(--el-border-color); }
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left { border: 1px solid transparent; margin: -1px 0px -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 { float: right; margin-bottom: 0px; 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: 0px; right: auto; }
.el-tabs--right .el-tabs__active-bar.is-right { left: 0px; }
.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-top-color: ; border-top-style: ; border-top-width: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-color: rgb(255, 255, 255); border-right: none; border-bottom: none; }
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child { border-top: none; }
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child { border-bottom: none; }
.el-tabs--right.el-tabs--card .el-tabs__nav { border-radius: 0px 4px 4px 0px; border-bottom: 1px solid var(--el-border-color-light); border-left: none; }
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right { border-left: 1px solid var(--el-border-color); }
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right { border: 1px solid transparent; margin: -1px -1px -1px 0px; }
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active { border-color: rgb(209, 219, 229) transparent; }
.slideInRight-transition, .slideInLeft-transition { display: inline-block; }
.slideInRight-enter { animation: slideInRight-enter var(--el-transition-duration); }
.slideInRight-leave { position: absolute; left: 0px; right: 0px; animation: slideInRight-leave var(--el-transition-duration); }
.slideInLeft-enter { animation: slideInLeft-enter var(--el-transition-duration); }
.slideInLeft-leave { position: absolute; left: 0px; right: 0px; animation: slideInLeft-leave var(--el-transition-duration); }
@keyframes slideInRight-enter { 
  0% { opacity: 0; transform-origin: 0px 0px; transform: translate(100%); }
  100% { opacity: 1; transform-origin: 0px 0px; transform: translate(0px); }
}
@keyframes slideInRight-leave { 
  0% { transform-origin: 0px 0px; transform: translate(0px); opacity: 1; }
  100% { transform-origin: 0px 0px; transform: translate(100%); opacity: 0; }
}
@keyframes slideInLeft-enter { 
  0% { opacity: 0; transform-origin: 0px 0px; transform: translate(-100%); }
  100% { opacity: 1; transform-origin: 0px 0px; transform: translate(0px); }
}
@keyframes slideInLeft-leave { 
  0% { transform-origin: 0px 0px; transform: translate(0px); opacity: 1; }
  100% { transform-origin: 0px 0px; transform: translate(-100%); opacity: 0; }
}
.el-tag { --el-tag-font-size: 12px; --el-tag-border-radius: 4px; --el-tag-border-radius-rounded: 9999px; }
.el-tag { --el-tag-bg-color: var(--el-color-primary-light-9); --el-tag-border-color: var(--el-color-primary-light-8); --el-tag-hover-color: var(--el-color-primary); --el-tag-text-color: var(--el-color-primary); background-color: var(--el-tag-bg-color); border-color: var(--el-tag-border-color); color: var(--el-tag-text-color); display: inline-flex; justify-content: center; align-items: center; height: 24px; padding: 0px 9px; font-size: var(--el-tag-font-size); line-height: 1; border-width: 1px; border-style: solid; border-radius: var(--el-tag-border-radius); box-sizing: border-box; white-space: nowrap; --el-icon-size: 14px; }
.el-tag.el-tag--primary { --el-tag-bg-color: var(--el-color-primary-light-9); --el-tag-border-color: var(--el-color-primary-light-8); --el-tag-hover-color: var(--el-color-primary); }
.el-tag.el-tag--success { --el-tag-bg-color: var(--el-color-success-light-9); --el-tag-border-color: var(--el-color-success-light-8); --el-tag-hover-color: var(--el-color-success); }
.el-tag.el-tag--warning { --el-tag-bg-color: var(--el-color-warning-light-9); --el-tag-border-color: var(--el-color-warning-light-8); --el-tag-hover-color: var(--el-color-warning); }
.el-tag.el-tag--danger { --el-tag-bg-color: var(--el-color-danger-light-9); --el-tag-border-color: var(--el-color-danger-light-8); --el-tag-hover-color: var(--el-color-danger); }
.el-tag.el-tag--error { --el-tag-bg-color: var(--el-color-error-light-9); --el-tag-border-color: var(--el-color-error-light-8); --el-tag-hover-color: var(--el-color-error); }
.el-tag.el-tag--info { --el-tag-bg-color: var(--el-color-info-light-9); --el-tag-border-color: var(--el-color-info-light-8); --el-tag-hover-color: var(--el-color-info); }
.el-tag.el-tag--primary { --el-tag-text-color: var(--el-color-primary); }
.el-tag.el-tag--success { --el-tag-text-color: var(--el-color-success); }
.el-tag.el-tag--warning { --el-tag-text-color: var(--el-color-warning); }
.el-tag.el-tag--danger { --el-tag-text-color: var(--el-color-danger); }
.el-tag.el-tag--error { --el-tag-text-color: var(--el-color-error); }
.el-tag.el-tag--info { --el-tag-text-color: var(--el-color-info); }
.el-tag.is-hit { border-color: var(--el-color-primary); }
.el-tag.is-round { border-radius: var(--el-tag-border-radius-rounded); }
.el-tag .el-tag__close { color: var(--el-tag-text-color); }
.el-tag .el-tag__close:hover { color: var(--el-color-white); background-color: var(--el-tag-hover-color); }
.el-tag .el-icon { border-radius: 50%; cursor: pointer; font-size: calc(var(--el-icon-size) - 2px); height: var(--el-icon-size); width: var(--el-icon-size); }
.el-tag .el-tag__close { margin-left: 6px; }
.el-tag--dark { --el-tag-bg-color: var(--el-color-primary); --el-tag-border-color: var(--el-color-primary); --el-tag-hover-color: var(--el-color-primary-light-3); --el-tag-text-color: var(--el-color-white); }
.el-tag--dark.el-tag--primary { --el-tag-bg-color: var(--el-color-primary); --el-tag-border-color: var(--el-color-primary); --el-tag-hover-color: var(--el-color-primary-light-3); }
.el-tag--dark.el-tag--success { --el-tag-bg-color: var(--el-color-success); --el-tag-border-color: var(--el-color-success); --el-tag-hover-color: var(--el-color-success-light-3); }
.el-tag--dark.el-tag--warning { --el-tag-bg-color: var(--el-color-warning); --el-tag-border-color: var(--el-color-warning); --el-tag-hover-color: var(--el-color-warning-light-3); }
.el-tag--dark.el-tag--danger { --el-tag-bg-color: var(--el-color-danger); --el-tag-border-color: var(--el-color-danger); --el-tag-hover-color: var(--el-color-danger-light-3); }
.el-tag--dark.el-tag--error { --el-tag-bg-color: var(--el-color-error); --el-tag-border-color: var(--el-color-error); --el-tag-hover-color: var(--el-color-error-light-3); }
.el-tag--dark.el-tag--info { --el-tag-bg-color: var(--el-color-info); --el-tag-border-color: var(--el-color-info); --el-tag-hover-color: var(--el-color-info-light-3); }
.el-tag--dark.el-tag--primary, .el-tag--dark.el-tag--success, .el-tag--dark.el-tag--warning, .el-tag--dark.el-tag--danger, .el-tag--dark.el-tag--error, .el-tag--dark.el-tag--info { --el-tag-text-color: var(--el-color-white); }
.el-tag--plain { --el-tag-border-color: var(--el-color-primary-light-5); --el-tag-hover-color: var(--el-color-primary); --el-tag-bg-color: var(--el-fill-color-blank); }
.el-tag--plain.el-tag--primary { --el-tag-bg-color: var(--el-fill-color-blank); --el-tag-border-color: var(--el-color-primary-light-5); --el-tag-hover-color: var(--el-color-primary); }
.el-tag--plain.el-tag--success { --el-tag-bg-color: var(--el-fill-color-blank); --el-tag-border-color: var(--el-color-success-light-5); --el-tag-hover-color: var(--el-color-success); }
.el-tag--plain.el-tag--warning { --el-tag-bg-color: var(--el-fill-color-blank); --el-tag-border-color: var(--el-color-warning-light-5); --el-tag-hover-color: var(--el-color-warning); }
.el-tag--plain.el-tag--danger { --el-tag-bg-color: var(--el-fill-color-blank); --el-tag-border-color: var(--el-color-danger-light-5); --el-tag-hover-color: var(--el-color-danger); }
.el-tag--plain.el-tag--error { --el-tag-bg-color: var(--el-fill-color-blank); --el-tag-border-color: var(--el-color-error-light-5); --el-tag-hover-color: var(--el-color-error); }
.el-tag--plain.el-tag--info { --el-tag-bg-color: var(--el-fill-color-blank); --el-tag-border-color: var(--el-color-info-light-5); --el-tag-hover-color: var(--el-color-info); }
.el-tag.is-closable { padding-right: 5px; }
.el-tag--large { padding: 0px 11px; height: 32px; --el-icon-size: 16px; }
.el-tag--large .el-tag__close { margin-left: 8px; }
.el-tag--large.is-closable { padding-right: 7px; }
.el-tag--small { padding: 0px 7px; height: 20px; --el-icon-size: 12px; }
.el-tag--small .el-tag__close { margin-left: 4px; }
.el-tag--small.is-closable { padding-right: 3px; }
.el-tag--small .el-icon-close { transform: scale(0.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); }
.time-select { margin: 5px 0px; min-width: 0px; }
.time-select .el-picker-panel__content { max-height: 200px; margin: 0px; }
.time-select-item { padding: 8px 10px; font-size: 14px; line-height: 20px; }
.time-select-item.disabled { color: var(--el-datepicker-border-color); cursor: not-allowed; }
.time-select-item:hover { background-color: var(--el-fill-color-light); font-weight: 700; cursor: pointer; }
.time-select .time-select-item.selected:not(.disabled) { color: var(--el-color-primary); font-weight: 700; }
.el-timeline-item { position: relative; padding-bottom: 20px; }
.el-timeline-item__wrapper { position: relative; padding-left: 28px; top: -3px; }
.el-timeline-item__tail { position: absolute; left: 4px; height: 100%; border-left: 2px solid var(--el-timeline-node-color); }
.el-timeline-item .el-timeline-item__icon { color: var(--el-color-white); font-size: var(--el-font-size-small); }
.el-timeline-item__node { position: absolute; background-color: var(--el-timeline-node-color); border-color: var(--el-timeline-node-color); border-radius: 50%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
.el-timeline-item__node--normal { left: -1px; width: var(--el-timeline-node-size-normal); height: var(--el-timeline-node-size-normal); }
.el-timeline-item__node--large { left: -2px; width: var(--el-timeline-node-size-large); height: var(--el-timeline-node-size-large); }
.el-timeline-item__node.is-hollow { background: var(--el-color-white); border-style: solid; border-width: 2px; }
.el-timeline-item__node--primary { background-color: var(--el-color-primary); border-color: var(--el-color-primary); }
.el-timeline-item__node--success { background-color: var(--el-color-success); border-color: var(--el-color-success); }
.el-timeline-item__node--warning { background-color: var(--el-color-warning); border-color: var(--el-color-warning); }
.el-timeline-item__node--danger { background-color: var(--el-color-danger); border-color: var(--el-color-danger); }
.el-timeline-item__node--info { background-color: var(--el-color-info); border-color: var(--el-color-info); }
.el-timeline-item__dot { position: absolute; display: flex; justify-content: center; align-items: center; }
.el-timeline-item__content { color: var(--el-text-color-primary); }
.el-timeline-item__timestamp { color: var(--el-text-color-secondary); line-height: 1; font-size: var(--el-font-size-small); }
.el-timeline-item__timestamp.is-top { margin-bottom: 8px; padding-top: 4px; }
.el-timeline-item__timestamp.is-bottom { margin-top: 8px; }
.el-timeline { --el-timeline-node-size-normal: 12px; --el-timeline-node-size-large: 14px; --el-timeline-node-color: var(--el-border-color-light); }
.el-timeline { margin: 0px; font-size: var(--el-font-size-base); list-style: none; }
.el-timeline .el-timeline-item:last-child .el-timeline-item__tail { display: none; }
.el-timeline .el-timeline-item__center { display: flex; align-items: center; }
.el-timeline .el-timeline-item__center .el-timeline-item__wrapper { width: 100%; }
.el-timeline .el-timeline-item__center .el-timeline-item__tail { top: 0px; }
.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail { height: calc(50% + 10px); top: calc(50% - 10px); }
.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail { display: block; height: calc(50% - 10px); }
.el-tooltip-v2__content { --el-tooltip-v2-padding: 5px 10px; --el-tooltip-v2-border-radius: 4px; --el-tooltip-v2-border-color: var(--el-border-color); border-radius: var(--el-tooltip-v2-border-radius); color: var(--el-color-black); background-color: var(--el-color-white); padding: var(--el-tooltip-v2-padding); border: 1px solid var(--el-border-color); }
.el-tooltip-v2__arrow { position: absolute; color: var(--el-color-white); width: var(--el-tooltip-v2-arrow-width); height: var(--el-tooltip-v2-arrow-height); pointer-events: none; left: var(--el-tooltip-v2-arrow-x); top: var(--el-tooltip-v2-arrow-y); }
.el-tooltip-v2__arrow::before { content: ""; width: 0px; height: 0px; border: var(--el-tooltip-v2-arrow-border-width) solid transparent; position: absolute; }
.el-tooltip-v2__arrow::after { content: ""; width: 0px; height: 0px; border: var(--el-tooltip-v2-arrow-border-width) solid transparent; position: absolute; }
.el-tooltip-v2__content[data-side^="top"] .el-tooltip-v2__arrow { bottom: 0px; }
.el-tooltip-v2__content[data-side^="top"] .el-tooltip-v2__arrow::before { border-top-color: var(--el-color-white); border-top-width: var(--el-tooltip-v2-arrow-border-width); border-bottom: 0px; top: calc(100% - 1px); }
.el-tooltip-v2__content[data-side^="top"] .el-tooltip-v2__arrow::after { border-top-color: var(--el-border-color); border-top-width: var(--el-tooltip-v2-arrow-border-width); border-bottom: 0px; top: 100%; z-index: -1; }
.el-tooltip-v2__content[data-side^="bottom"] .el-tooltip-v2__arrow { top: 0px; }
.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: 0px; 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: 0px; bottom: 100%; z-index: -1; }
.el-tooltip-v2__content[data-side^="left"] .el-tooltip-v2__arrow { right: 0px; }
.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: 0px; 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: 0px; left: 100%; z-index: -1; }
.el-tooltip-v2__content[data-side^="right"] .el-tooltip-v2__arrow { left: 0px; }
.el-tooltip-v2__content[data-side^="right"] .el-tooltip-v2__arrow::before { border-right-color: var(--el-color-white); border-right-width: var(--el-tooltip-v2-arrow-border-width); border-left: 0px; right: calc(100% - 1px); }
.el-tooltip-v2__content[data-side^="right"] .el-tooltip-v2__arrow::after { border-right-color: var(--el-border-color); border-right-width: var(--el-tooltip-v2-arrow-border-width); border-left: 0px; right: 100%; z-index: -1; }
.el-tooltip-v2__content.is-dark { --el-tooltip-v2-border-color: transparent; background-color: var(--el-color-black); color: var(--el-color-white); border-color: transparent; }
.el-tooltip-v2__content.is-dark .el-tooltip-v2__arrow { background-color: var(--el-color-black); border-color: transparent; }
.el-transfer { --el-transfer-border-color: var(--el-border-color-lighter); --el-transfer-border-radius: var(--el-border-radius-base); --el-transfer-panel-width: 200px; --el-transfer-panel-header-height: 40px; --el-transfer-panel-header-bg-color: var(--el-fill-color-light); --el-transfer-panel-footer-height: 40px; --el-transfer-panel-body-height: 278px; --el-transfer-item-height: 30px; --el-transfer-filter-height: 32px; }
.el-transfer { font-size: var(--el-font-size-base); }
.el-transfer__buttons { display: inline-block; vertical-align: middle; padding: 0px 30px; }
.el-transfer__button { vertical-align: top; }
.el-transfer__button:nth-child(2) { margin: 0px 0px 0px 10px; }
.el-transfer__button i, .el-transfer__button span { font-size: 14px; }
.el-transfer__button .el-icon + span { margin-left: 0px; }
.el-transfer-panel { overflow: hidden; background: var(--el-bg-color-overlay); display: inline-block; text-align: left; vertical-align: middle; width: var(--el-transfer-panel-width); max-height: 100%; box-sizing: border-box; position: relative; }
.el-transfer-panel__body { height: var(--el-transfer-panel-body-height); border-left: 1px solid var(--el-transfer-border-color); border-right: 1px solid var(--el-transfer-border-color); border-bottom: 1px solid var(--el-transfer-border-color); border-bottom-left-radius: var(--el-transfer-border-radius); border-bottom-right-radius: var(--el-transfer-border-radius); overflow: hidden; }
.el-transfer-panel__body.is-with-footer { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.el-transfer-panel__list { margin: 0px; padding: 6px 0px; list-style: none; height: var(--el-transfer-panel-body-height); overflow: auto; box-sizing: border-box; }
.el-transfer-panel__list.is-filterable { height: calc(100% - var(--el-transfer-filter-height) - 30px); padding-top: 0px; }
.el-transfer-panel__item { height: var(--el-transfer-item-height); line-height: var(--el-transfer-item-height); padding-left: 15px; display: block !important; }
.el-transfer-panel__item + .el-transfer-panel__item { margin-left: 0px; }
.el-transfer-panel__item.el-checkbox { color: var(--el-text-color-regular); }
.el-transfer-panel__item:hover { color: var(--el-color-primary); }
.el-transfer-panel__item.el-checkbox .el-checkbox__label { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; box-sizing: border-box; padding-left: 22px; line-height: var(--el-transfer-item-height); }
.el-transfer-panel__item .el-checkbox__input { position: absolute; top: 8px; }
.el-transfer-panel__filter { text-align: center; margin: 15px; box-sizing: border-box; width: auto; }
.el-transfer-panel__filter .el-input__inner { height: var(--el-transfer-filter-height); width: 100%; font-size: 12px; display: inline-block; box-sizing: border-box; border-radius: calc(var(--el-transfer-filter-height) / 2); }
.el-transfer-panel__filter .el-icon-circle-close { cursor: pointer; }
.el-transfer-panel .el-transfer-panel__header { display: flex; align-items: center; height: var(--el-transfer-panel-header-height); background: var(--el-transfer-panel-header-bg-color); margin: 0px; padding-left: 15px; border: 1px solid var(--el-transfer-border-color); border-top-left-radius: var(--el-transfer-border-radius); border-top-right-radius: var(--el-transfer-border-radius); box-sizing: border-box; color: var(--el-color-black); }
.el-transfer-panel .el-transfer-panel__header .el-checkbox { position: relative; display: flex; width: 100%; align-items: center; }
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label { font-size: 16px; color: var(--el-text-color-primary); font-weight: 400; }
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span { position: absolute; right: 15px; top: 50%; transform: translate3d(0px, -50%, 0px); color: var(--el-text-color-secondary); font-size: 12px; font-weight: 400; }
.el-transfer-panel .el-transfer-panel__footer { height: var(--el-transfer-panel-footer-height); background: var(--el-bg-color-overlay); margin: 0px; padding: 0px; border: 1px solid var(--el-transfer-border-color); border-bottom-left-radius: var(--el-transfer-border-radius); border-bottom-right-radius: var(--el-transfer-border-radius); }
.el-transfer-panel .el-transfer-panel__footer::after { display: inline-block; content: ""; height: 100%; vertical-align: middle; }
.el-transfer-panel .el-transfer-panel__footer .el-checkbox { padding-left: 20px; color: var(--el-text-color-regular); }
.el-transfer-panel .el-transfer-panel__empty { margin: 0px; height: var(--el-transfer-item-height); line-height: var(--el-transfer-item-height); padding: 6px 15px 0px; color: var(--el-text-color-secondary); text-align: center; }
.el-transfer-panel .el-checkbox__label { padding-left: 8px; }
.el-transfer-panel .el-checkbox__inner { height: 14px; width: 14px; border-radius: 3px; }
.el-transfer-panel .el-checkbox__inner::after { height: 6px; width: 3px; left: 4px; }
.el-tree { --el-tree-node-hover-bg-color: var(--el-fill-color-light); --el-tree-text-color: var(--el-text-color-regular); --el-tree-expand-icon-color: var(--el-text-color-placeholder); }
.el-tree { position: relative; cursor: default; background: var(--el-fill-color-blank); color: var(--el-tree-text-color); font-size: var(--el-font-size-base); }
.el-tree__empty-block { position: relative; min-height: 60px; text-align: center; width: 100%; height: 100%; }
.el-tree__empty-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--el-text-color-secondary); font-size: var(--el-font-size-base); }
.el-tree__drop-indicator { position: absolute; left: 0px; right: 0px; height: 1px; background-color: var(--el-color-primary); }
.el-tree-node { white-space: nowrap; outline: none; }
.el-tree-node:focus > .el-tree-node__content { background-color: var(--el-tree-node-hover-bg-color); }
.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label { background-color: var(--el-color-primary); color: rgb(255, 255, 255); }
.el-tree-node__content { display: flex; align-items: center; height: 26px; cursor: pointer; }
.el-tree-node__content > .el-tree-node__expand-icon { padding: 6px; box-sizing: content-box; }
.el-tree-node__content > label.el-checkbox { margin-right: 8px; }
.el-tree-node__content:hover { background-color: var(--el-tree-node-hover-bg-color); }
.el-tree.is-dragging .el-tree-node__content { cursor: move; }
.el-tree.is-dragging .el-tree-node__content * { pointer-events: none; }
.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content { cursor: not-allowed; }
.el-tree-node__expand-icon { cursor: pointer; color: var(--el-tree-expand-icon-color); font-size: 12px; transform: rotate(0deg); transition: transform var(--el-transition-duration) ease-in-out; }
.el-tree-node__expand-icon.expanded { transform: rotate(90deg); }
.el-tree-node__expand-icon.is-leaf { color: transparent; cursor: default; }
.el-tree-node__expand-icon.is-hidden { visibility: hidden; }
.el-tree-node__loading-icon { margin-right: 8px; font-size: var(--el-font-size-base); color: var(--el-tree-expand-icon-color); }
.el-tree-node > .el-tree-node__children { overflow: hidden; background-color: transparent; }
.el-tree-node.is-expanded > .el-tree-node__children { display: block; }
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content { background-color: var(--el-color-primary-light-9); }
.el-tree-select { --el-tree-node-hover-bg-color: var(--el-fill-color-light); --el-tree-text-color: var(--el-text-color-regular); --el-tree-expand-icon-color: var(--el-text-color-placeholder); }
.el-tree-select__popper .el-tree-node__expand-icon { margin-left: 8px; }
.el-tree-select__popper .el-tree-node.is-checked > .el-tree-node__content .el-select-dropdown__item.selected::after { content: none; }
.el-tree-select__popper .el-select-dropdown__item { flex: 1 1 0%; padding-left: 0px; height: 20px; line-height: 20px; background: transparent !important; }
.el-upload { --el-upload-dragger-padding-horizontal: 40px; --el-upload-dragger-padding-vertical: 10px; }
.el-upload { display: inline-flex; justify-content: center; align-items: center; cursor: pointer; outline: none; }
.el-upload__input { display: none; }
.el-upload__tip { font-size: 12px; color: var(--el-text-color-regular); margin-top: 7px; }
.el-upload iframe { position: absolute; z-index: -1; top: 0px; left: 0px; opacity: 0; }
.el-upload--picture-card { --el-upload-picture-card-size: 148px; background-color: var(--el-fill-color-lighter); border: 1px dashed var(--el-border-color-darker); border-radius: 6px; box-sizing: border-box; width: var(--el-upload-picture-card-size); height: var(--el-upload-picture-card-size); cursor: pointer; vertical-align: top; display: inline-flex; justify-content: center; align-items: center; }
.el-upload--picture-card i { font-size: 28px; color: var(--el-text-color-secondary); }
.el-upload--picture-card:hover { border-color: var(--el-color-primary); color: var(--el-color-primary); }
.el-upload.is-drag { display: block; }
.el-upload:focus { border-color: var(--el-color-primary); color: var(--el-color-primary); }
.el-upload:focus .el-upload-dragger { border-color: var(--el-color-primary); }
.el-upload-dragger { padding: var(--el-upload-dragger-padding-horizontal) var(--el-upload-dragger-padding-vertical); background-color: var(--el-fill-color-blank); border: 1px dashed var(--el-border-color); border-radius: 6px; box-sizing: border-box; text-align: center; cursor: pointer; position: relative; overflow: hidden; }
.el-upload-dragger .el-icon--upload { font-size: 67px; color: var(--el-text-color-placeholder); margin-bottom: 16px; line-height: 50px; }
.el-upload-dragger + .el-upload__tip { text-align: center; }
.el-upload-dragger ~ .el-upload__files { border-top: var(--el-border); margin-top: 7px; padding-top: 5px; }
.el-upload-dragger .el-upload__text { color: var(--el-text-color-regular); font-size: 14px; text-align: center; }
.el-upload-dragger .el-upload__text em { color: var(--el-color-primary); font-style: normal; }
.el-upload-dragger:hover { border-color: var(--el-color-primary); }
.el-upload-dragger.is-dragover { padding: calc(var(--el-upload-dragger-padding-horizontal) - 1px) calc(var(--el-upload-dragger-padding-vertical) - 1px); background-color: var(--el-color-primary-light-9); border: 2px dashed var(--el-color-primary); }
.el-upload-list { margin: 10px 0px 0px; padding: 0px; list-style: none; position: relative; }
.el-upload-list__item { transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s; font-size: 14px; color: var(--el-text-color-regular); margin-bottom: 5px; position: relative; box-sizing: border-box; border-radius: 4px; width: 100%; }
.el-upload-list__item .el-progress { position: absolute; top: 20px; width: 100%; }
.el-upload-list__item .el-progress__text { position: absolute; right: 0px; top: -13px; }
.el-upload-list__item .el-progress-bar { margin-right: 0px; padding-right: 0px; }
.el-upload-list__item .el-icon--upload-success { color: var(--el-color-success); }
.el-upload-list__item .el-icon--close { display: none; position: absolute; right: 5px; top: 50%; cursor: pointer; opacity: 0.75; color: var(--el-text-color-regular); transition: opacity var(--el-transition-duration); transform: translateY(-50%); }
.el-upload-list__item .el-icon--close:hover { opacity: 1; color: var(--el-color-primary); }
.el-upload-list__item .el-icon--close-tip { display: none; position: absolute; top: 1px; right: 5px; font-size: 12px; cursor: pointer; opacity: 1; color: var(--el-color-primary); font-style: normal; }
.el-upload-list__item:hover { background-color: var(--el-fill-color-light); }
.el-upload-list__item:hover .el-icon--close { display: inline-flex; }
.el-upload-list__item:hover .el-progress__text { display: none; }
.el-upload-list__item .el-upload-list__item-info { display: inline-flex; justify-content: center; flex-direction: column; width: calc(100% - 30px); margin-left: 4px; }
.el-upload-list__item.is-success .el-upload-list__item-status-label { display: inline-flex; }
.el-upload-list__item.is-success .el-upload-list__item-name:hover, .el-upload-list__item.is-success .el-upload-list__item-name:focus { color: var(--el-color-primary); cursor: pointer; }
.el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip { display: inline-block; }
.el-upload-list__item.is-success:not(.focusing):focus, .el-upload-list__item.is-success:active { outline-width: 0px; }
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip, .el-upload-list__item.is-success:active .el-icon--close-tip { display: none; }
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label { display: none; opacity: 0; }
.el-upload-list.is-disabled .el-upload-list__item:hover, .el-upload-list.is-disabled .el-upload-list__item-status-label { display: block; }
.el-upload-list__item-name { color: var(--el-text-color-regular); display: inline-flex; text-align: center; align-items: center; padding: 0px 4px; transition: color var(--el-transition-duration); font-size: var(--el-font-size-base); }
.el-upload-list__item-name .el-icon { margin-right: 6px; color: var(--el-text-color-secondary); }
.el-upload-list__item-file-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.el-upload-list__item-status-label { position: absolute; right: 5px; top: 0px; line-height: inherit; display: none; height: 100%; justify-content: center; align-items: center; transition: opacity var(--el-transition-duration); }
.el-upload-list__item-delete { position: absolute; right: 10px; top: 0px; font-size: 12px; color: var(--el-text-color-regular); display: none; }
.el-upload-list__item-delete:hover { color: var(--el-color-primary); }
.el-upload-list--picture-card { --el-upload-list-picture-card-size: 148px; display: inline-flex; flex-wrap: wrap; margin: 0px; }
.el-upload-list--picture-card .el-upload-list__item { overflow: hidden; background-color: var(--el-fill-color-blank); border: 1px solid var(--el-border-color); border-radius: 6px; box-sizing: border-box; width: var(--el-upload-list-picture-card-size); height: var(--el-upload-list-picture-card-size); margin: 0px 8px 8px 0px; padding: 0px; display: inline-flex; }
.el-upload-list--picture-card .el-upload-list__item .el-icon--check, .el-upload-list--picture-card .el-upload-list__item .el-icon--circle-check { color: rgb(255, 255, 255); }
.el-upload-list--picture-card .el-upload-list__item .el-icon--close { display: none; }
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label { opacity: 0; display: block; }
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text { display: block; }
.el-upload-list--picture-card .el-upload-list__item .el-upload-list__item-name { display: none; }
.el-upload-list--picture-card .el-upload-list__item-thumbnail { width: 100%; height: 100%; object-fit: contain; }
.el-upload-list--picture-card .el-upload-list__item-status-label { right: -15px; top: -6px; width: 40px; height: 24px; background: var(--el-color-success); text-align: center; transform: rotate(45deg); }
.el-upload-list--picture-card .el-upload-list__item-status-label i { font-size: 12px; margin-top: 11px; transform: rotate(-45deg); }
.el-upload-list--picture-card .el-upload-list__item-actions { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; cursor: default; display: inline-flex; justify-content: center; align-items: center; color: rgb(255, 255, 255); opacity: 0; font-size: 20px; background-color: var(--el-overlay-color-lighter); transition: opacity var(--el-transition-duration); }
.el-upload-list--picture-card .el-upload-list__item-actions span { display: none; cursor: pointer; }
.el-upload-list--picture-card .el-upload-list__item-actions span + span { margin-left: 1rem; }
.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete { position: static; font-size: inherit; color: inherit; }
.el-upload-list--picture-card .el-upload-list__item-actions:hover { opacity: 1; }
.el-upload-list--picture-card .el-upload-list__item-actions:hover span { display: inline-flex; }
.el-upload-list--picture-card .el-progress { top: 50%; left: 50%; transform: translate(-50%, -50%); bottom: auto; width: 126px; }
.el-upload-list--picture-card .el-progress .el-progress__text { top: 50%; }
.el-upload-list--picture .el-upload-list__item { overflow: hidden; z-index: 0; background-color: var(--el-fill-color-blank); border: 1px solid var(--el-border-color); border-radius: 6px; box-sizing: border-box; margin-top: 10px; padding: 10px; display: flex; align-items: center; }
.el-upload-list--picture .el-upload-list__item .el-icon--check, .el-upload-list--picture .el-upload-list__item .el-icon--circle-check { color: rgb(255, 255, 255); }
.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label { opacity: 0; display: block; }
.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(0px); }
.el-upload-list--picture .el-upload-list__item-thumbnail { display: inline-flex; justify-content: center; align-items: center; width: 70px; height: 70px; object-fit: contain; position: relative; z-index: 1; background-color: var(--el-color-white); }
.el-upload-list--picture .el-upload-list__item-status-label { position: absolute; right: -17px; top: -7px; width: 46px; height: 26px; background: var(--el-color-success); text-align: center; transform: rotate(45deg); }
.el-upload-list--picture .el-upload-list__item-status-label i { font-size: 12px; margin-top: 12px; transform: rotate(-45deg); }
.el-upload-list--picture .el-progress { position: relative; top: -7px; }
.el-upload-cover { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; z-index: 10; cursor: default; }
.el-upload-cover::after { display: inline-block; content: ""; height: 100%; vertical-align: middle; }
.el-upload-cover img { display: block; width: 100%; height: 100%; }
.el-upload-cover__label { right: -15px; top: -6px; width: 40px; height: 24px; background: var(--el-color-success); text-align: center; transform: rotate(45deg); }
.el-upload-cover__label i { font-size: 12px; margin-top: 11px; transform: rotate(-45deg); color: rgb(255, 255, 255); }
.el-upload-cover__progress { display: inline-block; vertical-align: middle; position: static; width: 243px; }
.el-upload-cover__progress + .el-upload__inner { opacity: 0; }
.el-upload-cover__content { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.el-upload-cover__interact { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; background-color: var(--el-overlay-color-light); text-align: center; }
.el-upload-cover__interact .btn { display: inline-block; color: rgb(255, 255, 255); font-size: 14px; cursor: pointer; vertical-align: middle; transition: var(--el-transition-md-fade); margin-top: 60px; }
.el-upload-cover__interact .btn i { margin-top: 0px; }
.el-upload-cover__interact .btn span { opacity: 0; transition: opacity 0.15s linear 0s; }
.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: rgb(255, 255, 255); display: block; font-size: 24px; line-height: inherit; margin: 0px auto 5px; }
.el-upload-cover__title { position: absolute; bottom: 0px; left: 0px; background-color: rgb(255, 255, 255); height: 36px; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 400; text-align: left; padding: 0px 10px; margin: 0px; line-height: 36px; font-size: 14px; color: var(--el-text-color-primary); }
.el-upload-cover + .el-upload__inner { opacity: 0; position: relative; z-index: 1; }
.el-vl__wrapper { position: relative; }
.el-vl__wrapper:hover .el-virtual-scrollbar, .el-vl__wrapper.always-on .el-virtual-scrollbar { opacity: 1; }
.el-vl__window { }
.el-vl__window::-webkit-scrollbar { display: none; }
.el-virtual-scrollbar { opacity: 0; transition: opacity 0.34s ease-out 0s; }
.el-virtual-scrollbar.always-on { opacity: 1; }
.el-vg__wrapper { position: relative; }
.el-popper { --el-popper-border-radius: var(--el-popover-border-radius, 4px); }
.el-popper { position: absolute; border-radius: var(--el-popper-border-radius); padding: 5px 11px; z-index: 2000; font-size: 12px; line-height: 20px; min-width: 10px; overflow-wrap: break-word; visibility: visible; }
.el-popper.is-dark { color: var(--el-bg-color); background: var(--el-text-color-primary); border: 1px solid var(--el-text-color-primary); }
.el-popper.is-dark .el-popper__arrow::before { border: 1px solid var(--el-text-color-primary); background: var(--el-text-color-primary); right: 0px; }
.el-popper.is-light { background: var(--el-bg-color-overlay); border: 1px solid var(--el-border-color-light); }
.el-popper.is-light .el-popper__arrow::before { border: 1px solid var(--el-border-color-light); background: var(--el-bg-color-overlay); right: 0px; }
.el-popper.is-pure { padding: 0px; }
.el-popper__arrow { position: absolute; width: 10px; height: 10px; z-index: -1; }
.el-popper__arrow::before { position: absolute; width: 10px; height: 10px; z-index: -1; content: " "; transform: rotate(45deg); background: var(--el-text-color-primary); box-sizing: border-box; }
.el-popper[data-popper-placement^="top"] > .el-popper__arrow { bottom: -5px; }
.el-popper[data-popper-placement^="top"] > .el-popper__arrow::before { border-bottom-right-radius: 2px; }
.el-popper[data-popper-placement^="bottom"] > .el-popper__arrow { top: -5px; }
.el-popper[data-popper-placement^="bottom"] > .el-popper__arrow::before { border-top-left-radius: 2px; }
.el-popper[data-popper-placement^="left"] > .el-popper__arrow { right: -5px; }
.el-popper[data-popper-placement^="left"] > .el-popper__arrow::before { border-top-right-radius: 2px; }
.el-popper[data-popper-placement^="right"] > .el-popper__arrow { left: -5px; }
.el-popper[data-popper-placement^="right"] > .el-popper__arrow::before { border-bottom-left-radius: 2px; }
.el-popper[data-popper-placement^="top"] .el-popper__arrow::before { border-top-color: transparent !important; border-left-color: transparent !important; }
.el-popper[data-popper-placement^="bottom"] .el-popper__arrow::before { border-bottom-color: transparent !important; border-right-color: transparent !important; }
.el-popper[data-popper-placement^="left"] .el-popper__arrow::before { border-left-color: transparent !important; border-bottom-color: transparent !important; }
.el-popper[data-popper-placement^="right"] .el-popper__arrow::before { border-right-color: transparent !important; border-top-color: transparent !important; }
.el-select-dropdown__item { font-size: var(--el-font-size-base); padding: 0px 32px 0px 20px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--el-text-color-regular); height: 34px; line-height: 34px; box-sizing: border-box; cursor: pointer; }
.el-select-dropdown__item.is-disabled { color: var(--el-text-color-placeholder); cursor: not-allowed; }
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover { background-color: var(--el-fill-color-light); }
.el-select-dropdown__item.selected { color: var(--el-color-primary); font-weight: 700; }
.el-statistic { --el-statistic-title-font-weight: 400; --el-statistic-title-font-size: var(--el-font-size-extra-small); --el-statistic-title-color: var(--el-text-color-regular); --el-statistic-content-font-weight: 400; --el-statistic-content-font-size: var(--el-font-size-extra-large); --el-statistic-content-color: var(--el-text-color-primary); }
.el-statistic__head { font-weight: var(--el-statistic-title-font-weight); font-size: var(--el-statistic-title-font-size); color: var(--el-statistic-title-color); line-height: 20px; margin-bottom: 4px; }
.el-statistic__content { font-weight: var(--el-statistic-content-font-weight); font-size: var(--el-statistic-content-font-size); color: var(--el-statistic-content-color); }
.el-statistic__value { display: inline-block; }
.el-statistic__prefix { margin-right: 4px; display: inline-block; }
.el-statistic__suffix { margin-left: 4px; display: inline-block; }
a { text-decoration-line: none; }
.copy[data-v-f8c0cb28] { display: flex; align-items: center; justify-content: center; }
.copy-icon[data-v-f8c0cb28] { width: 18px; height: 18px; }
.el-dialog__body { padding-top: 20px; }
.el-button + .el-button { margin-left: 0px; }
@media screen and (max-width: 768px) {
  .head-btn { display: flex; align-items: center; }
}
.head-btn-log { height: 48px; border-radius: 12px; font-size: 16px; line-height: 24px; font-weight: 500; min-width: 72px; }
@media screen and (max-width: 768px) {
  .head-btn-log { height: 32px; min-width: 40px; }
}
.head-btn-log .el-loading-spinner .circular { width: 24px; height: 24px; }
.head-btn-log .el-loading-mask { left: -10px; top: 8px; }
.head-btn-log-icon { width: 24px; height: 24px; margin-left: 4px; }
.head-btn-dropdown { width: 200px; }
.head-btn-item { padding: 0px 8px; height: 40px; background-color: rgb(255, 255, 255) !important; }
.head-btn-item:hover .head-btn-menu { width: 100%; border-radius: 4px; background-color: rgba(31, 33, 40, 0.05); }
.head-btn-menu { border: 2px solid rgba(255, 255, 255, 0.13); padding: 6px 8px; text-decoration-line: none; font-size: 14px; color: rgb(31, 33, 40); line-height: 20px; display: flex; align-items: center; }
.head-btn-menu-icon { width: 18px; height: 18px; margin-right: 12px; }
.head-btn-menu-add { font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 24px; }
.head-btn-menu-copy { width: 16px; height: 16px; margin-left: 6px; }
.head-btn-menu:hover { width: 100%; border-radius: 4px; background-color: rgba(31, 33, 40, 0.05); }
.head-btn .el-dropdown { max-height: 48px; }
@media screen and (max-width: 768px) {
  .head-btn .el-dropdown { display: none; }
}
.head-btn .el-dropdown-link { max-height: 22px; border-radius: 12px; border: 2px solid rgba(255, 255, 255, 0.13); padding: 11px 7px; }
@media screen and (max-width: 768px) {
  .head-btn .el-dropdown-link { border: 0px; background-color: transparent; }
}
.head-btn-wallet { border-radius: 12px; border: 2px solid rgba(255, 255, 255, 0.13); display: flex; align-items: center; padding: 11px 13px; text-decoration-line: none; }
.head-btn-wallet-logo { width: 26px; height: 26px; margin-right: 12px; }
@media screen and (max-width: 768px) {
  .head-btn-wallet-logo { display: none; }
}
.head-btn-wallet-personnel { display: none; }
@media screen and (max-width: 768px) {
  .head-btn-wallet-personnel { display: flex; align-items: center; justify-content: center; padding: 5px; background: rgba(255, 255, 255, 0.13); border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.13); }
  .head-btn-wallet-personnel:hover { border: 1px solid rgb(255, 255, 255); }
  .head-btn-wallet-personnel-icon { width: 20px; height: 20px; }
}
.head-btn-wallet-add { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; border: 0px; text-decoration-line: none; }
@media screen and (max-width: 768px) {
  .head-btn-wallet-add { display: none; }
}
.head-btn-wallet-arrow { width: 24px; height: 24px; margin-left: 16px; }
@media screen and (max-width: 768px) {
  .head-btn-wallet-arrow { display: none; }
}
.sidebar { display: none; }
@media screen and (max-width: 768px) {
  .sidebar { display: flex; align-items: center; }
}
.sidebar .el-drawer__header { margin-bottom: 0px; padding-top: 10px; padding-right: 10px; }
.sidebar .el-icon.el-drawer__close { width: 14px; }
.sidebar .el-drawer__body { padding-top: 0px; }
.sidebar-wlre { border-left: 1px solid rgba(255, 255, 255, 0.48); height: 16px; margin: 0px 8px; }
.sidebar-meun-icon { width: 24px; height: 24px; }
.sidebar-drawer { height: 100%; display: flex; flex-direction: column; }
.sidebar-drawer-content { display: flex; flex-direction: column; align-items: flex-start; }
.sidebar-drawer-content-box { padding: 8px 0px; font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 24px; width: 100%; }
.sidebar-drawer-base { margin-top: 20px; border-top: 1px solid rgba(31, 33, 40, 0.05); padding: 28px 0px; }
.sidebar-drawer-base-log { display: flex; align-items: center; justify-content: center; height: 40px; width: 100%; border-radius: 12px; font-size: 16px; line-height: 24px; font-weight: 500; }
.sidebar-drawer-base-log-icon { width: 20px; height: 20px; margin-right: 4px; }
.sidebar-drawer-base-log-loading { margin-left: 4px; }
.sidebar-drawer-base-logout { display: flex; align-items: center; justify-content: center; height: 40px; width: 100%; border-radius: 12px; font-size: 14px; line-height: 20px; font-weight: 500; }
.sidebar-drawer-base-logout-icon { width: 16px; height: 16px; margin-right: 4px; }
.faqapp { margin-top: 48px; display: flex; flex-direction: column; align-items: center; width: 100%; }
@media screen and (max-width: 768px) {
  .faqapp { margin-top: 0px; }
}
.faqapp-title { font-size: 32px; color: rgb(255, 255, 255); line-height: 44px; font-weight: 600; margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .faqapp-title { font-size: 20px; line-height: 28px; margin-bottom: 32px; }
}
.faqapp-box { width: 100%; display: flex; justify-content: center; }
.faqapp-box .el-collapse { border-top: none; border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
.faqapp-box .el-collapse-item__header { height: 24px; background-color: transparent; font-size: 20px; font-weight: 500; color: rgb(31, 33, 40); line-height: 24px; border-top: 1px solid rgba(255, 255, 255, 0.32); border-bottom: none; }
@media screen and (max-width: 768px) {
  .faqapp-box .el-collapse-item__header { font-size: 14px; line-height: 24px; padding: 12px 4px; }
}
.faqapp-box .el-collapse-item__header, .faqapp-box .el-collapse-item__wrap { border-bottom: none; }
.faqapp-box .el-collapse-item__content { padding-bottom: 0px; }
.faqapp-box-collapse-title { font-size: 24px; font-weight: 500; color: rgb(255, 255, 255); line-height: 32px; }
.faqapp-box-collapse-frame { border: 2px solid rgba(255, 255, 255, 0.13); padding: 8px 4px; text-decoration-line: none; font-size: 14px; color: rgb(31, 33, 40); line-height: 20px; display: flex; align-items: center; width: 100%; }
.faqapp-box-collapse-frame-icon { width: 18px; height: 18px; margin-right: 12px; }
.faqapp-box-collapse-frame-add { font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 20px; }
.faqapp-box-collapse-frame-copy { width: 16px; height: 16px; margin-left: 6px; }
.faqapp-box-collapse-frame:hover { width: 100%; border-radius: 4px; background-color: rgba(31, 33, 40, 0.05); }
.faqapp-box-collapse-language { border: 2px solid rgba(255, 255, 255, 0.13); padding: 8px 4px; text-decoration-line: none; font-size: 14px; color: rgb(31, 33, 40); line-height: 20px; display: flex; align-items: center; width: 100%; }
.faqapp-box-collapse-language:hover { width: 100%; border-radius: 4px; background-color: rgba(31, 33, 40, 0.05); }
.faqapp .demo-collapse { width: 100%; }
@media screen and (max-width: 768px) {
  .faqapp .demo-collapse { width: 100%; }
}
.el-select-dropdown__item.selected[data-v-c28794b3] { color: rgb(0, 0, 0); }
.head[data-v-c28794b3] { background: rgb(0, 0, 0); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0px; z-index: 999; width: 100%; }
.head-box[data-v-c28794b3] { padding: 0px 40px; width: 100%; display: flex; align-items: center; justify-content: space-between; position: relative; height: 80px; }
@media only screen and (max-width: 768px) {
  .head-box[data-v-c28794b3] { padding: 0px 16px; height: 68px; }
}
.head-photo-logo[data-v-c28794b3] { width: 269px; height: 48px; }
@media only screen and (max-width: 768px) {
  .head-photo-logo[data-v-c28794b3] { width: 157px; height: 28px; }
}
.head-btn[data-v-c28794b3] { display: flex; align-items: center; }
.head-btn-icon[data-v-c28794b3] { width: 24px; height: 24px; margin-right: 8px; }
.head-btn-launchpad[data-v-c28794b3] { margin-right: 36px; font-size: 16px; font-weight: 500; color: rgba(255, 255, 255, 0.72); line-height: 24px; display: flex; align-items: center; justify-content: center; padding: 4px 8px; text-decoration-line: none; }
@media screen and (max-width: 768px) {
  .head-btn-launchpad[data-v-c28794b3] { font-size: 12px; margin-right: 4px; padding: 2px; display: none; }
}
.head-btn-launchpad[data-v-c28794b3]:hover { background: rgba(216, 216, 216, 0.19); border-radius: 8px; }
@media screen and (max-width: 768px) {
  .head-btn-launchpad[data-v-c28794b3]:hover { background-color: transparent; }
}
.header-language[data-v-c28794b3] { margin-right: 20px; }
@media screen and (max-width: 768px) {
  .header-language[data-v-c28794b3] { display: none; }
}
.header-language[data-v-c28794b3] .el-input__wrapper { background-color: transparent; border: 1px solid transparent; border-radius: 4px; box-shadow: transparent 0px 0px 0px 1px inset !important; }
.header-language[data-v-c28794b3] .el-select .el-input__wrapper { width: 40px; height: 40px; }
.header-language[data-v-c28794b3] .el-select .el-input.is-focus .el-input__wrapper { box-shadow: transparent 0px 0px 0px 1px inset !important; }
.header-language[data-v-c28794b3] .el-input__inner { display: none; }
.header-language[data-v-c28794b3] .el-input__prefix-inner > :last-child { margin-right: 0px; }
.header-language[data-v-c28794b3] .el-input--large .el-input__wrapper { padding: 0px; }
.header-language[data-v-c28794b3] .el-input__suffix { display: none; }
.el-select-dropdown__item.selected[data-v-6da4132b] { color: rgb(0, 0, 0); }
.container[data-v-6da4132b] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 100%; }
@media screen and (max-width: 1100px) {
  .container[data-v-6da4132b] { padding: 0px 16px; width: 90%; }
}
.footer[data-v-6da4132b] { background-color: rgb(0, 0, 0); display: flex; flex-direction: column; }
.footer-frame[data-v-6da4132b] { margin-top: 32px; padding-bottom: 32px; display: flex; }
@media screen and (max-width: 1100px) {
  .footer-frame[data-v-6da4132b] { display: flex; flex-direction: column; }
}
.footer-frame-language[data-v-6da4132b] { display: none; }
.footer-frame-language[data-v-6da4132b] .el-input__wrapper { box-shadow: transparent 0px 0px 0px 1px inset !important; }
.footer-frame-language[data-v-6da4132b] .el-select .el-input__wrapper { width: 120px; height: 40px; }
.footer-frame-language[data-v-6da4132b] .el-select .el-input.is-focus .el-input__wrapper { box-shadow: rgba(255, 255, 255, 0.48) 0px 0px 0px 1px inset !important; }
.footer-frame-language[data-v-6da4132b] .el-select .el-input__wrapper.is-focus { box-shadow: transparent 0px 0px 0px 1px inset !important; }
.footer-frame-mark[data-v-6da4132b] { display: flex; flex-direction: column; }
@media screen and (max-width: 1100px) {
  .footer-frame-mark[data-v-6da4132b] { margin-bottom: 48px; align-items: flex-start; }
}
.footer-frame-mark-logo[data-v-6da4132b] { width: 116px; height: 28px; margin-bottom: 18px; }
.footer-frame-functionality[data-v-6da4132b] { display: flex; flex-direction: column; }
@media screen and (max-width: 1100px) {
  .footer-frame-functionality[data-v-6da4132b] { display: none; }
}
.footer-frame-functionality-title[data-v-6da4132b] { font-size: 16px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; margin-bottom: 18px; }
.footer-frame-functionality-box[data-v-6da4132b] { display: flex; flex-direction: column; }
.footer-frame-functionality-box:hover .footer-frame-functionality-box-relation[data-v-6da4132b] { color: rgb(255, 255, 255); }
.footer-frame-functionality-box-btn[data-v-6da4132b] { display: flex; align-items: center; justify-content: center; background: rgba(216, 216, 216, 0.13); border-radius: 4px; cursor: pointer; padding: 5px 8px; margin-bottom: 8px; width: fit-content; }
.footer-frame-functionality-box-btn[data-v-6da4132b]:hover { border: 1px solid rgb(255, 255, 255); padding: 4px 7px; }
.footer-frame-functionality-box-btn:hover .footer-frame-functionality-box-btn-text[data-v-6da4132b] { color: rgb(255, 255, 255); }
.footer-frame-functionality-box-btn-coin[data-v-6da4132b] { width: 18px; height: 18px; }
.footer-frame-functionality-box-btn-text[data-v-6da4132b] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; margin: 0px 4px; }
.footer-frame-functionality-box-btn-coin[data-v-6da4132b] { width: 16px; height: 16px; }
.footer-frame-functionality-box-btn-click[data-v-6da4132b] { margin-bottom: 18px; font-size: 28px; line-height: 0; color: rgb(255, 255, 255); }
.footer-frame-functionality-box-relation[data-v-6da4132b] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; text-decoration-line: none; }
.footer-frame-functionality-box-btn1[data-v-6da4132b] { display: flex; align-items: center; justify-content: center; background: rgba(216, 216, 216, 0.13); border-radius: 4px; cursor: pointer; padding: 5px 8px; margin-bottom: 8px; width: fit-content; }
.footer-frame-functionality-box-btn1:hover .footer-frame-functionality-box-btn1-click[data-v-6da4132b] { color: rgb(255, 255, 255); }
.footer-frame-functionality-box-btn1-click[data-v-6da4132b] { margin-bottom: 18px; font-size: 28px; line-height: 0; color: rgba(255, 255, 255, 0.48); }
.footer-frame-functionality-layout[data-v-6da4132b] { display: flex; flex-flow: row wrap; max-width: 380px; }
.footer-frame-functionality-layout-btn[data-v-6da4132b] { margin-right: 8px; }
.footer-frame-functionality-box1[data-v-6da4132b] { display: flex; align-items: center; }
.footer-frame-functionality-box1-link[data-v-6da4132b] { margin-right: 8px; }
.footer-frame-functionality-box1-link-icon[data-v-6da4132b] { width: 18px; height: 18px; }
.footer-frame .network-distances[data-v-6da4132b] { margin-left: 128px; }
.footer-frame .token-distances[data-v-6da4132b], .footer-frame .contact-distances[data-v-6da4132b], .footer-frame .community-distances[data-v-6da4132b] { margin-left: 48px; }
.footer-frame-app[data-v-6da4132b] { display: none; }
@media screen and (max-width: 1100px) {
  .footer-frame-app[data-v-6da4132b] { display: flex; flex-direction: column; }
}
.footer-frame-app-faq[data-v-6da4132b] .el-collapse { border-top: transparent; }
.footer-frame-app-faq[data-v-6da4132b] .el-collapse-item__header { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-bottom: transparent; border-top: transparent; }
.footer-frame-app-faq[data-v-6da4132b] .el-collapse-item__wrap { border-bottom: transparent; border-top: transparent; }
.footer-frame-app-faq[data-v-6da4132b] .el-collapse-item__content { background-color: rgb(0, 0, 0); }
.footer-frame-app-faq-network[data-v-6da4132b] { display: flex; align-items: center; }
.footer-frame-app-faq-network-btn[data-v-6da4132b] { margin-right: 8px; }
.footer-frame-app-faq-token[data-v-6da4132b] { display: flex; flex-direction: column; }
.footer-frame-app-faq-token-title[data-v-6da4132b] { margin-top: 4px; margin-bottom: 10px; display: flex; align-items: center; }
.footer-frame-app-faq-token-title-img[data-v-6da4132b] { width: 18px; height: 18px; margin-right: 6px; }
.footer-frame-app-faq-token-title-text[data-v-6da4132b] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.footer-frame-app-faq-token-coin[data-v-6da4132b] { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; padding: 4px 8px; background: rgba(255, 255, 255, 0.13); border-radius: 6px; cursor: pointer; }
.footer-frame-app-faq-token-coin-box[data-v-6da4132b] { display: flex; align-items: center; }
.footer-frame-app-faq-token-coin-box-icon[data-v-6da4132b] { width: 24px; height: 24px; margin-right: 8px; }
.footer-frame-app-faq-token-coin-box-text[data-v-6da4132b] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.footer-frame-app-faq-token-coin-img[data-v-6da4132b] { width: 16px; height: 16px; }
.footer-frame-app-social[data-v-6da4132b] { margin-top: 40px; display: flex; align-items: center; }
.footer-frame-app-social-link[data-v-6da4132b] { margin-right: 8px; }
.footer-frame-app-social-link-icon[data-v-6da4132b] { width: 18px; height: 18px; }
.footer-head[data-v-6da4132b] { padding: 20px 0px; display: flex; flex-direction: column; }
.footer-head-title[data-v-6da4132b] { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 500; margin-bottom: 12px; }
.footer-head-box[data-v-6da4132b] { display: flex; align-items: center; }
@media screen and (max-width: 1100px) {
  .footer-head-box[data-v-6da4132b] { flex-wrap: wrap; }
}
.footer-head-btn[data-v-6da4132b] { height: 28px; background: rgba(216, 216, 216, 0.13); border-radius: 4px; padding: 2px 8px; display: flex; align-items: center; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; margin-right: 12px; }
@media screen and (max-width: 1100px) {
  .footer-head-btn[data-v-6da4132b] { margin-bottom: 8px; }
}
.footer-head-btn[data-v-6da4132b]:hover { color: rgb(255, 255, 255); }
.footer-head-btn-coin[data-v-6da4132b] { width: 18px; height: 18px; margin-right: 8px; }
.footer-head-btn-add[data-v-6da4132b] { width: 16px; height: 16px; margin-left: 4px; }
.footer-base[data-v-6da4132b] { display: flex; align-items: center; justify-content: center; border-top: 1px solid rgba(255, 255, 255, 0.13); padding: 16px 10% 36px; }
@media screen and (max-width: 1100px) {
  .footer-base[data-v-6da4132b] { padding: 16px 16px 24px; }
}
.footer-base-title[data-v-6da4132b] { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; text-align: center; }
@media screen and (max-width: 1100px) {
  .footer-base-title[data-v-6da4132b] { width: 100%; text-align: center; }
}
.footer-base-frame[data-v-6da4132b] { display: flex; align-items: center; }
.footer-base-btn[data-v-6da4132b] { border-radius: 16px; display: flex; align-items: center; padding: 4px 8px; cursor: pointer; text-decoration-line: none; }
.footer-base-btn:hover .footer-base-btn-text[data-v-6da4132b] { color: rgb(255, 255, 255); }
.footer-base-btn-icon[data-v-6da4132b] { width: 20px; height: 20px; margin-right: 4px; }
.footer-base-btn-text[data-v-6da4132b] { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
@media screen and (max-width: 1100px) {
  .footer-base-btn-text[data-v-6da4132b] { display: none; }
}
.award-suspensions[data-v-6da4132b] { margin-top: 8px; text-decoration-line: none; border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.32); padding: 6px 8px; }
.award-suspensions[data-v-6da4132b]:hover { border: 1px solid rgb(255, 255, 255); }
.award-suspensions:hover .award-suspensions-text[data-v-6da4132b] { color: rgb(255, 255, 255); }
.award-suspensions-text[data-v-6da4132b] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.32); line-height: 24px; }
.add[data-v-6da4132b] { margin-top: 12px; display: flex; flex-direction: column; overflow: hidden; height: 280px; }
.add-title[data-v-6da4132b] { margin-top: 4px; margin-bottom: 10px; display: flex; align-items: center; }
.add-title-img[data-v-6da4132b] { width: 18px; height: 18px; margin-right: 6px; }
.add-title-text[data-v-6da4132b] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.add-coin[data-v-6da4132b] { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; padding: 4px 8px; background: rgba(31, 33, 40, 0.05); border-radius: 6px; cursor: pointer; }
.add-coin-box[data-v-6da4132b] { display: flex; align-items: center; }
.add-coin-box-icon[data-v-6da4132b] { width: 24px; height: 24px; margin-right: 8px; }
.add-coin-box-text[data-v-6da4132b] { font-size: 14px; font-weight: 600; color: rgb(31, 33, 40); line-height: 24px; }
.add-coin-img[data-v-6da4132b] { width: 16px; height: 16px; }
.container[data-v-34e40a72] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 100%; }
@media screen and (max-width: 768px) {
  .container[data-v-34e40a72] { padding: 0px 16px; }
}
.marquee[data-v-34e40a72] { margin-top: 24px; margin-bottom: 110px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .marquee[data-v-34e40a72] { margin-top: 0px; margin-bottom: 44px; }
}
.marquee-frame[data-v-34e40a72] { width: 100%; display: flex; align-items: center; justify-content: center; position: relative; }
.marquee-frame:hover .marquee-frame-arrowsl[data-v-34e40a72], .marquee-frame:hover .marquee-frame-arrowsr[data-v-34e40a72] { display: flex; }
@media screen and (max-width: 768px) {
  .marquee-frame[data-v-34e40a72] { width: 100%; overflow: auto; }
}
.marquee-frame-arrowsl[data-v-34e40a72] { width: 38px; height: 38px; background: rgb(255, 255, 255); box-shadow: rgba(255, 255, 255, 0.32) 0px 2px 4px; border-radius: 18px; transform: rotate(180deg); cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 99; position: absolute; left: 20px; }
@media screen and (max-width: 768px) {
  .marquee-frame-arrowsl[data-v-34e40a72] { display: flex; }
}
.marquee-frame-arrowsl-icon[data-v-34e40a72] { width: 20px; height: 20px; }
.marquee-frame-arrowsr[data-v-34e40a72] { width: 38px; height: 38px; background: rgb(255, 255, 255); box-shadow: rgba(255, 255, 255, 0.32) 0px 2px 4px; border-radius: 18px; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 99; position: absolute; right: 20px; }
@media screen and (max-width: 768px) {
  .marquee-frame-arrowsr[data-v-34e40a72] { display: flex; }
}
.marquee-frame-arrowsr-icon[data-v-34e40a72] { width: 20px; height: 20px; }
.marquee-frame-roll[data-v-34e40a72] { overflow: hidden; text-decoration-line: none; }
.marquee-frame-content[data-v-34e40a72] { display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; width: fit-content; left: 0px; }
.marquee-frame-content-box[data-v-34e40a72] { background: rgba(255, 255, 255, 0.13); border-radius: 12px; padding: 6px; margin-right: 16px; display: flex; flex-direction: column; width: 106px; }
@media screen and (max-width: 768px) {
  .marquee-frame-content-box[data-v-34e40a72] { width: 106px; padding: 6px; margin-right: 12px; }
}
.marquee-frame-content-box-photo[data-v-34e40a72] { position: relative; }
.marquee-frame-content-box-photo-level[data-v-34e40a72] { position: absolute; top: 0px; left: 0px; border-radius: 16px 0px; font-weight: 500; color: rgb(255, 255, 255); font-size: 12px; line-height: 16px; padding: 4px 12px; }
@media screen and (max-width: 768px) {
  .marquee-frame-content-box-photo-level[data-v-34e40a72] { font-size: 12px; line-height: 16px; padding: 4px 12px; }
}
.marquee-frame-content-box-photo-level-legendary[data-v-34e40a72] { background: rgb(251, 211, 2); }
.marquee-frame-content-box-photo-level-epic[data-v-34e40a72] { background: rgb(107, 0, 255); }
.marquee-frame-content-box-photo-level-rare[data-v-34e40a72] { background: rgb(65, 234, 188); }
.marquee-frame-content-box-photo-level-normal[data-v-34e40a72] { background: rgb(255, 144, 82); }
.marquee-frame-content-box-logo[data-v-34e40a72] { width: 106px; height: 106px; border-radius: 16px; margin-bottom: 4px; }
@media screen and (max-width: 768px) {
  .marquee-frame-content-box-logo[data-v-34e40a72] { width: 106px; height: 106px; margin-bottom: 8px; }
}
.marquee-frame-content-box-name[data-v-34e40a72] { font-size: 12px; font-weight: 500; color: rgb(255, 255, 255); line-height: 16px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media screen and (max-width: 768px) {
  .marquee-frame-content-box-name[data-v-34e40a72] { font-size: 12px; line-height: 16px; }
}
.marquee-frame-content-box-value[data-v-34e40a72] { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 16px; display: flex; align-items: center; }
.marquee-frame-content-box-value-coin[data-v-34e40a72] { font-size: 12px; font-weight: 500; color: rgb(65, 234, 188); line-height: 16px; margin-left: 4px; }
.container[data-v-337dec40] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-337dec40] { padding: 0px 16px; width: 90%; }
}
.loop[data-v-337dec40] { height: 36px; background: linear-gradient(135deg, rgb(253, 235, 5) 0%, rgb(253, 69, 88) 37%, rgb(154, 0, 255) 100%); border-radius: 8px; padding: 6px 16px; display: flex; align-items: center; cursor: pointer; }
.loop .loop-frame[data-v-337dec40]:hover { animation-play-state: paused; }
.loop-roll[data-v-337dec40] { position: relative; width: 100%; height: 30px; font-size: 0px; overflow: hidden; }
.loop-frame[data-v-337dec40] { position: absolute; top: 0px; left: 0px; animation: 20s linear 0s infinite normal none running move-337dec40; flex: 0 0 auto; min-width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; }
.loop-frame-box[data-v-337dec40] { display: flex; align-items: center; margin-right: 32px; min-width: max-content; }
.loop-frame-box-wallet[data-v-337dec40] { font-size: 14px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; margin-right: 4px; }
.loop-frame-box-name[data-v-337dec40] { font-size: 14px; font-weight: 600; color: rgb(65, 234, 188); line-height: 24px; display: flex; align-items: center; }
.loop-frame-box-name-value[data-v-337dec40] { margin-left: 4px; }
@keyframes move-337dec40 { 
  0% { left: 0%; }
  100% { left: -2000px; }
}
body { margin: 0px; background: rgb(13, 13, 13); min-height: 100%; }
@media screen and (max-width: 768px) {
  body { width: 100%; }
}
.app { width: 100%; overflow: hidden; }
.el-dialog { width: 400px; border-radius: 24px; }
@media screen and (max-width: 768px) {
  .el-dialog { width: 358px; }
}
.container { margin: 0px auto; max-width: 1280px; padding: 0px 64px; width: 100%; }
@media screen and (max-width: 768px) {
  .container { padding: 0px 16px; }
}
.el-select .el-input.is-focus .el-input__wrapper, .el-select .el-input__wrapper.is-focus { box-shadow: transparent 0px 0px 0px 1px inset !important; }
.el-dialog__title { font-size: 20px; font-weight: 600; color: rgb(31, 33, 40); line-height: 28px; }
.el-container { display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .el-container { width: 100%; }
}
.banner { width: 100%; height: 600px; background-image: url("../images/index-banner-b3934692.png"); background-repeat: no-repeat; background-color: rgb(16, 11, 60); background-position: center center; background-size: cover; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .banner { display: flex; flex-direction: column; height: 460px; }
}
.banner-box { display: flex; align-items: center; justify-content: center; }
@media screen and (max-width: 768px) {
  .banner-box { display: flex; flex-direction: column; }
}
.banner-content { width: 46%; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .banner-content { width: 100%; margin-top: 32px; }
}
.banner-content-title { font-size: 48px; font-weight: 600; color: rgb(255, 255, 255); line-height: 56px; margin-bottom: 52px; }
@media screen and (max-width: 768px) {
  .banner-content-title { font-size: 24px; line-height: 32px; margin-bottom: 24px; text-align: center; }
}
.banner-content-link { text-decoration-line: none; width: 100%; }
@media screen and (max-width: 768px) {
  .banner-content-link { display: flex; align-items: center; justify-content: center; }
}
.banner-content-link-wallet { border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 12px 0px; height: 48px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; min-width: 240px; }
@media screen and (max-width: 768px) {
  .banner-content-link-wallet { height: 40px; display: flex; align-items: center; justify-content: center; padding: 8px 0px; }
}
.banner-content-link-wallet-loading { margin-left: 4px; }
.banner-content-link-btn { border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 12px 0px; height: 48px; min-width: 160px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .banner-content-link-btn { height: 40px; display: flex; align-items: center; justify-content: center; padding: 8px 0px; }
}
.banner-photo { margin-left: 131px; display: flex; flex-direction: column; align-items: center; }
@media screen and (max-width: 768px) {
  .banner-photo { margin-left: 0px; margin-top: 0px; }
}
.banner-photo-logo { width: 480px; height: 480px; }
@media screen and (max-width: 768px) {
  .banner-photo-logo { width: 260px; height: 260px; }
}
.banner-photo-shadow { width: 230px; height: 46px; background: rgb(170, 255, 0); opacity: 0.19; filter: blur(13px); }
@media screen and (max-width: 768px) {
  .banner-photo-shadow { width: 100px; height: 24px; opacity: 0.32; }
}
.el-row { margin-bottom: 20px; }
.el-row:last-child { margin-bottom: 0px; }
.el-col { border-radius: 4px; }
.grid-content { border-radius: 4px; min-height: 36px; display: flex; justify-content: center; }
.main-box { padding-top: 62px; }
@media only screen and (max-width: 768px) {
  .main-box { padding-top: 40px; overflow: hidden; }
}
.product-box { min-height: 580px; }
.el-loading-mask { background-color: rgb(13, 13, 13); top: 6px; }
.el-loading-mask .path { stroke: rgb(255, 255, 255); }
.el-loading-spinner .circular { width: 30px; height: 30px; }
.sample { background: rgba(255, 255, 255, 0.13); border-radius: 32px; padding: 16px; display: flex; flex-direction: column; margin-bottom: 12px; position: relative; }
@media only screen and (max-width: 768px) {
  .sample { display: none; }
}
.sample-ultr { position: absolute; top: -20px; right: 0px; z-index: 999; }
.sample-ultr-hint-icon { width: 76px; height: 72px; }
.sample-photo { max-width: 100%; object-fit: fill; display: flex; align-items: center; justify-content: center; position: relative; }
.sample-photo-logo { width: 328px; border-radius: 16px; }
@media screen and (max-width: 768px) {
  .sample-photo-logo { width: 100px; height: 100px; }
}
.sample-photo-btn { font-size: 16px; padding: 12px 0px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 600; height: 48px; background: rgb(65, 234, 188); border-radius: 12px; }
@media screen and (max-width: 768px) {
  .sample-photo-btn { margin-top: 4px; border: 0px; }
}
.sample-photo-hint { position: absolute; top: 0px; left: 0px; background: linear-gradient(135deg, rgb(253, 235, 5) 0%, rgb(253, 69, 88) 37%, rgb(154, 0, 255) 100%); border-radius: 16px 0px; font-weight: 500; color: rgb(255, 255, 255); font-size: 12px; line-height: 16px; padding: 4px 12px; display: flex; align-items: center; }
.sample-photo-hint-text { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.sample-photo-hint-tooltip-icon { width: 20px; height: 20px; margin-left: 2px; cursor: pointer; }
.sample-photo-hot { position: absolute; top: -16px; right: -16px; }
.sample-photo-hot-img { width: 72px; height: 72px; }
.sample-content { display: flex; flex-direction: column; margin: 12px 0px 8px; }
@media only screen and (max-width: 768px) {
  .sample-content { margin-bottom: 0px; }
}
.sample-content .box-item { background-color: rgb(255, 255, 255); }
.sample-content-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
@media only screen and (max-width: 768px) {
  .sample-content-title { margin-bottom: 12px; }
}
.sample-content-title-text { font-size: 18px; color: rgb(255, 255, 255); font-weight: 600; line-height: 28px; }
@media screen and (max-width: 768px) {
  .sample-content-title-text { font-size: 16px; line-height: 24px; }
}
.sample-content-title-special { display: flex; align-items: center; }
.sample-content-title-text1 { font-size: 18px; font-weight: 600; line-height: 28px; color: rgb(255, 255, 255); background: linear-gradient(138deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 51%, rgb(154, 0, 255) 100%) text; -webkit-text-fill-color: transparent; }
@media screen and (max-width: 768px) {
  .sample-content-title-text1 { font-size: 16px; line-height: 24px; }
}
.sample-content-title-icon { width: 18px; height: 18px; margin-left: 4px; cursor: pointer; }
.sample-content-title-buy { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.sample-content-money { display: flex; align-items: center; justify-content: space-between; }
.sample-content-money-today { display: flex; align-items: center; }
.sample-content-money-today-parice { display: flex; align-items: center; font-size: 16px; color: rgb(65, 234, 188); line-height: 24px; font-weight: 500; }
@media screen and (max-width: 768px) {
  .sample-content-money-today-parice { font-size: 18px; line-height: 28px; }
}
.sample-content-money-today-parice-icon { margin-right: 8px; width: 20px; height: 20px; }
.sample-content-money-today-wrle { width: 1px; height: 20px; margin: 0px 8px; color: rgb(255, 255, 255); }
.sample-content-money-today-former { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; text-decoration: line-through; font-weight: 400; }
@media screen and (max-width: 768px) {
  .sample-content-money-today-former { font-size: 14px; line-height: 24px; }
}
.sample-content-money-buy { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; width: 40%; }
@media screen and (max-width: 768px) {
  .sample-content-money-buy { width: 49%; }
}
.sample-content-money-buy .el-select .el-input { height: 32px; }
@media screen and (max-width: 768px) {
  .sample-content-money-buy .el-select .el-input { height: 40px; }
}
.sample-content-money-buy-select { height: 26px; }
.sample-content-money-buy-select .el-input__wrapper { box-shadow: transparent 0px 0px 0px 1px inset !important; }
.sample-content-money-buy-select .select-trigger.el-tooltip__trigger.el-tooltip__trigger { height: 26px; }
@media screen and (max-width: 768px) {
  .sample-content-money-buy-select { height: 40px; }
}
.sample-content-money-buy-select-icon { width: 20px; height: 20px; }
.sample-content-money-buy-list { display: flex; align-items: center; padding: 0px 12px; color: rgb(0, 0, 0); }
.sample-content-money-buy-list.selected { color: rgb(0, 0, 0); }
.sample-content-money-buy-list .el-select-dropdown__wrap { width: 350px; }
.sample-content-money-buy-list .el-select-dropdown__item.selected { color: rgb(0, 0, 0); }
.sample-content-money-buy-list-icon { width: 20px; height: 20px; margin-right: 8px; }
.sample-content-money-buy-list-polygon { color: rgba(31, 33, 40, 0.48); font-size: 14px; line-height: 20px; }
.sample-content-money-buy-list-box { display: flex; align-items: center; margin-right: 4px; }
.sample-content-money-buy .el-input__inner { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; }
.sample-content-money-buy-box { height: 32px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.32); display: flex; align-items: center; justify-content: space-between; padding: 0px 12px; cursor: pointer; }
@media screen and (max-width: 768px) {
  .sample-content-money-buy-box { height: 38px; }
}
.sample-content-money-buy-box-frame { display: flex; align-items: center; }
.sample-content-money-buy-box-icon { width: 20px; height: 20px; margin-right: 8px; }
@media screen and (max-width: 768px) {
  .sample-content-money-buy-box-icon { width: 16px; height: 16px; }
}
.sample-content-money-buy-box-text { font-size: 14px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .sample-content-money-buy-box-text { font-size: 14px; }
}
.sample-content-money-buy-box-arrow { width: 20px; height: 20px; }
@media screen and (max-width: 768px) {
  .sample-content-money-buy-box-arrow { width: 16px; height: 16px; }
}
.sample-box { margin: 6px 0px 12px; display: flex; flex-direction: column; }
.sample-box-discount { border-radius: 4px; border: 1px solid rgb(241, 101, 20); display: flex; align-items: center; width: max-content; }
.sample-box-discount-text { height: 17px; background: rgb(241, 101, 20); border-radius: 4px; padding: 0px 8px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; color: rgb(255, 255, 255); line-height: 17px; }
@media screen and (max-width: 768px) {
  .sample-box-discount-text { font-size: 14px; line-height: 24px; }
}
.sample-box-discount-num { font-size: 12px; font-weight: 500; color: rgb(241, 101, 20); line-height: 17px; margin: 0px 8px; }
@media screen and (max-width: 768px) {
  .sample-box-discount-num { font-size: 14px; line-height: 20px; }
}
.sample-box-award { width: 100%; height: 100%; }
.sample-box-award-picture { width: 33px; height: 33px; background: rgba(255, 255, 255, 0); border-radius: 8px; }
@media screen and (max-width: 768px) {
  .sample-box-award-picture { width: 24px; height: 24px; }
}
.sample-box-award-picture1 { margin-left: 8px; width: 33px; height: 33px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.sample-box-award-picture1-icon { width: 18px; height: 18px; }
.sample-box-exhibition { width: 100%; display: flex; align-items: center; margin-bottom: 12px; }
.sample-box-exhibition-add { width: 16px; height: 16px; margin: 0px 4px; }
.sample-box-exhibition-hint { cursor: pointer; }
.sample-box-exhibition-hint-text { background: linear-gradient(131deg, rgb(255, 204, 94) 0%, rgb(249, 162, 1) 100%); border-radius: 4px; display: flex; align-items: center; justify-content: center; padding: 0px 8px; font-size: 12px; font-weight: 400; color: rgb(255, 255, 255); line-height: 17px; cursor: pointer; }
.sample1 { display: none; }
@media screen and (max-width: 768px) {
  .sample1 { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.13); border-radius: 16px; padding: 10px; margin-bottom: 36px; position: relative; }
}
.sample1-ultr { position: absolute; top: -20px; right: 0px; z-index: 990; }
.sample1-ultr-hint-icon { width: 58px; height: 55px; }
.sample1-hint { position: absolute; top: 0px; left: 0px; background: linear-gradient(135deg, rgb(253, 235, 5) 0%, rgb(253, 69, 88) 37%, rgb(154, 0, 255) 100%); border-radius: 16px 0px; font-weight: 500; color: rgb(255, 255, 255); font-size: 12px; line-height: 16px; padding: 4px 12px; display: flex; align-items: center; }
.sample1-hint-text { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.sample1-hint-tooltip-icon { width: 20px; height: 20px; margin-left: 2px; cursor: pointer; }
.sample1-hot { position: absolute; top: 0px; right: 0px; }
.sample1-hot-img { width: 55px; height: 55px; }
.sample1-extra { margin-top: 36px; }
.sample1-head { display: flex; align-items: flex-start; margin-bottom: 12px; }
.sample1-head-logo { width: 100px; height: 100px; margin-right: 6px; border-radius: 12px; }
.sample1-head-content { display: flex; flex-direction: column; }
.sample1-head-content-title { font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; margin-bottom: 9px; font-weight: 600; }
.sample1-head-content-special { display: flex; flex-direction: column; margin-bottom: 9px; }
.sample1-head-content-special-title { font-weight: 600; font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; background: linear-gradient(138deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 51%, rgb(154, 0, 255) 100%) text; -webkit-text-fill-color: transparent; }
.sample1-head-content-special-icon { width: 18px; height: 18px; margin-left: 4px; }
@media screen and (max-width: 768px) {
  .sample1-head-content-special-icon { margin-left: 2px; }
}
.sample1-head-content-special-hint { display: flex; align-items: center; }
.sample1-head-content-special-hint-text { font-size: 12px; color: rgb(255, 255, 255); line-height: 16px; background: linear-gradient(138deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 51%, rgb(154, 0, 255) 100%) text; -webkit-text-fill-color: transparent; }
.sample1-head-content-special-hint-icon { width: 16px; height: 16px; margin-left: 4px; }
.sample1-head-content-num { display: flex; align-items: center; margin-bottom: 4px; }
.sample1-head-content-num-current { display: flex; align-items: center; font-size: 16px; color: rgb(65, 234, 188); line-height: 24px; font-weight: 500; }
.sample1-head-content-num-current-icon { width: 18px; height: 18px; margin-right: 4px; }
.sample1-head-content-num-wlre { color: rgb(255, 255, 255); margin: 0px 10px; }
.sample1-head-content-num-discount { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 400; text-decoration: line-through; }
.sample1-head-content-value { border-radius: 4px; border: 1px solid rgb(241, 101, 20); display: flex; align-items: center; height: 16px; width: fit-content; }
.sample1-head-content-value-title { background: rgb(241, 101, 20); border-radius: 4px; font-size: 12px; font-weight: 400; color: rgb(255, 255, 255); line-height: 17px; padding: 0px 4px; }
.sample1-head-content-value-section { font-size: 12px; color: rgb(241, 101, 20); line-height: 16px; padding: 0px 4px; }
.sample1-head-content-exhibition { display: flex; align-items: center; }
.sample1-head-content-exhibition-add { width: 14px; height: 14px; margin: 0px 2px; }
.sample1-head-content-exhibition-hint { cursor: pointer; }
.sample1-head-content-exhibition-hint-text { background: linear-gradient(131deg, rgb(255, 204, 94) 0%, rgb(249, 162, 1) 100%); border-radius: 4px; display: flex; align-items: center; justify-content: center; padding: 0px 4px; font-size: 12px; font-weight: 400; color: rgb(255, 255, 255); line-height: 17px; cursor: pointer; }
.sample1-award { margin-bottom: 24px; }
.sample1-award-box-picture { width: 33px; height: 33px; border-radius: 8px; }
.sample1-base { display: flex; align-items: center; justify-content: space-between; }
.sample1-base-box { width: 49%; }
.sample1-base-box-btn { height: 40px; width: 100%; background: rgb(65, 234, 188); border-radius: 8px; font-weight: 600; }
.sample1-base-icon { width: 20px; height: 20px; margin-right: 4px; }
.sample1 .el-input--large { height: 40px; border-radius: 8px; }
.content-box { overflow: hidden; display: flex; justify-content: space-between; padding: 0px 16px; }
@media screen and (max-width: 768px) {
  .content-box { display: flex; flex-direction: column; padding: 0px; margin-top: 0px; }
}
.content-box-introduce { margin-top: 24px; display: flex; flex-direction: column; align-items: flex-start; width: 50%; }
@media screen and (max-width: 768px) {
  .content-box-introduce { display: flex; align-items: center; width: 100%; margin-top: 0px; margin-bottom: 40px; }
}
.content-box-introduce-title { margin-top: 24px; font-size: 32px; font-weight: 600; color: rgb(255, 255, 255); line-height: 44px; }
@media screen and (max-width: 768px) {
  .content-box-introduce-title { text-align: center; font-size: 20px; line-height: 28px; margin-top: 0px; }
}
.content-box-introduce-text { padding-left: 18px; }
.content-box-introduce-text-li { margin-top: 8px; font-size: 16px; color: rgba(255, 255, 255, 0.72); line-height: 24px; }
@media screen and (max-width: 768px) {
  .content-box-introduce-text-li { font-size: 14px; line-height: 24px; }
}
@media screen and (max-width: 768px) {
  .content-box-slideshow { width: 100%; display: flex; justify-content: center; text-align: center; }
}
.content-box-slideshow-photo { border-radius: 24px; width: 300px; height: 310px; }
@media screen and (max-width: 768px) {
  .content-box-slideshow-photo { width: 200px; height: 207px; }
}
.content-meme { margin-top: 80px; display: flex; align-items: center; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .content-meme { display: flex; flex-direction: column-reverse; margin-top: 60px; }
}
@media screen and (max-width: 768px) {
  .content-meme-photo { margin-top: 16px; }
}
.content-meme-photo-img { width: 360px; height: 360px; }
@media screen and (max-width: 768px) {
  .content-meme-photo-img { width: 260px; height: 260px; }
}
.content-meme-box { width: 50%; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .content-meme-box { width: 100%; }
}
.content-meme-box-title { font-size: 32px; font-weight: 600; color: rgb(255, 255, 255); line-height: 44px; }
@media screen and (max-width: 768px) {
  .content-meme-box-title { font-size: 20px; line-height: 28px; text-align: center; }
}
.content-meme-box-frame { margin-top: 20px; display: flex; flex-direction: column; padding-left: 18px; }
.content-meme-box-frame-text { font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; margin-bottom: 10px; }
@media screen and (max-width: 768px) {
  .content-meme-box-frame-text { font-size: 14px; }
}
.step { margin-top: 80px; background: rgba(255, 255, 255, 0.13); border-radius: 20px; display: flex; flex-direction: column; padding: 32px 48px; }
@media screen and (max-width: 768px) {
  .step { padding: 24px 16px 0px; }
}
.step-title { font-size: 32px; color: rgb(255, 255, 255); line-height: 44px; text-align: center; font-weight: 600; margin-bottom: 8px; }
@media screen and (max-width: 768px) {
  .step-title { font-size: 20px; line-height: 28px; margin-bottom: 4px; }
}
.step-hint { font-size: 20px; color: rgba(255, 255, 255, 0.48); line-height: 28px; margin-bottom: 40px; font-weight: 400; text-align: center; }
@media screen and (max-width: 768px) {
  .step-hint { font-size: 16px; line-height: 24px; margin-bottom: 28px; }
}
.step-box { display: flex; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .step-box { flex-direction: column; }
}
.step-box-content { width: 25%; display: flex; flex-direction: column; align-items: center; }
@media screen and (max-width: 768px) {
  .step-box-content { width: 100%; display: flex; flex-direction: row; margin-bottom: 28px; align-items: flex-start; }
}
.step-box-content-num { width: 52px; height: 52px; background: rgb(255, 255, 255); border-radius: 30px; display: flex; justify-content: center; align-items: center; font-size: 24px; font-weight: 400; color: rgb(31, 33, 40); margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  .step-box-content-num { width: 32px; height: 32px; margin-right: 12px; margin-bottom: 0px; font-size: 20px; line-height: 28px; }
}
.step-box-content-app { display: flex; flex-direction: column; align-items: center; }
@media screen and (max-width: 768px) {
  .step-box-content-app { width: 80%; display: flex; align-items: flex-start; }
}
.step-box-content-title { font-size: 20px; color: rgb(255, 255, 255); line-height: 29px; margin-bottom: 6px; font-weight: 500; }
@media screen and (max-width: 768px) {
  .step-box-content-title { font-size: 16px; line-height: 24px; }
}
.step-box-content-text { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; text-align: center; display: flex; align-items: center; font-weight: 400; }
@media screen and (max-width: 768px) {
  .step-box-content-text { font-size: 14px; line-height: 24px; text-align: left; }
}
.step-box-content-text-link { color: rgba(255, 255, 255, 0.48); border-bottom: 1px dashed rgb(255, 255, 255); text-decoration-line: none; margin-right: 6px; }
.step-box-content-text-link1 { color: rgb(31, 33, 40); border-bottom: 1px dashed rgb(31, 33, 40); text-decoration-line: none; }
.step-box-content-text-icon { margin-left: 2px; width: 18px; height: 18px; cursor: pointer; }
.step-box-content-text-jump { color: rgba(255, 255, 255, 0.48); border-bottom: 1px dashed rgb(255, 255, 255); text-decoration-line: none; }
.index-list { margin-top: 156px; margin-bottom: 136px; display: flex; flex-direction: column; align-items: center; padding: 32px 20px 20px; background: rgba(255, 255, 255, 0.13); border-radius: 32px; border: 2px solid rgba(255, 255, 255, 0.13); }
.index-list-title { font-size: 48px; font-weight: 600; color: rgb(255, 255, 255); line-height: 56px; margin-bottom: 32px; }
.index-list-box { width: 100%; background: rgb(31, 33, 40); border-radius: 32px; }
.el-dropdown-link { height: 34px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.48); display: flex; align-items: center; font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; padding: 6px 8px; cursor: pointer; }
.coin-box { font-size: 14px; line-height: 24px; }
.coin-box-icon { width: 26px; height: 26px; margin-right: 12px; }
.el-scrollbar__view { width: 100%; }
.footer { margin-top: 136px; }
@media screen and (max-width: 768px) {
  .footer { margin-top: 48px; }
}
.el-dropdown-menu__item:not(.is-disabled):focus { background-color: transparent; color: rgb(0, 0, 0); }
.el-dialog__body { padding: 0px 12px 16px; }
.buy { display: flex; flex-direction: column; align-items: center; }
.buy-special { margin-bottom: 8px; width: 95%; display: flex; align-items: center; padding: 8px 12px; border-radius: 8px; border: 1px solid transparent; background: linear-gradient(rgb(254, 247, 243), rgb(254, 247, 243)) padding-box padding-box, linear-gradient(to right, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 51%, rgb(154, 0, 255) 100%) border-box border-box; }
.buy-special-icon { width: 18px; height: 18px; margin-right: 4px; }
.buy-special-text { font-size: 14px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; background: linear-gradient(138deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 51%, rgb(154, 0, 255) 100%) text; -webkit-text-fill-color: transparent; }
@media screen and (max-width: 768px) {
  .buy-special-text { font-size: 12px; line-height: 16px; }
}
.buy-title { font-size: 14px; color: rgba(31, 33, 40, 0.32); line-height: 24px; text-align: left; width: 100%; margin-bottom: 8px; }
.buy-chain { width: 100%; }
.buy-chain-select { border-radius: 12px; width: 100%; background-color: rgba(31, 33, 40, 0.05); }
.buy-chain-select .el-input__wrapper { box-shadow: transparent 0px 0px 0px 1px inset !important; }
.buy-chain-select-icon { width: 16px; height: 16px; margin-right: 6px; }
.buy-chain-select-list-box { display: flex; align-items: center; height: 100%; }
.buy-chain-select-list-box-icon { width: 16px; height: 16px; margin-right: 4px; }
.buy-chain-select-list-box-text { font-size: 12px; font-weight: 600; color: rgb(31, 33, 40); line-height: 16px; }
.buy-box { margin-top: 24px; background: rgba(30, 33, 40, 0.05); border-radius: 12px; display: flex; flex-direction: column; padding: 20px; width: 90%; }
.buy-box-head { display: flex; align-items: center; justify-content: space-between; }
.buy-box-head-price { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; font-weight: 400; }
.buy-box-head-amount { font-size: 18px; color: rgb(31, 33, 40); line-height: 26px; display: flex; align-items: center; }
.buy-box-head-amount .example-showcase .el-dropdown-link { cursor: pointer; color: var(--el-color-primary); display: flex; align-items: center; }
.buy-box-head-amount-pull { margin-left: 4px; }
.buy-box-head-amount-pull .el-dropdown-link { border: none; padding: 0px; }
.buy-box-head-amount-pull .el-dropdown-link-icon { width: 18px; height: 18px; transform: rotate(90deg); }
.buy-box-head-amount-pull-icon { width: 18px; height: 18px; margin-right: 8px; }
.buy-box-base-netword { display: flex; align-items: center; justify-content: flex-end; }
.buy-box-base-netword-icon { width: 16px; height: 16px; margin-right: 4px; }
.buy-box-base-netword-text { font-size: 12px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.buy-box-matrixing { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; text-align: right; }
.buy-roughly { display: flex; align-items: center; justify-content: space-between; width: 90%; margin: 12px 0px 48px; background: rgba(31, 33, 40, 0.05); border-radius: 12px; padding: 7px 20px; }
.buy-roughly-text { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; font-weight: 500; }
.buy-specific { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.buy-btn { height: 48px; border-radius: 12px; width: 100%; font-size: 16px; line-height: 24px; font-weight: 600; margin: 0px 4px; }
.buy-btn-box { width: 100%; display: flex; align-items: center; justify-content: center; }
.buy-btn .el-button > span { width: 100%; display: flex; align-items: center; justify-content: center; }
.buy-btn-loading { color: rgb(255, 255, 255); margin-left: 8px; }
.buy-btn-loading .el-loading-spinner .path { stroke: rgb(255, 255, 255); }
.buy-hint { margin-top: 8px; font-size: 12px; color: rgba(31, 33, 40, 0.48); line-height: 16px; text-align: center; }
@media screen and (max-width: 768px) {
  .buy-hint { text-align: left; }
}
.el-select .el-input__wrapper { background-color: rgba(255, 255, 255, 0.13); border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.48); }
.dialog-index { display: flex; flex-direction: column; align-items: center; padding: 46px 0px; }
.dialog-index-icon { width: 128px; height: 128px; }
.dialog-index-title { margin: 24px 0px 8px; font-size: 24px; color: rgb(31, 33, 40); line-height: 32px; }
.dialog-index-text { font-size: 14px; color: rgb(31, 33, 40); line-height: 20px; text-align: center; }
.dialog-index-text-user { font-size: 14px; color: rgb(31, 33, 40); line-height: 20px; text-align: center; border-bottom: 1px dashed rgb(31, 33, 40); text-decoration-line: none; }
.dialog-index-text1 { margin-top: 20px; font-size: 14px; color: rgb(227, 73, 63); line-height: 20px; text-align: center; }
.purchase { margin-top: 88px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .purchase { margin-top: 48px; }
}
.purchase-title { font-size: 32px; font-weight: 600; color: rgb(255, 255, 255); line-height: 44px; margin-bottom: 60px; text-align: center; }
@media screen and (max-width: 768px) {
  .purchase-title { margin-bottom: 40px; font-size: 20px; line-height: 28px; }
}
.purchase-content { display: flex; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width: 768px) {
  .purchase-content { flex-direction: column; padding: 0px 20px; }
}
.purchase-content-box { width: 20%; display: flex; flex-direction: column; align-items: center; }
@media screen and (max-width: 768px) {
  .purchase-content-box { width: 100%; display: flex; align-items: center; flex-direction: row; }
}
.purchase-content-box-photo { width: 56px; height: 54px; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  .purchase-content-box-photo { margin-bottom: 0px; margin-right: 24px; }
}
.purchase-content-box-frame { display: flex; flex-direction: column; align-items: center; }
@media screen and (max-width: 768px) {
  .purchase-content-box-frame { align-items: flex-start; }
}
.purchase-content-box-frame-title { font-size: 20px; color: rgb(255, 255, 255); line-height: 28px; font-weight: 500; margin-bottom: 6px; text-align: center; }
@media screen and (max-width: 768px) {
  .purchase-content-box-frame-title { font-size: 16px; line-height: 24px; }
}
.purchase-content-box-frame-hint { display: flex; align-items: center; cursor: pointer; }
.purchase-content-box-frame-hint:hover .purchase-content-box-frame-hint-text { color: rgb(255, 255, 255); }
.purchase-content-box-frame-hint-text { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.purchase-content-box-frame-hint-icon { width: 16px; height: 16px; margin-left: 4px; }
.purchase-content-box-frame-hint1 { display: flex; align-items: center; cursor: pointer; }
.purchase-content-box-frame-hint1:hover .purchase-content-box-frame-hint1-text { color: rgb(255, 255, 255); }
.purchase-content-box-frame-hint1-text { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.purchase-content-box-frame-hint1-icon { width: 16px; height: 16px; margin-left: 4px; }
.purchase-content-dashed { width: 20%; border-bottom: 1px dashed rgb(255, 255, 255); margin-top: 30px; }
@media screen and (max-width: 768px) {
  .purchase-content-dashed { border-bottom: none; margin: 20px; border-left: 1px dashed rgb(255, 255, 255); height: 40px; }
}
.habits { margin-top: 120px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .habits { margin-top: 60px; }
}
.habits-title { font-size: 32px; font-weight: 600; color: rgb(255, 255, 255); line-height: 44px; margin-bottom: 46px; text-align: center; }
@media screen and (max-width: 768px) {
  .habits-title { margin-bottom: 28px; font-size: 20px; line-height: 28px; }
}
.habits-content { display: flex; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .habits-content { flex-direction: column; }
}
.habits-content-box { width: 46%; background: rgba(255, 255, 255, 0.13); border-radius: 20px; padding: 20px 16px; display: flex; flex-direction: column; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .habits-content-box { width: 90%; margin-bottom: 16px; }
}
.habits-content-box-head { display: flex; align-items: center; margin-bottom: 20px; }
.habits-content-box-head-icon { width: 40px; height: 40px; margin-right: 6px; }
@media screen and (max-width: 768px) {
  .habits-content-box-head-icon { width: 32px; height: 32px; }
}
.habits-content-box-head-coin { font-size: 24px; color: rgb(255, 255, 255); line-height: 32px; font-weight: 600; }
@media screen and (max-width: 768px) {
  .habits-content-box-head-coin { font-size: 16px; line-height: 24px; }
}
.habits-content-box-frame { display: flex; flex-direction: column; }
.habits-content-box-frame-text { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  .habits-content-box-frame-text { font-size: 14px; line-height: 24px; }
}
.habits-content-box-frame-text1 { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .habits-content-box-frame-text1 { font-size: 14px; line-height: 24px; }
}
.habits-content-box-frame-before { display: flex; align-items: center; font-size: 16px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; opacity: 0.72; }
@media screen and (max-width: 768px) {
  .habits-content-box-frame-before { font-size: 12px; line-height: 24px; }
}
.habits-content-box-frame-before-num { color: rgb(255, 255, 255); font-weight: 500; margin-left: 8px; }
.habits-content-box-frame-before1 { display: flex; align-items: center; font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .habits-content-box-frame-before1 { font-size: 12px; line-height: 24px; }
}
.habits-content-box-base { margin-top: 32px; }
@media screen and (max-width: 768px) {
  .habits-content-box-base { margin-top: 16px; }
}
.habits-content-box-base-btn { border-radius: 12px; height: 48px; padding: 12px 46px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .habits-content-box-base-btn { width: 100%; height: 40px; }
}
.habits-content-box-base-btn1 { margin-right: 12px; border-radius: 12px; height: 48px; padding: 12px 46px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .habits-content-box-base-btn1 { width: 100%; height: 40px; margin-right: 0px; margin-bottom: 8px; }
}
.container1 { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container1 { padding: 0px 16px; width: 90%; }
}
.award-hanner { height: 600px; background-image: url("../images/awards-banner-3a9664e0.png"); background-repeat: no-repeat; background-color: rgb(16, 11, 60); background-position: center center; background-size: cover; }
@media screen and (max-width: 768px) {
  .award-hanner { height: 374px; }
}
.award-hanner .el-carousel__item { width: 100%; display: flex; }
.award-hanner-box { width: 100%; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .award-hanner-box { flex-direction: column; }
}
.award-hanner-box-img { height: 380px; border-radius: 16px; margin-left: 134px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-img { height: 160px; margin-left: 0px; margin-top: 28px; }
}
.award-hanner-box-content { margin-left: 90px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content { margin-left: 0px; margin-top: 20px; align-items: center; }
}
.award-hanner-box-content-name { font-size: 40px; color: rgb(255, 255, 255); line-height: 48px; font-weight: 600; margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content-name { text-align: center; margin-bottom: 8px; font-size: 20px; line-height: 28px; }
}
.award-hanner-box-content-icon { width: 178px; height: 32px; }
.award-hanner-box-content-price { margin-top: 32px; display: flex; align-items: center; font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.72); line-height: 24px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content-price { text-align: center; margin-top: 20px; font-size: 14px; }
}
.award-hanner-box-content-price-num { font-size: 24px; font-weight: 500; color: rgb(65, 234, 188); line-height: 32px; margin-left: 8px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content-price-num { font-size: 16px; }
}
.award-suspension { display: flex; align-items: center; background: linear-gradient(129deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 54%, rgb(154, 0, 255) 100%); border-radius: 20px 4px 4px; padding: 10px 12px; position: fixed; top: 80%; right: 0px; }
@media screen and (max-width: 768px) {
  .award-suspension { top: auto; bottom: 200px; }
}
.award-suspension-icon { width: 28px; height: 28px; margin-right: 4px; }
@media screen and (max-width: 768px) {
  .award-suspension-icon { width: 16px; height: 16px; margin-right: 2px; }
}
.award-suspension-text { font-size: 18px; font-weight: 500; color: rgb(255, 255, 255); line-height: 26px; }
@media screen and (max-width: 768px) {
  .award-suspension-text { font-size: 12px; line-height: 14px; }
}
.faq { margin-top: 100px; display: flex; flex-direction: column; align-items: center; width: 100%; }
@media screen and (max-width: 768px) {
  .faq { margin-top: 56px; width: 90%; }
}
.faq-title { font-size: 32px; color: rgb(255, 255, 255); line-height: 44px; font-weight: 600; margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .faq-title { font-size: 20px; line-height: 28px; margin-bottom: 32px; }
}
.faq-box { width: 100%; display: flex; justify-content: center; }
.faq-box .el-collapse { border-top: none; border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
.faq-box .el-collapse-item__header { background-color: transparent; font-size: 24px; font-weight: 500; color: rgb(255, 255, 255); line-height: 32px; padding: 24px 14px; border-top: 1px solid rgba(255, 255, 255, 0.32); border-bottom: none; }
@media screen and (max-width: 768px) {
  .faq-box .el-collapse-item__header { font-size: 16px; line-height: 24px; padding: 20px 8px; }
}
.faq-box .el-collapse-item__wrap { background-color: transparent; border-bottom: none; margin-top: -12px; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  .faq-box .el-collapse-item__wrap { margin-top: -10px; margin-bottom: 10px; }
}
.faq-box .el-collapse-item__content { padding-bottom: 12px; }
.faq-box .el-collapse-item__arrow { transform: rotate(90deg); }
.faq-box .el-collapse-item__arrow.is-active { transform: rotate(270deg); }
.faq-box-collapse-title { font-size: 24px; font-weight: 500; color: rgb(255, 255, 255); line-height: 32px; }
.faq-box-collapse-title-text { font-size: 16px; color: rgba(255, 255, 255, 0.72); line-height: 24px; margin: 0px 14px 4px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .faq-box-collapse-title-text { font-size: 14px; line-height: 24px; margin: 0px 8px 4px; }
}
.faq-box-collapse-title-text1 { font-size: 16px; color: rgba(255, 255, 255, 0.72); line-height: 24px; margin: 0px 14px 4px; font-weight: 400; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .faq-box-collapse-title-text1 { font-size: 14px; line-height: 24px; margin: 0px 8px 4px; }
}
.faq .demo-collapse { width: 90%; }
@media screen and (max-width: 768px) {
  .faq .demo-collapse { width: 100%; }
}
.dialog-title { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.dialog-box { margin-top: 24px; display: flex; flex-direction: column; }
.dialog-box-btn { display: flex; align-items: center; justify-content: space-between; padding: 17px; border: 2px solid rgba(31, 33, 40, 0.13); height: 64px; border-radius: 12px; background-color: rgb(255, 255, 255); color: rgb(34, 37, 45); }
.dialog-box-btn:hover .dialog-box-btn-text { color: rgb(255, 255, 255); }
.dialog-box-btn-icon { width: 30px; height: 30px; margin-right: 22px; }
.dialog-box-btn-text { font-size: 16px; color: rgb(34, 37, 45); line-height: 24px; font-weight: 400; }
.dialog-box-btn1 { display: flex; align-items: center; justify-content: space-between; margin: 12px 0px; border: 2px solid rgba(31, 33, 40, 0.13); height: 64px; border-radius: 12px; background-color: rgb(255, 255, 255); color: rgb(34, 37, 45); }
.dialog-box-btn1:hover .dialog-box-btn-text { color: rgb(255, 255, 255); }
.token { display: flex; flex-direction: column; }
.token-head { height: 290px; overflow: hidden; }
.token-head-box { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; margin: 4px 0px; cursor: pointer; }
.token-head-box:hover { background-color: rgba(31, 33, 40, 0.05); }
.token-head-box-content { display: flex; align-items: center; }
.token-head-box-content-img { width: 32px; height: 32px; margin-right: 8px; }
.token-head-box-content-text { font-size: 16px; font-weight: 600; color: rgb(31, 33, 40); line-height: 24px; margin-right: 4px; }
.token-head-box-content-chain { font-size: 16px; font-weight: 400; color: rgba(34, 37, 45, 0.48); line-height: 24px; }
.token-head-box-icon { width: 18px; height: 18px; }
.token-base { margin-top: 32px; }
.token-base-btn { width: 100%; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.mining-box { margin-top: 68px; display: flex; align-items: flex-start; }
@media screen and (max-width: 768px) {
  .mining-box { margin-top: 16px; display: flex; flex-direction: column; }
}
.mining-box-photo { width: 49%; padding: 16px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.13); border-radius: 28px; }
@media screen and (max-width: 768px) {
  .mining-box-photo { width: 95%; padding: 10px; }
}
.mining-box-photo-img { width: 100%; border-radius: 20px; }
.mining-box-content { margin-left: 56px; width: 90%; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .mining-box-content { margin-left: 0px; margin-top: 18px; width: 100%; }
}
.mining-box-content-title { font-size: 32px; font-weight: 600; color: rgb(255, 255, 255); line-height: 32px; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  .mining-box-content-title { font-size: 24px; margin-bottom: 4px; }
}
.mining-box-content-text { font-size: 16px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .mining-box-content-text { font-size: 14px; margin-top: 8px; }
}
.mining-box-content-pcire { margin-top: 52px; display: flex; align-items: center; width: 60%; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .mining-box-content-pcire { width: 100%; margin-top: 32px; justify-content: space-between; }
}
.mining-box-content-pcire-title { font-size: 20px; font-weight: 500; color: rgba(255, 255, 255, 0.96); line-height: 28px; }
.mining-box-content-pcire-frame { margin-left: 12px; display: flex; align-items: center; }
.mining-box-content-pcire-frame-usdt { display: flex; align-items: center; }
.mining-box-content-pcire-frame-usdt-icon { width: 20px; height: 20px; margin-right: 4px; }
.mining-box-content-pcire-frame-usdt-coin { font-size: 20px; font-weight: 400; color: rgb(65, 234, 188); line-height: 28px; }
.mining-box-content-pcire-frame-wlre { margin: 0px 12px; height: 16px; border-left: 1px solid rgba(255, 255, 255, 0.32); }
.mining-box-content-pcire-frame-num { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; text-decoration: line-through; }
.mining-box-content-base { margin-top: 40px; display: flex; align-items: center; width: 60%; }
@media screen and (max-width: 768px) {
  .mining-box-content-base { margin-top: 28px; width: 100%; }
}
.mining-box-content-base-buy { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; width: 49%; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-buy { width: 49%; }
}
.mining-box-content-base-buy .el-select .el-input { height: 48px; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-buy .el-select .el-input { height: 40px; }
}
.mining-box-content-base-buy-select { height: 48px; }
.mining-box-content-base-buy-select .el-input__wrapper { box-shadow: transparent 0px 0px 0px 1px inset !important; }
.mining-box-content-base-buy-select .select-trigger.el-tooltip__trigger.el-tooltip__trigger { height: 48px; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-buy-select { height: 40px; }
}
.mining-box-content-base-buy-select-icon { width: 20px; height: 20px; }
.mining-box-content-base-buy-list { display: flex; align-items: center; padding: 0px 12px; color: rgb(0, 0, 0); }
.mining-box-content-base-buy-list.selected { color: rgb(0, 0, 0); }
.mining-box-content-base-buy-list .el-select-dropdown__wrap { width: 350px; }
.mining-box-content-base-buy-list .el-select-dropdown__item.selected { color: rgb(0, 0, 0); }
.mining-box-content-base-buy-list-icon { width: 20px; height: 20px; margin-right: 8px; }
.mining-box-content-base-buy-list-polygon { color: rgba(31, 33, 40, 0.48); font-size: 14px; line-height: 20px; }
.mining-box-content-base-buy-list-box { display: flex; align-items: center; margin-right: 4px; }
.mining-box-content-base-buy .el-input__inner { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; }
.mining-box-content-base-buy-box { height: 46px; background: rgba(255, 255, 255, 0.13); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.32); display: flex; align-items: center; justify-content: space-between; padding: 0px 12px; cursor: pointer; margin-right: 16px; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-buy-box { height: 38px; }
}
.mining-box-content-base-buy-box-frame { display: flex; align-items: center; }
.mining-box-content-base-buy-box-icon { width: 20px; height: 20px; margin-right: 8px; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-buy-box-icon { width: 16px; height: 16px; }
}
.mining-box-content-base-buy-box-text { font-size: 14px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-buy-box-text { font-size: 14px; }
}
.mining-box-content-base-buy-box-arrow { width: 20px; height: 20px; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-buy-box-arrow { width: 16px; height: 16px; }
}
.mining-box-content-base-box { width: 49%; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-box { width: 49%; }
}
.mining-box-content-base-box-btn { width: 100%; font-size: 16px; padding: 12px 0px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 600; height: 48px; background: rgb(65, 234, 188); border-radius: 12px; }
@media screen and (max-width: 768px) {
  .mining-box-content-base-box-btn { height: 40px; border: 0px; }
}
.no-data { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.no-data-photo { width: 107px; height: 122px; margin: 12px 0px; }
.no-data-hint { color: rgba(255, 255, 255, 0.48); font-size: 14px; line-height: 24px; margin: 0px; }
.dialog-mail[data-v-669f0fc7] { display: flex; flex-direction: column; }
.dialog-mail-hint[data-v-669f0fc7] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.32); line-height: 24px; margin-bottom: 12px; }
.dialog-mail-content[data-v-669f0fc7] { display: flex; flex-direction: column; }
.dialog-mail-content-box[data-v-669f0fc7] { margin-top: 12px; display: flex; flex-direction: column; position: relative; }
.dialog-mail-content-box-title[data-v-669f0fc7] { font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 24px; margin-bottom: 2px; }
.dialog-mail-content-box[data-v-669f0fc7] .el-input__wrapper { border-radius: 12px; border: 1px solid rgba(31, 33, 40, 0.13); padding: 4px 12px; font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 24px; }
.dialog-mail-content-box[data-v-669f0fc7] .el-input__wrapper.is-focus { box-shadow: rgb(31, 33, 40) 0px 0px 0px 1px inset; }
.dialog-mail-content-box-btn[data-v-669f0fc7] { position: absolute; bottom: 0px; right: 0px; }
.dialog-mail-content-box-btn-send[data-v-669f0fc7] { height: 40px; border-radius: 12px; font-size: 14px; min-width: 210px; }
@media screen and (max-width: 768px) {
  .dialog-mail-content-box-btn-send[data-v-669f0fc7] { font-size: 12px; min-width: 190px; }
}
.dialog-mail-content-box-btn-send-load[data-v-669f0fc7] { display: flex; align-items: center; }
.dialog-mail-content-box-btn-send-load-icon[data-v-669f0fc7] { margin-left: 4px; }
.dialog-mail-content-box-btn-send-load-icon[data-v-669f0fc7] .el-loading-mask { background-color: transparent; }
.dialog-mail-base[data-v-669f0fc7] { margin-top: 32px; }
.dialog-mail-base-btn[data-v-669f0fc7] { width: 100%; border-radius: 12px; height: 48px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; display: flex; align-items: center; justify-content: center; }
.dialog-mail-base-btn-load[data-v-669f0fc7] { margin-left: 4px; }
.dialog-mail-base-btn-load[data-v-669f0fc7] .el-loading-mask { background-color: transparent; }
.dialog-eamil[data-v-669f0fc7] { display: flex; flex-direction: column; align-items: center; }
.dialog-eamil-icon[data-v-669f0fc7] { width: 128px; height: 128px; }
.dialog-eamil-title[data-v-669f0fc7] { margin: 28px 0px; font-size: 24px; font-weight: 600; color: rgb(31, 33, 40); line-height: 32px; }
.container[data-v-a7b32598] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-a7b32598] { padding: 0px 16px; width: 90%; }
}
.pane-title-hint[data-v-a7b32598] { position: relative; }
.pane-title-hint-badge[data-v-a7b32598] { position: absolute; top: 0px; right: 0px; }
.pane-title-hint-badge[data-v-a7b32598] .el-badge__content { border: 0px; }
.no-data[data-v-a7b32598] { margin-top: 68px; display: flex; justify-content: center; align-items: center; }
.no-data-link[data-v-a7b32598] { margin-top: 28px; width: 100%; display: flex; justify-content: center; text-decoration-line: none; }
.no-data-btn[data-v-a7b32598] { border-radius: 12px; height: 48px; width: 20%; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .no-data-btn[data-v-a7b32598] { height: 40px; width: 50%; }
}
.el-tabs__item.is-active[data-v-a7b32598] { background: rgba(255, 255, 255, 0.13); border-radius: 24px; color: rgb(255, 255, 255); }
.el-tabs__nav-wrap[data-v-a7b32598] { padding: 0px; }
.user[data-v-a7b32598] { display: flex; flex-direction: column; min-height: 100%; }
.user-framework[data-v-a7b32598] { margin-top: 68px; position: relative; }
@media screen and (max-width: 768px) {
  .user-framework[data-v-a7b32598] { margin-top: 36px; }
}
.user-framework-icon[data-v-a7b32598] { position: absolute; right: 0px; top: 20px; cursor: pointer; z-index: 9; }
@media screen and (max-width: 768px) {
  .user-framework-icon[data-v-a7b32598] { top: 10px; }
}
.user-framework-refresh[data-v-a7b32598] { margin: 2px 0px 18px; display: flex; justify-content: flex-end; }
.user-framework-refresh-btn[data-v-a7b32598] { border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.13); padding: 8px 10px; display: flex; align-items: center; cursor: pointer; }
.user-framework-refresh-btn[data-v-a7b32598]:hover { border: 1px solid rgb(255, 255, 255); }
@media screen and (max-width: 768px) {
  .user-framework-refresh-btn[data-v-a7b32598]:hover { border: 1px solid rgba(255, 255, 255, 0.13); }
}
.user-framework-refresh-btn-icon[data-v-a7b32598] { width: 18px; height: 18px; margin-right: 4px; }
@media screen and (max-width: 768px) {
  .user-framework-refresh-btn-icon[data-v-a7b32598] { width: 16px; height: 16px; }
}
.user-framework-refresh-btn-text[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .user-framework-refresh-btn-text[data-v-a7b32598] { font-size: 12px; line-height: 16px; }
}
.user-framework-hint[data-v-a7b32598] { background: rgba(0, 216, 103, 0.13); border-radius: 8px; border: 1px solid rgba(0, 216, 103, 0.32); padding: 12px 16px; display: flex; align-items: flex-start; }
.user-framework-hint-icon[data-v-a7b32598] { width: 18px; height: 18px; margin-right: 4px; }
.user-framework-hint-text[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 18px; }
.user-framework-nft[data-v-a7b32598] { position: absolute; min-width: 8px; left: 168px; top: 0px; background: rgb(227, 73, 63); border-radius: 24px; display: flex; align-items: center; justify-content: center; padding: 0px 4px; font-size: 12px; font-weight: 400; color: rgb(252, 252, 249); line-height: 16px; }
@media screen and (max-width: 768px) {
  .user-framework-nft[data-v-a7b32598] { left: 158px; }
}
.user-framework-coin[data-v-a7b32598] { position: absolute; min-width: 8px; left: 250px; top: 0px; background: rgb(227, 73, 63); border-radius: 24px; display: flex; align-items: center; justify-content: center; padding: 0px 4px; font-size: 12px; font-weight: 400; color: rgb(252, 252, 249); line-height: 16px; }
@media screen and (max-width: 768px) {
  .user-framework-coin[data-v-a7b32598] { left: 240px; }
}
.user-head[data-v-a7b32598] { display: flex; justify-content: flex-end; padding: 40px 0px 16px; }
.user-head-import[data-v-a7b32598] { height: 48px; border-radius: 12px; font-size: 16px; line-height: 24px; font-weight: 600; }
.user-head-not[data-v-a7b32598] { background: rgb(227, 73, 63); border-radius: 24px; font-size: 12px; color: rgb(252, 252, 249); line-height: 16px; padding: 0px 4px; display: flex; align-items: center; justify-content: center; position: absolute; }
.user-row[data-v-a7b32598] { padding: 0px 12px; margin-top: 40px; }
@media screen and (max-width: 768px) {
  .user-row[data-v-a7b32598] { padding: 0px; margin-top: 20px; }
}
.user-box[data-v-a7b32598] { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.13); border-radius: 20px; padding: 10px; margin-bottom: 24px; text-decoration-line: none; }
.user-box-photo[data-v-a7b32598] { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; position: relative; }
.user-box-photo-logo[data-v-a7b32598] { border-radius: 16px; width: 100%; }
.user-box-photo-redirect[data-v-a7b32598] { position: absolute; top: 10px; left: 10px; }
.user-box-photo-redirect-icon[data-v-a7b32598] { width: 24px; height: 24px; }
.user-box-content[data-v-a7b32598] { display: flex; flex-direction: column; }
.user-box-content-title[data-v-a7b32598] { font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; font-weight: 500; }
@media screen and (max-width: 768px) {
  .user-box-content-title[data-v-a7b32598] { font-size: 14px; line-height: 24px; }
}
.user-box-content-title1[data-v-a7b32598] { font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; font-weight: 500; margin-bottom: 8px; }
@media screen and (max-width: 768px) {
  .user-box-content-title1[data-v-a7b32598] { font-size: 14px; line-height: 24px; }
}
.user-box-content-mining[data-v-a7b32598] { margin: 8px 0px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .user-box-content-mining[data-v-a7b32598] { margin-top: 12px; margin-bottom: 0px; }
}
.user-box-content-mining-photo-coin[data-v-a7b32598] { width: 26px; height: 26px; margin-right: 4px; }
@media screen and (max-width: 768px) {
  .user-box-content-mining-photo-coin[data-v-a7b32598] { width: 20px; height: 20px; margin-left: 2px; }
}
.user-box-content-mining-box[data-v-a7b32598] { display: flex; flex-direction: column; width: 100%; }
.user-box-content-mining-box-head[data-v-a7b32598] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
.user-box-content-mining-box-head-coin[data-v-a7b32598] { font-size: 12px; font-weight: 500; color: rgb(255, 255, 255); line-height: 16px; }
.user-box-content-mining-box-head-num[data-v-a7b32598] { font-size: 12px; font-weight: 400; color: rgb(255, 255, 255); line-height: 16px; }
.user-box-content-mining-box-progress[data-v-a7b32598] { position: relative; }
.user-box-content-mining-box-progress-frame[data-v-a7b32598] { width: 100%; height: 8px; background: rgba(255, 255, 255, 0.48); border-radius: 4px; }
.user-box-content-mining-box-progress-frame1[data-v-a7b32598] { height: 8px; background: rgb(0, 88, 255); border-radius: 4px; position: absolute; top: 0px; }
.user-box-content-mining-box-progress-frame2[data-v-a7b32598] { height: 8px; background: rgb(0, 216, 103); border-radius: 4px; position: absolute; top: 0px; }
.user-box-content-message[data-v-a7b32598] { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .user-box-content-message[data-v-a7b32598] { display: flex; flex-direction: column; margin-top: 0px; }
}
.user-box-content-message-farme[data-v-a7b32598] { display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .user-box-content-message-farme[data-v-a7b32598] { width: 100%; margin-top: 8px; }
}
.user-box-content-message-farme-title[data-v-a7b32598] { font-size: 12px; line-height: 16px; color: rgba(255, 255, 255, 0.48); margin-bottom: 4px; }
.user-box-content-message-farme-name[data-v-a7b32598] { display: flex; align-items: center; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.72); line-height: 16px; }
.user-box-content-message-farme-name-icon[data-v-a7b32598] { width: 16px; height: 16px; margin-left: 4px; cursor: pointer; }
.user-box-content-nmoure[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.72); line-height: 24px; margin-bottom: 24px; }
.user-box-content-btn[data-v-a7b32598] { height: 48px; border-radius: 12px; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; }
.user-box-content-btn1[data-v-a7b32598] { margin-top: 20px; border-radius: 12px; border: 1px solid rgb(255, 255, 255); background-color: transparent; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; padding: 11px 0px; height: 48px; font-weight: 600; }
@media screen and (max-width: 768px) {
  .user-box-content-btn1[data-v-a7b32598] { height: 40px; margin-top: 12px; }
}
.user-box-content-btn1[data-v-a7b32598]:hover { border: 1px solid rgb(65, 234, 188); background-color: rgba(65, 234, 188, 0.48); color: rgb(65, 234, 188); }
.user-box-content-btn1-loading[data-v-a7b32598] { margin-left: 4px; }
.user-box-content-btn2[data-v-a7b32598] { margin-top: 20px; border-radius: 12px; border: 1px solid rgb(255, 255, 255); background-color: transparent; font-size: 16px; color: rgb(241, 101, 20); line-height: 24px; padding: 11px 0px; height: 48px; font-weight: 600; }
@media screen and (max-width: 768px) {
  .user-box-content-btn2[data-v-a7b32598] { display: none; }
}
.user-box-content-btn2[data-v-a7b32598]:hover { border: 1px solid rgb(65, 234, 188); background-color: rgba(65, 234, 188, 0.48); color: rgb(65, 234, 188); }
.user-box-content-btn2-etl[data-v-a7b32598] { width: 16px; height: 16px; margin-left: 4px; cursor: pointer; }
.user-box-content-btn2-claiming[data-v-a7b32598] { display: flex; align-items: center; border-bottom: 1px dashed rgba(221, 255, 255, 0.32); }
.user-box-content-btn3[data-v-a7b32598] { margin-top: 20px; border-radius: 12px; border: 1px solid rgba(221, 255, 255, 0.48); background-color: transparent; font-size: 16px; color: rgba(221, 255, 255, 0.48); line-height: 24px; padding: 11px 0px; height: 48px; font-weight: 600; }
@media screen and (max-width: 768px) {
  .user-box-content-btn3[data-v-a7b32598] { height: 40px; margin-top: 12px; }
}
.user-box-content-btn3[data-v-a7b32598]:hover { background-color: transparent; color: rgba(221, 255, 255, 0.48); }
.user-box-content-app[data-v-a7b32598] { display: none; }
@media screen and (max-width: 768px) {
  .user-box-content-app[data-v-a7b32598] { display: flex; height: 40px; margin-top: 12px; border-radius: 12px; border: 1px solid rgb(255, 255, 255); background-color: transparent; font-size: 16px; color: rgb(241, 101, 20); line-height: 24px; padding: 11px 0px; font-weight: 600; }
}
.user-box-content-app[data-v-a7b32598]:hover { border: 1px solid rgb(65, 234, 188); background-color: rgba(65, 234, 188, 0.48); color: rgb(65, 234, 188); }
.user-box-content-app-etl[data-v-a7b32598] { width: 16px; height: 16px; margin-left: 4px; cursor: pointer; }
.user-box-content-app-claiming[data-v-a7b32598] { display: flex; align-items: center; border-bottom: 1px dashed rgba(221, 255, 255, 0.32); }
.user-box-gai[data-v-a7b32598] { display: flex; flex-direction: column; justify-content: space-between; height: 110px; }
@media screen and (max-width: 768px) {
  .user-box-gai[data-v-a7b32598] { height: 100px; }
}
.user-load[data-v-a7b32598] { display: flex; justify-content: center; margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .user-load[data-v-a7b32598] { margin-top: 40px; margin-bottom: 20px; }
}
.user-load-btn[data-v-a7b32598] { width: 30%; height: 48px; border-radius: 12px; border: 1px solid rgb(255, 255, 255); padding: 12px 0px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .user-load-btn[data-v-a7b32598] { width: 80%; }
}
.user-loading[data-v-a7b32598] { margin-left: 8px; }
.user-loading[data-v-a7b32598] .path { stroke: rgb(255, 255, 255); }
.dialog-content[data-v-a7b32598] { display: flex; flex-direction: column; align-items: center; }
.dialog-content-icon[data-v-a7b32598] { width: 128px; height: 128px; }
.dialog-content-title[data-v-a7b32598] { margin: 24px 0px 8px; font-size: 32px; color: rgb(31, 33, 40); line-height: 40px; }
.dialog-content-text[data-v-a7b32598] { font-size: 18px; color: rgb(31, 33, 40); line-height: 28px; }
.buy[data-v-a7b32598] { display: flex; flex-direction: column; align-items: center; }
.buy-box[data-v-a7b32598] { margin-top: 30px; background: rgba(30, 33, 40, 0.05); border-radius: 12px; display: flex; flex-direction: column; padding: 20px; width: 90%; }
.buy-box-head[data-v-a7b32598] { display: flex; align-items: center; justify-content: space-between; }
.buy-box-head-price[data-v-a7b32598] { font-size: 18px; color: rgb(31, 33, 40); line-height: 26px; }
.buy-box-head-amount[data-v-a7b32598] { font-size: 24px; color: rgb(31, 33, 40); line-height: 32px; }
.buy-box-matrixing[data-v-a7b32598] { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; text-align: right; }
.buy-roughly[data-v-a7b32598] { font-size: 14px; color: rgb(31, 33, 40); line-height: 24px; display: flex; justify-content: center; margin: 10px 0px 30px; }
.buy-btn[data-v-a7b32598] { height: 48px; border-radius: 12px; margin-bottom: 8px; width: 100%; }
.buy-hint[data-v-a7b32598] { font-size: 12px; color: rgba(31, 33, 40, 0.48); line-height: 16px; text-align: center; }
.hint[data-v-a7b32598] { background: rgba(0, 216, 103, 0.13); border-radius: 8px; border: 1px solid rgba(0, 216, 103, 0.48); padding: 12px 14px; display: flex; align-items: flex-start; margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .hint[data-v-a7b32598] { display: flex; align-items: flex-start; }
}
.hint-icon[data-v-a7b32598], .hint-icon1[data-v-a7b32598] { width: 18px; height: 18px; margin-right: 4px; }
.hint-text[data-v-a7b32598] { font-size: 14px; color: rgb(255, 255, 255); line-height: 18px; }
.dialog-step[data-v-a7b32598] { padding: 4px 8px; display: flex; flex-direction: column; }
.dialog-step-content[data-v-a7b32598] { display: flex; align-content: center; margin-top: 28px; }
.dialog-step-content-num[data-v-a7b32598] { width: 32px; height: 32px; background: rgb(31, 33, 40); border-radius: 30px; display: flex; justify-content: center; align-items: center; font-size: 20px; font-weight: 400; color: rgb(255, 255, 255); margin-bottom: 12px; }
.dialog-step-content-app[data-v-a7b32598] { width: 80%; margin-left: 12px; }
.dialog-step-content-title[data-v-a7b32598] { font-size: 16px; font-weight: 500; color: rgb(31, 33, 40); line-height: 24px; }
.dialog-step-content-text[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; display: flex; align-items: center; }
.open[data-v-a7b32598] { display: flex; flex-direction: column; }
.open-head[data-v-a7b32598] { display: flex; flex-direction: column; align-items: center; margin-bottom: 16px; position: relative; }
.open-head-backdrop[data-v-a7b32598] { display: flex; align-items: flex-end; justify-content: center; }
.open-head-backdrop-effect[data-v-a7b32598] { position: absolute; width: 200px; height: 140px; }
.open-head-backdrop-photo[data-v-a7b32598] { width: 100px; height: 94px; margin-bottom: 12px; }
.open-head-title[data-v-a7b32598] { font-size: 24px; font-weight: 600; color: rgb(31, 33, 40); line-height: 32px; }
@media screen and (max-width: 768px) {
  .open-head-title[data-v-a7b32598] { font-size: 18px; line-height: 24px; }
}
.open-head-text[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 24px; }
.open-head-text-item[data-v-a7b32598] { font-weight: 500; font-size: 16px; }
.open-hash[data-v-a7b32598] { margin-bottom: 10px; border-radius: 8px; border: 1px solid transparent; background: linear-gradient(rgb(254, 247, 243), rgb(254, 247, 243)) padding-box padding-box, linear-gradient(to right, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 51%, rgb(154, 0, 255) 100%) border-box border-box; display: flex; align-items: center; padding: 4px 10px; }
.open-hash-icon[data-v-a7b32598] { width: 18px; height: 18px; margin-right: 4px; }
.open-hash-text[data-v-a7b32598] { font-size: 14px; line-height: 24px; background: linear-gradient(138deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 51%, rgb(154, 0, 255) 100%) text; -webkit-text-fill-color: transparent; }
.open-content[data-v-a7b32598] { overflow: auto; height: 280px; }
.open-content-box[data-v-a7b32598] { display: flex; justify-content: space-between; background: rgba(31, 33, 40, 0.05); border-radius: 12px; padding: 10px 8px; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  .open-content-box[data-v-a7b32598] { padding: 12px 8px; }
}
.open-content-box-award[data-v-a7b32598] { display: flex; align-items: center; }
.open-content-box-award-article[data-v-a7b32598] { width: 42px; height: 42px; border-radius: 8px; margin-right: 6px; }
@media screen and (max-width: 768px) {
  .open-content-box-award-article[data-v-a7b32598] { width: 34px; height: 34px; margin-right: 4px; }
}
.open-content-box-award-staus[data-v-a7b32598] { display: flex; flex-direction: column; }
.open-content-box-award-staus-title[data-v-a7b32598] { font-size: 14px; font-weight: 600; color: rgb(31, 33, 40); line-height: 24px; margin-bottom: 2px; }
@media screen and (max-width: 768px) {
  .open-content-box-award-staus-title[data-v-a7b32598] { font-size: 12px; line-height: 18px; }
}
.open-content-box-award-staus-btn[data-v-a7b32598] { border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 16px; }
.open-content-box-worth[data-v-a7b32598] { display: flex; flex-direction: column; align-items: flex-end; }
.open-content-box-worth-title[data-v-a7b32598] { font-size: 12px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 16px; margin-bottom: 2px; }
.open-content-box-worth-coin[data-v-a7b32598] { font-size: 14px; color: rgb(31, 33, 40); line-height: 28px; font-weight: 500; }
@media screen and (max-width: 768px) {
  .open-content-box-worth-coin[data-v-a7b32598] { font-size: 12px; }
}
.open-base[data-v-a7b32598] { display: flex; flex-direction: column; padding-top: 20px; }
.open-base-btn[data-v-a7b32598] { height: 48px; border-radius: 12px; }
.open-base-hint[data-v-a7b32598] { font-size: 12px; color: rgba(31, 33, 40, 0.48); line-height: 16px; text-align: center; }
.demo-tabs[data-v-a7b32598] { color: rgb(255, 255, 255); }
.demo-tabs[data-v-a7b32598] .el-tabs__nav-scroll { padding-left: 12px; }
@media screen and (max-width: 768px) {
  .demo-tabs[data-v-a7b32598] .el-tabs__nav-scroll { padding-left: 0px; }
}
.demo-tabs[data-v-a7b32598] .el-tabs__item { color: rgba(255, 255, 255, 0.48); font-size: 16px; font-weight: 500; min-width: 166px; text-align: center; }
.demo-tabs[data-v-a7b32598] .el-tabs__item.is-top { padding: 0px; }
.demo-tabs[data-v-a7b32598] .el-tabs__active-bar { background-color: transparent; }
.demo-tabs[data-v-a7b32598] .el-tabs__nav-wrap::after { margin-top: 16px; background-color: rgba(255, 255, 255, 0.13); }
.demo-tabs[data-v-a7b32598] .el-tabs__item.is-active { color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.13); border-radius: 24px; margin-bottom: 16px; padding: 6px 12px; line-height: 30px; font-size: 16px; font-weight: 500; min-width: 166px; text-align: center; }
.demo-tabs[data-v-a7b32598] .el-icon { width: 32px; height: 42px; }
.demo-tabs[data-v-a7b32598] .el-icon svg { width: 28px; height: 28px; }
.demo-tabs[data-v-a7b32598] .el-tabs__nav-prev { left: -6px; }
.demo-tabs[data-v-a7b32598] .el-tabs__nav-next { right: 2px; }
.coin-hint[data-v-a7b32598] { display: flex; align-items: center; padding: 16px 22px; border-top: 1px solid rgba(255, 255, 255, 0.13); }
@media screen and (max-width: 768px) {
  .coin-hint[data-v-a7b32598] { display: none; }
}
.coin-hint-box[data-v-a7b32598] { display: flex; align-items: center; background: rgba(245, 247, 250, 0.13); border-radius: 6px; padding: 6px 8px; margin-right: 12px; cursor: pointer; }
.coin-hint-box[data-v-a7b32598]:hover { background: rgba(245, 247, 250, 0.48); }
.coin-hint-box-icon[data-v-a7b32598] { width: 34px; height: 34px; margin-right: 4px; border-radius: 20px; }
.coin-hint-box-frame[data-v-a7b32598] { display: flex; flex-direction: column; }
.coin-hint-box-frame-amount[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 16px; margin-bottom: 2px; }
.coin-hint-box-frame-available[data-v-a7b32598] { font-size: 12px; font-weight: 500; color: rgb(0, 216, 103); line-height: 16px; }
.coin-app[data-v-a7b32598] { display: none; }
@media screen and (max-width: 768px) {
  .coin-app[data-v-a7b32598] { display: flex; flex-direction: column; padding: 16px 0px; border-top: 1px solid rgba(255, 255, 255, 0.13); }
}
.coin-app-box[data-v-a7b32598] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; background: rgba(245, 247, 250, 0.13); border-radius: 6px; padding: 6px 8px; cursor: pointer; }
.coin-app-box[data-v-a7b32598]:hover { background: rgba(245, 247, 250, 0.48); }
.coin-app-box-frame[data-v-a7b32598] { display: flex; align-items: center; }
.coin-app-box-frame-icon[data-v-a7b32598] { width: 34px; height: 34px; margin-right: 4px; border-radius: 20px; }
.coin-app-box-frame-text[data-v-a7b32598] { display: flex; flex-direction: column; }
.coin-app-box-frame-text-amount[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 16px; margin-block: 2px; }
.coin-app-box-frame-text-available[data-v-a7b32598] { font-size: 12px; font-weight: 500; color: rgb(0, 216, 103); line-height: 16px; }
.coin-app-box-num[data-v-a7b32598] { display: flex; flex-direction: column; align-items: flex-end; }
.coin-app-box-num-amount[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 16px; margin-block: 2px; }
.coin-app-box-num-available[data-v-a7b32598] { font-size: 12px; font-weight: 500; color: rgb(0, 216, 103); line-height: 16px; }
.coin-table[data-v-a7b32598] { display: flex; flex-direction: column; width: 100%; margin-bottom: 52px; }
.coin-table-thead[data-v-a7b32598] { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.13); border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.coin-table-thead-tr[data-v-a7b32598] { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; }
@media screen and (max-width: 768px) {
  .coin-table-thead-tr[data-v-a7b32598] { padding: 16px 0px; }
}
.coin-table-thead-tr-th[data-v-a7b32598] { width: 30%; text-align: left; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .coin-table-thead-tr-th[data-v-a7b32598] { width: 40%; }
}
.coin-table-thead-tr-th1[data-v-a7b32598] { width: 30%; text-align: left; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .coin-table-thead-tr-th1[data-v-a7b32598] { width: 35%; }
}
.coin-table-thead-tr-th2[data-v-a7b32598] { width: 30%; text-align: left; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .coin-table-thead-tr-th2[data-v-a7b32598] { display: none; }
}
.coin-table-thead-tr-th3[data-v-a7b32598] { width: 10%; }
@media screen and (max-width: 768px) {
  .coin-table-thead-tr-th3[data-v-a7b32598] { width: 25%; }
}
.coin-table-tbody-tr[data-v-a7b32598] { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr[data-v-a7b32598] { padding: 12px 0px; }
}
.coin-table-tbody-tr[data-v-a7b32598]:hover { background-color: rgba(255, 255, 255, 0.13); border-radius: 8px; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr[data-v-a7b32598]:hover { background-color: transparent; }
}
.coin-table-tbody-tr-td[data-v-a7b32598] { width: 30%; font-size: 16px; color: rgb(255, 255, 255); font-weight: 400; line-height: 24px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td[data-v-a7b32598] { width: 40%; }
}
.coin-table-tbody-tr-td-icon[data-v-a7b32598] { width: 40px; height: 40px; margin-right: 10px; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td-icon[data-v-a7b32598] { display: none; }
}
.coin-table-tbody-tr-td-box[data-v-a7b32598] { display: flex; flex-direction: column; }
.coin-table-tbody-tr-td-box-title[data-v-a7b32598] { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; }
.coin-table-tbody-tr-td-box-time[data-v-a7b32598] { display: none; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td-box-time[data-v-a7b32598] { display: initial; font-size: 12px; color: rgba(255, 255, 255, 0.48); line-height: 16px; }
}
.coin-table-tbody-tr-td1[data-v-a7b32598] { width: 30%; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 400; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td1[data-v-a7b32598] { width: 35%; }
}
.coin-table-tbody-tr-td2[data-v-a7b32598] { width: 30%; font-size: 16px; color: rgb(255, 255, 255); font-weight: 400; line-height: 24px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td2[data-v-a7b32598] { display: none; }
}
.coin-table-tbody-tr-td3[data-v-a7b32598] { width: 10%; color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; line-height: 24px; display: flex; justify-content: center; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td3[data-v-a7b32598] { width: 25%; }
}
.coin-table-tbody-tr-td3-btn[data-v-a7b32598] { height: 48px; border-radius: 12px; padding: 12px 0px; font-size: 16px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; min-width: 120px; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td3-btn[data-v-a7b32598] { padding: 8px 10px; height: 40px; min-width: 80px; }
}
.coin-table-tbody-tr-td3-loading[data-v-a7b32598] { margin-left: 8px; }
.coin-table-tbody-tr-td3-btn1[data-v-a7b32598] { height: 48px; border-radius: 12px; padding: 12px 16px; font-size: 16px; font-weight: 500; background: rgba(255, 255, 255, 0.48); color: rgba(255, 255, 255, 0.48); line-height: 24px; }
@media screen and (max-width: 768px) {
  .coin-table-tbody-tr-td3-btn1[data-v-a7b32598] { padding: 8px 10px; height: 40px; }
}
.coin-table-tbody-tr-td3-btn2[data-v-a7b32598] { font-size: 16px; font-weight: 500; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.history-table[data-v-a7b32598] { display: flex; flex-direction: column; width: 100%; margin-bottom: 52px; }
@media screen and (max-width: 768px) {
  .history-table[data-v-a7b32598] { display: none; }
}
.history-table-thead[data-v-a7b32598] { display: flex; align-items: center; justify-content: space-between; }
.history-table-thead-tr[data-v-a7b32598] { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; }
@media screen and (max-width: 768px) {
  .history-table-thead-tr[data-v-a7b32598] { padding: 16px 0px; }
}
.history-table-thead-tr-th[data-v-a7b32598] { width: 30%; text-align: left; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .history-table-thead-tr-th[data-v-a7b32598] { width: 40%; }
}
.history-table-thead-tr-th1[data-v-a7b32598] { width: 20%; text-align: left; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .history-table-thead-tr-th1[data-v-a7b32598] { width: 35%; }
}
.history-table-thead-tr-th2[data-v-a7b32598] { width: 20%; text-align: left; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .history-table-thead-tr-th2[data-v-a7b32598] { display: none; }
}
.history-table-thead-tr-th3[data-v-a7b32598] { width: 16%; text-align: left; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .history-table-thead-tr-th3[data-v-a7b32598] { width: 25%; }
}
.history-table-thead-tr-th4[data-v-a7b32598] { width: 14%; font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; font-weight: 400; text-align: right; }
@media screen and (max-width: 768px) {
  .history-table-thead-tr-th4[data-v-a7b32598] { width: 25%; }
}
.history-table-tbody-tr[data-v-a7b32598] { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; }
@media screen and (max-width: 768px) {
  .history-table-tbody-tr[data-v-a7b32598] { padding: 12px 0px; }
}
.history-table-tbody-tr[data-v-a7b32598]:hover { background-color: rgba(255, 255, 255, 0.13); border-radius: 8px; }
@media screen and (max-width: 768px) {
  .history-table-tbody-tr[data-v-a7b32598]:hover { background-color: transparent; }
}
.history-table-tbody-tr-td[data-v-a7b32598] { width: 30%; font-size: 16px; color: rgb(255, 255, 255); font-weight: 400; line-height: 24px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .history-table-tbody-tr-td[data-v-a7b32598] { width: 40%; }
}
.history-table-tbody-tr-td-icon[data-v-a7b32598] { background: rgb(0, 0, 0); border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.48); width: 40px; height: 40px; margin-right: 10px; }
@media screen and (max-width: 768px) {
  .history-table-tbody-tr-td-icon[data-v-a7b32598] { display: none; }
}
.history-table-tbody-tr-td-box[data-v-a7b32598] { display: flex; flex-direction: column; }
.history-table-tbody-tr-td-box-title[data-v-a7b32598] { font-size: 18px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 500; }
.history-table-tbody-tr-td-box-time[data-v-a7b32598] { font-size: 12px; color: rgba(255, 255, 255, 0.48); line-height: 16px; }
.history-table-tbody-tr-td1[data-v-a7b32598] { width: 20%; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 400; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .history-table-tbody-tr-td1[data-v-a7b32598] { width: 35%; }
}
.history-table-tbody-tr-td2[data-v-a7b32598] { width: 20%; font-size: 16px; color: rgb(255, 255, 255); font-weight: 400; line-height: 24px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .history-table-tbody-tr-td2[data-v-a7b32598] { display: none; }
}
.history-table-tbody-tr-td3[data-v-a7b32598] { width: 16%; color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; line-height: 24px; }
.history-table-tbody-tr-td4[data-v-a7b32598] { cursor: pointer; width: 14%; text-align: right; position: relative; display: flex; justify-content: flex-end; }
.history-table-tbody-tr-td4-photo[data-v-a7b32598] { border-radius: 8px; width: 32px; height: 32px; margin-left: 6px; }
.history-table-tbody-tr-td4-box[data-v-a7b32598] { margin-left: 8px; width: 32px; height: 32px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.history-table-tbody-tr-td4-box-more[data-v-a7b32598] { width: 18px; height: 18px; }
.history-app[data-v-a7b32598] { display: none; }
@media screen and (max-width: 768px) {
  .history-app[data-v-a7b32598] { margin-bottom: 16px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; padding: 16px; display: flex; flex-direction: column; }
}
.history-app-head[data-v-a7b32598] { display: flex; align-items: center; }
.history-app-head-img[data-v-a7b32598] { background: rgb(0, 0, 0); border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.48); width: 58px; height: 58px; margin-right: 8px; }
.history-app-head-farme[data-v-a7b32598] { display: flex; flex-direction: column; }
.history-app-head-farme-title[data-v-a7b32598] { font-size: 18px; font-weight: 500; color: rgb(255, 255, 255); line-height: 26px; margin-bottom: 4px; }
.history-app-head-farme-time[data-v-a7b32598] { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.history-app-box[data-v-a7b32598] { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; }
.history-app-box-title[data-v-a7b32598] { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 16px; }
.history-app-box-result[data-v-a7b32598] { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; }
.history-app-box-photo[data-v-a7b32598] { display: flex; align-items: flex-start; }
.history-app-box-photo-icon[data-v-a7b32598] { border-radius: 8px; width: 32px; height: 32px; margin-left: 6px; }
.history-app-box-photo-btn[data-v-a7b32598] { margin-left: 6px; width: 32px; height: 32px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.history-app-box-photo-btn-more[data-v-a7b32598] { width: 18px; height: 18px; }
.dialog-reset[data-v-a7b32598] { display: flex; flex-direction: column; }
.dialog-reset-hint[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.dialog-reset-box[data-v-a7b32598] { margin-top: 24px; border-radius: 12px; background-color: rgba(31, 33, 40, 0.05); padding: 20px; display: flex; }
.dialog-reset-box-logo[data-v-a7b32598] { width: 100px; height: 100px; margin-right: 12px; }
.dialog-reset-box-text[data-v-a7b32598] { font-size: 18px; font-weight: 600; color: rgb(31, 33, 40); line-height: 26px; }
.dialog-reset-base[data-v-a7b32598] { margin-top: 48px; }
.dialog-reset-base-btn[data-v-a7b32598] { width: 100%; height: 48px; border-radius: 12px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.dialog-success[data-v-a7b32598] { display: flex; flex-direction: column; align-items: center; padding: 46px 0px; }
.dialog-success-icon[data-v-a7b32598] { width: 128px; height: 128px; }
.dialog-success-text[data-v-a7b32598] { margin-top: 28px; font-size: 18px; color: rgb(31, 33, 40); line-height: 28px; text-align: center; }
.dialog-success-text-link[data-v-a7b32598] { font-size: 24px; color: rgb(31, 33, 40); font-weight: 500; line-height: 32px; text-align: center; border-bottom: 1px dashed rgb(31, 33, 40); text-decoration-line: none; }
.loading-hash[data-v-a7b32598] { display: flex; flex-direction: column; }
.loading-hash-head[data-v-a7b32598] { display: flex; flex-direction: column; align-items: center; }
.loading-hash-head-logo[data-v-a7b32598] { width: 80px; height: 68px; margin-bottom: 12px; }
.loading-hash-head-title[data-v-a7b32598] { display: flex; align-items: center; }
.loading-hash-head-title-text[data-v-a7b32598] { font-size: 20px; font-weight: 500; color: rgb(31, 33, 40); line-height: 32px; }
@media screen and (max-width: 768px) {
  .loading-hash-head-title-text[data-v-a7b32598] { font-size: 19px; }
}
.loading-hash-head-title-link[data-v-a7b32598] { width: 20px; height: 20px; margin-left: 4px; position: relative; top: 2px; }
.loading-hash-setp[data-v-a7b32598] { margin-top: 20px; display: flex; align-items: flex-start; justify-content: space-between; background: linear-gradient(148deg, rgb(66, 69, 81) 0%, rgb(31, 33, 40) 100%); border-radius: 8px; padding: 8px 12px; }
.loading-hash-setp-box[data-v-a7b32598] { display: flex; flex-direction: column; align-items: center; }
.loading-hash-setp-box-backdrop[data-v-a7b32598] { width: 38px; height: 38px; background: rgb(255, 255, 255); border-radius: 30px; display: flex; align-items: center; justify-content: center; }
.loading-hash-setp-box-backdrop-icon[data-v-a7b32598] { width: 24px; height: 24px; }
.loading-hash-setp-box-title[data-v-a7b32598] { margin-top: 4px; font-size: 14px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; }
.loading-hash-setp-photo[data-v-a7b32598] { margin-top: 8px; width: 24px; height: 24px; }
.loading-hash-content[data-v-a7b32598] { margin-top: 24px; display: flex; flex-direction: column; }
.loading-hash-content-seed[data-v-a7b32598] { display: flex; flex-direction: column; margin-bottom: 12px; }
.loading-hash-content-seed-title[data-v-a7b32598] { font-size: 14px; color: rgb(31, 33, 40); line-height: 24px; font-weight: 500; margin-bottom: 4px; display: flex; align-items: center; }
.loading-hash-content-seed-title-icon[data-v-a7b32598] { width: 16px; height: 16px; margin-left: 4px; cursor: pointer; }
.loading-hash-content-seed-input[data-v-a7b32598] { border-radius: 4px; border: 1px solid rgba(31, 33, 40, 0.13); }
.loading-hash-base[data-v-a7b32598] { margin-top: 20px; width: 100%; }
.loading-hash-base-btn[data-v-a7b32598] { width: 100%; border-radius: 12px; height: 48px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.award-suspension[data-v-a7b32598] { display: flex; align-items: center; background: linear-gradient(129deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 54%, rgb(154, 0, 255) 100%); border-radius: 20px 4px 4px; padding: 10px 12px; position: fixed; top: 80%; right: 0px; }
@media screen and (max-width: 768px) {
  .award-suspension[data-v-a7b32598] { top: auto; bottom: 200px; }
}
.award-suspension-icon[data-v-a7b32598] { width: 28px; height: 28px; margin-right: 4px; }
@media screen and (max-width: 768px) {
  .award-suspension-icon[data-v-a7b32598] { width: 16px; height: 16px; margin-right: 2px; }
}
.award-suspension-text[data-v-a7b32598] { font-size: 18px; font-weight: 500; color: rgb(255, 255, 255); line-height: 26px; }
@media screen and (max-width: 768px) {
  .award-suspension-text[data-v-a7b32598] { font-size: 12px; line-height: 14px; }
}
.awards-dialog[data-v-a7b32598] { display: flex; flex-direction: column; }
.awards-dialog-content[data-v-a7b32598] { overflow: auto; height: 280px; }
.awards-dialog-content-box[data-v-a7b32598] { margin-top: 8px; background: rgba(31, 33, 40, 0.05); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; padding: 10px 8px; }
@media screen and (max-width: 768px) {
  .awards-dialog-content-box[data-v-a7b32598] { padding: 6px 8px; }
}
.awards-dialog-content-box-head[data-v-a7b32598] { display: flex; align-items: center; }
.awards-dialog-content-box-head-photo[data-v-a7b32598] { margin-right: 6px; border-radius: 8px; width: 42px; height: 42px; }
@media screen and (max-width: 768px) {
  .awards-dialog-content-box-head-photo[data-v-a7b32598] { margin-right: 4px; width: 34px; height: 34px; }
}
.awards-dialog-content-box-head-farme[data-v-a7b32598] { display: flex; flex-direction: column; }
.awards-dialog-content-box-head-farme-coin[data-v-a7b32598] { font-size: 14px; font-weight: 500; color: rgb(31, 33, 40); line-height: 24px; margin-bottom: 4px; }
.awards-dialog-content-box-head-farme-winning[data-v-a7b32598] { font-size: 12px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 16px; display: flex; align-items: center; }
.awards-dialog-content-box-head-farme-winning-num[data-v-a7b32598] { margin-left: 4px; }
.awards-dialog-content-box-value[data-v-a7b32598] { display: flex; flex-direction: column; align-items: flex-end; }
.awards-dialog-content-box-value-title[data-v-a7b32598] { font-size: 12px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 16px; margin-bottom: 6px; }
.awards-dialog-content-box-value-price[data-v-a7b32598] { font-size: 14px; font-weight: 500; color: rgb(31, 33, 40); line-height: 24px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .awards-dialog-content-box-value-price[data-v-a7b32598] { font-size: 12px; }
}
.awards-dialog-content-box-value-price-coin[data-v-a7b32598] { margin-left: 4px; }
.awards-dialog-base[data-v-a7b32598] { margin-top: 20px; }
.awards-dialog-base-btn[data-v-a7b32598] { width: 100%; border-radius: 12px; height: 48px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; display: flex; align-items: center; justify-content: center; }
.dialog-mail[data-v-a7b32598] { display: flex; flex-direction: column; }
.dialog-mail-hint[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.32); line-height: 24px; margin-bottom: 12px; }
.dialog-mail-content[data-v-a7b32598] { display: flex; flex-direction: column; }
.dialog-mail-content-box[data-v-a7b32598] { margin-top: 12px; display: flex; flex-direction: column; position: relative; }
.dialog-mail-content-box-title[data-v-a7b32598] { font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 24px; margin-bottom: 2px; }
.dialog-mail-content-box[data-v-a7b32598] .el-input__wrapper { border-radius: 12px; border: 1px solid rgba(31, 33, 40, 0.13); padding: 4px 12px; font-size: 14px; font-weight: 400; color: rgb(31, 33, 40); line-height: 24px; }
.dialog-mail-content-box[data-v-a7b32598] .el-input__wrapper.is-focus { box-shadow: rgb(31, 33, 40) 0px 0px 0px 1px inset; }
.dialog-mail-content-box-btn[data-v-a7b32598] { position: absolute; bottom: 0px; right: 0px; }
.dialog-mail-content-box-btn-send[data-v-a7b32598] { height: 40px; border-radius: 12px; }
.dialog-mail-base[data-v-a7b32598] { margin-top: 32px; }
.dialog-mail-base-btn[data-v-a7b32598] { width: 100%; border-radius: 12px; height: 48px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; display: flex; align-items: center; justify-content: center; }
.pop[data-v-f0f28b0c] { display: flex; flex-direction: column; }
.pop-head[data-v-f0f28b0c] { display: flex; align-items: center; margin-bottom: 24px; }
.pop-head-exchange[data-v-f0f28b0c] { margin-right: 8px; border-radius: 6px; border: 1px solid rgba(31, 33, 40, 0.13); display: flex; align-items: center; justify-content: space-between; padding: 4px 8px; cursor: pointer; }
.pop-head-exchange-coin[data-v-f0f28b0c] { width: 18px; height: 18px; }
.pop-head-exchange-icon[data-v-f0f28b0c] { width: 16px; height: 16px; margin: 0px 6px; }
.pop-content[data-v-f0f28b0c] { display: flex; flex-direction: column; align-items: center; position: relative; }
.pop-content-import[data-v-f0f28b0c] { display: flex; flex-direction: column; background-color: rgba(31, 33, 40, 0.05); border-radius: 12px; padding: 20px; margin: 5px 0px; }
.pop-content-import-head[data-v-f0f28b0c] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
.pop-content-import-head-amount[data-v-f0f28b0c] { width: 60%; height: 36px; border: 0px; background-color: transparent; font-size: 28px; font-weight: 600; color: rgb(31, 33, 40); line-height: 36px; text-align: right; }
.pop-content-import-head-amount[data-v-f0f28b0c] input:focus-visible { border: 0px; }
.pop-content-import-head-amount[data-v-f0f28b0c] .el-input__wrapper { background-color: transparent; border: 0px; box-shadow: none; padding: 0px; }
.pop-content-import-head-amount[data-v-f0f28b0c] .el-input__inner { font-size: 28px; font-weight: 600; color: rgb(31, 33, 40); line-height: 36px; text-align: right; }
.pop-content-import-head-coin[data-v-f0f28b0c] { display: flex; align-items: center; }
.pop-content-import-head-coin-icon[data-v-f0f28b0c] { width: 24px; height: 24px; margin-right: 6px; }
.pop-content-import-head-coin-text[data-v-f0f28b0c] { font-size: 16px; font-weight: 600; color: rgb(31, 33, 40); line-height: 24px; }
.pop-content-import-balance[data-v-f0f28b0c] { display: flex; align-items: center; justify-content: flex-end; font-size: 14px; color: rgba(31, 33, 40, 0.32); line-height: 24px; }
.pop-content-import-balance-num[data-v-f0f28b0c] { margin-left: 8px; font-size: 14px; color: rgb(0, 76, 255); line-height: 24px; cursor: pointer; }
.pop-content-exchange[data-v-f0f28b0c] { width: 42px; height: 42px; position: absolute; top: 45%; cursor: pointer; }
.pop-base[data-v-f0f28b0c] { margin-top: 32px; width: 100%; }
.pop-base-btn[data-v-f0f28b0c] { width: 100%; height: 48px; border-radius: 12px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.pop-hint[data-v-f0f28b0c] { text-align: center; font-size: 14px; color: rgb(31, 33, 40); line-height: 19px; margin-top: 8px; }
.convert-success[data-v-f0f28b0c] { display: flex; flex-direction: column; align-items: center; margin: 76px 0px; }
.convert-success-title[data-v-f0f28b0c] { font-size: 24px; color: rgb(31, 33, 40); line-height: 32px; font-weight: 600; margin-top: 28px; }
.container[data-v-d7b60b1b] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-d7b60b1b] { padding: 0px 16px; }
}
.assets-head[data-v-d7b60b1b] { margin-top: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); display: flex; align-items: center; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .assets-head[data-v-d7b60b1b] { padding-bottom: 16px; border: 0px; }
}
.assets-head-title[data-v-d7b60b1b] { font-size: 20px; font-weight: 500; color: rgb(255, 255, 255); line-height: 28px; }
.assets-head-btn[data-v-d7b60b1b] { display: flex; align-items: center; cursor: pointer; text-decoration-line: none; }
.assets-head-btn-tooltip-icon[data-v-d7b60b1b], .assets-head-btn-icon[data-v-d7b60b1b] { width: 18px; height: 18px; margin-right: 4px; }
.assets-head-btn-text[data-v-d7b60b1b] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; text-decoration-line: none; }
.assets-content[data-v-d7b60b1b] { display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .assets-content[data-v-d7b60b1b] { display: none; }
}
.assets-content-header[data-v-d7b60b1b] { display: flex; align-items: center; padding: 16px 22px; border-top: 1px solid rgba(255, 255, 255, 0.13); border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.assets-content-header-text[data-v-d7b60b1b] { width: 30%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.assets-content-header-text1[data-v-d7b60b1b], .assets-content-header-text2[data-v-d7b60b1b] { width: 25%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.assets-content-header-text3[data-v-d7b60b1b] { width: 20%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.assets-content-listing[data-v-d7b60b1b] { margin-top: 12px; }
.assets-content-listing-box[data-v-d7b60b1b] { display: flex; align-items: center; padding: 16px 22px; }
.assets-content-listing-box[data-v-d7b60b1b]:hover { background: rgba(255, 255, 255, 0.13); border-radius: 8px; }
.assets-content-listing-box-td[data-v-d7b60b1b] { width: 30%; display: flex; align-items: center; }
.assets-content-listing-box-td-icon[data-v-d7b60b1b] { width: 40px; height: 40px; margin-right: 10px; }
.assets-content-listing-box-td-text[data-v-d7b60b1b] { font-size: 16px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.assets-content-listing-box-td1[data-v-d7b60b1b] { width: 25%; font-size: 16px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.assets-content-listing-box-td2[data-v-d7b60b1b] { width: 25%; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; }
.assets-content-listing-box-td3[data-v-d7b60b1b] { width: 20%; display: flex; align-items: center; }
.assets-content-listing-box-td3-btn[data-v-d7b60b1b] { height: 48px; border-radius: 12px; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 600; margin-right: 12px; width: 110px; }
.assets-content-listing-box-td3-btn1[data-v-d7b60b1b] { height: 48px; border-radius: 12px; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 600; width: 110px; }
.assets-content1[data-v-d7b60b1b] { display: none; }
@media screen and (max-width: 768px) {
  .assets-content1[data-v-d7b60b1b] { display: initial; margin-top: 24px; }
}
.assets-content1-box[data-v-d7b60b1b] { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.13); border-radius: 8px; margin-bottom: 16px; padding: 12px 0px; }
.assets-content1-box-head[data-v-d7b60b1b] { display: flex; align-items: center; padding: 0px 16px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.assets-content1-box-head-icon[data-v-d7b60b1b] { width: 24px; height: 24px; margin-right: 8px; }
.assets-content1-box-head-text[data-v-d7b60b1b] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.assets-content1-box-base[data-v-d7b60b1b] { display: flex; flex-direction: column; padding: 12px 16px 0px; }
.assets-content1-box-base-coin[data-v-d7b60b1b] { margin-bottom: 28px; width: 100%; display: flex; align-items: center; }
.assets-content1-box-base-amount[data-v-d7b60b1b] { width: 50%; display: flex; flex-direction: column; }
.assets-content1-box-base-amount-title[data-v-d7b60b1b] { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 16px; margin-bottom: 4px; }
.assets-content1-box-base-amount-num[data-v-d7b60b1b] { font-size: 14px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; }
.assets-content1-box-base-btn[data-v-d7b60b1b] { width: 100%; display: flex; justify-content: flex-end; }
.assets-content1-box-base-btn-claim[data-v-d7b60b1b] { border-radius: 8px; height: 40px; font-size: 14px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; min-width: 100px; margin-right: 12px; }
.assets-content1-box-base-btn-claim1[data-v-d7b60b1b] { border-radius: 8px; height: 40px; font-size: 14px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; min-width: 100px; }
.dialog-once[data-v-d7b60b1b] { margin-top: 2px; display: flex; flex-direction: column; }
.dialog-once-title[data-v-d7b60b1b] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.dialog-once-title-link[data-v-d7b60b1b] { text-decoration-line: none; border-bottom: 1px dashed rgba(31, 33, 40, 0.48); color: rgba(31, 33, 40, 0.48); }
.dialog-once-box[data-v-d7b60b1b] { margin-top: 20px; border-radius: 12px; background-color: rgba(31, 33, 40, 0.05); padding: 20px; display: flex; flex-direction: column; }
.dialog-once-box-title[data-v-d7b60b1b] { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.dialog-once-box-concrete[data-v-d7b60b1b] { margin-top: 12px; display: flex; align-items: center; }
.dialog-once-box-concrete-amount[data-v-d7b60b1b] { width: 80%; border: 0px; background-color: transparent; font-size: 28px; font-weight: 600; color: rgb(31, 33, 40); line-height: 36px; text-align: left; }
.dialog-once-box-concrete-amount[data-v-d7b60b1b] input:focus-visible { border: 0px; }
.dialog-once-box-concrete-amount[data-v-d7b60b1b] .el-input__wrapper { background-color: transparent; border: 0px; box-shadow: none; padding: 0px; }
.dialog-once-box-concrete-amount[data-v-d7b60b1b] .el-input__inner { font-size: 28px; font-weight: 600; color: rgb(31, 33, 40); line-height: 36px; text-align: left; }
.dialog-once-box-concrete-coin[data-v-d7b60b1b] { width: 24px; height: 24px; margin-right: 8px; }
.dialog-once-frame[data-v-d7b60b1b] { margin-top: 16px; border-radius: 12px; background-color: rgba(31, 33, 40, 0.05); padding: 8px 20px; display: flex; align-items: center; justify-content: space-between; }
.dialog-once-frame-title[data-v-d7b60b1b] { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.dialog-once-frame-chain[data-v-d7b60b1b] { display: flex; align-items: center; font-size: 14px; color: rgb(31, 33, 40); line-height: 24px; }
.dialog-once-frame-chain-icon[data-v-d7b60b1b] { width: 16px; height: 16px; margin-right: 4px; }
.dialog-once-base[data-v-d7b60b1b] { margin-top: 24px; width: 100%; display: flex; flex-direction: column; }
.dialog-once-base-hint[data-v-d7b60b1b] { border-radius: 12px; border: 1px solid rgb(241, 101, 20); padding: 8px 12px; color: rgb(241, 101, 20); font-size: 12px; line-height: 18px; }
.dialog-once-base-btn[data-v-d7b60b1b] { margin-top: 8px; width: 100%; border-radius: 12px; height: 48px; }
.dialog-once-base-loding[data-v-d7b60b1b] { margin-left: 8px; }
.dialog-deposit[data-v-d7b60b1b] { margin: 46px 0px; display: flex; flex-direction: column; align-items: center; }
.dialog-deposit-icon[data-v-d7b60b1b] { width: 128px; height: 128px; }
.dialog-deposit-title[data-v-d7b60b1b] { font-size: 24px; font-weight: 500; color: rgb(31, 33, 40); line-height: 40px; margin: 28px 0px 8px; }
.dialog-deposit-text[data-v-d7b60b1b] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; text-align: center; }
.dialog-deposit-text-link[data-v-d7b60b1b] { text-decoration-line: none; border-bottom: 1px dashed rgba(31, 33, 40, 0.48); color: rgba(31, 33, 40, 0.48); }
.hint[data-v-d7b60b1b] { background: rgba(0, 216, 103, 0.13); border-radius: 8px; border: 1px solid rgba(0, 216, 103, 0.48); padding: 12px 14px; display: flex; align-items: flex-start; margin-bottom: 18px; }
@media screen and (max-width: 768px) {
  .hint[data-v-d7b60b1b] { display: flex; align-items: flex-start; }
}
.hint-icon[data-v-d7b60b1b], .hint-icon1[data-v-d7b60b1b] { width: 18px; height: 18px; margin-right: 4px; }
.hint-text[data-v-d7b60b1b] { font-size: 14px; color: rgb(255, 255, 255); line-height: 18px; display: flex; align-items: center; }
.hint-text-link[data-v-d7b60b1b] { font-size: 14px; color: rgb(255, 255, 255); line-height: 18px; border-bottom: 1px dashed rgb(255, 255, 255); margin-left: 4px; text-decoration-line: none; }
.exchange[data-v-d7b60b1b] { padding: 12px 22px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.13); border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
@media screen and (max-width: 768px) {
  .exchange[data-v-d7b60b1b] { border: 0px; background-color: rgba(255, 255, 255, 0.13); border-radius: 8px; margin-bottom: 22px; padding: 8px 12px; }
}
.exchange-call[data-v-d7b60b1b] { display: flex; align-items: center; }
.exchange-call-img[data-v-d7b60b1b] { width: 36px; height: 36px; }
@media screen and (max-width: 768px) {
  .exchange-call-img[data-v-d7b60b1b] { width: 24px; height: 24px; }
}
.exchange-call-text[data-v-d7b60b1b] { margin-left: 8px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .exchange-call-text[data-v-d7b60b1b] { font-size: 14px; margin-left: 4px; }
}
.exchange-box-status[data-v-d7b60b1b] { background: rgba(0, 216, 103, 0.13); border-radius: 21px; display: flex; align-items: center; height: 36px; padding: 0px 16px; }
@media screen and (max-width: 768px) {
  .exchange-box-status[data-v-d7b60b1b] { height: 24px; padding: 0px 6px; }
}
.exchange-box-status-img[data-v-d7b60b1b] { width: 20px; height: 20px; }
@media screen and (max-width: 768px) {
  .exchange-box-status-img[data-v-d7b60b1b] { width: 16px; height: 16px; }
}
.exchange-box-status-text[data-v-d7b60b1b] { margin-left: 2px; font-size: 14px; font-weight: 500; color: rgb(0, 216, 103); line-height: 24px; }
@media screen and (max-width: 768px) {
  .exchange-box-status-text[data-v-d7b60b1b] { font-size: 12px; }
}
.exchange-box-status1[data-v-d7b60b1b] { background: rgba(241, 101, 20, 0.13); border-radius: 21px; display: flex; align-items: center; height: 36px; padding: 0px 16px; }
@media screen and (max-width: 768px) {
  .exchange-box-status1[data-v-d7b60b1b] { height: 24px; padding: 0px 6px; }
}
.exchange-box-status1-img[data-v-d7b60b1b] { width: 20px; height: 20px; }
@media screen and (max-width: 768px) {
  .exchange-box-status1-img[data-v-d7b60b1b] { width: 16px; height: 16px; }
}
.exchange-box-status1-text[data-v-d7b60b1b] { margin-left: 2px; font-size: 14px; font-weight: 500; color: rgb(241, 101, 20); line-height: 24px; }
@media screen and (max-width: 768px) {
  .exchange-box-status1-text[data-v-d7b60b1b] { font-size: 12px; }
}
.exchange-box-status2[data-v-d7b60b1b] { background: rgba(227, 73, 63, 0.13); border-radius: 21px; display: flex; align-items: center; height: 36px; padding: 0px 16px; }
@media screen and (max-width: 768px) {
  .exchange-box-status2[data-v-d7b60b1b] { height: 24px; padding: 0px 6px; }
}
.exchange-box-status2-img[data-v-d7b60b1b] { width: 20px; height: 20px; }
@media screen and (max-width: 768px) {
  .exchange-box-status2-img[data-v-d7b60b1b] { width: 16px; height: 16px; }
}
.exchange-box-status2-text[data-v-d7b60b1b] { margin-left: 2px; font-size: 14px; font-weight: 500; color: rgb(227, 73, 63); line-height: 24px; }
@media screen and (max-width: 768px) {
  .exchange-box-status2-text[data-v-d7b60b1b] { font-size: 12px; }
}
.container[data-v-64799d95] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-64799d95] { padding: 0px 16px; }
}
.user-load[data-v-64799d95] { display: flex; justify-content: center; margin-top: 40px; }
.user-load-btn[data-v-64799d95] { width: 30%; height: 48px; border-radius: 12px; border: 1px solid rgb(255, 255, 255); padding: 12px 0px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.user-load .user-loading[data-v-64799d95] .path { stroke: rgb(255, 255, 255); }
.withdraw[data-v-64799d95] { display: flex; flex-direction: column; }
.withdraw-head[data-v-64799d95] { margin-top: 22px; }
.withdraw-head-title[data-v-64799d95] { font-size: 20px; font-family: PingFangSC-Medium, "PingFang SC"; font-weight: 500; color: rgb(255, 255, 255); line-height: 28px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.withdraw-pc[data-v-64799d95] { display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .withdraw-pc[data-v-64799d95] { display: none; }
}
.withdraw-pc-header[data-v-64799d95] { display: flex; align-items: center; padding: 16px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.withdraw-pc-header-text[data-v-64799d95] { width: 25%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.withdraw-pc-header-text1[data-v-64799d95] { width: 17%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.withdraw-pc-header-text2[data-v-64799d95] { width: 20%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.withdraw-pc-header-text3[data-v-64799d95] { width: 15%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.withdraw-pc-header-text4[data-v-64799d95] { width: 23%; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; text-align: right; }
.withdraw-pc-content[data-v-64799d95] { margin-top: 4px; }
.withdraw-pc-content-box[data-v-64799d95] { display: flex; align-items: center; padding: 24px 22px; }
.withdraw-pc-content-box[data-v-64799d95]:hover { background: rgba(255, 255, 255, 0.13); border-radius: 8px; }
.withdraw-pc-content-box-td[data-v-64799d95] { width: 25%; font-size: 16px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; }
.withdraw-pc-content-box-td1[data-v-64799d95] { width: 17%; display: flex; align-items: center; }
.withdraw-pc-content-box-td1-icon[data-v-64799d95] { width: 40px; height: 40px; margin-right: 10px; }
.withdraw-pc-content-box-td1-text[data-v-64799d95] { font-size: 16px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; }
.withdraw-pc-content-box-td2[data-v-64799d95] { width: 20%; font-size: 16px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.withdraw-pc-content-box-td3[data-v-64799d95] { width: 15%; font-size: 16px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; }
.withdraw-pc-content-box-td4[data-v-64799d95] { width: 23%; display: flex; align-items: center; justify-content: flex-end; }
.withdraw-pc-content-box-td4-text[data-v-64799d95] { font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.withdraw-pc-content-box-td4-text1[data-v-64799d95] { font-size: 16px; font-weight: 400; color: rgb(241, 101, 20); line-height: 24px; }
.withdraw-pc-content-box-td4-text2[data-v-64799d95] { font-size: 16px; font-weight: 400; color: rgb(0, 216, 103); line-height: 24px; }
.withdraw-pc-content-box-td4-icon[data-v-64799d95] { width: 18px; height: 18px; margin-right: 4px; cursor: pointer; }
.withdraw-app[data-v-64799d95] { display: none; }
@media screen and (max-width: 768px) {
  .withdraw-app[data-v-64799d95] { margin-top: 16px; display: initial; }
}
.withdraw-app-box[data-v-64799d95] { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.13); border-radius: 8px; padding: 12px 0px; margin-bottom: 16px; }
.withdraw-app-box-head[data-v-64799d95] { display: flex; align-items: center; justify-content: space-between; padding: 0px 16px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.withdraw-app-box-head-coin[data-v-64799d95] { display: flex; align-items: center; }
.withdraw-app-box-head-coin-icon[data-v-64799d95] { width: 24px; height: 24px; margin-right: 8px; }
.withdraw-app-box-head-coin-text[data-v-64799d95] { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; }
.withdraw-app-box-head-time[data-v-64799d95] { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; }
.withdraw-app-box-content[data-v-64799d95] { display: flex; flex-direction: column; padding: 0px 16px; }
.withdraw-app-box-content-line[data-v-64799d95] { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.withdraw-app-box-content-line-title[data-v-64799d95] { font-size: 12px; font-family: PingFangSC-Regular, "PingFang SC"; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 16px; }
.withdraw-app-box-content-line-text[data-v-64799d95] { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; }
.withdraw-app-box-content-line-result[data-v-64799d95] { display: flex; align-items: center; }
.withdraw-app-box-content-line-result-text[data-v-64799d95] { font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.withdraw-app-box-content-line-result-text1[data-v-64799d95] { font-size: 16px; font-weight: 400; color: rgb(241, 101, 20); line-height: 24px; }
.withdraw-app-box-content-line-result-text2[data-v-64799d95] { font-size: 16px; font-weight: 400; color: rgb(0, 216, 103); line-height: 24px; }
.withdraw-app-box-content-line-result-icon[data-v-64799d95] { width: 18px; height: 18px; margin-right: 4px; }
.dialog-resetting[data-v-64799d95] { display: flex; flex-direction: column; }
.dialog-resetting-hint[data-v-64799d95] { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.dialog-resetting-box[data-v-64799d95] { margin: 24px 0px 32px; background: rgba(31, 33, 40, 0.05); border-radius: 8px; display: flex; flex-direction: column; padding: 20px; }
.dialog-resetting-box-head[data-v-64799d95] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dialog-resetting-box-head-coin[data-v-64799d95] { display: flex; align-items: center; }
.dialog-resetting-box-head-coin-icon[data-v-64799d95] { width: 24px; height: 24px; margin-right: 8px; }
.dialog-resetting-box-head-coin-text[data-v-64799d95], .dialog-resetting-box-head-time[data-v-64799d95] { font-size: 14px; color: rgb(31, 33, 40); line-height: 24px; }
.dialog-resetting-box-num[data-v-64799d95] { display: flex; align-items: center; justify-content: space-between; }
.dialog-resetting-box-num-title[data-v-64799d95] { font-size: 12px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 16px; }
.dialog-resetting-box-num-amount[data-v-64799d95] { font-size: 16px; color: rgb(31, 33, 40); line-height: 24px; }
.dialog-resetting-base-btn[data-v-64799d95] { width: 100%; height: 48px; border-radius: 12px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.dialog-deposit[data-v-64799d95] { margin: 46px 0px; display: flex; flex-direction: column; align-items: center; }
.dialog-deposit-icon[data-v-64799d95] { width: 128px; height: 128px; }
.dialog-deposit-title[data-v-64799d95] { font-size: 24px; font-weight: 500; color: rgb(31, 33, 40); line-height: 40px; margin: 28px 0px 8px; }
.dialog-deposit-text[data-v-64799d95] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; text-align: center; }
.dialog-deposit-text-link[data-v-64799d95] { text-decoration-line: none; border-bottom: 1px dashed rgba(31, 33, 40, 0.48); color: rgba(31, 33, 40, 0.48); }
.container[data-v-fbda2078] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-fbda2078] { padding: 0px 16px; }
}
.award[data-v-fbda2078] { display: flex; flex-direction: column; }
.award-hanner[data-v-fbda2078] { height: 600px; background-image: url("../images/awards-banner-3a9664e0.png"); background-repeat: no-repeat; background-color: rgb(16, 11, 60); background-position: center center; background-size: cover; }
@media screen and (max-width: 768px) {
  .award-hanner[data-v-fbda2078] { height: 374px; }
}
.award-hanner .el-carousel__item[data-v-fbda2078] { width: 100%; display: flex; }
.award-hanner-box[data-v-fbda2078] { width: 100%; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .award-hanner-box[data-v-fbda2078] { flex-direction: column; }
}
.award-hanner-box-img[data-v-fbda2078] { height: 380px; border-radius: 16px; margin-left: 134px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-img[data-v-fbda2078] { height: 160px; margin-left: 0px; margin-top: 28px; }
}
.award-hanner-box-content[data-v-fbda2078] { margin-left: 90px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content[data-v-fbda2078] { margin-left: 0px; margin-top: 20px; align-items: center; }
}
.award-hanner-box-content-name[data-v-fbda2078] { font-size: 40px; color: rgb(255, 255, 255); line-height: 48px; font-weight: 600; margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content-name[data-v-fbda2078] { text-align: center; margin-bottom: 8px; font-size: 20px; line-height: 28px; }
}
.award-hanner-box-content-icon[data-v-fbda2078] { width: 178px; height: 32px; }
.award-hanner-box-content-price[data-v-fbda2078] { margin-top: 32px; display: flex; align-items: center; font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.72); line-height: 24px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content-price[data-v-fbda2078] { text-align: center; margin-top: 20px; font-size: 14px; }
}
.award-hanner-box-content-price-num[data-v-fbda2078] { font-size: 24px; font-weight: 500; color: rgb(65, 234, 188); line-height: 32px; margin-left: 8px; }
@media screen and (max-width: 768px) {
  .award-hanner-box-content-price-num[data-v-fbda2078] { font-size: 16px; }
}
.award-content[data-v-fbda2078] { margin-top: 80px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-content[data-v-fbda2078] { margin-top: 16px; }
}
.award-content-head[data-v-fbda2078] { margin-bottom: 62px; display: flex; flex-direction: column; }
.award-content-head-title[data-v-fbda2078] { font-size: 24px; font-weight: 600; color: rgb(255, 255, 255); line-height: 32px; margin-bottom: 24px; }
.award-content-head-design[data-v-fbda2078] { display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .award-content-head-design[data-v-fbda2078] { flex-wrap: wrap; }
}
.award-content-head-design-farme[data-v-fbda2078] { margin-right: 24px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; border: 1px solid rgb(251, 211, 2); display: flex; align-items: center; height: 72px; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme[data-v-fbda2078] { margin-bottom: 24px; margin-right: 12px; min-width: 160px; }
}
.award-content-head-design-farme-tinct[data-v-fbda2078] { background: rgb(251, 211, 2); border-radius: 8px 0px 0px 8px; width: 28px; height: 74px; z-index: 9; }
.award-content-head-design-farme-introduce[data-v-fbda2078] { margin: 8px 12px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme-introduce[data-v-fbda2078] { margin: 8px 0px 8px 8px; }
}
.award-content-head-design-farme-introduce-title[data-v-fbda2078] { font-size: 18px; font-weight: 500; color: rgb(251, 211, 2); line-height: 26px; margin-bottom: 6px; }
.award-content-head-design-farme-introduce-text[data-v-fbda2078] { font-size: 14px; color: rgb(251, 211, 2); line-height: 24px; }
.award-content-head-design-farme1[data-v-fbda2078] { margin-right: 24px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; border: 1px solid rgb(107, 0, 255); display: flex; align-items: center; height: 72px; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme1[data-v-fbda2078] { margin-bottom: 24px; margin-right: 12px; min-width: 160px; }
}
.award-content-head-design-farme1-tinct[data-v-fbda2078] { background: rgb(107, 0, 255); border-radius: 8px 0px 0px 8px; width: 28px; height: 74px; z-index: 9; }
.award-content-head-design-farme1-introduce[data-v-fbda2078] { margin: 8px 12px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme1-introduce[data-v-fbda2078] { margin: 8px 0px 8px 8px; }
}
.award-content-head-design-farme1-introduce-title[data-v-fbda2078] { font-size: 18px; font-weight: 500; color: rgb(107, 0, 255); line-height: 26px; margin-bottom: 6px; }
.award-content-head-design-farme1-introduce-text[data-v-fbda2078] { font-size: 14px; color: rgb(107, 0, 255); line-height: 24px; }
.award-content-head-design-farme2[data-v-fbda2078] { margin-right: 24px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; border: 1px solid rgb(65, 234, 188); display: flex; align-items: center; height: 72px; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme2[data-v-fbda2078] { margin-bottom: 24px; margin-right: 12px; min-width: 160px; }
}
.award-content-head-design-farme2-tinct[data-v-fbda2078] { background: rgb(65, 234, 188); border-radius: 8px 0px 0px 8px; width: 28px; height: 74px; z-index: 9; }
.award-content-head-design-farme2-introduce[data-v-fbda2078] { margin: 8px 12px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme2-introduce[data-v-fbda2078] { margin: 8px 0px 8px 8px; }
}
.award-content-head-design-farme2-introduce-title[data-v-fbda2078] { font-size: 18px; font-weight: 500; color: rgb(65, 234, 188); line-height: 26px; margin-bottom: 6px; }
.award-content-head-design-farme2-introduce-text[data-v-fbda2078] { font-size: 14px; color: rgb(65, 234, 188); line-height: 24px; }
.award-content-head-design-farme3[data-v-fbda2078] { margin-right: 24px; background: rgba(255, 255, 255, 0.13); border-radius: 8px; border: 1px solid rgb(255, 144, 82); display: flex; align-items: center; height: 72px; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme3[data-v-fbda2078] { margin-bottom: 24px; margin-right: 12px; min-width: 160px; }
}
.award-content-head-design-farme3-tinct[data-v-fbda2078] { background: rgb(255, 144, 82); border-radius: 8px 0px 0px 8px; width: 28px; height: 74px; z-index: 9; }
.award-content-head-design-farme3-introduce[data-v-fbda2078] { margin: 8px 12px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-content-head-design-farme3-introduce[data-v-fbda2078] { margin: 8px 0px 8px 8px; }
}
.award-content-head-design-farme3-introduce-title[data-v-fbda2078] { font-size: 18px; font-weight: 500; color: rgb(255, 144, 82); line-height: 26px; margin-bottom: 6px; }
.award-content-head-design-farme3-introduce-text[data-v-fbda2078] { font-size: 14px; color: rgb(255, 144, 82); line-height: 24px; }
.award-content-box-col[data-v-fbda2078] { margin-bottom: 24px; }
.award-content-box-prize[data-v-fbda2078] { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.13); border-radius: 20px; padding: 10px 10px 20px; }
.award-content-box-prize-photo[data-v-fbda2078] { border-radius: 16px; position: relative; width: 100%; padding-bottom: 100%; }
.award-content-box-prize-photo-link[data-v-fbda2078] { width: 100%; height: 100%; }
.award-content-box-prize-photo-logo[data-v-fbda2078] { position: absolute; width: 100%; height: 100%; border-radius: 16px; }
.award-content-box-prize-photo-title[data-v-fbda2078] { position: absolute; top: 0px; left: 0px; border-radius: 16px 0px; padding: 4px 20px; font-size: 14px; font-weight: 500; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .award-content-box-prize-photo-title[data-v-fbda2078] { font-size: 12px; line-height: 16px; padding: 4px 12px; }
}
.award-content-box-prize-photo-title-legendary[data-v-fbda2078] { background: rgb(251, 211, 2); }
.award-content-box-prize-photo-title-epic[data-v-fbda2078] { background: rgb(107, 0, 255); }
.award-content-box-prize-photo-title-rare[data-v-fbda2078] { background: rgb(65, 234, 188); }
.award-content-box-prize-photo-title-normal[data-v-fbda2078] { background: rgb(255, 144, 82); }
.award-content-box-prize-name[data-v-fbda2078] { margin-top: 12px; font-size: 18px; font-weight: 600; color: rgb(255, 255, 255); line-height: 26px; }
@media screen and (max-width: 768px) {
  .award-content-box-prize-name[data-v-fbda2078] { font-size: 14px; line-height: 24px; height: 48px; }
}
.award-content-box-prize-frame[data-v-fbda2078] { margin-top: 16px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .award-content-box-prize-frame[data-v-fbda2078] { margin-top: 6px; }
}
.award-content-box-prize-frame-value[data-v-fbda2078] { margin-bottom: 4px; display: flex; align-items: center; font-size: 12px; color: rgba(255, 255, 255, 0.48); line-height: 16px; }
.award-content-box-prize-frame-value-num[data-v-fbda2078] { font-size: 16px; color: rgb(65, 234, 188); font-weight: 500; line-height: 24px; margin-left: 8px; }
@media screen and (max-width: 768px) {
  .award-content-box-prize-frame-value-num[data-v-fbda2078] { font-size: 12px; margin-left: 2px; }
}
.award-content-box-prize-frame-value1[data-v-fbda2078] { margin-bottom: 4px; display: flex; align-items: center; font-size: 12px; color: transparent; line-height: 16px; user-select: none; }
.award-content-box-prize-frame-value1-num1[data-v-fbda2078] { font-size: 16px; color: transparent; font-weight: 500; line-height: 24px; margin-left: 8px; user-select: none; }
@media screen and (max-width: 768px) {
  .award-content-box-prize-frame-value1-num1[data-v-fbda2078] { font-size: 12px; margin-left: 2px; }
}
.award-content-box-prize-frame-range[data-v-fbda2078] { font-size: 12px; color: rgba(255, 255, 255, 0.48); line-height: 16px; }
.award-suspension[data-v-fbda2078] { display: flex; align-items: center; background: linear-gradient(129deg, rgb(168, 255, 0) 0%, rgb(253, 69, 88) 54%, rgb(154, 0, 255) 100%); border-radius: 20px 4px 4px; padding: 10px 12px; position: fixed; top: 80%; right: 0px; }
@media screen and (max-width: 768px) {
  .award-suspension[data-v-fbda2078] { top: auto; bottom: 200px; }
}
.award-suspension-icon[data-v-fbda2078] { width: 28px; height: 28px; margin-right: 4px; }
@media screen and (max-width: 768px) {
  .award-suspension-icon[data-v-fbda2078] { width: 16px; height: 16px; margin-right: 2px; }
}
.award-suspension-text[data-v-fbda2078] { font-size: 18px; font-weight: 500; color: rgb(255, 255, 255); line-height: 26px; }
@media screen and (max-width: 768px) {
  .award-suspension-text[data-v-fbda2078] { font-size: 12px; line-height: 14px; }
}
.container[data-v-e319dbbe] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-e319dbbe] { padding: 0px 16px; }
}
.unsubscribe[data-v-e319dbbe] { min-height: calc(100% - 500px); display: flex; align-items: center; justify-content: space-between; margin-top: 48px; margin-bottom: 100px; padding: 0px 62px; }
@media screen and (max-width: 768px) {
  .unsubscribe[data-v-e319dbbe] { flex-direction: column-reverse; margin-top: 28px; margin-bottom: 80px; padding: 0px; }
}
.unsubscribe-content[data-v-e319dbbe] { width: 50%; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .unsubscribe-content[data-v-e319dbbe] { width: 100%; }
}
.unsubscribe-content-title[data-v-e319dbbe] { font-size: 40px; font-weight: 600; color: rgb(255, 255, 255); line-height: 48px; margin-bottom: 42px; }
@media screen and (max-width: 768px) {
  .unsubscribe-content-title[data-v-e319dbbe] { font-size: 20px; line-height: 28px; margin-bottom: 28px; }
}
.unsubscribe-content-btn[data-v-e319dbbe] { max-width: 220px; height: 48px; border-radius: 12px; padding: 12px 34px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
@media screen and (max-width: 768px) {
  .unsubscribe-content-btn[data-v-e319dbbe] { height: 40px; max-width: 200px; }
}
.unsubscribe-content-btn-loding[data-v-e319dbbe] { margin-left: 4px; }
.unsubscribe-photo[data-v-e319dbbe] { width: 49%; display: flex; justify-content: flex-end; }
@media screen and (max-width: 768px) {
  .unsubscribe-photo[data-v-e319dbbe] { width: 100%; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
}
.unsubscribe-photo-logo[data-v-e319dbbe] { width: 380px; height: 380px; }
@media screen and (max-width: 768px) {
  .unsubscribe-photo-logo[data-v-e319dbbe] { width: 343px; height: 343px; }
}
.unsubscribe-success[data-v-e319dbbe] { display: flex; flex-direction: column; align-items: center; margin: 46px 0px; }
.unsubscribe-success-icon[data-v-e319dbbe] { width: 128px; height: 128px; }
.unsubscribe-success-title[data-v-e319dbbe] { font-size: 24px; font-weight: 600; color: rgb(31, 33, 40); line-height: 32px; margin: 28px 0px 8px; text-align: center; }
.unsubscribe-success-text[data-v-e319dbbe] { font-size: 14px; font-weight: 400; color: rgba(31, 33, 40, 0.48); line-height: 24px; text-align: center; }
.container[data-v-5d77c84c] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-5d77c84c] { padding: 0px 16px; }
}
.swap[data-v-5d77c84c] { width: 100%; padding: 62px 0px 108px; display: flex; align-items: center; justify-content: center; }
.swap-content[data-v-5d77c84c] { width: 40%; background: rgba(255, 255, 255, 0.13); border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.48); padding: 20px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .swap-content[data-v-5d77c84c] { width: 100%; }
}
.swap-content-title[data-v-5d77c84c] { font-size: 20px; font-weight: 600; color: rgb(255, 255, 255); line-height: 28px; margin-bottom: 20px; }
.swap-content-calculate[data-v-5d77c84c] { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 4px; }
.swap-content-calculate-text[data-v-5d77c84c] { font-size: 14px; font-weight: 400; color: rgb(0, 88, 255); line-height: 24px; margin-right: 8px; cursor: pointer; }
.swap-content-calculate-text1[data-v-5d77c84c] { font-size: 14px; font-weight: 400; color: rgb(0, 88, 255); line-height: 24px; margin-right: 16px; cursor: pointer; }
.swap-content-box[data-v-5d77c84c] { display: flex; flex-direction: column; align-items: center; }
.swap-content-box-frame[data-v-5d77c84c] { display: flex; flex-direction: column; padding: 16px; background: rgba(255, 255, 255, 0.13); border-radius: 12px; }
.swap-content-box-frame-enter[data-v-5d77c84c] { display: flex; align-items: center; justify-content: space-between; }
.swap-content-box-frame-enter-coin[data-v-5d77c84c] { display: flex; align-items: center; }
.swap-content-box-frame-enter-coin-icon[data-v-5d77c84c] { width: 24px; height: 24px; margin-right: 4px; }
.swap-content-box-frame-enter-coin-text[data-v-5d77c84c] { font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.swap-content-box-frame-enter-input[data-v-5d77c84c] { width: 60%; height: 36px; border: 0px; background-color: transparent; font-size: 28px; font-weight: 600; color: rgb(255, 255, 255); line-height: 36px; text-align: right; }
.swap-content-box-frame-enter-input[data-v-5d77c84c] input:focus-visible { border: 0px; }
.swap-content-box-frame-enter-input[data-v-5d77c84c] .el-input__wrapper { background-color: transparent; border: 0px; box-shadow: none; padding: 0px; }
.swap-content-box-frame-enter-input[data-v-5d77c84c] .el-input__inner { font-size: 28px; font-weight: 600; color: rgb(255, 255, 255); line-height: 36px; text-align: right; }
.swap-content-box-frame-exhibition[data-v-5d77c84c] { margin-top: 2px; display: flex; align-items: center; justify-content: space-between; }
.swap-content-box-frame-exhibition-balance[data-v-5d77c84c], .swap-content-box-frame-exhibition-clain[data-v-5d77c84c] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.swap-content-box-btn[data-v-5d77c84c] { position: relative; margin-top: 20px; display: flex; justify-content: center; }
.swap-content-box-btn-icon[data-v-5d77c84c] { position: absolute; top: -32px; width: 42px; height: 42px; }
.swap-content-hint[data-v-5d77c84c] { margin-top: 16px; text-align: center; font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.swap-content-base[data-v-5d77c84c] { margin-top: 20px; width: 100%; }
.swap-content-base-btn[data-v-5d77c84c] { width: 100%; height: 48px; border-radius: 12px; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 24px; }
.swap-content-base-btn-load[data-v-5d77c84c] { margin-left: 4px; }
.convert-success[data-v-5d77c84c] { display: flex; flex-direction: column; align-items: center; margin: 76px 0px; }
.convert-success-title[data-v-5d77c84c] { font-size: 24px; color: rgb(31, 33, 40); line-height: 32px; font-weight: 600; margin-top: 28px; }
.container[data-v-04e9bc0f] { margin: 0px auto; max-width: 1128px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-04e9bc0f] { padding: 0px 16px; width: 90%; }
}
.app[data-v-04e9bc0f] { display: none; }
@media screen and (max-width: 768px) {
  .app[data-v-04e9bc0f] { display: initial; margin-top: 28px; }
}
.app .detail-exhibition-text1[data-v-04e9bc0f] { font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; }
.app .detail-exhibition-box1[data-v-04e9bc0f] { margin-top: 10px; display: flex; flex-direction: column; padding: 16px 16px 0px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.32); }
.app .detail-exhibition-box1-message[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.app .detail-exhibition-box1-message-title[data-v-04e9bc0f] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.app .detail-exhibition-box1-message-text[data-v-04e9bc0f] { font-size: 12px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; display: flex; align-items: center; }
.app .detail-exhibition-box1-wore[data-v-04e9bc0f] { margin-bottom: 16px; width: 100%; height: 1px; border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
.detail[data-v-04e9bc0f] { margin-top: 66px; display: flex; align-items: flex-start; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .detail[data-v-04e9bc0f] { display: flex; flex-direction: column; }
}
.detail-exhibition[data-v-04e9bc0f] { width: 47.5%; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .detail-exhibition[data-v-04e9bc0f] { width: 100%; }
}
.detail-exhibition-photo[data-v-04e9bc0f] { width: 100%; }
.detail-exhibition-photo-img[data-v-04e9bc0f] { width: 100%; border-radius: 20px; }
.detail-exhibition-text[data-v-04e9bc0f] { margin-top: 22px; font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; }
@media screen and (max-width: 768px) {
  .detail-exhibition-text[data-v-04e9bc0f] { display: none; }
}
.detail-exhibition-box[data-v-04e9bc0f] { margin-top: 10px; display: flex; flex-direction: column; padding: 16px 16px 0px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.32); }
@media screen and (max-width: 768px) {
  .detail-exhibition-box[data-v-04e9bc0f] { display: none; }
}
.detail-exhibition-box-message[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.detail-exhibition-box-message-title[data-v-04e9bc0f] { font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.detail-exhibition-box-message-text[data-v-04e9bc0f] { font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; display: flex; align-items: center; }
.detail-exhibition-box-wore[data-v-04e9bc0f] { margin-bottom: 16px; width: 100%; height: 1px; border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
.detail-content[data-v-04e9bc0f] { width: 47.5%; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .detail-content[data-v-04e9bc0f] { width: 100%; margin-top: 20px; }
}
.detail-content-head[data-v-04e9bc0f] { display: flex; flex-direction: column; padding-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
@media screen and (max-width: 768px) {
  .detail-content-head[data-v-04e9bc0f] { padding-bottom: 12px; }
}
.detail-content-head-title[data-v-04e9bc0f] { display: flex; align-items: center; margin-bottom: 8px; }
.detail-content-head-title-serial[data-v-04e9bc0f] { font-size: 32px; color: rgb(255, 255, 255); line-height: 32px; margin-right: 8px; }
@media screen and (max-width: 768px) {
  .detail-content-head-title-serial[data-v-04e9bc0f] { font-size: 24px; margin-right: 0px; }
}
.detail-content-head-title-status[data-v-04e9bc0f] { background: rgba(0, 216, 103, 0.32); border-radius: 8px; padding: 2px 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: rgb(0, 216, 103); line-height: 24px; }
.detail-content-head-level[data-v-04e9bc0f] { display: flex; align-items: center; }
.detail-content-head-level-text[data-v-04e9bc0f] { font-size: 24px; color: rgba(255, 255, 255, 0.48); line-height: 32px; margin-right: 8px; }
.detail-content-head-level-circle[data-v-04e9bc0f] { width: 28px; height: 28px; border: 1px solid rgb(255, 255, 255); border-radius: 24px; display: flex; align-items: center; justify-content: center; }
.detail-content-head-level-circle-circle1[data-v-04e9bc0f] { width: 22px; height: 22px; border: 1px solid rgb(255, 255, 255); border-radius: 24px; display: flex; align-items: center; justify-content: center; }
.detail-content-head-level-circle-circle1-num[data-v-04e9bc0f] { font-size: 18px; font-weight: 500; color: rgb(255, 255, 255); line-height: 18px; }
.detail-content-mining[data-v-04e9bc0f] { margin-top: 24px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.32); display: flex; flex-direction: column; }
.detail-content-mining-head[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; background: rgba(255, 255, 255, 0.13); border-radius: 16px 16px 0px 0px; margin-bottom: 20px; }
.detail-content-mining-head-title[data-v-04e9bc0f] { font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; font-weight: 600; }
.detail-content-mining-head-rate[data-v-04e9bc0f] { display: flex; align-items: center; }
.detail-content-mining-head-rate-text[data-v-04e9bc0f] { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.48); line-height: 16px; margin-right: 4px; }
.detail-content-mining-head-rate-btn[data-v-04e9bc0f] { height: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.detail-content-mining-head-rate-btn-text[data-v-04e9bc0f] { text-decoration-line: none; font-size: 12px; font-weight: 400; color: rgb(255, 255, 255); line-height: 16px; }
.detail-content-mining-case[data-v-04e9bc0f] { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; padding: 0px 16px; }
.detail-content-mining-case-photo[data-v-04e9bc0f] { width: 46px; height: 46px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.detail-content-mining-case-photo-img[data-v-04e9bc0f] { width: 100%; height: 100%; }
.detail-content-mining-case-box[data-v-04e9bc0f] { margin-left: 8px; display: flex; flex-direction: column; width: 89%; }
.detail-content-mining-case-box-title[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; }
.detail-content-mining-case-box-title-text[data-v-04e9bc0f] { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; }
.detail-content-mining-case-box-title-num[data-v-04e9bc0f] { display: flex; align-items: center; }
.detail-content-mining-case-box-title-num-text[data-v-04e9bc0f] { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; }
.detail-content-mining-case-box-title-num-wore[data-v-04e9bc0f] { margin: 0px 4px; color: rgb(255, 255, 255); }
.detail-content-mining-case-box-title-num-text1[data-v-04e9bc0f] { font-size: 14px; color: rgba(255, 255, 255, 0.48); line-height: 24px; }
.detail-content-mining-case-box-strip[data-v-04e9bc0f] { margin-top: 14px; position: relative; }
.detail-content-mining-case-box-strip-reveal[data-v-04e9bc0f] { width: 100%; height: 10px; background: rgba(255, 255, 255, 0.19); box-shadow: rgba(255, 255, 255, 0.13) 0px 2px 4px; border-radius: 5px; }
.detail-content-mining-case-box-strip-reveal1[data-v-04e9bc0f] { height: 10px; background: linear-gradient(270deg, rgb(0, 88, 255) 0%, rgb(38, 113, 255) 100%); border-radius: 5px; position: absolute; top: 0px; }
.detail-content-mining-case-box-strip-reveal2[data-v-04e9bc0f] { height: 10px; background: rgb(0, 216, 103); border-radius: 5px; position: absolute; top: 0px; }
.detail-content-mining-soon[data-v-04e9bc0f] { margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.detail-content-mining-soon-btn[data-v-04e9bc0f] { height: 48px; border-radius: 12px; font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 500; }
.detail-content-mining-headline[data-v-04e9bc0f] { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; padding: 0px 16px; }
.detail-content-mining-headline-text[data-v-04e9bc0f] { font-size: 16px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 600; }
.detail-content-mining-headline-btn[data-v-04e9bc0f] { height: 28px; border-radius: 8px; display: flex; place-content: center; font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.detail-content-mining-list[data-v-04e9bc0f] { margin: 8px 16px 20px; background: rgba(255, 255, 255, 0.13); border-radius: 12px; display: flex; flex-direction: column; padding: 12px 8px 0px; text-decoration-line: none; }
.detail-content-mining-list-item[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.detail-content-mining-list-item-box[data-v-04e9bc0f] { display: flex; flex-direction: column; }
.detail-content-mining-list-item-box-head[data-v-04e9bc0f] { display: flex; align-items: center; }
.detail-content-mining-list-item-box-head-coin[data-v-04e9bc0f] { width: 24px; height: 24px; margin-right: 4px; }
.detail-content-mining-list-item-box-head-text[data-v-04e9bc0f] { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; }
.detail-content-mining-list-item-box-time[data-v-04e9bc0f] { margin-top: 2px; font-size: 12px; color: rgba(255, 255, 255, 0.32); line-height: 16px; }
.detail-content-mining-list-item-amount[data-v-04e9bc0f] { display: flex; align-items: center; width: 15%; }
@media screen and (max-width: 768px) {
  .detail-content-mining-list-item-amount[data-v-04e9bc0f] { width: 25%; }
}
.detail-content-mining-list-item-amount-num[data-v-04e9bc0f] { font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; font-weight: 500; }
.detail-content-mining-list-item-amount-coin[data-v-04e9bc0f] { margin-left: 4px; font-size: 12px; color: rgb(144, 144, 144); line-height: 24px; font-weight: 400; }
.detail-content-prop[data-v-04e9bc0f] { margin-top: 16px; display: flex; flex-direction: column; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.48); }
.detail-content-prop-head[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; background: rgba(216, 216, 216, 0.13); border-radius: 16px 16px 0px 0px; padding: 11px 16px; }
.detail-content-prop-head-title[data-v-04e9bc0f] { font-size: 18px; color: rgb(255, 255, 255); line-height: 26px; }
.detail-content-prop-head-icon[data-v-04e9bc0f] { width: 22px; height: 22px; }
.detail-content-prop-care[data-v-04e9bc0f] { padding: 12px 16px; display: flex; flex-direction: column; }
.detail-content-prop-box[data-v-04e9bc0f] { padding: 8px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.detail-content-prop-box[data-v-04e9bc0f]:hover { background: rgba(255, 255, 255, 0.13); border-radius: 8px; }
.detail-content-prop-box-content[data-v-04e9bc0f] { display: flex; align-items: center; }
.detail-content-prop-box-content-frame[data-v-04e9bc0f] { border-radius: 8px; border: 1px solid rgb(255, 255, 255); }
.detail-content-prop-box-content-frame-img[data-v-04e9bc0f] { width: 30px; height: 30px; }
.detail-content-prop-box-content-text[data-v-04e9bc0f] { margin-left: 4px; font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.detail-content-prop-box-btn[data-v-04e9bc0f] { height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgb(255, 255, 255); line-height: 24px; }
.detail-content-prop-base[data-v-04e9bc0f] { margin-bottom: 20px; display: flex; justify-content: center; }
.detail-content-prop-base-btn[data-v-04e9bc0f] { height: 32px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.13); background-color: transparent; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 400; color: rgb(255, 255, 255); line-height: 24px; }
.dialog-record[data-v-04e9bc0f] { display: flex; flex-direction: column; }
.dialog-record-head[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid rgba(31, 33, 40, 0.13); }
.dialog-record-head-text[data-v-04e9bc0f] { font-size: 14px; color: rgba(31, 33, 40, 0.48); line-height: 24px; }
.dialog-record-box[data-v-04e9bc0f] { margin-top: 12px; display: flex; flex-direction: column; height: 290px; overflow: auto; }
.dialog-record-box-content[data-v-04e9bc0f] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dialog-record-box-content-coin[data-v-04e9bc0f] { display: flex; flex-direction: column; }
.dialog-record-box-content-coin-frame[data-v-04e9bc0f] { margin-bottom: 2px; display: flex; align-items: center; }
.dialog-record-box-content-coin-frame-icon[data-v-04e9bc0f] { width: 24px; height: 24px; margin-right: 4px; }
.dialog-record-box-content-coin-frame-text[data-v-04e9bc0f] { font-size: 14px; color: rgb(31, 33, 40); line-height: 24px; }
.dialog-record-box-content-coin-time[data-v-04e9bc0f] { font-size: 12px; color: rgba(31, 33, 40, 0.32); line-height: 16px; }
.dialog-record-box-content-amount[data-v-04e9bc0f] { width: 25%; font-size: 14px; color: rgb(31, 33, 40); line-height: 24px; font-weight: 500; }
.dialog-record-box-content-amount-coin[data-v-04e9bc0f] { margin-left: 4px; }
.dialog-record-base[data-v-04e9bc0f] { margin-top: 8px; display: flex; align-items: center; justify-content: center; }
.dialog-record-base-btn[data-v-04e9bc0f] { width: 50%; display: flex; align-items: center; justify-content: center; height: 32px; border-radius: 8px; }
.dialog-record-base-btn-loading[data-v-04e9bc0f] { margin-left: 4px; }
.dialog-record-base-btn-loading[data-v-04e9bc0f] .path { stroke: rgb(255, 255, 255); width: 24px; height: 24px; }
.dialog-record[data-v-04e9bc0f] ::-webkit-scrollbar { width: 4px; border-radius: 12px; background-color: transparent; }
.dialog-record[data-v-04e9bc0f] ::-webkit-scrollbar-track { border-radius: 12px; background-color: transparent; }
.dialog-record[data-v-04e9bc0f] ::-webkit-scrollbar-thumb { border-radius: 12px; background-color: rgba(31, 33, 40, 0.13); }
.dialog-record[data-v-04e9bc0f] ::-webkit-media-controls-start-playback-button { display: none; appearance: none; }
.footer[data-v-f7888602] { margin-top: 0px; }
.logins-style[data-v-f7888602] { width: 100%; height: auto; }
.login[data-v-f7888602] { width: 100%; min-height: calc(100% - 460px); background-image: url("../images/banner-pc-20f71ab8.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; display: flex; align-items: center; justify-content: center; }
.login-box[data-v-f7888602] { margin-top: 140px; margin-bottom: 140px; width: 100%; display: flex; align-items: center; justify-content: center; }
@media screen and (max-width: 1000px) {
  .login-box[data-v-f7888602] { margin-top: 40px; margin-bottom: 40px; width: 90%; }
}
.login-box-content[data-v-f7888602] { width: 320px; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 16px; border-radius: 24px; padding: 24px; }
.login-box-content-head[data-v-f7888602] { font-size: 24px; font-weight: 600; color: rgb(31, 33, 40); line-height: 28px; margin-bottom: 12px; }
.dialog-index[data-v-f7888602] { display: flex; flex-direction: column; align-items: center; padding: 46px 0px; }
.dialog-index-icon[data-v-f7888602] { margin-top: 10px; width: 128px; height: 128px; }
.dialog-index-title[data-v-f7888602] { margin: 24px 0px 8px; font-size: 24px; color: rgb(31, 33, 40); line-height: 32px; font-weight: 500; }
@media screen and (max-width: 768px) {
  .dialog-index-title[data-v-f7888602] { font-size: 20px; line-height: 28px; }
}
.dialog-index-text[data-v-f7888602] { font-size: 14px; color: rgb(31, 33, 40); line-height: 20px; text-align: center; }
.dialog-index-text-user[data-v-f7888602] { font-size: 14px; color: rgb(31, 33, 40); line-height: 20px; text-align: center; border-bottom: 1px dashed rgb(31, 33, 40); text-decoration-line: none; }
.dialog-index-hint[data-v-f7888602] { margin-top: 4px; font-size: 12px; color: rgb(31, 33, 40); line-height: 20px; text-align: center; }
.dialog-index-text1[data-v-f7888602] { margin-top: 12px; font-size: 14px; color: rgb(227, 73, 63); line-height: 20px; text-align: center; }
.container[data-v-99b7bf83] { margin: 0px auto; max-width: 1152px; padding: 0px 64px; width: 90%; }
@media screen and (max-width: 768px) {
  .container[data-v-99b7bf83] { padding: 0px 16px; width: 90%; }
}
.upgrade-banner[data-v-99b7bf83] { margin-top: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0px 52px; }
@media screen and (max-width: 768px) {
  .upgrade-banner[data-v-99b7bf83] { padding: 0px; display: flex; flex-direction: column; }
}
.upgrade-banner-title[data-v-99b7bf83] { font-size: 48px; font-weight: 600; color: rgb(255, 255, 255); line-height: 56px; }
@media screen and (max-width: 768px) {
  .upgrade-banner-title[data-v-99b7bf83] { text-align: center; font-size: 28px; line-height: 32px; }
}
@media screen and (max-width: 768px) {
  .upgrade-banner-photo[data-v-99b7bf83] { margin-top: 40px; }
}
.upgrade-banner-photo-img[data-v-99b7bf83] { margin-left: 42px; width: 366px; height: 310px; }
@media screen and (max-width: 768px) {
  .upgrade-banner-photo-img[data-v-99b7bf83] { margin-left: 0px; width: 260px; height: 220px; }
}
.upgrade-transfer[data-v-99b7bf83] { margin-top: 80px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .upgrade-transfer[data-v-99b7bf83] { margin-top: 52px; }
}
.upgrade-transfer-title[data-v-99b7bf83] { font-size: 32px; font-weight: 600; color: rgb(255, 255, 255); line-height: 40px; text-align: center; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-title[data-v-99b7bf83] { font-size: 20px; line-height: 28px; }
}
.upgrade-transfer-content[data-v-99b7bf83] { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; position: relative; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content[data-v-99b7bf83] { margin-top: 24px; display: flex; flex-direction: column; }
}
.upgrade-transfer-content-box[data-v-99b7bf83] { width: 45%; background: rgba(255, 255, 255, 0.13); border-radius: 20px; padding: 24px; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content-box[data-v-99b7bf83] { width: 100%; padding: 20px 12px; margin: 8px 0px; }
}
.upgrade-transfer-content-box-img[data-v-99b7bf83] { width: 100px; height: 100px; margin-right: 30px; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content-box-img[data-v-99b7bf83] { width: 72px; height: 72px; margin-right: 12px; }
}
.upgrade-transfer-content-box-frame[data-v-99b7bf83] { display: flex; flex-direction: column; width: 60%; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content-box-frame[data-v-99b7bf83] { width: 70%; }
}
.upgrade-transfer-content-box-frame-title[data-v-99b7bf83] { display: flex; align-items: center; font-size: 24px; font-weight: 600; color: rgb(255, 255, 255); line-height: 32px; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content-box-frame-title[data-v-99b7bf83] { font-size: 18px; line-height: 28px; }
}
.upgrade-transfer-content-box-frame-title-new[data-v-99b7bf83] { width: 36px; height: 16px; margin-left: 4px; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content-box-frame-title-new[data-v-99b7bf83] { width: 32px; height: 14px; }
}
.upgrade-transfer-content-box-frame-input[data-v-99b7bf83] { margin-top: 28px; height: 40px; background: rgb(255, 255, 255); border-radius: 4px; border: 1px solid rgba(31, 33, 40, 0.48); padding: 0px 8px; display: flex; align-items: center; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content-box-frame-input[data-v-99b7bf83] { margin-top: 6px; }
}
.upgrade-transfer-content-box-frame-input-text[data-v-99b7bf83] { font-size: 14px; font-weight: 500; color: rgb(31, 33, 40); line-height: 24px; }
.upgrade-transfer-content-box-frame-input-copy[data-v-99b7bf83] { cursor: pointer; width: 20px; height: 20px; }
.upgrade-transfer-content-arrows[data-v-99b7bf83] { position: absolute; width: 48px; height: 48px; left: 48%; }
@media screen and (max-width: 768px) {
  .upgrade-transfer-content-arrows[data-v-99b7bf83] { position: absolute; top: 40%; left: 44%; transform: rotate(90deg); }
}
.upgrade-stop[data-v-99b7bf83] { margin-top: 80px; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) {
  .upgrade-stop[data-v-99b7bf83] { margin-top: 52px; }
}
.upgrade-stop-title[data-v-99b7bf83] { width: 100%; display: flex; justify-content: center; }
.upgrade-stop-title-text[data-v-99b7bf83] { font-size: 32px; font-weight: 600; color: rgb(255, 255, 255); line-height: 40px; text-align: center; }
@media screen and (max-width: 768px) {
  .upgrade-stop-title-text[data-v-99b7bf83] { display: none; }
}
.upgrade-stop-title-text1[data-v-99b7bf83] { display: none; }
@media screen and (max-width: 768px) {
  .upgrade-stop-title-text1[data-v-99b7bf83] { display: flex; font-weight: 600; color: rgb(255, 255, 255); font-size: 20px; line-height: 28px; text-align: center; }
}
.upgrade-stop-content[data-v-99b7bf83] { margin-top: 32px; display: flex; flex-direction: column; padding: 32px 24px; background: rgba(255, 255, 255, 0.13); border-radius: 20px; }
@media screen and (max-width: 768px) {
  .upgrade-stop-content[data-v-99b7bf83] { margin-top: 24px; padding: 20px 12px; display: flex; flex-direction: row; }
}
.upgrade-stop-content-head[data-v-99b7bf83] { display: flex; align-items: center; justify-content: space-between; padding: 0px 8%; }
@media screen and (max-width: 768px) {
  .upgrade-stop-content-head[data-v-99b7bf83] { padding: 0px; display: flex; flex-direction: column; align-items: center; }
}
.upgrade-stop-content-head-img[data-v-99b7bf83] { width: 84px; height: 84px; }
@media screen and (max-width: 768px) {
  .upgrade-stop-content-head-img[data-v-99b7bf83] { width: 52px; height: 52px; }
}
.upgrade-stop-content-head-wroe[data-v-99b7bf83] { width: 30%; border-top: 1px dashed rgb(151, 151, 151); }
@media screen and (max-width: 768px) {
  .upgrade-stop-content-head-wroe[data-v-99b7bf83] { border-top: 0px; border-left: 1px dashed rgb(151, 151, 151); height: 44px; width: 0px; margin: 10px; }
}
.upgrade-stop-content-head-wroe1[data-v-99b7bf83] { width: 30%; border-top: 1px dashed rgb(151, 151, 151); }
@media screen and (max-width: 768px) {
  .upgrade-stop-content-head-wroe1[data-v-99b7bf83] { border-top: 0px; border-left: 1px dashed rgb(151, 151, 151); height: 80px; width: 0px; margin: 10px; }
}
.upgrade-stop-content-base[data-v-99b7bf83] { margin-top: 20px; display: flex; align-items: flex-start; justify-content: space-between; }
@media screen and (max-width: 768px) {
  .upgrade-stop-content-base[data-v-99b7bf83] { display: flex; flex-direction: column; margin-left: 10px; margin-top: 0px; }
}
.upgrade-stop-content-base-text[data-v-99b7bf83] { width: 27%; font-size: 18px; font-weight: 600; color: rgb(255, 255, 255); line-height: 26px; text-align: center; }
@media screen and (max-width: 768px) {
  .upgrade-stop-content-base-text[data-v-99b7bf83] { width: 100%; font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; }
}
.container1[data-v-99b7bf83] { margin: 0px auto; max-width: 1280px; padding: 0px 64px; width: 100%; }
@media screen and (max-width: 768px) {
  .container1[data-v-99b7bf83] { padding: 0px 16px; }
}
.faq[data-v-99b7bf83] { margin-top: 80px; display: flex; flex-direction: column; align-items: center; width: 100%; }
@media screen and (max-width: 768px) {
  .faq[data-v-99b7bf83] { margin-top: 56px; width: 90%; }
}
.faq-title[data-v-99b7bf83] { font-size: 32px; color: rgb(255, 255, 255); line-height: 44px; font-weight: 600; margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .faq-title[data-v-99b7bf83] { font-size: 20px; line-height: 28px; margin-bottom: 32px; }
}
.faq-box[data-v-99b7bf83] { width: 100%; display: flex; justify-content: center; }
.faq-box .el-collapse[data-v-99b7bf83] { border-top: none; border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
.faq-box .el-collapse-item__header[data-v-99b7bf83] { background-color: transparent; font-size: 24px; font-weight: 500; color: rgb(255, 255, 255); line-height: 32px; padding: 24px 14px; border-top: 1px solid rgba(255, 255, 255, 0.32); border-bottom: none; }
@media screen and (max-width: 768px) {
  .faq-box .el-collapse-item__header[data-v-99b7bf83] { font-size: 16px; line-height: 24px; padding: 20px 8px; }
}
.faq-box .el-collapse-item__wrap[data-v-99b7bf83] { background-color: transparent; border-bottom: none; margin-top: -12px; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  .faq-box .el-collapse-item__wrap[data-v-99b7bf83] { margin-top: -10px; margin-bottom: 10px; }
}
.faq-box .el-collapse-item__content[data-v-99b7bf83] { padding-bottom: 12px; }
.faq-box .el-collapse-item__arrow[data-v-99b7bf83] { transform: rotate(90deg); }
.faq-box .el-collapse-item__arrow.is-active[data-v-99b7bf83] { transform: rotate(270deg); }
.faq-box-collapse-title[data-v-99b7bf83] { font-size: 24px; font-weight: 500; color: rgb(255, 255, 255); line-height: 32px; }
.faq-box-collapse-title-text[data-v-99b7bf83] { font-size: 16px; color: rgba(255, 255, 255, 0.72); line-height: 24px; margin: 0px 14px 4px; font-weight: 400; }
@media screen and (max-width: 768px) {
  .faq-box-collapse-title-text[data-v-99b7bf83] { font-size: 14px; line-height: 24px; margin: 0px 8px 4px; }
}
.faq-box-collapse-title-text1[data-v-99b7bf83] { font-size: 16px; color: rgba(255, 255, 255, 0.72); line-height: 24px; margin: 0px 14px 4px; font-weight: 400; display: flex; align-items: center; }
@media screen and (max-width: 768px) {
  .faq-box-collapse-title-text1[data-v-99b7bf83] { font-size: 14px; line-height: 24px; margin: 0px 8px 4px; }
}
.faq .demo-collapse[data-v-99b7bf83] { width: 90%; }
@media screen and (max-width: 768px) {
  .faq .demo-collapse[data-v-99b7bf83] { width: 100%; }
}
@font-face { font-family: WEB3BOX; src: url("../fonts/HarmonyOS_Sans_Bold-7f973862.ttf"); font-weight: 600; font-style: normal; }
@font-face { font-family: WEB3BOX; src: url("../fonts/HarmonyOS_Sans_Medium-f6b009d0.ttf"); font-weight: 500; font-style: normal; }
@font-face { font-family: WEB3BOX; src: url("../fonts/HarmonyOS_Sans_Regular-4f00c7e8.ttf"); font-weight: 400; font-style: normal; }
body { font-family: WEB3BOX, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif; }