.uniframe-root *,
.uniframe-root :after,
.uniframe-root :before {
    box-sizing: border-box
}

.uniframe-root * {
    margin: 0;
    padding: 0
}

.uniframe-root [hidden] {
    display: none
}

.uniframe-root body {
    line-height: 1
}

.uniframe-root menu,
.uniframe-root ol,
.uniframe-root ul {
    list-style: none
}

.uniframe-root table {
    border-collapse: collapse;
    border-spacing: 0
}

.uniframe-root button,
.uniframe-root h1,
.uniframe-root h2,
.uniframe-root h3,
.uniframe-root h4,
.uniframe-root h5,
.uniframe-root h6,
.uniframe-root input,
.uniframe-root select,
.uniframe-root textarea {
    font: inherit
}

.uniframe-root a,
.uniframe-root a:hover {
    text-decoration: none
}

.uniframe-root [type=button],
.uniframe-root [type=reset],
.uniframe-root [type=submit],
.uniframe-root button {
    -webkit-appearance: button
}

.uniframe-root * {
    font-family: source-sans3, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Aril, sans-serif
}

html[data-uniframe-locale^=zh] .uniframe-root * {
    font-family: PingFang SC, 微软雅黑, source-sans3, Hiragino Sans GB, Microsoft YaHei, Aril, sans-serif
}

:root:root {
    --el-color-primary: #1a8f5c !important
}

.uniframe-tooltip {
    --el-text-color-primary: #616161;
    padding: 8px 12px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    max-width: 256px;
    min-width: 40px;
    z-index: 1000501 !important
}

.uniframe-tooltip a {
    color: #119e5f
}

html[data-uniframe-theme=light] .uniframe-switch {
    --el-switch-off-color: #e3e3e3
}

html[data-uniframe-theme=light] .uniframe-switch .el-switch__action {
    box-shadow: 0 2px 2px #00000040
}

html[data-uniframe-theme=dark] .uniframe-switch {
    --el-switch-off-color: #2b2b2e
}

html[data-uniframe-theme=dark] .uniframe-switch .el-switch__action {
    box-shadow: 0 3.125px 3.125px #00000040
}

html[data-uniframe-theme=light] .uniframe-switch.is-disabled .el-switch__action {
    background-color: #f2f2f2
}

html[data-uniframe-theme=dark] .uniframe-switch.is-disabled .el-switch__action {
    background-color: #616161
}

@keyframes uniframe-show-transform-y {
    0% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}