@charset "UTF-8";
:root {
    --anzhiyu-color-white: #ffffff;
    --anzhiyu-color-black: #000000;
    --anzhiyu-color-primary-rgb: 64, 158, 255;
    --anzhiyu-color-success-rgb: 103, 194, 58;
    --anzhiyu-color-warning-rgb: 230, 162, 60;
    --anzhiyu-color-danger-rgb: 245, 108, 108;
    --anzhiyu-color-error-rgb: 245, 108, 108;
    --anzhiyu-color-info-rgb: 144, 147, 153;
    --anzhiyu-font-size-extra-large: 20px;
    --anzhiyu-font-size-large: 18px;
    --anzhiyu-font-size-medium: 16px;
    --anzhiyu-font-size-base: 14px;
    --anzhiyu-font-size-small: 13px;
    --anzhiyu-font-size-extra-small: 12px;
    --anzhiyu-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", Arial, sans-serif;
    --anzhiyu-font-weight-primary: 500;
    --anzhiyu-font-line-height-primary: 24px;
    --anzhiyu-index-normal: 1;
    --anzhiyu-index-top: 1000;
    --anzhiyu-index-popper: 2000;
    --anzhiyu-border-radius-base: 4px;
    --anzhiyu-border-radius-small: 2px;
    --anzhiyu-border-radius-round: 20px;
    --anzhiyu-border-radius-circle: 100%;
    --anzhiyu-transition-duration: .3s;
    --anzhiyu-transition-duration-fast: .2s;
    --anzhiyu-transition-function-ease-in-out-bezier: cubic-bezier(.645, .045, .355, 1);
    --anzhiyu-transition-function-fast-bezier: cubic-bezier(.23, 1, .32, 1);
    --anzhiyu-transition-all: all var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-ease-in-out-bezier);
    --anzhiyu-transition-fade: opacity var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-fast-bezier);
    --anzhiyu-transition-md-fade: transform var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-fast-bezier), opacity var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-fast-bezier);
    --anzhiyu-transition-fade-linear: opacity var(--anzhiyu-transition-duration-fast) linear;
    --anzhiyu-transition-border: border-color var(--anzhiyu-transition-duration-fast) var(--anzhiyu-transition-function-ease-in-out-bezier);
    --anzhiyu-transition-box-shadow: box-shadow var(--anzhiyu-transition-duration-fast) var(--anzhiyu-transition-function-ease-in-out-bezier);
    --anzhiyu-transition-color: color var(--anzhiyu-transition-duration-fast) var(--anzhiyu-transition-function-ease-in-out-bezier);
    --anzhiyu-component-size-large: 40px;
    --anzhiyu-component-size: 32px;
    --anzhiyu-component-size-small: 24px
}

:root {
    color-scheme: light;
    --anzhiyu-color-white: #ffffff;
    --anzhiyu-color-black: #000000;
    --anzhiyu-color-primary: #409eff;
    --anzhiyu-color-primary-light-3: #79bbff;
    --anzhiyu-color-primary-light-5: #a0cfff;
    --anzhiyu-color-primary-light-7: #c6e2ff;
    --anzhiyu-color-primary-light-8: #d9ecff;
    --anzhiyu-color-primary-light-9: #ecf5ff;
    --anzhiyu-color-primary-dark-2: #337ecc;
    --anzhiyu-color-success: #67c23a;
    --anzhiyu-color-success-light-3: #95d475;
    --anzhiyu-color-success-light-5: #b3e19d;
    --anzhiyu-color-success-light-7: #d1edc4;
    --anzhiyu-color-success-light-8: #e1f3d8;
    --anzhiyu-color-success-light-9: #f0f9eb;
    --anzhiyu-color-success-dark-2: #529b2e;
    --anzhiyu-color-warning: #e6a23c;
    --anzhiyu-color-warning-light-3: #eebe77;
    --anzhiyu-color-warning-light-5: #f3d19e;
    --anzhiyu-color-warning-light-7: #f8e3c5;
    --anzhiyu-color-warning-light-8: #faecd8;
    --anzhiyu-color-warning-light-9: #fdf6ec;
    --anzhiyu-color-warning-dark-2: #b88230;
    --anzhiyu-color-danger: #f56c6c;
    --anzhiyu-color-danger-light-3: #f89898;
    --anzhiyu-color-danger-light-5: #fab6b6;
    --anzhiyu-color-danger-light-7: #fcd3d3;
    --anzhiyu-color-danger-light-8: #fde2e2;
    --anzhiyu-color-danger-light-9: #fef0f0;
    --anzhiyu-color-danger-dark-2: #c45656;
    --anzhiyu-color-error: #f56c6c;
    --anzhiyu-color-error-light-3: #f89898;
    --anzhiyu-color-error-light-5: #fab6b6;
    --anzhiyu-color-error-light-7: #fcd3d3;
    --anzhiyu-color-error-light-8: #fde2e2;
    --anzhiyu-color-error-light-9: #fef0f0;
    --anzhiyu-color-error-dark-2: #c45656;
    --anzhiyu-color-info: #909399;
    --anzhiyu-color-info-light-3: #b1b3b8;
    --anzhiyu-color-info-light-5: #c8c9cc;
    --anzhiyu-color-info-light-7: #dedfe0;
    --anzhiyu-color-info-light-8: #e9e9eb;
    --anzhiyu-color-info-light-9: #f4f4f5;
    --anzhiyu-color-info-dark-2: #73767a;
    --anzhiyu-bg-color: #ffffff;
    --anzhiyu-bg-color-page: #f2f3f5;
    --anzhiyu-bg-color-overlay: #ffffff;
    --anzhiyu-text-color-primary: #303133;
    --anzhiyu-text-color-regular: #606266;
    --anzhiyu-text-color-secondary: #909399;
    --anzhiyu-text-color-placeholder: #a8abb2;
    --anzhiyu-text-color-disabled: #c0c4cc;
    --anzhiyu-border-color: #dcdfe6;
    --anzhiyu-border-color-light: #e4e7ed;
    --anzhiyu-border-color-lighter: #ebeef5;
    --anzhiyu-border-color-extra-light: #f2f6fc;
    --anzhiyu-border-color-dark: #d4d7de;
    --anzhiyu-border-color-darker: #cdd0d6;
    --anzhiyu-fill-color: #f0f2f5;
    --anzhiyu-fill-color-light: #f5f7fa;
    --anzhiyu-fill-color-lighter: #fafafa;
    --anzhiyu-fill-color-extra-light: #fafcff;
    --anzhiyu-fill-color-dark: #ebedf0;
    --anzhiyu-fill-color-darker: #e6e8eb;
    --anzhiyu-fill-color-blank: #ffffff;
    --anzhiyu-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    --anzhiyu-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, .12);
    --anzhiyu-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, .12);
    --anzhiyu-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);
    --anzhiyu-disabled-bg-color: var(--anzhiyu-fill-color-light);
    --anzhiyu-disabled-text-color: var(--anzhiyu-text-color-placeholder);
    --anzhiyu-disabled-border-color: var(--anzhiyu-border-color-light);
    --anzhiyu-overlay-color: rgba(0, 0, 0, .8);
    --anzhiyu-overlay-color-light: rgba(0, 0, 0, .7);
    --anzhiyu-overlay-color-lighter: rgba(0, 0, 0, .5);
    --anzhiyu-mask-color: rgba(255, 255, 255, .9);
    --anzhiyu-mask-color-extra-light: rgba(255, 255, 255, .3);
    --anzhiyu-border-width: 1px;
    --anzhiyu-border-style: solid;
    --anzhiyu-border-color-hover: var(--anzhiyu-text-color-disabled);
    --anzhiyu-border: var(--anzhiyu-border-width) var(--anzhiyu-border-style) var(--anzhiyu-border-color);
    --anzhiyu-svg-monochrome-grey: var(--anzhiyu-border-color)
}

.fade-in-linear-enter-active, .fade-in-linear-leave-active {
    transition: var(--anzhiyu-transition-fade-linear)
}

.fade-in-linear-enter-from, .fade-in-linear-leave-to {
    opacity: 0
}

.anzhiyu-fade-in-linear-enter-active, .anzhiyu-fade-in-linear-leave-active {
    transition: var(--anzhiyu-transition-fade-linear)
}

.anzhiyu-fade-in-linear-enter-from, .anzhiyu-fade-in-linear-leave-to {
    opacity: 0
}

.anzhiyu-fade-in-enter-active, .anzhiyu-fade-in-leave-active {
    transition: all var(--anzhiyu-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.anzhiyu-fade-in-enter-from, .anzhiyu-fade-in-leave-active {
    opacity: 0
}

.anzhiyu-zoom-in-center-enter-active, .anzhiyu-zoom-in-center-leave-active {
    transition: all var(--anzhiyu-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.anzhiyu-zoom-in-center-enter-from, .anzhiyu-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.anzhiyu-zoom-in-top-enter-active, .anzhiyu-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: var(--anzhiyu-transition-md-fade);
    transform-origin: center top
}

.anzhiyu-zoom-in-top-enter-active[data-popper-placement^=top], .anzhiyu-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: center bottom
}

.anzhiyu-zoom-in-top-enter-from, .anzhiyu-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.anzhiyu-zoom-in-bottom-enter-active, .anzhiyu-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: var(--anzhiyu-transition-md-fade);
    transform-origin: center bottom
}

.anzhiyu-zoom-in-bottom-enter-from, .anzhiyu-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.anzhiyu-zoom-in-left-enter-active, .anzhiyu-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1);
    transition: var(--anzhiyu-transition-md-fade);
    transform-origin: top left
}

.anzhiyu-zoom-in-left-enter-from, .anzhiyu-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(.45)
}

.collapse-transition {
    transition: var(--anzhiyu-transition-duration) height ease-in-out, var(--anzhiyu-transition-duration) padding-top ease-in-out, var(--anzhiyu-transition-duration) padding-bottom ease-in-out
}

.anzhiyu-collapse-transition-leave-active, .anzhiyu-collapse-transition-enter-active {
    transition: var(--anzhiyu-transition-duration) max-height ease-in-out, var(--anzhiyu-transition-duration) padding-top ease-in-out, var(--anzhiyu-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: var(--anzhiyu-transition-duration) width ease-in-out, var(--anzhiyu-transition-duration) padding-left ease-in-out, var(--anzhiyu-transition-duration) padding-right ease-in-out
}

.anzhiyu-list-enter-active, .anzhiyu-list-leave-active {
    transition: all 1s
}

.anzhiyu-list-enter-from, .anzhiyu-list-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.anzhiyu-list-leave-active {
    position: absolute !important
}

.anzhiyu-opacity-transition {
    transition: opacity var(--anzhiyu-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.anzhiyu-icon-loading {
    animation: rotating 2s linear infinite
}

.anzhiyu-icon--right {
    margin-left: 5px
}

.anzhiyu-icon--left {
    margin-right: 5px
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.anzhiyu-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
}

.anzhiyu-icon.is-loading {
    animation: rotating 2s linear infinite
}

.anzhiyu-icon svg {
    height: 1em;
    width: 1em
}

.anzhiyu-empty {
    --anzhiyu-empty-padding: 40px 0;
    --anzhiyu-empty-image-width: 160px;
    --anzhiyu-empty-description-margin-top: 20px;
    --anzhiyu-empty-bottom-margin-top: 20px;
    --anzhiyu-empty-fill-color-0: var(--anzhiyu-color-white);
    --anzhiyu-empty-fill-color-1: #fcfcfd;
    --anzhiyu-empty-fill-color-2: #f8f9fb;
    --anzhiyu-empty-fill-color-3: #f7f8fc;
    --anzhiyu-empty-fill-color-4: #eeeff3;
    --anzhiyu-empty-fill-color-5: #edeef2;
    --anzhiyu-empty-fill-color-6: #e9ebef;
    --anzhiyu-empty-fill-color-7: #e5e7e9;
    --anzhiyu-empty-fill-color-8: #e0e3e9;
    --anzhiyu-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(--anzhiyu-empty-padding)
}

.anzhiyu-empty__image {
    width: var(--anzhiyu-empty-image-width)
}

.anzhiyu-empty__image img {
    user-select: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain
}

.anzhiyu-empty__image svg {
    color: var(--anzhiyu-svg-monochrome-grey);
    fill: currentColor;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.anzhiyu-empty__description {
    margin-top: var(--anzhiyu-empty-description-margin-top)
}

.anzhiyu-empty__description p {
    margin: 0;
    font-size: var(--anzhiyu-font-size-base);
    color: var(--anzhiyu-text-color-secondary)
}

.anzhiyu-empty__bottom {
    margin-top: var(--anzhiyu-empty-bottom-margin-top)
}

.fish-pond-item[data-v-3bacdd22] {
    width: 25%
}

@media (max-width: 1280px) {
    .fish-pond-item[data-v-3bacdd22] {
        width: 50%
    }
}

@media (max-width: 768px) {
    .fish-pond-item[data-v-3bacdd22] {
        width: 100%
    }
}

.fish-pond-item .cf-article[data-v-3bacdd22] {
    margin: 8px;
    border-radius: 8px;
    font-weight: bolder;
    overflow: hidden;
    transition: all .3s ease-out;
    position: relative;
    padding: 1rem;
    border: var(--style-border-always);
    height: 160px;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--anzhiyu-shadow-border);
    background: var(--anzhiyu-card-bg)
}

.fish-pond-item .cf-article[data-v-3bacdd22]:hover {
    transition: .3s;
    border: var(--style-border-hover);
    box-shadow: var(--anzhiyu-shadow-main)
}

.fish-pond-item .cf-article .cf-article-title[data-v-3bacdd22] {
    text-decoration: none;
    color: var(--anzhiyu-fontcolor);
    font-weight: 500;
    position: relative;
    z-index: 2;
    width: 100%;
    letter-spacing: 1.5px;
    font-size: 18px;
    align-self: start;
    text-align: left;
    line-height: 21px;
    padding: 0;
    margin-bottom: 10px;
    transition: .3s;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.fish-pond-item .cf-article .cf-article-title[data-v-3bacdd22]:hover {
    color: var(--anzhiyu-lighttext)
}

.fish-pond-item .cf-article .cf-article-bottom[data-v-3bacdd22] {
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1
}

.fish-pond-item .cf-article .cf-article-bottom .cf-img-avatar[data-v-3bacdd22] {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 0 -4px;
    background: #fff;
    opacity: .2;
    z-index: 0;
    right: -20px;
    bottom: -20px;
    align-self: center;
    text-align: center;
    transition: .3s
}

.fish-pond-item .cf-article .cf-article-bottom .cf-article-author[data-v-3bacdd22] {
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    color: var(--anzhiyu-fontcolor);
    font-size: .7rem;
    background-color: var(--anzhiyu-gray-op);
    padding: 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    align-self: center;
    text-align: center;
    transition: .3s
}

.fish-pond-item .cf-article .cf-article-bottom .cf-article-author[data-v-3bacdd22]:hover {
    background: var(--anzhiyu-main);
    color: var(--anzhiyu-white)
}

.fish-pond-item .cf-article .cf-article-bottom .cf-article-time[data-v-3bacdd22] {
    font-size: 12px;
    text-align: right;
    float: right;
    font-weight: 400;
    transition: .3s;
    margin-left: auto;
    z-index: 1
}

.fish-pond-item .cf-article .cf-article-bottom .cf-article-time .cf-time-created[data-v-3bacdd22], .fish-pond-item .cf-article .cf-article-bottom .cf-article-time .cf-time-updated[data-v-3bacdd22] {
    display: inline-block;
    text-align: left;
    white-space: nowrap
}

.fish-pond-item .cf-article .cf-article-bottom .cf-article-time .cf-time-created i.far[data-v-3bacdd22], .fish-pond-item .cf-article .cf-article-bottom .cf-article-time .cf-time-updated i.far[data-v-3bacdd22], .fish-pond-item .cf-article .cf-article-bottom .cf-article-time .cf-time-created i.fas[data-v-3bacdd22], .fish-pond-item .cf-article .cf-article-bottom .cf-article-time .cf-time-updated i.fas[data-v-3bacdd22] {
    padding-right: 8px
}

.cf-more-container[data-v-3bacdd22] {
    width: 100%
}

.cf-more-container #cf-more[data-v-3bacdd22] {
    max-width: 810px;
    height: 30px;
    width: 40%;
    margin: auto;
    margin-top: 1rem;
    border-radius: 12px;
    font-weight: bolder;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    transition: .3s
}

.cf-more-container #cf-more[data-v-3bacdd22]:hover {
    width: 60%;
    background: var(--anzhiyu-main);
    color: var(--anzhiyu-white);
    border: var(--style-border-hover);
    box-shadow: var(--anzhiyu-shadow-main)
}

#cf-more[data-v-3bacdd22], #cf-state[data-v-3bacdd22] {
    background: var(--anzhiyu-card-bg);
    color: var(--anzhiyu-fontcolor);
    border: var(--style-border);
    box-shadow: var(--anzhiyu-shadow-border)
}

#cf-overlay[data-v-3bacdd22], #cf-overshow[data-v-3bacdd22] {
    transition: left .3s;
    position: fixed;
    width: 100%;
    height: 100%
}

#cf-overlay[data-v-3bacdd22] {
    top: 0;
    left: 100%;
    width: 100px;
    background-color: rgba(255, 255, 255, .42);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    pointer-events: all;
    z-index: 998
}

#cf-overshow[data-v-3bacdd22] {
    bottom: 100%;
    left: 0;
    z-index: 999;
    transition: .3s
}

#cf-overshow .cf-overshow-close[data-v-3bacdd22] {
    position: sticky;
    display: block;
    width: 100%;
    height: 100%
}

#cf-overlay.cf-show-now[data-v-3bacdd22] {
    left: 0;
    width: 100%
}

#cf-overshow.cf-show-now[data-v-3bacdd22] {
    bottom: 0;
    transition: .3s
}

.cf-overshow[data-v-3bacdd22] {
    text-align: center;
    border-radius: 20px;
    position: absolute;
    width: 320px;
    min-height: 170px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .09);
    background: var(--anzhiyu-theme);
    line-height: 2
}

.cf-overshow p[data-v-3bacdd22] {
    margin: .3rem 5px;
    position: relative;
    display: flex;
    flex-direction: column
}

.cf-overshow p span[data-v-3bacdd22] {
    z-index: 1;
    font-size: 12px;
    margin-left: auto;
    color: var(--anzhiyu-fontcolor);
    opacity: .4
}

.cf-overshow p .cf-article-title[data-v-3bacdd22] {
    text-decoration: none;
    display: block;
    text-align: justify;
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: normal;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--anzhiyu-fontcolor)
}

.cf-overshow p .cf-article-title[data-v-3bacdd22]:hover {
    color: var(--anzhiyu-theme)
}

.cf-overshow .cf-overshow-head[data-v-3bacdd22] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cf-overshow .cf-overshow-head img[data-v-3bacdd22] {
    object-fit: cover;
    max-height: 900px;
    max-width: 100%;
    background: #fff;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    margin: 15px auto 0 !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .09);
    transform: rotate(-360deg);
    transition: .8s
}

.cf-overshow .cf-overshow-head a[data-v-3bacdd22] {
    color: var(--anzhiyu-white);
    display: block;
    text-align: center
}

.cf-overshow .cf-overshow-content[data-v-3bacdd22] {
    padding: 10px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: var(--anzhiyu-card-bg);
    display: flex;
    flex-direction: column;
    max-height: 70vh;
    overflow: scroll
}

.empty[data-v-3bacdd22] {
    width: 100%;
    color: var(--anzhiyu-gray);
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 14px;
    opacity: .8
}

.anzhiyu-switch {
    --anzhiyu-switch-on-color: var(--anzhiyu-color-primary);
    --anzhiyu-switch-off-color: var(--anzhiyu-border-color)
}

.anzhiyu-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 32px;
    vertical-align: middle
}

.anzhiyu-switch.is-disabled .anzhiyu-switch__core, .anzhiyu-switch.is-disabled .anzhiyu-switch__label {
    cursor: not-allowed
}

.anzhiyu-switch__label {
    transition: var(--anzhiyu-transition-duration-fast);
    height: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    vertical-align: middle;
    color: var(--anzhiyu-text-color-primary)
}

.anzhiyu-switch__label.is-active {
    color: var(--anzhiyu-color-primary)
}

.anzhiyu-switch__label--left {
    margin-right: 10px
}

.anzhiyu-switch__label--right {
    margin-left: 10px
}

.anzhiyu-switch__label * {
    line-height: 1;
    font-size: 14px;
    display: inline-block
}

.anzhiyu-switch__label .anzhiyu-icon {
    height: inherit
}

.anzhiyu-switch__label .anzhiyu-icon svg {
    vertical-align: middle
}

.anzhiyu-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0
}

.anzhiyu-switch__input:focus-visible ~ .anzhiyu-switch__core {
    outline: 2px solid var(--anzhiyu-switch-on-color);
    outline-offset: 1px
}

.anzhiyu-switch__core {
    display: inline-flex;
    position: relative;
    align-items: center;
    min-width: 40px;
    height: 20px;
    border: 1px solid var(--anzhiyu-switch-border-color, var(--anzhiyu-switch-off-color));
    outline: none;
    border-radius: 10px;
    box-sizing: border-box;
    background: var(--anzhiyu-switch-off-color);
    cursor: pointer;
    transition: border-color var(--anzhiyu-transition-duration), background-color var(--anzhiyu-transition-duration)
}

.anzhiyu-switch__core .anzhiyu-switch__inner {
    width: 100%;
    transition: all var(--anzhiyu-transition-duration);
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 4px 0 18px
}

.anzhiyu-switch__core .anzhiyu-switch__inner .is-icon, .anzhiyu-switch__core .anzhiyu-switch__inner .is-text {
    font-size: 12px;
    color: var(--anzhiyu-color-white);
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.anzhiyu-switch__core .anzhiyu-switch__action {
    position: absolute;
    left: 1px;
    border-radius: var(--anzhiyu-border-radius-circle);
    transition: all var(--anzhiyu-transition-duration);
    width: 16px;
    height: 16px;
    background-color: var(--anzhiyu-color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--anzhiyu-switch-off-color)
}

.anzhiyu-switch.is-checked .anzhiyu-switch__core {
    border-color: var(--anzhiyu-switch-border-color, var(--anzhiyu-switch-on-color));
    background-color: var(--anzhiyu-switch-on-color)
}

.anzhiyu-switch.is-checked .anzhiyu-switch__core .anzhiyu-switch__action {
    left: calc(100% - 17px);
    color: var(--anzhiyu-switch-on-color)
}

.anzhiyu-switch.is-checked .anzhiyu-switch__core .anzhiyu-switch__inner {
    padding: 0 18px 0 4px
}

.anzhiyu-switch.is-disabled {
    opacity: .6
}

.anzhiyu-switch--wide .anzhiyu-switch__label.anzhiyu-switch__label--left span {
    left: 10px
}

.anzhiyu-switch--wide .anzhiyu-switch__label.anzhiyu-switch__label--right span {
    right: 10px
}

.anzhiyu-switch .label-fade-enter-from, .anzhiyu-switch .label-fade-leave-active {
    opacity: 0
}

.anzhiyu-switch--large {
    font-size: 14px;
    line-height: 24px;
    height: 40px
}

.anzhiyu-switch--large .anzhiyu-switch__label {
    height: 24px;
    font-size: 14px
}

.anzhiyu-switch--large .anzhiyu-switch__label * {
    font-size: 14px
}

.anzhiyu-switch--large .anzhiyu-switch__core {
    min-width: 50px;
    height: 24px;
    border-radius: 12px
}

.anzhiyu-switch--large .anzhiyu-switch__core .anzhiyu-switch__inner {
    height: 20px;
    padding: 0 6px 0 22px
}

.anzhiyu-switch--large .anzhiyu-switch__core .anzhiyu-switch__action {
    width: 20px;
    height: 20px
}

.anzhiyu-switch--large.is-checked .anzhiyu-switch__core .anzhiyu-switch__action {
    left: calc(100% - 21px)
}

.anzhiyu-switch--large.is-checked .anzhiyu-switch__core .anzhiyu-switch__inner {
    padding: 0 22px 0 6px
}

.anzhiyu-switch--small {
    font-size: 12px;
    line-height: 16px;
    height: 24px
}

.anzhiyu-switch--small .anzhiyu-switch__label {
    height: 16px;
    font-size: 12px
}

.anzhiyu-switch--small .anzhiyu-switch__label * {
    font-size: 12px
}

.anzhiyu-switch--small .anzhiyu-switch__core {
    min-width: 30px;
    height: 16px;
    border-radius: 8px
}

.anzhiyu-switch--small .anzhiyu-switch__core .anzhiyu-switch__inner {
    height: 12px;
    padding: 0 2px 0 14px
}

.anzhiyu-switch--small .anzhiyu-switch__core .anzhiyu-switch__action {
    width: 12px;
    height: 12px
}

.anzhiyu-switch--small.is-checked .anzhiyu-switch__core .anzhiyu-switch__action {
    left: calc(100% - 13px)
}

.anzhiyu-switch--small.is-checked .anzhiyu-switch__core .anzhiyu-switch__inner {
    padding: 0 14px 0 2px
}

.fish-footer[data-v-a81b0bfb] {
    line-height: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: .5rem;
    align-items: flex-end;
    color: var(--anzhiyu-secondtext);
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: right;
    font-size: 13px
}

.fish-footer #cf-footer[data-v-a81b0bfb] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: .5rem;
    align-items: flex-end;
    color: var(--anzhiyu-secondtext);
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: right;
    font-size: 13px
}

.fish-footer #cf-footer-info[data-v-a81b0bfb] {
    display: flex
}

.fish-footer #cf-footer-info div[data-v-a81b0bfb] {
    margin-left: .5rem
}

.fish-footer a[data-v-a81b0bfb] {
    text-decoration: none;
    line-height: 1.3;
    color: var(--anzhiyu-fontcolor);
    transition: .3s
}

.fish-footer .setting-info[data-v-a81b0bfb] {
    display: flex;
    align-items: center
}

.fish-footer .setting-info .cf-setting-btn[data-v-a81b0bfb] {
    color: var(--anzhiyu-fontcolor);
    cursor: pointer;
    transition: .3s;
    margin-left: 8px
}

.fish-footer .setting-info .cf-setting-btn[data-v-a81b0bfb]:hover {
    color: var(--anzhiyu-lighttext)
}

.fish-pond .empty-data[data-v-d17129dc] {
    margin: 10px auto
}

.title-h2-a[data-v-d17129dc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem
}

.title-h2-a .title-h2-a-left[data-v-d17129dc] {
    display: flex;
    align-items: center
}

.title-h2-a .title-h2-a-left h2[data-v-d17129dc] {
    padding-top: 0;
    margin: .6rem 0
}

.cf-article-group[data-v-d17129dc] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px
}

.anzhiyu-button {
    --anzhiyu-button-font-weight: var(--anzhiyu-font-weight-primary);
    --anzhiyu-button-border-color: var(--anzhiyu-border-color);
    --anzhiyu-button-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-button-text-color: var(--anzhiyu-text-color-regular);
    --anzhiyu-button-disabled-text-color: var(--anzhiyu-disabled-text-color);
    --anzhiyu-button-disabled-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-button-disabled-border-color: var(--anzhiyu-border-color-light);
    --anzhiyu-button-divide-border-color: rgba(255, 255, 255, .5);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-primary-light-9);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-primary-light-7);
    --anzhiyu-button-active-text-color: var(--anzhiyu-button-hover-text-color);
    --anzhiyu-button-active-border-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-active-bg-color: var(--anzhiyu-button-hover-bg-color);
    --anzhiyu-button-outline-color: var(--anzhiyu-color-primary-light-5);
    --anzhiyu-button-hover-link-text-color: var(--anzhiyu-color-info);
    --anzhiyu-button-active-color: var(--anzhiyu-text-color-primary)
}

.anzhiyu-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    color: var(--anzhiyu-button-text-color);
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: var(--anzhiyu-button-font-weight);
    user-select: none;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: var(--anzhiyu-button-bg-color);
    border: var(--anzhiyu-border);
    border-color: var(--anzhiyu-button-border-color);
    padding: 8px 15px;
    font-size: var(--anzhiyu-font-size-base);
    border-radius: var(--anzhiyu-border-radius-base)
}

.anzhiyu-button:hover, .anzhiyu-button:focus {
    color: var(--anzhiyu-button-hover-text-color);
    border-color: var(--anzhiyu-button-hover-border-color);
    background-color: var(--anzhiyu-button-hover-bg-color);
    outline: none
}

.anzhiyu-button:active {
    color: var(--anzhiyu-button-active-text-color);
    border-color: var(--anzhiyu-button-active-border-color);
    background-color: var(--anzhiyu-button-active-bg-color);
    outline: none
}

.anzhiyu-button:focus-visible {
    outline: 2px solid var(--anzhiyu-button-outline-color);
    outline-offset: 1px
}

.anzhiyu-button > span {
    display: inline-flex;
    align-items: center
}

.anzhiyu-button + .anzhiyu-button {
    margin-left: 12px
}

.anzhiyu-button.is-round {
    padding: 8px 15px
}

.anzhiyu-button::-moz-focus-inner {
    border: 0
}

.anzhiyu-button [class*=anzhiyu-icon] + span {
    margin-left: 6px
}

.anzhiyu-button [class*=anzhiyu-icon] svg {
    vertical-align: bottom
}

.anzhiyu-button.is-plain {
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-primary)
}

.anzhiyu-button.is-active {
    color: var(--anzhiyu-button-active-text-color);
    border-color: var(--anzhiyu-button-active-border-color);
    background-color: var(--anzhiyu-button-active-bg-color);
    outline: none
}

.anzhiyu-button.is-disabled, .anzhiyu-button.is-disabled:hover, .anzhiyu-button.is-disabled:focus {
    color: var(--anzhiyu-button-disabled-text-color);
    cursor: not-allowed;
    background-image: none;
    background-color: var(--anzhiyu-button-disabled-bg-color);
    border-color: var(--anzhiyu-button-disabled-border-color)
}

.anzhiyu-button.is-loading {
    position: relative;
    pointer-events: none
}

.anzhiyu-button.is-loading:before {
    z-index: 1;
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: var(--anzhiyu-mask-color-extra-light)
}

.anzhiyu-button.is-round {
    border-radius: var(--anzhiyu-border-radius-round)
}

.anzhiyu-button.is-circle {
    border-radius: 50%;
    padding: 8px
}

.anzhiyu-button.is-text {
    color: var(--anzhiyu-button-text-color);
    border: 0 solid transparent;
    background-color: transparent
}

.anzhiyu-button.is-text.is-disabled {
    color: var(--anzhiyu-button-disabled-text-color);
    background-color: transparent !important
}

.anzhiyu-button.is-text:not(.is-disabled):hover, .anzhiyu-button.is-text:not(.is-disabled):focus {
    background-color: var(--anzhiyu-fill-color-light)
}

.anzhiyu-button.is-text:not(.is-disabled):focus-visible {
    outline: 2px solid var(--anzhiyu-button-outline-color);
    outline-offset: 1px
}

.anzhiyu-button.is-text:not(.is-disabled):active {
    background-color: var(--anzhiyu-fill-color)
}

.anzhiyu-button.is-text:not(.is-disabled).is-has-bg {
    background-color: var(--anzhiyu-fill-color-light)
}

.anzhiyu-button.is-text:not(.is-disabled).is-has-bg:hover, .anzhiyu-button.is-text:not(.is-disabled).is-has-bg:focus {
    background-color: var(--anzhiyu-fill-color)
}

.anzhiyu-button.is-text:not(.is-disabled).is-has-bg:active {
    background-color: var(--anzhiyu-fill-color-dark)
}

.anzhiyu-button__text--expand {
    letter-spacing: .3em;
    margin-right: -.3em
}

.anzhiyu-button.is-link {
    border-color: transparent;
    color: var(--anzhiyu-button-text-color);
    background: transparent;
    padding: 2px;
    height: auto
}

.anzhiyu-button.is-link:hover, .anzhiyu-button.is-link:focus {
    color: var(--anzhiyu-button-hover-link-text-color)
}

.anzhiyu-button.is-link.is-disabled {
    color: var(--anzhiyu-button-disabled-text-color);
    background-color: transparent !important;
    border-color: transparent !important
}

.anzhiyu-button.is-link:not(.is-disabled):hover, .anzhiyu-button.is-link:not(.is-disabled):focus {
    border-color: transparent;
    background-color: transparent
}

.anzhiyu-button.is-link:not(.is-disabled):active {
    color: var(--anzhiyu-button-active-color);
    border-color: transparent;
    background-color: transparent
}

.anzhiyu-button--text {
    border-color: transparent;
    background: transparent;
    color: var(--anzhiyu-color-primary);
    padding-left: 0;
    padding-right: 0
}

.anzhiyu-button--text.is-disabled {
    color: var(--anzhiyu-button-disabled-text-color);
    background-color: transparent !important;
    border-color: transparent !important
}

.anzhiyu-button--text:not(.is-disabled):hover, .anzhiyu-button--text:not(.is-disabled):focus {
    color: var(--anzhiyu-color-primary-light-3);
    border-color: transparent;
    background-color: transparent
}

.anzhiyu-button--text:not(.is-disabled):active {
    color: var(--anzhiyu-color-primary-dark-2);
    border-color: transparent;
    background-color: transparent
}

.anzhiyu-button__link--expand {
    letter-spacing: .3em;
    margin-right: -.3em
}

.anzhiyu-button--primary {
    --anzhiyu-button-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-border-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-outline-color: var(--anzhiyu-color-primary-light-5);
    --anzhiyu-button-active-color: var(--anzhiyu-color-primary-dark-2);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-link-text-color: var(--anzhiyu-color-primary-light-5);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-primary-light-3);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-primary-light-3);
    --anzhiyu-button-active-bg-color: var(--anzhiyu-color-primary-dark-2);
    --anzhiyu-button-active-border-color: var(--anzhiyu-color-primary-dark-2);
    --anzhiyu-button-disabled-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-disabled-bg-color: var(--anzhiyu-color-primary-light-5);
    --anzhiyu-button-disabled-border-color: var(--anzhiyu-color-primary-light-5)
}

.anzhiyu-button--primary.is-plain, .anzhiyu-button--primary.is-text, .anzhiyu-button--primary.is-link {
    --anzhiyu-button-text-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-primary-light-9);
    --anzhiyu-button-border-color: var(--anzhiyu-color-primary-light-5);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-primary);
    --anzhiyu-button-active-text-color: var(--anzhiyu-color-white)
}

.anzhiyu-button--primary.is-plain.is-disabled, .anzhiyu-button--primary.is-plain.is-disabled:hover, .anzhiyu-button--primary.is-plain.is-disabled:focus, .anzhiyu-button--primary.is-plain.is-disabled:active, .anzhiyu-button--primary.is-text.is-disabled, .anzhiyu-button--primary.is-text.is-disabled:hover, .anzhiyu-button--primary.is-text.is-disabled:focus, .anzhiyu-button--primary.is-text.is-disabled:active, .anzhiyu-button--primary.is-link.is-disabled, .anzhiyu-button--primary.is-link.is-disabled:hover, .anzhiyu-button--primary.is-link.is-disabled:focus, .anzhiyu-button--primary.is-link.is-disabled:active {
    color: var(--anzhiyu-color-primary-light-5);
    background-color: var(--anzhiyu-color-primary-light-9);
    border-color: var(--anzhiyu-color-primary-light-8)
}

.anzhiyu-button--success {
    --anzhiyu-button-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-success);
    --anzhiyu-button-border-color: var(--anzhiyu-color-success);
    --anzhiyu-button-outline-color: var(--anzhiyu-color-success-light-5);
    --anzhiyu-button-active-color: var(--anzhiyu-color-success-dark-2);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-link-text-color: var(--anzhiyu-color-success-light-5);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-success-light-3);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-success-light-3);
    --anzhiyu-button-active-bg-color: var(--anzhiyu-color-success-dark-2);
    --anzhiyu-button-active-border-color: var(--anzhiyu-color-success-dark-2);
    --anzhiyu-button-disabled-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-disabled-bg-color: var(--anzhiyu-color-success-light-5);
    --anzhiyu-button-disabled-border-color: var(--anzhiyu-color-success-light-5)
}

.anzhiyu-button--success.is-plain, .anzhiyu-button--success.is-text, .anzhiyu-button--success.is-link {
    --anzhiyu-button-text-color: var(--anzhiyu-color-success);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-success-light-9);
    --anzhiyu-button-border-color: var(--anzhiyu-color-success-light-5);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-success);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-success);
    --anzhiyu-button-active-text-color: var(--anzhiyu-color-white)
}

.anzhiyu-button--success.is-plain.is-disabled, .anzhiyu-button--success.is-plain.is-disabled:hover, .anzhiyu-button--success.is-plain.is-disabled:focus, .anzhiyu-button--success.is-plain.is-disabled:active, .anzhiyu-button--success.is-text.is-disabled, .anzhiyu-button--success.is-text.is-disabled:hover, .anzhiyu-button--success.is-text.is-disabled:focus, .anzhiyu-button--success.is-text.is-disabled:active, .anzhiyu-button--success.is-link.is-disabled, .anzhiyu-button--success.is-link.is-disabled:hover, .anzhiyu-button--success.is-link.is-disabled:focus, .anzhiyu-button--success.is-link.is-disabled:active {
    color: var(--anzhiyu-color-success-light-5);
    background-color: var(--anzhiyu-color-success-light-9);
    border-color: var(--anzhiyu-color-success-light-8)
}

.anzhiyu-button--warning {
    --anzhiyu-button-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-warning);
    --anzhiyu-button-border-color: var(--anzhiyu-color-warning);
    --anzhiyu-button-outline-color: var(--anzhiyu-color-warning-light-5);
    --anzhiyu-button-active-color: var(--anzhiyu-color-warning-dark-2);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-link-text-color: var(--anzhiyu-color-warning-light-5);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-warning-light-3);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-warning-light-3);
    --anzhiyu-button-active-bg-color: var(--anzhiyu-color-warning-dark-2);
    --anzhiyu-button-active-border-color: var(--anzhiyu-color-warning-dark-2);
    --anzhiyu-button-disabled-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-disabled-bg-color: var(--anzhiyu-color-warning-light-5);
    --anzhiyu-button-disabled-border-color: var(--anzhiyu-color-warning-light-5)
}

.anzhiyu-button--warning.is-plain, .anzhiyu-button--warning.is-text, .anzhiyu-button--warning.is-link {
    --anzhiyu-button-text-color: var(--anzhiyu-color-warning);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-warning-light-9);
    --anzhiyu-button-border-color: var(--anzhiyu-color-warning-light-5);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-warning);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-warning);
    --anzhiyu-button-active-text-color: var(--anzhiyu-color-white)
}

.anzhiyu-button--warning.is-plain.is-disabled, .anzhiyu-button--warning.is-plain.is-disabled:hover, .anzhiyu-button--warning.is-plain.is-disabled:focus, .anzhiyu-button--warning.is-plain.is-disabled:active, .anzhiyu-button--warning.is-text.is-disabled, .anzhiyu-button--warning.is-text.is-disabled:hover, .anzhiyu-button--warning.is-text.is-disabled:focus, .anzhiyu-button--warning.is-text.is-disabled:active, .anzhiyu-button--warning.is-link.is-disabled, .anzhiyu-button--warning.is-link.is-disabled:hover, .anzhiyu-button--warning.is-link.is-disabled:focus, .anzhiyu-button--warning.is-link.is-disabled:active {
    color: var(--anzhiyu-color-warning-light-5);
    background-color: var(--anzhiyu-color-warning-light-9);
    border-color: var(--anzhiyu-color-warning-light-8)
}

.anzhiyu-button--danger {
    --anzhiyu-button-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-danger);
    --anzhiyu-button-border-color: var(--anzhiyu-color-danger);
    --anzhiyu-button-outline-color: var(--anzhiyu-color-danger-light-5);
    --anzhiyu-button-active-color: var(--anzhiyu-color-danger-dark-2);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-link-text-color: var(--anzhiyu-color-danger-light-5);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-danger-light-3);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-danger-light-3);
    --anzhiyu-button-active-bg-color: var(--anzhiyu-color-danger-dark-2);
    --anzhiyu-button-active-border-color: var(--anzhiyu-color-danger-dark-2);
    --anzhiyu-button-disabled-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-disabled-bg-color: var(--anzhiyu-color-danger-light-5);
    --anzhiyu-button-disabled-border-color: var(--anzhiyu-color-danger-light-5)
}

.anzhiyu-button--danger.is-plain, .anzhiyu-button--danger.is-text, .anzhiyu-button--danger.is-link {
    --anzhiyu-button-text-color: var(--anzhiyu-color-danger);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-danger-light-9);
    --anzhiyu-button-border-color: var(--anzhiyu-color-danger-light-5);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-danger);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-danger);
    --anzhiyu-button-active-text-color: var(--anzhiyu-color-white)
}

.anzhiyu-button--danger.is-plain.is-disabled, .anzhiyu-button--danger.is-plain.is-disabled:hover, .anzhiyu-button--danger.is-plain.is-disabled:focus, .anzhiyu-button--danger.is-plain.is-disabled:active, .anzhiyu-button--danger.is-text.is-disabled, .anzhiyu-button--danger.is-text.is-disabled:hover, .anzhiyu-button--danger.is-text.is-disabled:focus, .anzhiyu-button--danger.is-text.is-disabled:active, .anzhiyu-button--danger.is-link.is-disabled, .anzhiyu-button--danger.is-link.is-disabled:hover, .anzhiyu-button--danger.is-link.is-disabled:focus, .anzhiyu-button--danger.is-link.is-disabled:active {
    color: var(--anzhiyu-color-danger-light-5);
    background-color: var(--anzhiyu-color-danger-light-9);
    border-color: var(--anzhiyu-color-danger-light-8)
}

.anzhiyu-button--info {
    --anzhiyu-button-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-info);
    --anzhiyu-button-border-color: var(--anzhiyu-color-info);
    --anzhiyu-button-outline-color: var(--anzhiyu-color-info-light-5);
    --anzhiyu-button-active-color: var(--anzhiyu-color-info-dark-2);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-link-text-color: var(--anzhiyu-color-info-light-5);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-info-light-3);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-info-light-3);
    --anzhiyu-button-active-bg-color: var(--anzhiyu-color-info-dark-2);
    --anzhiyu-button-active-border-color: var(--anzhiyu-color-info-dark-2);
    --anzhiyu-button-disabled-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-disabled-bg-color: var(--anzhiyu-color-info-light-5);
    --anzhiyu-button-disabled-border-color: var(--anzhiyu-color-info-light-5)
}

.anzhiyu-button--info.is-plain, .anzhiyu-button--info.is-text, .anzhiyu-button--info.is-link {
    --anzhiyu-button-text-color: var(--anzhiyu-color-info);
    --anzhiyu-button-bg-color: var(--anzhiyu-color-info-light-9);
    --anzhiyu-button-border-color: var(--anzhiyu-color-info-light-5);
    --anzhiyu-button-hover-text-color: var(--anzhiyu-color-white);
    --anzhiyu-button-hover-bg-color: var(--anzhiyu-color-info);
    --anzhiyu-button-hover-border-color: var(--anzhiyu-color-info);
    --anzhiyu-button-active-text-color: var(--anzhiyu-color-white)
}

.anzhiyu-button--info.is-plain.is-disabled, .anzhiyu-button--info.is-plain.is-disabled:hover, .anzhiyu-button--info.is-plain.is-disabled:focus, .anzhiyu-button--info.is-plain.is-disabled:active, .anzhiyu-button--info.is-text.is-disabled, .anzhiyu-button--info.is-text.is-disabled:hover, .anzhiyu-button--info.is-text.is-disabled:focus, .anzhiyu-button--info.is-text.is-disabled:active, .anzhiyu-button--info.is-link.is-disabled, .anzhiyu-button--info.is-link.is-disabled:hover, .anzhiyu-button--info.is-link.is-disabled:focus, .anzhiyu-button--info.is-link.is-disabled:active {
    color: var(--anzhiyu-color-info-light-5);
    background-color: var(--anzhiyu-color-info-light-9);
    border-color: var(--anzhiyu-color-info-light-8)
}

.anzhiyu-button--large {
    --anzhiyu-button-size: 40px;
    height: var(--anzhiyu-button-size);
    padding: 12px 19px;
    font-size: var(--anzhiyu-font-size-base);
    border-radius: var(--anzhiyu-border-radius-base)
}

.anzhiyu-button--large [class*=anzhiyu-icon] + span {
    margin-left: 8px
}

.anzhiyu-button--large.is-round {
    padding: 12px 19px
}

.anzhiyu-button--large.is-circle {
    width: var(--anzhiyu-button-size);
    padding: 12px
}

.anzhiyu-button--small {
    --anzhiyu-button-size: 24px;
    height: var(--anzhiyu-button-size);
    padding: 5px 11px;
    font-size: 12px;
    border-radius: calc(var(--anzhiyu-border-radius-base) - 1px)
}

.anzhiyu-button--small [class*=anzhiyu-icon] + span {
    margin-left: 4px
}

.anzhiyu-button--small.is-round {
    padding: 5px 11px
}

.anzhiyu-button--small.is-circle {
    width: var(--anzhiyu-button-size);
    padding: 5px
}

.anzhiyu-textarea {
    --anzhiyu-input-text-color: var(--anzhiyu-text-color-regular);
    --anzhiyu-input-border: var(--anzhiyu-border);
    --anzhiyu-input-hover-border: var(--anzhiyu-border-color-hover);
    --anzhiyu-input-focus-border: var(--anzhiyu-color-primary);
    --anzhiyu-input-transparent-border: 0 0 0 1px transparent inset;
    --anzhiyu-input-border-color: var(--anzhiyu-border-color);
    --anzhiyu-input-border-radius: var(--anzhiyu-border-radius-base);
    --anzhiyu-input-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-input-icon-color: var(--anzhiyu-text-color-placeholder);
    --anzhiyu-input-placeholder-color: var(--anzhiyu-text-color-placeholder);
    --anzhiyu-input-hover-border-color: var(--anzhiyu-border-color-hover);
    --anzhiyu-input-clear-hover-color: var(--anzhiyu-text-color-secondary);
    --anzhiyu-input-focus-border-color: var(--anzhiyu-color-primary)
}

.anzhiyu-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: var(--anzhiyu-font-size-base)
}

.anzhiyu-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(--anzhiyu-input-text-color, var(--anzhiyu-text-color-regular));
    background-color: var(--anzhiyu-input-bg-color, var(--anzhiyu-fill-color-blank));
    background-image: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px var(--anzhiyu-input-border-color, var(--anzhiyu-border-color)) inset;
    border-radius: var(--anzhiyu-input-border-radius, var(--anzhiyu-border-radius-base));
    transition: var(--anzhiyu-transition-box-shadow);
    border: none
}

.anzhiyu-textarea__inner::placeholder {
    color: var(--anzhiyu-input-placeholder-color, var(--anzhiyu-text-color-placeholder))
}

.anzhiyu-textarea__inner:hover {
    box-shadow: 0 0 0 1px var(--anzhiyu-input-hover-border-color) inset
}

.anzhiyu-textarea__inner:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--anzhiyu-input-focus-border-color) inset
}

.anzhiyu-textarea .anzhiyu-input__count {
    color: var(--anzhiyu-color-info);
    background: var(--anzhiyu-fill-color-blank);
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    bottom: 5px;
    right: 10px
}

.anzhiyu-textarea.is-disabled .anzhiyu-textarea__inner {
    background-color: var(--anzhiyu-disabled-bg-color);
    border-color: var(--anzhiyu-disabled-border-color);
    color: var(--anzhiyu-disabled-text-color);
    cursor: not-allowed
}

.anzhiyu-textarea.is-disabled .anzhiyu-textarea__inner::placeholder {
    color: var(--anzhiyu-text-color-placeholder)
}

.anzhiyu-textarea.is-exceed .anzhiyu-textarea__inner {
    border-color: var(--anzhiyu-color-danger)
}

.anzhiyu-textarea.is-exceed .anzhiyu-input__count {
    color: var(--anzhiyu-color-danger)
}

.anzhiyu-input {
    --anzhiyu-input-text-color: var(--anzhiyu-text-color-regular);
    --anzhiyu-input-border: var(--anzhiyu-border);
    --anzhiyu-input-hover-border: var(--anzhiyu-border-color-hover);
    --anzhiyu-input-focus-border: var(--anzhiyu-color-primary);
    --anzhiyu-input-transparent-border: 0 0 0 1px transparent inset;
    --anzhiyu-input-border-color: var(--anzhiyu-border-color);
    --anzhiyu-input-border-radius: var(--anzhiyu-border-radius-base);
    --anzhiyu-input-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-input-icon-color: var(--anzhiyu-text-color-placeholder);
    --anzhiyu-input-placeholder-color: var(--anzhiyu-text-color-placeholder);
    --anzhiyu-input-hover-border-color: var(--anzhiyu-border-color-hover);
    --anzhiyu-input-clear-hover-color: var(--anzhiyu-text-color-secondary);
    --anzhiyu-input-focus-border-color: var(--anzhiyu-color-primary)
}

.anzhiyu-input {
    --anzhiyu-input-height: var(--anzhiyu-component-size);
    position: relative;
    font-size: var(--anzhiyu-font-size-base);
    display: inline-flex;
    width: 100%;
    line-height: var(--anzhiyu-input-height);
    box-sizing: border-box;
    vertical-align: middle
}

.anzhiyu-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.anzhiyu-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.anzhiyu-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: var(--anzhiyu-text-color-disabled)
}

.anzhiyu-input::-webkit-scrollbar-corner {
    background: var(--anzhiyu-fill-color-blank)
}

.anzhiyu-input::-webkit-scrollbar-track {
    background: var(--anzhiyu-fill-color-blank)
}

.anzhiyu-input::-webkit-scrollbar-track-piece {
    background: var(--anzhiyu-fill-color-blank);
    width: 6px
}

.anzhiyu-input .anzhiyu-input__clear, .anzhiyu-input .anzhiyu-input__password {
    color: var(--anzhiyu-input-icon-color);
    font-size: 14px;
    cursor: pointer
}

.anzhiyu-input .anzhiyu-input__clear:hover, .anzhiyu-input .anzhiyu-input__password:hover {
    color: var(--anzhiyu-input-clear-hover-color)
}

.anzhiyu-input .anzhiyu-input__count {
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: var(--anzhiyu-color-info);
    font-size: 12px
}

.anzhiyu-input .anzhiyu-input__count .anzhiyu-input__count-inner {
    background: var(--anzhiyu-fill-color-blank);
    line-height: initial;
    display: inline-block;
    padding-left: 8px
}

.anzhiyu-input__wrapper {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 1px 11px;
    background-color: var(--anzhiyu-input-bg-color, var(--anzhiyu-fill-color-blank));
    background-image: none;
    border-radius: var(--anzhiyu-input-border-radius, var(--anzhiyu-border-radius-base));
    transition: var(--anzhiyu-transition-box-shadow);
    box-shadow: 0 0 0 1px var(--anzhiyu-input-border-color, var(--anzhiyu-border-color)) inset
}

.anzhiyu-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--anzhiyu-input-hover-border-color) inset
}

.anzhiyu-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px var(--anzhiyu-input-focus-border-color) inset
}

.anzhiyu-input__inner {
    --anzhiyu-input-inner-height: calc(var(--anzhiyu-input-height, 32px) - 2px);
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    color: var(--anzhiyu-input-text-color, var(--anzhiyu-text-color-regular));
    font-size: inherit;
    height: var(--anzhiyu-input-inner-height);
    line-height: var(--anzhiyu-input-inner-height);
    padding: 0;
    outline: none;
    border: none;
    background: none;
    box-sizing: border-box
}

.anzhiyu-input__inner:focus {
    outline: none
}

.anzhiyu-input__inner::placeholder {
    color: var(--anzhiyu-input-placeholder-color, var(--anzhiyu-text-color-placeholder))
}

.anzhiyu-input__inner[type=password]::-ms-reveal {
    display: none
}

.anzhiyu-input__prefix {
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    text-align: center;
    color: var(--anzhiyu-input-icon-color, var(--anzhiyu-text-color-placeholder));
    transition: all var(--anzhiyu-transition-duration);
    pointer-events: none
}

.anzhiyu-input__prefix-inner {
    pointer-events: all;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.anzhiyu-input__prefix-inner > :last-child {
    margin-right: 8px
}

.anzhiyu-input__prefix-inner > :first-child, .anzhiyu-input__prefix-inner > :first-child.anzhiyu-input__icon {
    margin-left: 0
}

.anzhiyu-input__suffix {
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    text-align: center;
    color: var(--anzhiyu-input-icon-color, var(--anzhiyu-text-color-placeholder));
    transition: all var(--anzhiyu-transition-duration);
    pointer-events: none
}

.anzhiyu-input__suffix-inner {
    pointer-events: all;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.anzhiyu-input__suffix-inner > :first-child {
    margin-left: 8px
}

.anzhiyu-input .anzhiyu-input__icon {
    height: inherit;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all var(--anzhiyu-transition-duration);
    margin-left: 8px
}

.anzhiyu-input__validateIcon {
    pointer-events: none
}

.anzhiyu-input.is-active .anzhiyu-input__wrapper {
    box-shadow: 0 0 0 1px var(--anzhiyu-input-focus-color,) inset
}

.anzhiyu-input.is-disabled {
    cursor: not-allowed
}

.anzhiyu-input.is-disabled .anzhiyu-input__wrapper {
    background-color: var(--anzhiyu-disabled-bg-color);
    box-shadow: 0 0 0 1px var(--anzhiyu-disabled-border-color) inset
}

.anzhiyu-input.is-disabled .anzhiyu-input__inner {
    color: var(--anzhiyu-disabled-text-color);
    -webkit-text-fill-color: var(--anzhiyu-disabled-text-color);
    cursor: not-allowed
}

.anzhiyu-input.is-disabled .anzhiyu-input__inner::placeholder {
    color: var(--anzhiyu-text-color-placeholder)
}

.anzhiyu-input.is-disabled .anzhiyu-input__icon {
    cursor: not-allowed
}

.anzhiyu-input.is-exceed .anzhiyu-input__wrapper {
    box-shadow: 0 0 0 1px var(--anzhiyu-color-danger) inset
}

.anzhiyu-input.is-exceed .anzhiyu-input__suffix .anzhiyu-input__count {
    color: var(--anzhiyu-color-danger)
}

.anzhiyu-input--large {
    --anzhiyu-input-height: var(--anzhiyu-component-size-large);
    font-size: 14px
}

.anzhiyu-input--large .anzhiyu-input__wrapper {
    padding: 1px 15px
}

.anzhiyu-input--large .anzhiyu-input__inner {
    --anzhiyu-input-inner-height: calc(var(--anzhiyu-input-height, 40px) - 2px)
}

.anzhiyu-input--small {
    --anzhiyu-input-height: var(--anzhiyu-component-size-small);
    font-size: 12px
}

.anzhiyu-input--small .anzhiyu-input__wrapper {
    padding: 1px 7px
}

.anzhiyu-input--small .anzhiyu-input__inner {
    --anzhiyu-input-inner-height: calc(var(--anzhiyu-input-height, 24px) - 2px)
}

.anzhiyu-input-group {
    display: inline-flex;
    width: 100%;
    align-items: stretch
}

.anzhiyu-input-group__append, .anzhiyu-input-group__prepend {
    background-color: var(--anzhiyu-fill-color-light);
    color: var(--anzhiyu-color-info);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    border-radius: var(--anzhiyu-input-border-radius);
    padding: 0 20px;
    white-space: nowrap
}

.anzhiyu-input-group__append:focus, .anzhiyu-input-group__prepend:focus {
    outline: none
}

.anzhiyu-input-group__append .anzhiyu-select, .anzhiyu-input-group__append .anzhiyu-button, .anzhiyu-input-group__prepend .anzhiyu-select, .anzhiyu-input-group__prepend .anzhiyu-button {
    display: inline-block;
    margin: 0 -20px
}

.anzhiyu-input-group__append button.anzhiyu-button, .anzhiyu-input-group__append button.anzhiyu-button:hover, .anzhiyu-input-group__append div.anzhiyu-select .anzhiyu-input__wrapper, .anzhiyu-input-group__append div.anzhiyu-select:hover .anzhiyu-input__wrapper, .anzhiyu-input-group__prepend button.anzhiyu-button, .anzhiyu-input-group__prepend button.anzhiyu-button:hover, .anzhiyu-input-group__prepend div.anzhiyu-select .anzhiyu-input__wrapper, .anzhiyu-input-group__prepend div.anzhiyu-select:hover .anzhiyu-input__wrapper {
    border-color: transparent;
    background-color: transparent;
    color: inherit
}

.anzhiyu-input-group__append .anzhiyu-button, .anzhiyu-input-group__append .anzhiyu-input, .anzhiyu-input-group__prepend .anzhiyu-button, .anzhiyu-input-group__prepend .anzhiyu-input {
    font-size: inherit
}

.anzhiyu-input-group__prepend {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 0 0 0 var(--anzhiyu-input-border-color) inset, 0 1px 0 0 var(--anzhiyu-input-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-border-color) inset
}

.anzhiyu-input-group__append {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 0 var(--anzhiyu-input-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-border-color) inset, -1px 0 0 0 var(--anzhiyu-input-border-color) inset
}

.anzhiyu-input-group--prepend > .anzhiyu-input__wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.anzhiyu-input-group--prepend .anzhiyu-input-group__prepend .anzhiyu-select .anzhiyu-input .anzhiyu-input__inner {
    box-shadow: none !important
}

.anzhiyu-input-group--prepend .anzhiyu-input-group__prepend .anzhiyu-select .anzhiyu-input .anzhiyu-input__wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 0 0 0 var(--anzhiyu-input-border-color) inset, 0 1px 0 0 var(--anzhiyu-input-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-border-color) inset
}

.anzhiyu-input-group--prepend .anzhiyu-input-group__prepend .anzhiyu-select .anzhiyu-input.is-focus .anzhiyu-input__inner {
    box-shadow: none !important
}

.anzhiyu-input-group--prepend .anzhiyu-input-group__prepend .anzhiyu-select .anzhiyu-input.is-focus .anzhiyu-input__wrapper {
    box-shadow: 1px 0 0 0 var(--anzhiyu-input-focus-border-color) inset, 1px 0 0 0 var(--anzhiyu-input-focus-border-color), 0 1px 0 0 var(--anzhiyu-input-focus-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-focus-border-color) inset !important;
    z-index: 2
}

.anzhiyu-input-group--prepend .anzhiyu-input-group__prepend .anzhiyu-select .anzhiyu-input.is-focus .anzhiyu-input__wrapper:focus {
    outline: none;
    z-index: 2;
    box-shadow: 1px 0 0 0 var(--anzhiyu-input-focus-border-color) inset, 1px 0 0 0 var(--anzhiyu-input-focus-border-color), 0 1px 0 0 var(--anzhiyu-input-focus-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-focus-border-color) inset !important
}

.anzhiyu-input-group--prepend .anzhiyu-input-group__prepend .anzhiyu-select:hover .anzhiyu-input__inner {
    box-shadow: none !important
}

.anzhiyu-input-group--prepend .anzhiyu-input-group__prepend .anzhiyu-select:hover .anzhiyu-input__wrapper {
    z-index: 1;
    box-shadow: 1px 0 0 0 var(--anzhiyu-input-hover-border-color) inset, 1px 0 0 0 var(--anzhiyu-input-hover-border-color), 0 1px 0 0 var(--anzhiyu-input-hover-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-hover-border-color) inset !important
}

.anzhiyu-input-group--append > .anzhiyu-input__wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.anzhiyu-input-group--append .anzhiyu-input-group__append .anzhiyu-select .anzhiyu-input .anzhiyu-input__inner {
    box-shadow: none !important
}

.anzhiyu-input-group--append .anzhiyu-input-group__append .anzhiyu-select .anzhiyu-input .anzhiyu-input__wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 0 var(--anzhiyu-input-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-border-color) inset, -1px 0 0 0 var(--anzhiyu-input-border-color) inset
}

.anzhiyu-input-group--append .anzhiyu-input-group__append .anzhiyu-select .anzhiyu-input.is-focus .anzhiyu-input__inner {
    box-shadow: none !important
}

.anzhiyu-input-group--append .anzhiyu-input-group__append .anzhiyu-select .anzhiyu-input.is-focus .anzhiyu-input__wrapper {
    z-index: 2;
    box-shadow: -1px 0 0 0 var(--anzhiyu-input-focus-border-color), -1px 0 0 0 var(--anzhiyu-input-focus-border-color) inset, 0 1px 0 0 var(--anzhiyu-input-focus-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-focus-border-color) inset !important
}

.anzhiyu-input-group--append .anzhiyu-input-group__append .anzhiyu-select:hover .anzhiyu-input__inner {
    box-shadow: none !important
}

.anzhiyu-input-group--append .anzhiyu-input-group__append .anzhiyu-select:hover .anzhiyu-input__wrapper {
    z-index: 1;
    box-shadow: -1px 0 0 0 var(--anzhiyu-input-hover-border-color), -1px 0 0 0 var(--anzhiyu-input-hover-border-color) inset, 0 1px 0 0 var(--anzhiyu-input-hover-border-color) inset, 0 -1px 0 0 var(--anzhiyu-input-hover-border-color) inset !important
}

.cf-tip[data-v-cbe43aaf] {
    opacity: .5;
    font-size: 14px;
    margin: 10px
}

.cf-manage-login-btn[data-v-cbe43aaf] {
    margin: 10px
}

.anzhiyu-tabs {
    --anzhiyu-tabs-header-height: 40px
}

.anzhiyu-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px
}

.anzhiyu-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--anzhiyu-color-primary);
    z-index: 1;
    transition: width var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-ease-in-out-bezier), transform var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-ease-in-out-bezier);
    list-style: none
}

.anzhiyu-tabs__new-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    border: 1px solid var(--anzhiyu-border-color);
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin: 10px 0 10px 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: var(--anzhiyu-text-color-primary);
    cursor: pointer;
    transition: all .15s
}

.anzhiyu-tabs__new-tab .is-icon-plus {
    height: inherit;
    width: inherit;
    transform: scale(.8)
}

.anzhiyu-tabs__new-tab .is-icon-plus svg {
    vertical-align: middle
}

.anzhiyu-tabs__new-tab:hover {
    color: var(--anzhiyu-color-primary)
}

.anzhiyu-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative
}

.anzhiyu-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--anzhiyu-border-color-light);
    z-index: var(--anzhiyu-index-normal)
}

.anzhiyu-tabs__nav-wrap.is-scrollable {
    padding: 0 20px;
    box-sizing: border-box
}

.anzhiyu-tabs__nav-scroll {
    overflow: hidden
}

.anzhiyu-tabs__nav-next, .anzhiyu-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 44px;
    font-size: 12px;
    color: var(--anzhiyu-text-color-secondary);
    width: 20px;
    text-align: center
}

.anzhiyu-tabs__nav-next {
    right: 0
}

.anzhiyu-tabs__nav-prev {
    left: 0
}

.anzhiyu-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: transform var(--anzhiyu-transition-duration);
    float: left;
    z-index: calc(var(--anzhiyu-index-normal) + 1)
}

.anzhiyu-tabs__nav.is-stretch {
    min-width: 100%;
    display: flex
}

.anzhiyu-tabs__nav.is-stretch > * {
    flex: 1;
    text-align: center
}

.anzhiyu-tabs__item {
    padding: 0 20px;
    height: var(--anzhiyu-tabs-header-height);
    box-sizing: border-box;
    line-height: var(--anzhiyu-tabs-header-height);
    display: inline-block;
    list-style: none;
    font-size: var(--anzhiyu-font-size-base);
    font-weight: 500;
    color: var(--anzhiyu-text-color-primary);
    position: relative
}

.anzhiyu-tabs__item:focus, .anzhiyu-tabs__item:focus:active {
    outline: none
}

.anzhiyu-tabs__item:focus-visible {
    box-shadow: 0 0 2px 2px var(--anzhiyu-color-primary) inset;
    border-radius: 3px
}

.anzhiyu-tabs__item .is-icon-close {
    border-radius: 50%;
    text-align: center;
    transition: all var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-ease-in-out-bezier);
    margin-left: 5px
}

.anzhiyu-tabs__item .is-icon-close:before {
    transform: scale(.9);
    display: inline-block
}

.anzhiyu-tabs__item .is-icon-close:hover {
    background-color: var(--anzhiyu-text-color-placeholder);
    color: #fff
}

.anzhiyu-tabs__item .is-icon-close svg {
    margin-top: 1px
}

.anzhiyu-tabs__item.is-active {
    color: var(--anzhiyu-color-primary)
}

.anzhiyu-tabs__item:hover {
    color: var(--anzhiyu-color-primary);
    cursor: pointer
}

.anzhiyu-tabs__item.is-disabled {
    color: var(--anzhiyu-disabled-text-color);
    cursor: not-allowed
}

.anzhiyu-tabs__content {
    overflow: hidden;
    position: relative
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header {
    border-bottom: 1px solid var(--anzhiyu-border-color-light);
    height: var(--anzhiyu-tabs-header-height)
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__nav-wrap:after {
    content: none
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__nav {
    border: 1px solid var(--anzhiyu-border-color-light);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__active-bar {
    display: none
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item .is-icon-close {
    position: relative;
    font-size: 12px;
    width: 0;
    height: 14px;
    vertical-align: middle;
    line-height: 15px;
    overflow: hidden;
    top: -1px;
    right: -2px;
    transform-origin: 100% 50%
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item {
    border-bottom: 1px solid transparent;
    border-left: 1px solid var(--anzhiyu-border-color-light);
    transition: color var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-ease-in-out-bezier), padding var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-ease-in-out-bezier)
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item:first-child {
    border-left: none
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item.is-closable:hover {
    padding-left: 13px;
    padding-right: 13px
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item.is-closable:hover .is-icon-close {
    width: 14px
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item.is-active {
    border-bottom-color: var(--anzhiyu-bg-color)
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item.is-active.is-closable {
    padding-left: 20px;
    padding-right: 20px
}

.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item.is-active.is-closable .is-icon-close {
    width: 14px
}

.anzhiyu-tabs--border-card {
    background: var(--anzhiyu-bg-color-overlay);
    border: 1px solid var(--anzhiyu-border-color)
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__content {
    padding: 15px
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header {
    background-color: var(--anzhiyu-fill-color-light);
    border-bottom: 1px solid var(--anzhiyu-border-color-light);
    margin: 0
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__nav-wrap:after {
    content: none
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item {
    transition: all var(--anzhiyu-transition-duration) var(--anzhiyu-transition-function-ease-in-out-bezier);
    border: 1px solid transparent;
    margin-top: -1px;
    color: var(--anzhiyu-text-color-secondary)
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item:first-child {
    margin-left: -1px
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item + .anzhiyu-tabs__item {
    margin-left: -1px
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item.is-active {
    color: var(--anzhiyu-color-primary);
    background-color: var(--anzhiyu-bg-color-overlay);
    border-right-color: var(--anzhiyu-border-color);
    border-left-color: var(--anzhiyu-border-color)
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item:not(.is-disabled):hover {
    color: var(--anzhiyu-color-primary)
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item.is-disabled {
    color: var(--anzhiyu-disabled-text-color)
}

.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .is-scrollable .anzhiyu-tabs__item:first-child {
    margin-left: 0
}

.anzhiyu-tabs--top .anzhiyu-tabs__item.is-top:nth-child(2), .anzhiyu-tabs--top .anzhiyu-tabs__item.is-bottom:nth-child(2), .anzhiyu-tabs--bottom .anzhiyu-tabs__item.is-top:nth-child(2), .anzhiyu-tabs--bottom .anzhiyu-tabs__item.is-bottom:nth-child(2) {
    padding-left: 0
}

.anzhiyu-tabs--top .anzhiyu-tabs__item.is-top:last-child, .anzhiyu-tabs--top .anzhiyu-tabs__item.is-bottom:last-child, .anzhiyu-tabs--bottom .anzhiyu-tabs__item.is-top:last-child, .anzhiyu-tabs--bottom .anzhiyu-tabs__item.is-bottom:last-child {
    padding-right: 0
}

.anzhiyu-tabs--top.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2), .anzhiyu-tabs--top.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2), .anzhiyu-tabs--top .anzhiyu-tabs--left > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2), .anzhiyu-tabs--top .anzhiyu-tabs--right > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2), .anzhiyu-tabs--bottom.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2), .anzhiyu-tabs--bottom.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2), .anzhiyu-tabs--bottom .anzhiyu-tabs--left > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2), .anzhiyu-tabs--bottom .anzhiyu-tabs--right > .anzhiyu-tabs__header .anzhiyu-tabs__item:nth-child(2) {
    padding-left: 20px
}

.anzhiyu-tabs--top.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child, .anzhiyu-tabs--top.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child, .anzhiyu-tabs--top .anzhiyu-tabs--left > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child, .anzhiyu-tabs--top .anzhiyu-tabs--right > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child, .anzhiyu-tabs--bottom.anzhiyu-tabs--border-card > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child, .anzhiyu-tabs--bottom.anzhiyu-tabs--card > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child, .anzhiyu-tabs--bottom .anzhiyu-tabs--left > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child, .anzhiyu-tabs--bottom .anzhiyu-tabs--right > .anzhiyu-tabs__header .anzhiyu-tabs__item:last-child {
    padding-right: 20px
}

.anzhiyu-tabs--bottom .anzhiyu-tabs__header.is-bottom {
    margin-bottom: 0;
    margin-top: 10px
}

.anzhiyu-tabs--bottom.anzhiyu-tabs--border-card .anzhiyu-tabs__header.is-bottom {
    border-bottom: 0;
    border-top: 1px solid var(--anzhiyu-border-color)
}

.anzhiyu-tabs--bottom.anzhiyu-tabs--border-card .anzhiyu-tabs__nav-wrap.is-bottom {
    margin-top: -1px;
    margin-bottom: 0
}

.anzhiyu-tabs--bottom.anzhiyu-tabs--border-card .anzhiyu-tabs__item.is-bottom:not(.is-active) {
    border: 1px solid transparent
}

.anzhiyu-tabs--bottom.anzhiyu-tabs--border-card .anzhiyu-tabs__item.is-bottom {
    margin: 0 -1px -1px
}

.anzhiyu-tabs--left, .anzhiyu-tabs--right {
    overflow: hidden
}

.anzhiyu-tabs--left .anzhiyu-tabs__header.is-left, .anzhiyu-tabs--left .anzhiyu-tabs__header.is-right, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right, .anzhiyu-tabs--left .anzhiyu-tabs__nav-scroll, .anzhiyu-tabs--right .anzhiyu-tabs__header.is-left, .anzhiyu-tabs--right .anzhiyu-tabs__header.is-right, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right, .anzhiyu-tabs--right .anzhiyu-tabs__nav-scroll {
    height: 100%
}

.anzhiyu-tabs--left .anzhiyu-tabs__active-bar.is-left, .anzhiyu-tabs--left .anzhiyu-tabs__active-bar.is-right, .anzhiyu-tabs--right .anzhiyu-tabs__active-bar.is-left, .anzhiyu-tabs--right .anzhiyu-tabs__active-bar.is-right {
    top: 0;
    bottom: auto;
    width: 2px;
    height: auto
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right {
    margin-bottom: 0
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-prev, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-next, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-prev, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-next, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-prev, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-next, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-prev, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-next {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-prev i, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-next i, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-prev i, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-next i, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-prev i, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-next i, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-prev i, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-next i {
    transform: rotate(90deg)
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-prev, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-prev, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-prev, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-prev {
    left: auto;
    top: 0
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-next, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-next, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left > .anzhiyu-tabs__nav-next, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right > .anzhiyu-tabs__nav-next {
    right: auto;
    bottom: 0
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left.is-scrollable, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right.is-scrollable, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left.is-scrollable, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right.is-scrollable {
    padding: 30px 0
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left:after, .anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-right:after, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-left:after, .anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right:after {
    height: 100%;
    width: 2px;
    bottom: auto;
    top: 0
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav.is-left, .anzhiyu-tabs--left .anzhiyu-tabs__nav.is-right, .anzhiyu-tabs--right .anzhiyu-tabs__nav.is-left, .anzhiyu-tabs--right .anzhiyu-tabs__nav.is-right {
    float: none
}

.anzhiyu-tabs--left .anzhiyu-tabs__item.is-left, .anzhiyu-tabs--left .anzhiyu-tabs__item.is-right, .anzhiyu-tabs--right .anzhiyu-tabs__item.is-left, .anzhiyu-tabs--right .anzhiyu-tabs__item.is-right {
    display: block
}

.anzhiyu-tabs--left .anzhiyu-tabs__header.is-left {
    float: left;
    margin-bottom: 0;
    margin-right: 10px
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left {
    margin-right: -1px
}

.anzhiyu-tabs--left .anzhiyu-tabs__nav-wrap.is-left:after {
    left: auto;
    right: 0
}

.anzhiyu-tabs--left .anzhiyu-tabs__active-bar.is-left {
    right: 0;
    left: auto
}

.anzhiyu-tabs--left .anzhiyu-tabs__item.is-left {
    text-align: right
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__active-bar.is-left {
    display: none
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__item.is-left {
    border-left: none;
    border-right: 1px solid var(--anzhiyu-border-color-light);
    border-bottom: none;
    border-top: 1px solid var(--anzhiyu-border-color-light);
    text-align: left
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__item.is-left:first-child {
    border-right: 1px solid var(--anzhiyu-border-color-light);
    border-top: none
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__item.is-left.is-active {
    border: 1px solid var(--anzhiyu-border-color-light);
    border-right-color: #fff;
    border-left: none;
    border-bottom: none
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__item.is-left.is-active:first-child {
    border-top: none
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__item.is-left.is-active:last-child {
    border-bottom: none
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__nav {
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid var(--anzhiyu-border-color-light);
    border-right: none
}

.anzhiyu-tabs--left.anzhiyu-tabs--card .anzhiyu-tabs__new-tab {
    float: none
}

.anzhiyu-tabs--left.anzhiyu-tabs--border-card .anzhiyu-tabs__header.is-left {
    border-right: 1px solid var(--anzhiyu-border-color)
}

.anzhiyu-tabs--left.anzhiyu-tabs--border-card .anzhiyu-tabs__item.is-left {
    border: 1px solid transparent;
    margin: -1px 0 -1px -1px
}

.anzhiyu-tabs--left.anzhiyu-tabs--border-card .anzhiyu-tabs__item.is-left.is-active {
    border-color: transparent;
    border-top-color: #d1dbe5;
    border-bottom-color: #d1dbe5
}

.anzhiyu-tabs--right .anzhiyu-tabs__header.is-right {
    float: right;
    margin-bottom: 0;
    margin-left: 10px
}

.anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right {
    margin-left: -1px
}

.anzhiyu-tabs--right .anzhiyu-tabs__nav-wrap.is-right:after {
    left: 0;
    right: auto
}

.anzhiyu-tabs--right .anzhiyu-tabs__active-bar.is-right {
    left: 0
}

.anzhiyu-tabs--right.anzhiyu-tabs--card .anzhiyu-tabs__active-bar.is-right {
    display: none
}

.anzhiyu-tabs--right.anzhiyu-tabs--card .anzhiyu-tabs__item.is-right {
    border-bottom: none;
    border-top: 1px solid var(--anzhiyu-border-color-light)
}

.anzhiyu-tabs--right.anzhiyu-tabs--card .anzhiyu-tabs__item.is-right:first-child {
    border-left: 1px solid var(--anzhiyu-border-color-light);
    border-top: none
}

.anzhiyu-tabs--right.anzhiyu-tabs--card .anzhiyu-tabs__item.is-right.is-active {
    border: 1px solid var(--anzhiyu-border-color-light);
    border-left-color: #fff;
    border-right: none;
    border-bottom: none
}

.anzhiyu-tabs--right.anzhiyu-tabs--card .anzhiyu-tabs__item.is-right.is-active:first-child {
    border-top: none
}

.anzhiyu-tabs--right.anzhiyu-tabs--card .anzhiyu-tabs__item.is-right.is-active:last-child {
    border-bottom: none
}

.anzhiyu-tabs--right.anzhiyu-tabs--card .anzhiyu-tabs__nav {
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid var(--anzhiyu-border-color-light);
    border-left: none
}

.anzhiyu-tabs--right.anzhiyu-tabs--border-card .anzhiyu-tabs__header.is-right {
    border-left: 1px solid var(--anzhiyu-border-color)
}

.anzhiyu-tabs--right.anzhiyu-tabs--border-card .anzhiyu-tabs__item.is-right {
    border: 1px solid transparent;
    margin: -1px -1px -1px 0
}

.anzhiyu-tabs--right.anzhiyu-tabs--border-card .anzhiyu-tabs__item.is-right.is-active {
    border-color: transparent;
    border-top-color: #d1dbe5;
    border-bottom-color: #d1dbe5
}

.slideInRight-transition, .slideInLeft-transition {
    display: inline-block
}

.slideInRight-enter {
    animation: slideInRight-enter var(--anzhiyu-transition-duration)
}

.slideInRight-leave {
    position: absolute;
    left: 0;
    right: 0;
    animation: slideInRight-leave var(--anzhiyu-transition-duration)
}

.slideInLeft-enter {
    animation: slideInLeft-enter var(--anzhiyu-transition-duration)
}

.slideInLeft-leave {
    position: absolute;
    left: 0;
    right: 0;
    animation: slideInLeft-leave var(--anzhiyu-transition-duration)
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translate(100%)
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translate(0)
    }
}

@keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translate(0);
        opacity: 1
    }
    to {
        transform-origin: 0 0;
        transform: translate(100%);
        opacity: 0
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translate(-100%)
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translate(0)
    }
}

@keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translate(0);
        opacity: 1
    }
    to {
        transform-origin: 0 0;
        transform: translate(-100%);
        opacity: 0
    }
}

.manage-panel-main-about a[data-v-6ed58530] {
    text-decoration: none;
    border-bottom: 2px solid var(--anzhiyu-lighttext) !important;
    color: var(--anzhiyu-fontcolor);
    font-weight: 700;
    padding: 0 4px
}

.manage-panel-main-about a[data-v-6ed58530]:hover {
    border-bottom: 2px solid var(--anzhiyu-none);
    color: var(--anzhiyu-white);
    background: var(--anzhiyu-main);
    border-radius: 4px;
    box-shadow: var(--anzhiyu-shadow-main)
}

.anzhiyu-form {
    --anzhiyu-form-label-font-size: var(--anzhiyu-font-size-base)
}

.anzhiyu-form--label-left .anzhiyu-form-item__label {
    justify-content: flex-start
}

.anzhiyu-form--label-top .anzhiyu-form-item {
    display: block
}

.anzhiyu-form--label-top .anzhiyu-form-item .anzhiyu-form-item__label {
    display: block;
    height: auto;
    text-align: left;
    margin-bottom: 8px;
    line-height: 22px
}

.anzhiyu-form--inline .anzhiyu-form-item {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 32px
}

.anzhiyu-form--inline.anzhiyu-form--label-top {
    display: flex;
    flex-wrap: wrap
}

.anzhiyu-form--inline.anzhiyu-form--label-top .anzhiyu-form-item {
    display: block
}

.anzhiyu-form--large.anzhiyu-form--label-top .anzhiyu-form-item .anzhiyu-form-item__label {
    margin-bottom: 12px;
    line-height: 22px
}

.anzhiyu-form--default.anzhiyu-form--label-top .anzhiyu-form-item .anzhiyu-form-item__label {
    margin-bottom: 8px;
    line-height: 22px
}

.anzhiyu-form--small.anzhiyu-form--label-top .anzhiyu-form-item .anzhiyu-form-item__label {
    margin-bottom: 4px;
    line-height: 20px
}

.anzhiyu-form-item {
    display: flex;
    --font-size: 14px;
    margin-bottom: 18px
}

.anzhiyu-form-item .anzhiyu-form-item {
    margin-bottom: 0
}

.anzhiyu-form-item .anzhiyu-input__validateIcon {
    display: none
}

.anzhiyu-form-item--large {
    --font-size: 14px;
    --anzhiyu-form-label-font-size: var(--font-size);
    margin-bottom: 22px
}

.anzhiyu-form-item--large .anzhiyu-form-item__label {
    height: 40px;
    line-height: 40px
}

.anzhiyu-form-item--large .anzhiyu-form-item__content {
    line-height: 40px
}

.anzhiyu-form-item--large .anzhiyu-form-item__error {
    padding-top: 4px
}

.anzhiyu-form-item--default {
    --font-size: 14px;
    --anzhiyu-form-label-font-size: var(--font-size);
    margin-bottom: 18px
}

.anzhiyu-form-item--default .anzhiyu-form-item__label {
    height: 32px;
    line-height: 32px
}

.anzhiyu-form-item--default .anzhiyu-form-item__content {
    line-height: 32px
}

.anzhiyu-form-item--default .anzhiyu-form-item__error {
    padding-top: 2px
}

.anzhiyu-form-item--small {
    --font-size: 12px;
    --anzhiyu-form-label-font-size: var(--font-size);
    margin-bottom: 18px
}

.anzhiyu-form-item--small .anzhiyu-form-item__label {
    height: 24px;
    line-height: 24px
}

.anzhiyu-form-item--small .anzhiyu-form-item__content {
    line-height: 24px
}

.anzhiyu-form-item--small .anzhiyu-form-item__error {
    padding-top: 2px
}

.anzhiyu-form-item__label-wrap {
    display: flex
}

.anzhiyu-form-item__label {
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 0 0 auto;
    font-size: var(--anzhiyu-form-label-font-size);
    color: var(--anzhiyu-text-color-regular);
    height: 32px;
    line-height: 32px;
    padding: 0 12px 0 0;
    box-sizing: border-box
}

.anzhiyu-form-item__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    line-height: 32px;
    position: relative;
    font-size: var(--font-size);
    min-width: 0
}

.anzhiyu-form-item__content .anzhiyu-input-group {
    vertical-align: top
}

.anzhiyu-form-item__error {
    color: var(--anzhiyu-color-danger);
    font-size: 12px;
    line-height: 1;
    padding-top: 2px;
    position: absolute;
    top: 100%;
    left: 0
}

.anzhiyu-form-item__error--inline {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px
}

.anzhiyu-form-item.is-required:not(.is-no-asterisk).asterisk-left > .anzhiyu-form-item__label:before, .anzhiyu-form-item.is-required:not(.is-no-asterisk).asterisk-left > .anzhiyu-form-item__label-wrap > .anzhiyu-form-item__label:before {
    content: "*";
    color: var(--anzhiyu-color-danger);
    margin-right: 4px
}

.anzhiyu-form-item.is-required:not(.is-no-asterisk).asterisk-right > .anzhiyu-form-item__label:after, .anzhiyu-form-item.is-required:not(.is-no-asterisk).asterisk-right > .anzhiyu-form-item__label-wrap > .anzhiyu-form-item__label:after {
    content: "*";
    color: var(--anzhiyu-color-danger);
    margin-left: 4px
}

.anzhiyu-form-item.is-error .anzhiyu-select-v2__wrapper, .anzhiyu-form-item.is-error .anzhiyu-select-v2__wrapper:focus, .anzhiyu-form-item.is-error .anzhiyu-textarea__inner, .anzhiyu-form-item.is-error .anzhiyu-textarea__inner:focus {
    box-shadow: 0 0 0 1px var(--anzhiyu-color-danger) inset
}

.anzhiyu-form-item.is-error .anzhiyu-input__wrapper {
    box-shadow: 0 0 0 1px var(--anzhiyu-color-danger) inset
}

.anzhiyu-form-item.is-error .anzhiyu-input-group__append .anzhiyu-input__wrapper, .anzhiyu-form-item.is-error .anzhiyu-input-group__prepend .anzhiyu-input__wrapper {
    box-shadow: 0 0 0 1px transparent inset
}

.anzhiyu-form-item.is-error .anzhiyu-input__validateIcon {
    color: var(--anzhiyu-color-danger)
}

.anzhiyu-form-item--feedback .anzhiyu-input__validateIcon {
    display: inline-flex
}

.anzhiyu-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box
}

.anzhiyu-row.is-justify-center {
    justify-content: center
}

.anzhiyu-row.is-justify-end {
    justify-content: flex-end
}

.anzhiyu-row.is-justify-space-between {
    justify-content: space-between
}

.anzhiyu-row.is-justify-space-around {
    justify-content: space-around
}

.anzhiyu-row.is-justify-space-evenly {
    justify-content: space-evenly
}

.anzhiyu-row.is-align-middle {
    align-items: center
}

.anzhiyu-row.is-align-bottom {
    align-items: flex-end
}

.anzhiyu-icon-loading {
    animation: rotating 2s linear infinite
}

.anzhiyu-icon--right {
    margin-left: 5px
}

.anzhiyu-icon--left {
    margin-right: 5px
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.anzhiyu-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
}

.anzhiyu-icon.is-loading {
    animation: rotating 2s linear infinite
}

.anzhiyu-icon svg {
    height: 1em;
    width: 1em
}

.anzhiyu-tag {
    --anzhiyu-tag-font-size: 12px;
    --anzhiyu-tag-border-radius: 4px;
    --anzhiyu-tag-border-radius-rounded: 9999px
}

.anzhiyu-tag {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-primary-light-9);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-primary-light-8);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-primary);
    --anzhiyu-tag-text-color: var(--anzhiyu-color-primary);
    background-color: var(--anzhiyu-tag-bg-color);
    border-color: var(--anzhiyu-tag-border-color);
    color: var(--anzhiyu-tag-text-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    font-size: var(--anzhiyu-tag-font-size);
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--anzhiyu-tag-border-radius);
    box-sizing: border-box;
    white-space: nowrap;
    --anzhiyu-icon-size: 14px
}

.anzhiyu-tag.anzhiyu-tag--primary {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-primary-light-9);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-primary-light-8);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-primary)
}

.anzhiyu-tag.anzhiyu-tag--success {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-success-light-9);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-success-light-8);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-success)
}

.anzhiyu-tag.anzhiyu-tag--warning {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-warning-light-9);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-warning-light-8);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-warning)
}

.anzhiyu-tag.anzhiyu-tag--danger {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-danger-light-9);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-danger-light-8);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-danger)
}

.anzhiyu-tag.anzhiyu-tag--error {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-error-light-9);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-error-light-8);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-error)
}

.anzhiyu-tag.anzhiyu-tag--info {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-info-light-9);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-info-light-8);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-info)
}

.anzhiyu-tag.anzhiyu-tag--primary {
    --anzhiyu-tag-text-color: var(--anzhiyu-color-primary)
}

.anzhiyu-tag.anzhiyu-tag--success {
    --anzhiyu-tag-text-color: var(--anzhiyu-color-success)
}

.anzhiyu-tag.anzhiyu-tag--warning {
    --anzhiyu-tag-text-color: var(--anzhiyu-color-warning)
}

.anzhiyu-tag.anzhiyu-tag--danger {
    --anzhiyu-tag-text-color: var(--anzhiyu-color-danger)
}

.anzhiyu-tag.anzhiyu-tag--error {
    --anzhiyu-tag-text-color: var(--anzhiyu-color-error)
}

.anzhiyu-tag.anzhiyu-tag--info {
    --anzhiyu-tag-text-color: var(--anzhiyu-color-info)
}

.anzhiyu-tag.is-hit {
    border-color: var(--anzhiyu-color-primary)
}

.anzhiyu-tag.is-round {
    border-radius: var(--anzhiyu-tag-border-radius-rounded)
}

.anzhiyu-tag .anzhiyu-tag__close {
    color: var(--anzhiyu-tag-text-color)
}

.anzhiyu-tag .anzhiyu-tag__close:hover {
    color: var(--anzhiyu-color-white);
    background-color: var(--anzhiyu-tag-hover-color)
}

.anzhiyu-tag .anzhiyu-icon {
    border-radius: 50%;
    cursor: pointer;
    font-size: calc(var(--anzhiyu-icon-size) - 2px);
    height: var(--anzhiyu-icon-size);
    width: var(--anzhiyu-icon-size)
}

.anzhiyu-tag .anzhiyu-tag__close {
    margin-left: 6px
}

.anzhiyu-tag--dark {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-primary);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-primary);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-primary-light-3);
    --anzhiyu-tag-text-color: var(--anzhiyu-color-white)
}

.anzhiyu-tag--dark.anzhiyu-tag--primary {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-primary);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-primary);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-primary-light-3)
}

.anzhiyu-tag--dark.anzhiyu-tag--success {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-success);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-success);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-success-light-3)
}

.anzhiyu-tag--dark.anzhiyu-tag--warning {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-warning);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-warning);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-warning-light-3)
}

.anzhiyu-tag--dark.anzhiyu-tag--danger {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-danger);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-danger);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-danger-light-3)
}

.anzhiyu-tag--dark.anzhiyu-tag--error {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-error);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-error);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-error-light-3)
}

.anzhiyu-tag--dark.anzhiyu-tag--info {
    --anzhiyu-tag-bg-color: var(--anzhiyu-color-info);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-info);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-info-light-3)
}

.anzhiyu-tag--dark.anzhiyu-tag--primary, .anzhiyu-tag--dark.anzhiyu-tag--success, .anzhiyu-tag--dark.anzhiyu-tag--warning, .anzhiyu-tag--dark.anzhiyu-tag--danger, .anzhiyu-tag--dark.anzhiyu-tag--error, .anzhiyu-tag--dark.anzhiyu-tag--info {
    --anzhiyu-tag-text-color: var(--anzhiyu-color-white)
}

.anzhiyu-tag--plain {
    --anzhiyu-tag-border-color: var(--anzhiyu-color-primary-light-5);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-primary);
    --anzhiyu-tag-bg-color: var(--anzhiyu-fill-color-blank)
}

.anzhiyu-tag--plain.anzhiyu-tag--primary {
    --anzhiyu-tag-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-primary-light-5);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-primary)
}

.anzhiyu-tag--plain.anzhiyu-tag--success {
    --anzhiyu-tag-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-success-light-5);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-success)
}

.anzhiyu-tag--plain.anzhiyu-tag--warning {
    --anzhiyu-tag-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-warning-light-5);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-warning)
}

.anzhiyu-tag--plain.anzhiyu-tag--danger {
    --anzhiyu-tag-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-danger-light-5);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-danger)
}

.anzhiyu-tag--plain.anzhiyu-tag--error {
    --anzhiyu-tag-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-error-light-5);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-error)
}

.anzhiyu-tag--plain.anzhiyu-tag--info {
    --anzhiyu-tag-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-tag-border-color: var(--anzhiyu-color-info-light-5);
    --anzhiyu-tag-hover-color: var(--anzhiyu-color-info)
}

.anzhiyu-tag.is-closable {
    padding-right: 5px
}

.anzhiyu-tag--large {
    padding: 0 11px;
    height: 32px;
    --anzhiyu-icon-size: 16px
}

.anzhiyu-tag--large .anzhiyu-tag__close {
    margin-left: 8px
}

.anzhiyu-tag--large.is-closable {
    padding-right: 7px
}

.anzhiyu-tag--small {
    padding: 0 7px;
    height: 20px;
    --anzhiyu-icon-size: 12px
}

.anzhiyu-tag--small .anzhiyu-tag__close {
    margin-left: 4px
}

.anzhiyu-tag--small.is-closable {
    padding-right: 3px
}

.anzhiyu-tag--small .anzhiyu-icon-close {
    transform: scale(.8)
}

.anzhiyu-tag.anzhiyu-tag--primary.is-hit {
    border-color: var(--anzhiyu-color-primary)
}

.anzhiyu-tag.anzhiyu-tag--success.is-hit {
    border-color: var(--anzhiyu-color-success)
}

.anzhiyu-tag.anzhiyu-tag--warning.is-hit {
    border-color: var(--anzhiyu-color-warning)
}

.anzhiyu-tag.anzhiyu-tag--danger.is-hit {
    border-color: var(--anzhiyu-color-danger)
}

.anzhiyu-tag.anzhiyu-tag--error.is-hit {
    border-color: var(--anzhiyu-color-error)
}

.anzhiyu-tag.anzhiyu-tag--info.is-hit {
    border-color: var(--anzhiyu-color-info)
}

.anzhiyu-select-dropdown__item {
    font-size: var(--anzhiyu-font-size-base);
    padding: 0 32px 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--anzhiyu-text-color-regular);
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer
}

.anzhiyu-select-dropdown__item.is-disabled {
    color: var(--anzhiyu-text-color-placeholder);
    cursor: not-allowed
}

.anzhiyu-select-dropdown__item.hover, .anzhiyu-select-dropdown__item:hover {
    background-color: var(--anzhiyu-fill-color-light)
}

.anzhiyu-select-dropdown__item.selected {
    color: var(--anzhiyu-color-primary);
    font-weight: 700
}

.anzhiyu-select-group {
    margin: 0;
    padding: 0
}

.anzhiyu-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.anzhiyu-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px
}

.anzhiyu-select-group__wrap:not(:last-of-type):after {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: var(--anzhiyu-border-color-light)
}

.anzhiyu-select-group__split-dash {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background: var(--anzhiyu-border-color-light)
}

.anzhiyu-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: var(--anzhiyu-color-info);
    line-height: 30px
}

.anzhiyu-select-group .anzhiyu-select-dropdown__item {
    padding-left: 20px
}

.anzhiyu-scrollbar {
    --anzhiyu-scrollbar-opacity: .3;
    --anzhiyu-scrollbar-bg-color: var(--anzhiyu-text-color-secondary);
    --anzhiyu-scrollbar-hover-opacity: .5;
    --anzhiyu-scrollbar-hover-bg-color: var(--anzhiyu-text-color-secondary)
}

.anzhiyu-scrollbar {
    overflow: hidden;
    position: relative;
    height: 100%
}

.anzhiyu-scrollbar__wrap {
    overflow: auto;
    height: 100%
}

.anzhiyu-scrollbar__wrap--hidden-default {
    scrollbar-width: none
}

.anzhiyu-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    display: none
}

.anzhiyu-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: var(--anzhiyu-scrollbar-bg-color, var(--anzhiyu-text-color-secondary));
    transition: var(--anzhiyu-transition-duration) background-color;
    opacity: var(--anzhiyu-scrollbar-opacity, .3)
}

.anzhiyu-scrollbar__thumb:hover {
    background-color: var(--anzhiyu-scrollbar-hover-bg-color, var(--anzhiyu-text-color-secondary));
    opacity: var(--anzhiyu-scrollbar-hover-opacity, .5)
}

.anzhiyu-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px
}

.anzhiyu-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px
}

.anzhiyu-scrollbar__bar.is-vertical > div {
    width: 100%
}

.anzhiyu-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px
}

.anzhiyu-scrollbar__bar.is-horizontal > div {
    height: 100%
}

.anzhiyu-scrollbar-fade-enter-active {
    transition: opacity .34s ease-out
}

.anzhiyu-scrollbar-fade-leave-active {
    transition: opacity .12s ease-out
}

.anzhiyu-scrollbar-fade-enter-from, .anzhiyu-scrollbar-fade-leave-active {
    opacity: 0
}

.anzhiyu-popper {
    --anzhiyu-popper-border-radius: var(--anzhiyu-popover-border-radius, 4px)
}

.anzhiyu-popper {
    position: absolute;
    border-radius: var(--anzhiyu-popper-border-radius);
    padding: 5px 11px;
    z-index: 2000;
    font-size: 12px;
    line-height: 20px;
    min-width: 10px;
    word-wrap: break-word;
    visibility: visible
}

.anzhiyu-popper.is-dark {
    color: var(--anzhiyu-bg-color);
    background: var(--anzhiyu-text-color-primary);
    border: 1px solid var(--anzhiyu-text-color-primary)
}

.anzhiyu-popper.is-dark .anzhiyu-popper__arrow:before {
    border: 1px solid var(--anzhiyu-text-color-primary);
    background: var(--anzhiyu-text-color-primary);
    right: 0
}

.anzhiyu-popper.is-light {
    background: var(--anzhiyu-bg-color-overlay);
    border: 1px solid var(--anzhiyu-border-color-light)
}

.anzhiyu-popper.is-light .anzhiyu-popper__arrow:before {
    border: 1px solid var(--anzhiyu-border-color-light);
    background: var(--anzhiyu-bg-color-overlay);
    right: 0
}

.anzhiyu-popper.is-pure {
    padding: 0
}

.anzhiyu-popper__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1
}

.anzhiyu-popper__arrow:before {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    content: " ";
    transform: rotate(45deg);
    background: var(--anzhiyu-text-color-primary);
    box-sizing: border-box
}

.anzhiyu-popper[data-popper-placement^=top] > .anzhiyu-popper__arrow {
    bottom: -5px
}

.anzhiyu-popper[data-popper-placement^=top] > .anzhiyu-popper__arrow:before {
    border-bottom-right-radius: 2px
}

.anzhiyu-popper[data-popper-placement^=bottom] > .anzhiyu-popper__arrow {
    top: -5px
}

.anzhiyu-popper[data-popper-placement^=bottom] > .anzhiyu-popper__arrow:before {
    border-top-left-radius: 2px
}

.anzhiyu-popper[data-popper-placement^=left] > .anzhiyu-popper__arrow {
    right: -5px
}

.anzhiyu-popper[data-popper-placement^=left] > .anzhiyu-popper__arrow:before {
    border-top-right-radius: 2px
}

.anzhiyu-popper[data-popper-placement^=right] > .anzhiyu-popper__arrow {
    left: -5px
}

.anzhiyu-popper[data-popper-placement^=right] > .anzhiyu-popper__arrow:before {
    border-bottom-left-radius: 2px
}

.anzhiyu-popper[data-popper-placement^=top] .anzhiyu-popper__arrow:before {
    border-top-color: transparent !important;
    border-left-color: transparent !important
}

.anzhiyu-popper[data-popper-placement^=bottom] .anzhiyu-popper__arrow:before {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important
}

.anzhiyu-popper[data-popper-placement^=left] .anzhiyu-popper__arrow:before {
    border-left-color: transparent !important;
    border-bottom-color: transparent !important
}

.anzhiyu-popper[data-popper-placement^=right] .anzhiyu-popper__arrow:before {
    border-right-color: transparent !important;
    border-top-color: transparent !important
}

.anzhiyu-select-dropdown {
    z-index: calc(var(--anzhiyu-index-top) + 1);
    border-radius: var(--anzhiyu-border-radius-base);
    box-sizing: border-box
}

.anzhiyu-select-dropdown.is-multiple .anzhiyu-select-dropdown__item.selected {
    color: var(--anzhiyu-color-primary);
    background-color: var(--anzhiyu-bg-color-overlay)
}

.anzhiyu-select-dropdown.is-multiple .anzhiyu-select-dropdown__item.selected.hover {
    background-color: var(--anzhiyu-fill-color-light)
}

.anzhiyu-select-dropdown.is-multiple .anzhiyu-select-dropdown__item.selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: none;
    border-right: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--anzhiyu-color-primary);
    mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size: 100% 100%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px
}

.anzhiyu-select-dropdown.is-multiple .anzhiyu-select-dropdown__item.selected.is-disabled:after {
    background-color: var(--anzhiyu-text-color-disabled)
}

.anzhiyu-select-dropdown .anzhiyu-select-dropdown__option-item.is-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: none;
    border-right: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--anzhiyu-color-primary);
    mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size: 100% 100%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px
}

.anzhiyu-select-dropdown .anzhiyu-scrollbar.is-empty .anzhiyu-select-dropdown__list {
    padding: 0
}

.anzhiyu-select-dropdown .anzhiyu-select-dropdown__item.is-disabled:hover {
    background-color: unset
}

.anzhiyu-select-dropdown .anzhiyu-select-dropdown__item.is-disabled.selected {
    color: var(--anzhiyu-text-color-disabled)
}

.anzhiyu-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: var(--anzhiyu-text-color-secondary);
    font-size: var(--anzhiyu-select-font-size)
}

.anzhiyu-select-dropdown__wrap {
    max-height: 274px
}

.anzhiyu-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    box-sizing: border-box
}

.anzhiyu-select {
    --anzhiyu-select-border-color-hover: var(--anzhiyu-border-color-hover);
    --anzhiyu-select-disabled-border: var(--anzhiyu-disabled-border-color);
    --anzhiyu-select-font-size: var(--anzhiyu-font-size-base);
    --anzhiyu-select-close-hover-color: var(--anzhiyu-text-color-secondary);
    --anzhiyu-select-input-color: var(--anzhiyu-text-color-placeholder);
    --anzhiyu-select-multiple-input-color: var(--anzhiyu-text-color-regular);
    --anzhiyu-select-input-focus-border-color: var(--anzhiyu-color-primary);
    --anzhiyu-select-input-font-size: 14px
}

.anzhiyu-select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 32px
}

.anzhiyu-select__popper.anzhiyu-popper {
    background: var(--anzhiyu-bg-color-overlay);
    border: 1px solid var(--anzhiyu-border-color-light);
    box-shadow: var(--anzhiyu-box-shadow-light)
}

.anzhiyu-select__popper.anzhiyu-popper .anzhiyu-popper__arrow:before {
    border: 1px solid var(--anzhiyu-border-color-light)
}

.anzhiyu-select__popper.anzhiyu-popper[data-popper-placement^=top] .anzhiyu-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.anzhiyu-select__popper.anzhiyu-popper[data-popper-placement^=bottom] .anzhiyu-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.anzhiyu-select__popper.anzhiyu-popper[data-popper-placement^=left] .anzhiyu-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.anzhiyu-select__popper.anzhiyu-popper[data-popper-placement^=right] .anzhiyu-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.anzhiyu-select .anzhiyu-select-tags-wrapper.has-prefix {
    margin-left: 6px
}

.anzhiyu-select--large {
    line-height: 40px
}

.anzhiyu-select--large .anzhiyu-select-tags-wrapper.has-prefix {
    margin-left: 8px
}

.anzhiyu-select--small {
    line-height: 24px
}

.anzhiyu-select--small .anzhiyu-select-tags-wrapper.has-prefix {
    margin-left: 4px
}

.anzhiyu-select .anzhiyu-select__tags > span {
    display: inline-block
}

.anzhiyu-select:hover:not(.anzhiyu-select--disabled) .anzhiyu-input__wrapper {
    box-shadow: 0 0 0 1px var(--anzhiyu-select-border-color-hover) inset
}

.anzhiyu-select .anzhiyu-select__tags-text {
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.anzhiyu-select .anzhiyu-input__wrapper {
    cursor: pointer
}

.anzhiyu-select .anzhiyu-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px var(--anzhiyu-select-input-focus-border-color) inset !important
}

.anzhiyu-select .anzhiyu-input__inner {
    cursor: pointer
}

.anzhiyu-select .anzhiyu-input {
    display: flex
}

.anzhiyu-select .anzhiyu-input .anzhiyu-select__caret {
    color: var(--anzhiyu-select-input-color);
    font-size: var(--anzhiyu-select-input-font-size);
    transition: transform var(--anzhiyu-transition-duration);
    transform: rotate(0);
    cursor: pointer
}

.anzhiyu-select .anzhiyu-input .anzhiyu-select__caret.is-reverse {
    transform: rotate(-180deg)
}

.anzhiyu-select .anzhiyu-input .anzhiyu-select__caret.is-show-close {
    font-size: var(--anzhiyu-select-font-size);
    text-align: center;
    transform: rotate(0);
    border-radius: var(--anzhiyu-border-radius-circle);
    color: var(--anzhiyu-select-input-color);
    transition: var(--anzhiyu-transition-color)
}

.anzhiyu-select .anzhiyu-input .anzhiyu-select__caret.is-show-close:hover {
    color: var(--anzhiyu-select-close-hover-color)
}

.anzhiyu-select .anzhiyu-input .anzhiyu-select__caret.anzhiyu-icon {
    position: relative;
    height: inherit;
    z-index: 2
}

.anzhiyu-select .anzhiyu-input.is-disabled .anzhiyu-input__wrapper {
    cursor: not-allowed
}

.anzhiyu-select .anzhiyu-input.is-disabled .anzhiyu-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--anzhiyu-select-disabled-border) inset
}

.anzhiyu-select .anzhiyu-input.is-disabled .anzhiyu-input__inner, .anzhiyu-select .anzhiyu-input.is-disabled .anzhiyu-select__caret {
    cursor: not-allowed
}

.anzhiyu-select .anzhiyu-input.is-focus .anzhiyu-input__wrapper {
    box-shadow: 0 0 0 1px var(--anzhiyu-select-input-focus-border-color) inset !important
}

.anzhiyu-select__input {
    border: none;
    outline: none;
    padding: 0;
    margin-left: 15px;
    color: var(--anzhiyu-select-multiple-input-color);
    font-size: var(--anzhiyu-select-font-size);
    appearance: none;
    height: 28px;
    background-color: transparent
}

.anzhiyu-select__input.is-small {
    height: 14px
}

.anzhiyu-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: var(--anzhiyu-index-top);
    right: 25px;
    color: var(--anzhiyu-select-input-color);
    line-height: 18px;
    font-size: var(--anzhiyu-select-input-font-size)
}

.anzhiyu-select__close:hover {
    color: var(--anzhiyu-select-close-hover-color)
}

.anzhiyu-select__tags {
    position: absolute;
    line-height: normal;
    top: 50%;
    transform: translateY(-50%);
    white-space: normal;
    z-index: var(--anzhiyu-index-normal);
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.anzhiyu-select__collapse-tags {
    white-space: normal;
    z-index: var(--anzhiyu-index-normal);
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.anzhiyu-select__collapse-tag {
    line-height: inherit;
    height: inherit;
    display: flex
}

.anzhiyu-select .anzhiyu-select__tags .anzhiyu-tag {
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 6px 2px 0
}

.anzhiyu-select .anzhiyu-select__tags .anzhiyu-tag:last-child {
    margin-right: 0
}

.anzhiyu-select .anzhiyu-select__tags .anzhiyu-tag .anzhiyu-icon-close {
    background-color: var(--anzhiyu-text-color-placeholder);
    right: -7px;
    top: 0;
    color: #fff
}

.anzhiyu-select .anzhiyu-select__tags .anzhiyu-tag .anzhiyu-icon-close:hover {
    background-color: var(--anzhiyu-text-color-secondary)
}

.anzhiyu-select .anzhiyu-select__tags .anzhiyu-tag .anzhiyu-icon-close:before {
    display: block;
    transform: translateY(.5px)
}

.anzhiyu-select .anzhiyu-select__tags .anzhiyu-tag--info {
    background-color: var(--anzhiyu-fill-color)
}

.setting-panel-main-config .settings-item[data-v-fc62c9bf] {
    display: flex
}

@media (max-width: 992px) {
    .setting-panel-main-config .settings-item[data-v-fc62c9bf] {
        flex-direction: column
    }
}

.setting-panel-main-config .settings-item .input[data-v-fc62c9bf] {
    width: 300px
}

@media (max-width: 992px) {
    .setting-panel-main-config .settings-item .input[data-v-fc62c9bf] {
        width: 200px
    }
}

.setting-panel-main-config .item-col[data-v-fc62c9bf] {
    display: flex
}

.setting-panel-main-config .input[data-v-fc62c9bf] {
    width: 300px
}

@media (max-width: 992px) {
    .setting-panel-main-config .input[data-v-fc62c9bf] {
        width: 200px
    }
}

@media (max-width: 768px) {
    .setting-panel-main-config .input[data-v-fc62c9bf] {
        width: 130px
    }
}

.setting-panel-main-config .cf-setting-main-add-btn[data-v-fc62c9bf] {
    margin-left: 8px
}

[class*=anzhiyu-col-] {
    box-sizing: border-box
}

[class*=anzhiyu-col-].is-guttered {
    display: block;
    min-height: 1px
}

.anzhiyu-col-0, .anzhiyu-col-0.is-guttered {
    display: none
}

.anzhiyu-col-0 {
    max-width: 0%;
    flex: 0 0 0%
}

.anzhiyu-col-offset-0 {
    margin-left: 0%
}

.anzhiyu-col-pull-0 {
    position: relative;
    right: 0%
}

.anzhiyu-col-push-0 {
    position: relative;
    left: 0%
}

.anzhiyu-col-1 {
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%
}

.anzhiyu-col-offset-1 {
    margin-left: 4.1666666667%
}

.anzhiyu-col-pull-1 {
    position: relative;
    right: 4.1666666667%
}

.anzhiyu-col-push-1 {
    position: relative;
    left: 4.1666666667%
}

.anzhiyu-col-2 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%
}

.anzhiyu-col-offset-2 {
    margin-left: 8.3333333333%
}

.anzhiyu-col-pull-2 {
    position: relative;
    right: 8.3333333333%
}

.anzhiyu-col-push-2 {
    position: relative;
    left: 8.3333333333%
}

.anzhiyu-col-3 {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

.anzhiyu-col-offset-3 {
    margin-left: 12.5%
}

.anzhiyu-col-pull-3 {
    position: relative;
    right: 12.5%
}

.anzhiyu-col-push-3 {
    position: relative;
    left: 12.5%
}

.anzhiyu-col-4 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
}

.anzhiyu-col-offset-4 {
    margin-left: 16.6666666667%
}

.anzhiyu-col-pull-4 {
    position: relative;
    right: 16.6666666667%
}

.anzhiyu-col-push-4 {
    position: relative;
    left: 16.6666666667%
}

.anzhiyu-col-5 {
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%
}

.anzhiyu-col-offset-5 {
    margin-left: 20.8333333333%
}

.anzhiyu-col-pull-5 {
    position: relative;
    right: 20.8333333333%
}

.anzhiyu-col-push-5 {
    position: relative;
    left: 20.8333333333%
}

.anzhiyu-col-6 {
    max-width: 25%;
    flex: 0 0 25%
}

.anzhiyu-col-offset-6 {
    margin-left: 25%
}

.anzhiyu-col-pull-6 {
    position: relative;
    right: 25%
}

.anzhiyu-col-push-6 {
    position: relative;
    left: 25%
}

.anzhiyu-col-7 {
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%
}

.anzhiyu-col-offset-7 {
    margin-left: 29.1666666667%
}

.anzhiyu-col-pull-7 {
    position: relative;
    right: 29.1666666667%
}

.anzhiyu-col-push-7 {
    position: relative;
    left: 29.1666666667%
}

.anzhiyu-col-8 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%
}

.anzhiyu-col-offset-8 {
    margin-left: 33.3333333333%
}

.anzhiyu-col-pull-8 {
    position: relative;
    right: 33.3333333333%
}

.anzhiyu-col-push-8 {
    position: relative;
    left: 33.3333333333%
}

.anzhiyu-col-9 {
    max-width: 37.5%;
    flex: 0 0 37.5%
}

.anzhiyu-col-offset-9 {
    margin-left: 37.5%
}

.anzhiyu-col-pull-9 {
    position: relative;
    right: 37.5%
}

.anzhiyu-col-push-9 {
    position: relative;
    left: 37.5%
}

.anzhiyu-col-10 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%
}

.anzhiyu-col-offset-10 {
    margin-left: 41.6666666667%
}

.anzhiyu-col-pull-10 {
    position: relative;
    right: 41.6666666667%
}

.anzhiyu-col-push-10 {
    position: relative;
    left: 41.6666666667%
}

.anzhiyu-col-11 {
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%
}

.anzhiyu-col-offset-11 {
    margin-left: 45.8333333333%
}

.anzhiyu-col-pull-11 {
    position: relative;
    right: 45.8333333333%
}

.anzhiyu-col-push-11 {
    position: relative;
    left: 45.8333333333%
}

.anzhiyu-col-12 {
    max-width: 50%;
    flex: 0 0 50%
}

.anzhiyu-col-offset-12 {
    margin-left: 50%
}

.anzhiyu-col-pull-12 {
    position: relative;
    right: 50%
}

.anzhiyu-col-push-12 {
    position: relative;
    left: 50%
}

.anzhiyu-col-13 {
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%
}

.anzhiyu-col-offset-13 {
    margin-left: 54.1666666667%
}

.anzhiyu-col-pull-13 {
    position: relative;
    right: 54.1666666667%
}

.anzhiyu-col-push-13 {
    position: relative;
    left: 54.1666666667%
}

.anzhiyu-col-14 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%
}

.anzhiyu-col-offset-14 {
    margin-left: 58.3333333333%
}

.anzhiyu-col-pull-14 {
    position: relative;
    right: 58.3333333333%
}

.anzhiyu-col-push-14 {
    position: relative;
    left: 58.3333333333%
}

.anzhiyu-col-15 {
    max-width: 62.5%;
    flex: 0 0 62.5%
}

.anzhiyu-col-offset-15 {
    margin-left: 62.5%
}

.anzhiyu-col-pull-15 {
    position: relative;
    right: 62.5%
}

.anzhiyu-col-push-15 {
    position: relative;
    left: 62.5%
}

.anzhiyu-col-16 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%
}

.anzhiyu-col-offset-16 {
    margin-left: 66.6666666667%
}

.anzhiyu-col-pull-16 {
    position: relative;
    right: 66.6666666667%
}

.anzhiyu-col-push-16 {
    position: relative;
    left: 66.6666666667%
}

.anzhiyu-col-17 {
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%
}

.anzhiyu-col-offset-17 {
    margin-left: 70.8333333333%
}

.anzhiyu-col-pull-17 {
    position: relative;
    right: 70.8333333333%
}

.anzhiyu-col-push-17 {
    position: relative;
    left: 70.8333333333%
}

.anzhiyu-col-18 {
    max-width: 75%;
    flex: 0 0 75%
}

.anzhiyu-col-offset-18 {
    margin-left: 75%
}

.anzhiyu-col-pull-18 {
    position: relative;
    right: 75%
}

.anzhiyu-col-push-18 {
    position: relative;
    left: 75%
}

.anzhiyu-col-19 {
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%
}

.anzhiyu-col-offset-19 {
    margin-left: 79.1666666667%
}

.anzhiyu-col-pull-19 {
    position: relative;
    right: 79.1666666667%
}

.anzhiyu-col-push-19 {
    position: relative;
    left: 79.1666666667%
}

.anzhiyu-col-20 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%
}

.anzhiyu-col-offset-20 {
    margin-left: 83.3333333333%
}

.anzhiyu-col-pull-20 {
    position: relative;
    right: 83.3333333333%
}

.anzhiyu-col-push-20 {
    position: relative;
    left: 83.3333333333%
}

.anzhiyu-col-21 {
    max-width: 87.5%;
    flex: 0 0 87.5%
}

.anzhiyu-col-offset-21 {
    margin-left: 87.5%
}

.anzhiyu-col-pull-21 {
    position: relative;
    right: 87.5%
}

.anzhiyu-col-push-21 {
    position: relative;
    left: 87.5%
}

.anzhiyu-col-22 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%
}

.anzhiyu-col-offset-22 {
    margin-left: 91.6666666667%
}

.anzhiyu-col-pull-22 {
    position: relative;
    right: 91.6666666667%
}

.anzhiyu-col-push-22 {
    position: relative;
    left: 91.6666666667%
}

.anzhiyu-col-23 {
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%
}

.anzhiyu-col-offset-23 {
    margin-left: 95.8333333333%
}

.anzhiyu-col-pull-23 {
    position: relative;
    right: 95.8333333333%
}

.anzhiyu-col-push-23 {
    position: relative;
    left: 95.8333333333%
}

.anzhiyu-col-24 {
    max-width: 100%;
    flex: 0 0 100%
}

.anzhiyu-col-offset-24 {
    margin-left: 100%
}

.anzhiyu-col-pull-24 {
    position: relative;
    right: 100%
}

.anzhiyu-col-push-24 {
    position: relative;
    left: 100%
}

@media only screen and (max-width: 768px) {
    .anzhiyu-col-xs-0, .anzhiyu-col-xs-0.is-guttered {
        display: none
    }

    .anzhiyu-col-xs-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .anzhiyu-col-xs-offset-0 {
        margin-left: 0%
    }

    .anzhiyu-col-xs-pull-0 {
        position: relative;
        right: 0%
    }

    .anzhiyu-col-xs-push-0 {
        position: relative;
        left: 0%
    }

    .anzhiyu-col-xs-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .anzhiyu-col-xs-offset-1 {
        margin-left: 4.1666666667%
    }

    .anzhiyu-col-xs-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .anzhiyu-col-xs-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .anzhiyu-col-xs-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .anzhiyu-col-xs-offset-2 {
        margin-left: 8.3333333333%
    }

    .anzhiyu-col-xs-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .anzhiyu-col-xs-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .anzhiyu-col-xs-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .anzhiyu-col-xs-offset-3 {
        margin-left: 12.5%
    }

    .anzhiyu-col-xs-pull-3 {
        position: relative;
        right: 12.5%
    }

    .anzhiyu-col-xs-push-3 {
        position: relative;
        left: 12.5%
    }

    .anzhiyu-col-xs-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .anzhiyu-col-xs-offset-4 {
        margin-left: 16.6666666667%
    }

    .anzhiyu-col-xs-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .anzhiyu-col-xs-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .anzhiyu-col-xs-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .anzhiyu-col-xs-offset-5 {
        margin-left: 20.8333333333%
    }

    .anzhiyu-col-xs-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .anzhiyu-col-xs-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .anzhiyu-col-xs-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .anzhiyu-col-xs-offset-6 {
        margin-left: 25%
    }

    .anzhiyu-col-xs-pull-6 {
        position: relative;
        right: 25%
    }

    .anzhiyu-col-xs-push-6 {
        position: relative;
        left: 25%
    }

    .anzhiyu-col-xs-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .anzhiyu-col-xs-offset-7 {
        margin-left: 29.1666666667%
    }

    .anzhiyu-col-xs-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .anzhiyu-col-xs-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .anzhiyu-col-xs-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .anzhiyu-col-xs-offset-8 {
        margin-left: 33.3333333333%
    }

    .anzhiyu-col-xs-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .anzhiyu-col-xs-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .anzhiyu-col-xs-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .anzhiyu-col-xs-offset-9 {
        margin-left: 37.5%
    }

    .anzhiyu-col-xs-pull-9 {
        position: relative;
        right: 37.5%
    }

    .anzhiyu-col-xs-push-9 {
        position: relative;
        left: 37.5%
    }

    .anzhiyu-col-xs-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .anzhiyu-col-xs-offset-10 {
        margin-left: 41.6666666667%
    }

    .anzhiyu-col-xs-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .anzhiyu-col-xs-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .anzhiyu-col-xs-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .anzhiyu-col-xs-offset-11 {
        margin-left: 45.8333333333%
    }

    .anzhiyu-col-xs-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .anzhiyu-col-xs-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .anzhiyu-col-xs-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .anzhiyu-col-xs-offset-12 {
        margin-left: 50%
    }

    .anzhiyu-col-xs-pull-12 {
        position: relative;
        right: 50%
    }

    .anzhiyu-col-xs-push-12 {
        position: relative;
        left: 50%
    }

    .anzhiyu-col-xs-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .anzhiyu-col-xs-offset-13 {
        margin-left: 54.1666666667%
    }

    .anzhiyu-col-xs-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .anzhiyu-col-xs-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .anzhiyu-col-xs-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .anzhiyu-col-xs-offset-14 {
        margin-left: 58.3333333333%
    }

    .anzhiyu-col-xs-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .anzhiyu-col-xs-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .anzhiyu-col-xs-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .anzhiyu-col-xs-offset-15 {
        margin-left: 62.5%
    }

    .anzhiyu-col-xs-pull-15 {
        position: relative;
        right: 62.5%
    }

    .anzhiyu-col-xs-push-15 {
        position: relative;
        left: 62.5%
    }

    .anzhiyu-col-xs-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .anzhiyu-col-xs-offset-16 {
        margin-left: 66.6666666667%
    }

    .anzhiyu-col-xs-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .anzhiyu-col-xs-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .anzhiyu-col-xs-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .anzhiyu-col-xs-offset-17 {
        margin-left: 70.8333333333%
    }

    .anzhiyu-col-xs-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .anzhiyu-col-xs-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .anzhiyu-col-xs-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .anzhiyu-col-xs-offset-18 {
        margin-left: 75%
    }

    .anzhiyu-col-xs-pull-18 {
        position: relative;
        right: 75%
    }

    .anzhiyu-col-xs-push-18 {
        position: relative;
        left: 75%
    }

    .anzhiyu-col-xs-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .anzhiyu-col-xs-offset-19 {
        margin-left: 79.1666666667%
    }

    .anzhiyu-col-xs-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .anzhiyu-col-xs-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .anzhiyu-col-xs-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .anzhiyu-col-xs-offset-20 {
        margin-left: 83.3333333333%
    }

    .anzhiyu-col-xs-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .anzhiyu-col-xs-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .anzhiyu-col-xs-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .anzhiyu-col-xs-offset-21 {
        margin-left: 87.5%
    }

    .anzhiyu-col-xs-pull-21 {
        position: relative;
        right: 87.5%
    }

    .anzhiyu-col-xs-push-21 {
        position: relative;
        left: 87.5%
    }

    .anzhiyu-col-xs-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .anzhiyu-col-xs-offset-22 {
        margin-left: 91.6666666667%
    }

    .anzhiyu-col-xs-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .anzhiyu-col-xs-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .anzhiyu-col-xs-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .anzhiyu-col-xs-offset-23 {
        margin-left: 95.8333333333%
    }

    .anzhiyu-col-xs-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .anzhiyu-col-xs-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .anzhiyu-col-xs-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .anzhiyu-col-xs-offset-24 {
        margin-left: 100%
    }

    .anzhiyu-col-xs-pull-24 {
        position: relative;
        right: 100%
    }

    .anzhiyu-col-xs-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 768px) {
    .anzhiyu-col-sm-0, .anzhiyu-col-sm-0.is-guttered {
        display: none
    }

    .anzhiyu-col-sm-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .anzhiyu-col-sm-offset-0 {
        margin-left: 0%
    }

    .anzhiyu-col-sm-pull-0 {
        position: relative;
        right: 0%
    }

    .anzhiyu-col-sm-push-0 {
        position: relative;
        left: 0%
    }

    .anzhiyu-col-sm-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .anzhiyu-col-sm-offset-1 {
        margin-left: 4.1666666667%
    }

    .anzhiyu-col-sm-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .anzhiyu-col-sm-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .anzhiyu-col-sm-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .anzhiyu-col-sm-offset-2 {
        margin-left: 8.3333333333%
    }

    .anzhiyu-col-sm-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .anzhiyu-col-sm-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .anzhiyu-col-sm-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .anzhiyu-col-sm-offset-3 {
        margin-left: 12.5%
    }

    .anzhiyu-col-sm-pull-3 {
        position: relative;
        right: 12.5%
    }

    .anzhiyu-col-sm-push-3 {
        position: relative;
        left: 12.5%
    }

    .anzhiyu-col-sm-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .anzhiyu-col-sm-offset-4 {
        margin-left: 16.6666666667%
    }

    .anzhiyu-col-sm-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .anzhiyu-col-sm-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .anzhiyu-col-sm-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .anzhiyu-col-sm-offset-5 {
        margin-left: 20.8333333333%
    }

    .anzhiyu-col-sm-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .anzhiyu-col-sm-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .anzhiyu-col-sm-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .anzhiyu-col-sm-offset-6 {
        margin-left: 25%
    }

    .anzhiyu-col-sm-pull-6 {
        position: relative;
        right: 25%
    }

    .anzhiyu-col-sm-push-6 {
        position: relative;
        left: 25%
    }

    .anzhiyu-col-sm-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .anzhiyu-col-sm-offset-7 {
        margin-left: 29.1666666667%
    }

    .anzhiyu-col-sm-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .anzhiyu-col-sm-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .anzhiyu-col-sm-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .anzhiyu-col-sm-offset-8 {
        margin-left: 33.3333333333%
    }

    .anzhiyu-col-sm-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .anzhiyu-col-sm-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .anzhiyu-col-sm-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .anzhiyu-col-sm-offset-9 {
        margin-left: 37.5%
    }

    .anzhiyu-col-sm-pull-9 {
        position: relative;
        right: 37.5%
    }

    .anzhiyu-col-sm-push-9 {
        position: relative;
        left: 37.5%
    }

    .anzhiyu-col-sm-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .anzhiyu-col-sm-offset-10 {
        margin-left: 41.6666666667%
    }

    .anzhiyu-col-sm-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .anzhiyu-col-sm-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .anzhiyu-col-sm-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .anzhiyu-col-sm-offset-11 {
        margin-left: 45.8333333333%
    }

    .anzhiyu-col-sm-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .anzhiyu-col-sm-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .anzhiyu-col-sm-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .anzhiyu-col-sm-offset-12 {
        margin-left: 50%
    }

    .anzhiyu-col-sm-pull-12 {
        position: relative;
        right: 50%
    }

    .anzhiyu-col-sm-push-12 {
        position: relative;
        left: 50%
    }

    .anzhiyu-col-sm-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .anzhiyu-col-sm-offset-13 {
        margin-left: 54.1666666667%
    }

    .anzhiyu-col-sm-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .anzhiyu-col-sm-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .anzhiyu-col-sm-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .anzhiyu-col-sm-offset-14 {
        margin-left: 58.3333333333%
    }

    .anzhiyu-col-sm-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .anzhiyu-col-sm-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .anzhiyu-col-sm-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .anzhiyu-col-sm-offset-15 {
        margin-left: 62.5%
    }

    .anzhiyu-col-sm-pull-15 {
        position: relative;
        right: 62.5%
    }

    .anzhiyu-col-sm-push-15 {
        position: relative;
        left: 62.5%
    }

    .anzhiyu-col-sm-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .anzhiyu-col-sm-offset-16 {
        margin-left: 66.6666666667%
    }

    .anzhiyu-col-sm-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .anzhiyu-col-sm-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .anzhiyu-col-sm-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .anzhiyu-col-sm-offset-17 {
        margin-left: 70.8333333333%
    }

    .anzhiyu-col-sm-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .anzhiyu-col-sm-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .anzhiyu-col-sm-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .anzhiyu-col-sm-offset-18 {
        margin-left: 75%
    }

    .anzhiyu-col-sm-pull-18 {
        position: relative;
        right: 75%
    }

    .anzhiyu-col-sm-push-18 {
        position: relative;
        left: 75%
    }

    .anzhiyu-col-sm-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .anzhiyu-col-sm-offset-19 {
        margin-left: 79.1666666667%
    }

    .anzhiyu-col-sm-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .anzhiyu-col-sm-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .anzhiyu-col-sm-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .anzhiyu-col-sm-offset-20 {
        margin-left: 83.3333333333%
    }

    .anzhiyu-col-sm-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .anzhiyu-col-sm-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .anzhiyu-col-sm-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .anzhiyu-col-sm-offset-21 {
        margin-left: 87.5%
    }

    .anzhiyu-col-sm-pull-21 {
        position: relative;
        right: 87.5%
    }

    .anzhiyu-col-sm-push-21 {
        position: relative;
        left: 87.5%
    }

    .anzhiyu-col-sm-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .anzhiyu-col-sm-offset-22 {
        margin-left: 91.6666666667%
    }

    .anzhiyu-col-sm-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .anzhiyu-col-sm-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .anzhiyu-col-sm-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .anzhiyu-col-sm-offset-23 {
        margin-left: 95.8333333333%
    }

    .anzhiyu-col-sm-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .anzhiyu-col-sm-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .anzhiyu-col-sm-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .anzhiyu-col-sm-offset-24 {
        margin-left: 100%
    }

    .anzhiyu-col-sm-pull-24 {
        position: relative;
        right: 100%
    }

    .anzhiyu-col-sm-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 992px) {
    .anzhiyu-col-md-0, .anzhiyu-col-md-0.is-guttered {
        display: none
    }

    .anzhiyu-col-md-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .anzhiyu-col-md-offset-0 {
        margin-left: 0%
    }

    .anzhiyu-col-md-pull-0 {
        position: relative;
        right: 0%
    }

    .anzhiyu-col-md-push-0 {
        position: relative;
        left: 0%
    }

    .anzhiyu-col-md-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .anzhiyu-col-md-offset-1 {
        margin-left: 4.1666666667%
    }

    .anzhiyu-col-md-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .anzhiyu-col-md-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .anzhiyu-col-md-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .anzhiyu-col-md-offset-2 {
        margin-left: 8.3333333333%
    }

    .anzhiyu-col-md-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .anzhiyu-col-md-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .anzhiyu-col-md-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .anzhiyu-col-md-offset-3 {
        margin-left: 12.5%
    }

    .anzhiyu-col-md-pull-3 {
        position: relative;
        right: 12.5%
    }

    .anzhiyu-col-md-push-3 {
        position: relative;
        left: 12.5%
    }

    .anzhiyu-col-md-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .anzhiyu-col-md-offset-4 {
        margin-left: 16.6666666667%
    }

    .anzhiyu-col-md-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .anzhiyu-col-md-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .anzhiyu-col-md-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .anzhiyu-col-md-offset-5 {
        margin-left: 20.8333333333%
    }

    .anzhiyu-col-md-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .anzhiyu-col-md-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .anzhiyu-col-md-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .anzhiyu-col-md-offset-6 {
        margin-left: 25%
    }

    .anzhiyu-col-md-pull-6 {
        position: relative;
        right: 25%
    }

    .anzhiyu-col-md-push-6 {
        position: relative;
        left: 25%
    }

    .anzhiyu-col-md-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .anzhiyu-col-md-offset-7 {
        margin-left: 29.1666666667%
    }

    .anzhiyu-col-md-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .anzhiyu-col-md-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .anzhiyu-col-md-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .anzhiyu-col-md-offset-8 {
        margin-left: 33.3333333333%
    }

    .anzhiyu-col-md-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .anzhiyu-col-md-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .anzhiyu-col-md-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .anzhiyu-col-md-offset-9 {
        margin-left: 37.5%
    }

    .anzhiyu-col-md-pull-9 {
        position: relative;
        right: 37.5%
    }

    .anzhiyu-col-md-push-9 {
        position: relative;
        left: 37.5%
    }

    .anzhiyu-col-md-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .anzhiyu-col-md-offset-10 {
        margin-left: 41.6666666667%
    }

    .anzhiyu-col-md-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .anzhiyu-col-md-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .anzhiyu-col-md-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .anzhiyu-col-md-offset-11 {
        margin-left: 45.8333333333%
    }

    .anzhiyu-col-md-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .anzhiyu-col-md-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .anzhiyu-col-md-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .anzhiyu-col-md-offset-12 {
        margin-left: 50%
    }

    .anzhiyu-col-md-pull-12 {
        position: relative;
        right: 50%
    }

    .anzhiyu-col-md-push-12 {
        position: relative;
        left: 50%
    }

    .anzhiyu-col-md-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .anzhiyu-col-md-offset-13 {
        margin-left: 54.1666666667%
    }

    .anzhiyu-col-md-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .anzhiyu-col-md-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .anzhiyu-col-md-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .anzhiyu-col-md-offset-14 {
        margin-left: 58.3333333333%
    }

    .anzhiyu-col-md-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .anzhiyu-col-md-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .anzhiyu-col-md-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .anzhiyu-col-md-offset-15 {
        margin-left: 62.5%
    }

    .anzhiyu-col-md-pull-15 {
        position: relative;
        right: 62.5%
    }

    .anzhiyu-col-md-push-15 {
        position: relative;
        left: 62.5%
    }

    .anzhiyu-col-md-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .anzhiyu-col-md-offset-16 {
        margin-left: 66.6666666667%
    }

    .anzhiyu-col-md-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .anzhiyu-col-md-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .anzhiyu-col-md-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .anzhiyu-col-md-offset-17 {
        margin-left: 70.8333333333%
    }

    .anzhiyu-col-md-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .anzhiyu-col-md-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .anzhiyu-col-md-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .anzhiyu-col-md-offset-18 {
        margin-left: 75%
    }

    .anzhiyu-col-md-pull-18 {
        position: relative;
        right: 75%
    }

    .anzhiyu-col-md-push-18 {
        position: relative;
        left: 75%
    }

    .anzhiyu-col-md-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .anzhiyu-col-md-offset-19 {
        margin-left: 79.1666666667%
    }

    .anzhiyu-col-md-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .anzhiyu-col-md-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .anzhiyu-col-md-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .anzhiyu-col-md-offset-20 {
        margin-left: 83.3333333333%
    }

    .anzhiyu-col-md-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .anzhiyu-col-md-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .anzhiyu-col-md-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .anzhiyu-col-md-offset-21 {
        margin-left: 87.5%
    }

    .anzhiyu-col-md-pull-21 {
        position: relative;
        right: 87.5%
    }

    .anzhiyu-col-md-push-21 {
        position: relative;
        left: 87.5%
    }

    .anzhiyu-col-md-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .anzhiyu-col-md-offset-22 {
        margin-left: 91.6666666667%
    }

    .anzhiyu-col-md-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .anzhiyu-col-md-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .anzhiyu-col-md-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .anzhiyu-col-md-offset-23 {
        margin-left: 95.8333333333%
    }

    .anzhiyu-col-md-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .anzhiyu-col-md-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .anzhiyu-col-md-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .anzhiyu-col-md-offset-24 {
        margin-left: 100%
    }

    .anzhiyu-col-md-pull-24 {
        position: relative;
        right: 100%
    }

    .anzhiyu-col-md-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .anzhiyu-col-lg-0, .anzhiyu-col-lg-0.is-guttered {
        display: none
    }

    .anzhiyu-col-lg-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .anzhiyu-col-lg-offset-0 {
        margin-left: 0%
    }

    .anzhiyu-col-lg-pull-0 {
        position: relative;
        right: 0%
    }

    .anzhiyu-col-lg-push-0 {
        position: relative;
        left: 0%
    }

    .anzhiyu-col-lg-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .anzhiyu-col-lg-offset-1 {
        margin-left: 4.1666666667%
    }

    .anzhiyu-col-lg-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .anzhiyu-col-lg-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .anzhiyu-col-lg-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .anzhiyu-col-lg-offset-2 {
        margin-left: 8.3333333333%
    }

    .anzhiyu-col-lg-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .anzhiyu-col-lg-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .anzhiyu-col-lg-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .anzhiyu-col-lg-offset-3 {
        margin-left: 12.5%
    }

    .anzhiyu-col-lg-pull-3 {
        position: relative;
        right: 12.5%
    }

    .anzhiyu-col-lg-push-3 {
        position: relative;
        left: 12.5%
    }

    .anzhiyu-col-lg-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .anzhiyu-col-lg-offset-4 {
        margin-left: 16.6666666667%
    }

    .anzhiyu-col-lg-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .anzhiyu-col-lg-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .anzhiyu-col-lg-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .anzhiyu-col-lg-offset-5 {
        margin-left: 20.8333333333%
    }

    .anzhiyu-col-lg-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .anzhiyu-col-lg-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .anzhiyu-col-lg-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .anzhiyu-col-lg-offset-6 {
        margin-left: 25%
    }

    .anzhiyu-col-lg-pull-6 {
        position: relative;
        right: 25%
    }

    .anzhiyu-col-lg-push-6 {
        position: relative;
        left: 25%
    }

    .anzhiyu-col-lg-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .anzhiyu-col-lg-offset-7 {
        margin-left: 29.1666666667%
    }

    .anzhiyu-col-lg-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .anzhiyu-col-lg-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .anzhiyu-col-lg-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .anzhiyu-col-lg-offset-8 {
        margin-left: 33.3333333333%
    }

    .anzhiyu-col-lg-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .anzhiyu-col-lg-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .anzhiyu-col-lg-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .anzhiyu-col-lg-offset-9 {
        margin-left: 37.5%
    }

    .anzhiyu-col-lg-pull-9 {
        position: relative;
        right: 37.5%
    }

    .anzhiyu-col-lg-push-9 {
        position: relative;
        left: 37.5%
    }

    .anzhiyu-col-lg-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .anzhiyu-col-lg-offset-10 {
        margin-left: 41.6666666667%
    }

    .anzhiyu-col-lg-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .anzhiyu-col-lg-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .anzhiyu-col-lg-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .anzhiyu-col-lg-offset-11 {
        margin-left: 45.8333333333%
    }

    .anzhiyu-col-lg-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .anzhiyu-col-lg-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .anzhiyu-col-lg-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .anzhiyu-col-lg-offset-12 {
        margin-left: 50%
    }

    .anzhiyu-col-lg-pull-12 {
        position: relative;
        right: 50%
    }

    .anzhiyu-col-lg-push-12 {
        position: relative;
        left: 50%
    }

    .anzhiyu-col-lg-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .anzhiyu-col-lg-offset-13 {
        margin-left: 54.1666666667%
    }

    .anzhiyu-col-lg-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .anzhiyu-col-lg-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .anzhiyu-col-lg-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .anzhiyu-col-lg-offset-14 {
        margin-left: 58.3333333333%
    }

    .anzhiyu-col-lg-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .anzhiyu-col-lg-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .anzhiyu-col-lg-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .anzhiyu-col-lg-offset-15 {
        margin-left: 62.5%
    }

    .anzhiyu-col-lg-pull-15 {
        position: relative;
        right: 62.5%
    }

    .anzhiyu-col-lg-push-15 {
        position: relative;
        left: 62.5%
    }

    .anzhiyu-col-lg-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .anzhiyu-col-lg-offset-16 {
        margin-left: 66.6666666667%
    }

    .anzhiyu-col-lg-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .anzhiyu-col-lg-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .anzhiyu-col-lg-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .anzhiyu-col-lg-offset-17 {
        margin-left: 70.8333333333%
    }

    .anzhiyu-col-lg-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .anzhiyu-col-lg-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .anzhiyu-col-lg-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .anzhiyu-col-lg-offset-18 {
        margin-left: 75%
    }

    .anzhiyu-col-lg-pull-18 {
        position: relative;
        right: 75%
    }

    .anzhiyu-col-lg-push-18 {
        position: relative;
        left: 75%
    }

    .anzhiyu-col-lg-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .anzhiyu-col-lg-offset-19 {
        margin-left: 79.1666666667%
    }

    .anzhiyu-col-lg-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .anzhiyu-col-lg-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .anzhiyu-col-lg-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .anzhiyu-col-lg-offset-20 {
        margin-left: 83.3333333333%
    }

    .anzhiyu-col-lg-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .anzhiyu-col-lg-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .anzhiyu-col-lg-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .anzhiyu-col-lg-offset-21 {
        margin-left: 87.5%
    }

    .anzhiyu-col-lg-pull-21 {
        position: relative;
        right: 87.5%
    }

    .anzhiyu-col-lg-push-21 {
        position: relative;
        left: 87.5%
    }

    .anzhiyu-col-lg-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .anzhiyu-col-lg-offset-22 {
        margin-left: 91.6666666667%
    }

    .anzhiyu-col-lg-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .anzhiyu-col-lg-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .anzhiyu-col-lg-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .anzhiyu-col-lg-offset-23 {
        margin-left: 95.8333333333%
    }

    .anzhiyu-col-lg-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .anzhiyu-col-lg-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .anzhiyu-col-lg-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .anzhiyu-col-lg-offset-24 {
        margin-left: 100%
    }

    .anzhiyu-col-lg-pull-24 {
        position: relative;
        right: 100%
    }

    .anzhiyu-col-lg-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 1920px) {
    .anzhiyu-col-xl-0, .anzhiyu-col-xl-0.is-guttered {
        display: none
    }

    .anzhiyu-col-xl-0 {
        max-width: 0%;
        flex: 0 0 0%
    }

    .anzhiyu-col-xl-offset-0 {
        margin-left: 0%
    }

    .anzhiyu-col-xl-pull-0 {
        position: relative;
        right: 0%
    }

    .anzhiyu-col-xl-push-0 {
        position: relative;
        left: 0%
    }

    .anzhiyu-col-xl-1 {
        display: block;
        max-width: 4.1666666667%;
        flex: 0 0 4.1666666667%
    }

    .anzhiyu-col-xl-offset-1 {
        margin-left: 4.1666666667%
    }

    .anzhiyu-col-xl-pull-1 {
        position: relative;
        right: 4.1666666667%
    }

    .anzhiyu-col-xl-push-1 {
        position: relative;
        left: 4.1666666667%
    }

    .anzhiyu-col-xl-2 {
        display: block;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%
    }

    .anzhiyu-col-xl-offset-2 {
        margin-left: 8.3333333333%
    }

    .anzhiyu-col-xl-pull-2 {
        position: relative;
        right: 8.3333333333%
    }

    .anzhiyu-col-xl-push-2 {
        position: relative;
        left: 8.3333333333%
    }

    .anzhiyu-col-xl-3 {
        display: block;
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .anzhiyu-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .anzhiyu-col-xl-pull-3 {
        position: relative;
        right: 12.5%
    }

    .anzhiyu-col-xl-push-3 {
        position: relative;
        left: 12.5%
    }

    .anzhiyu-col-xl-4 {
        display: block;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%
    }

    .anzhiyu-col-xl-offset-4 {
        margin-left: 16.6666666667%
    }

    .anzhiyu-col-xl-pull-4 {
        position: relative;
        right: 16.6666666667%
    }

    .anzhiyu-col-xl-push-4 {
        position: relative;
        left: 16.6666666667%
    }

    .anzhiyu-col-xl-5 {
        display: block;
        max-width: 20.8333333333%;
        flex: 0 0 20.8333333333%
    }

    .anzhiyu-col-xl-offset-5 {
        margin-left: 20.8333333333%
    }

    .anzhiyu-col-xl-pull-5 {
        position: relative;
        right: 20.8333333333%
    }

    .anzhiyu-col-xl-push-5 {
        position: relative;
        left: 20.8333333333%
    }

    .anzhiyu-col-xl-6 {
        display: block;
        max-width: 25%;
        flex: 0 0 25%
    }

    .anzhiyu-col-xl-offset-6 {
        margin-left: 25%
    }

    .anzhiyu-col-xl-pull-6 {
        position: relative;
        right: 25%
    }

    .anzhiyu-col-xl-push-6 {
        position: relative;
        left: 25%
    }

    .anzhiyu-col-xl-7 {
        display: block;
        max-width: 29.1666666667%;
        flex: 0 0 29.1666666667%
    }

    .anzhiyu-col-xl-offset-7 {
        margin-left: 29.1666666667%
    }

    .anzhiyu-col-xl-pull-7 {
        position: relative;
        right: 29.1666666667%
    }

    .anzhiyu-col-xl-push-7 {
        position: relative;
        left: 29.1666666667%
    }

    .anzhiyu-col-xl-8 {
        display: block;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .anzhiyu-col-xl-offset-8 {
        margin-left: 33.3333333333%
    }

    .anzhiyu-col-xl-pull-8 {
        position: relative;
        right: 33.3333333333%
    }

    .anzhiyu-col-xl-push-8 {
        position: relative;
        left: 33.3333333333%
    }

    .anzhiyu-col-xl-9 {
        display: block;
        max-width: 37.5%;
        flex: 0 0 37.5%
    }

    .anzhiyu-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .anzhiyu-col-xl-pull-9 {
        position: relative;
        right: 37.5%
    }

    .anzhiyu-col-xl-push-9 {
        position: relative;
        left: 37.5%
    }

    .anzhiyu-col-xl-10 {
        display: block;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%
    }

    .anzhiyu-col-xl-offset-10 {
        margin-left: 41.6666666667%
    }

    .anzhiyu-col-xl-pull-10 {
        position: relative;
        right: 41.6666666667%
    }

    .anzhiyu-col-xl-push-10 {
        position: relative;
        left: 41.6666666667%
    }

    .anzhiyu-col-xl-11 {
        display: block;
        max-width: 45.8333333333%;
        flex: 0 0 45.8333333333%
    }

    .anzhiyu-col-xl-offset-11 {
        margin-left: 45.8333333333%
    }

    .anzhiyu-col-xl-pull-11 {
        position: relative;
        right: 45.8333333333%
    }

    .anzhiyu-col-xl-push-11 {
        position: relative;
        left: 45.8333333333%
    }

    .anzhiyu-col-xl-12 {
        display: block;
        max-width: 50%;
        flex: 0 0 50%
    }

    .anzhiyu-col-xl-offset-12 {
        margin-left: 50%
    }

    .anzhiyu-col-xl-pull-12 {
        position: relative;
        right: 50%
    }

    .anzhiyu-col-xl-push-12 {
        position: relative;
        left: 50%
    }

    .anzhiyu-col-xl-13 {
        display: block;
        max-width: 54.1666666667%;
        flex: 0 0 54.1666666667%
    }

    .anzhiyu-col-xl-offset-13 {
        margin-left: 54.1666666667%
    }

    .anzhiyu-col-xl-pull-13 {
        position: relative;
        right: 54.1666666667%
    }

    .anzhiyu-col-xl-push-13 {
        position: relative;
        left: 54.1666666667%
    }

    .anzhiyu-col-xl-14 {
        display: block;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%
    }

    .anzhiyu-col-xl-offset-14 {
        margin-left: 58.3333333333%
    }

    .anzhiyu-col-xl-pull-14 {
        position: relative;
        right: 58.3333333333%
    }

    .anzhiyu-col-xl-push-14 {
        position: relative;
        left: 58.3333333333%
    }

    .anzhiyu-col-xl-15 {
        display: block;
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .anzhiyu-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .anzhiyu-col-xl-pull-15 {
        position: relative;
        right: 62.5%
    }

    .anzhiyu-col-xl-push-15 {
        position: relative;
        left: 62.5%
    }

    .anzhiyu-col-xl-16 {
        display: block;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%
    }

    .anzhiyu-col-xl-offset-16 {
        margin-left: 66.6666666667%
    }

    .anzhiyu-col-xl-pull-16 {
        position: relative;
        right: 66.6666666667%
    }

    .anzhiyu-col-xl-push-16 {
        position: relative;
        left: 66.6666666667%
    }

    .anzhiyu-col-xl-17 {
        display: block;
        max-width: 70.8333333333%;
        flex: 0 0 70.8333333333%
    }

    .anzhiyu-col-xl-offset-17 {
        margin-left: 70.8333333333%
    }

    .anzhiyu-col-xl-pull-17 {
        position: relative;
        right: 70.8333333333%
    }

    .anzhiyu-col-xl-push-17 {
        position: relative;
        left: 70.8333333333%
    }

    .anzhiyu-col-xl-18 {
        display: block;
        max-width: 75%;
        flex: 0 0 75%
    }

    .anzhiyu-col-xl-offset-18 {
        margin-left: 75%
    }

    .anzhiyu-col-xl-pull-18 {
        position: relative;
        right: 75%
    }

    .anzhiyu-col-xl-push-18 {
        position: relative;
        left: 75%
    }

    .anzhiyu-col-xl-19 {
        display: block;
        max-width: 79.1666666667%;
        flex: 0 0 79.1666666667%
    }

    .anzhiyu-col-xl-offset-19 {
        margin-left: 79.1666666667%
    }

    .anzhiyu-col-xl-pull-19 {
        position: relative;
        right: 79.1666666667%
    }

    .anzhiyu-col-xl-push-19 {
        position: relative;
        left: 79.1666666667%
    }

    .anzhiyu-col-xl-20 {
        display: block;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%
    }

    .anzhiyu-col-xl-offset-20 {
        margin-left: 83.3333333333%
    }

    .anzhiyu-col-xl-pull-20 {
        position: relative;
        right: 83.3333333333%
    }

    .anzhiyu-col-xl-push-20 {
        position: relative;
        left: 83.3333333333%
    }

    .anzhiyu-col-xl-21 {
        display: block;
        max-width: 87.5%;
        flex: 0 0 87.5%
    }

    .anzhiyu-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .anzhiyu-col-xl-pull-21 {
        position: relative;
        right: 87.5%
    }

    .anzhiyu-col-xl-push-21 {
        position: relative;
        left: 87.5%
    }

    .anzhiyu-col-xl-22 {
        display: block;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%
    }

    .anzhiyu-col-xl-offset-22 {
        margin-left: 91.6666666667%
    }

    .anzhiyu-col-xl-pull-22 {
        position: relative;
        right: 91.6666666667%
    }

    .anzhiyu-col-xl-push-22 {
        position: relative;
        left: 91.6666666667%
    }

    .anzhiyu-col-xl-23 {
        display: block;
        max-width: 95.8333333333%;
        flex: 0 0 95.8333333333%
    }

    .anzhiyu-col-xl-offset-23 {
        margin-left: 95.8333333333%
    }

    .anzhiyu-col-xl-pull-23 {
        position: relative;
        right: 95.8333333333%
    }

    .anzhiyu-col-xl-push-23 {
        position: relative;
        left: 95.8333333333%
    }

    .anzhiyu-col-xl-24 {
        display: block;
        max-width: 100%;
        flex: 0 0 100%
    }

    .anzhiyu-col-xl-offset-24 {
        margin-left: 100%
    }

    .anzhiyu-col-xl-pull-24 {
        position: relative;
        right: 100%
    }

    .anzhiyu-col-xl-push-24 {
        position: relative;
        left: 100%
    }
}

.anzhiyu-alert {
    --anzhiyu-alert-padding: 8px 16px;
    --anzhiyu-alert-border-radius-base: var(--anzhiyu-border-radius-base);
    --anzhiyu-alert-title-font-size: 13px;
    --anzhiyu-alert-description-font-size: 12px;
    --anzhiyu-alert-close-font-size: 12px;
    --anzhiyu-alert-close-customed-font-size: 13px;
    --anzhiyu-alert-icon-size: 16px;
    --anzhiyu-alert-icon-large-size: 28px;
    width: 100%;
    padding: var(--anzhiyu-alert-padding);
    margin: 0;
    box-sizing: border-box;
    border-radius: var(--anzhiyu-alert-border-radius-base);
    position: relative;
    background-color: var(--anzhiyu-color-white);
    overflow: hidden;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: opacity var(--anzhiyu-transition-duration-fast)
}

.anzhiyu-alert.is-light .anzhiyu-alert__close-btn {
    color: var(--anzhiyu-text-color-placeholder)
}

.anzhiyu-alert.is-dark .anzhiyu-alert__close-btn, .anzhiyu-alert.is-dark .anzhiyu-alert__description {
    color: var(--anzhiyu-color-white)
}

.anzhiyu-alert.is-center {
    justify-content: center
}

.anzhiyu-alert--success {
    --anzhiyu-alert-bg-color: var(--anzhiyu-color-success-light-9)
}

.anzhiyu-alert--success.is-light {
    background-color: var(--anzhiyu-alert-bg-color);
    color: var(--anzhiyu-color-success)
}

.anzhiyu-alert--success.is-light .anzhiyu-alert__description {
    color: var(--anzhiyu-color-success)
}

.anzhiyu-alert--success.is-dark {
    background-color: var(--anzhiyu-color-success);
    color: var(--anzhiyu-color-white)
}

.anzhiyu-alert--info {
    --anzhiyu-alert-bg-color: var(--anzhiyu-color-info-light-9)
}

.anzhiyu-alert--info.is-light {
    background-color: var(--anzhiyu-alert-bg-color);
    color: var(--anzhiyu-color-info)
}

.anzhiyu-alert--info.is-light .anzhiyu-alert__description {
    color: var(--anzhiyu-color-info)
}

.anzhiyu-alert--info.is-dark {
    background-color: var(--anzhiyu-color-info);
    color: var(--anzhiyu-color-white)
}

.anzhiyu-alert--warning {
    --anzhiyu-alert-bg-color: var(--anzhiyu-color-warning-light-9)
}

.anzhiyu-alert--warning.is-light {
    background-color: var(--anzhiyu-alert-bg-color);
    color: var(--anzhiyu-color-warning)
}

.anzhiyu-alert--warning.is-light .anzhiyu-alert__description {
    color: var(--anzhiyu-color-warning)
}

.anzhiyu-alert--warning.is-dark {
    background-color: var(--anzhiyu-color-warning);
    color: var(--anzhiyu-color-white)
}

.anzhiyu-alert--error {
    --anzhiyu-alert-bg-color: var(--anzhiyu-color-error-light-9)
}

.anzhiyu-alert--error.is-light {
    background-color: var(--anzhiyu-alert-bg-color);
    color: var(--anzhiyu-color-error)
}

.anzhiyu-alert--error.is-light .anzhiyu-alert__description {
    color: var(--anzhiyu-color-error)
}

.anzhiyu-alert--error.is-dark {
    background-color: var(--anzhiyu-color-error);
    color: var(--anzhiyu-color-white)
}

.anzhiyu-alert__content {
    display: table-cell;
    padding: 0 8px
}

.anzhiyu-alert .anzhiyu-alert__icon {
    font-size: var(--anzhiyu-alert-icon-size);
    width: var(--anzhiyu-alert-icon-size)
}

.anzhiyu-alert .anzhiyu-alert__icon.is-big {
    font-size: var(--anzhiyu-alert-icon-large-size);
    width: var(--anzhiyu-alert-icon-large-size)
}

.anzhiyu-alert__title {
    font-size: var(--anzhiyu-alert-title-font-size);
    line-height: 18px;
    vertical-align: text-top
}

.anzhiyu-alert__title.is-bold {
    font-weight: 700
}

.anzhiyu-alert .anzhiyu-alert__description {
    font-size: var(--anzhiyu-alert-description-font-size);
    margin: 5px 0 0
}

.anzhiyu-alert .anzhiyu-alert__close-btn {
    font-size: var(--anzhiyu-alert-close-font-size);
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer
}

.anzhiyu-alert .anzhiyu-alert__close-btn.is-customed {
    font-style: normal;
    font-size: var(--anzhiyu-alert-close-customed-font-size);
    top: 9px
}

.anzhiyu-alert-fade-enter-from, .anzhiyu-alert-fade-leave-active {
    opacity: 0
}

.anzhiyu-radio-group {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0
}

.anzhiyu-radio {
    --anzhiyu-radio-font-size: var(--anzhiyu-font-size-base);
    --anzhiyu-radio-text-color: var(--anzhiyu-text-color-regular);
    --anzhiyu-radio-font-weight: var(--anzhiyu-font-weight-primary);
    --anzhiyu-radio-input-height: 14px;
    --anzhiyu-radio-input-width: 14px;
    --anzhiyu-radio-input-border-radius: var(--anzhiyu-border-radius-circle);
    --anzhiyu-radio-input-bg-color: var(--anzhiyu-fill-color-blank);
    --anzhiyu-radio-input-border: var(--anzhiyu-border);
    --anzhiyu-radio-input-border-color: var(--anzhiyu-border-color);
    --anzhiyu-radio-input-border-color-hover: var(--anzhiyu-color-primary)
}

.anzhiyu-radio {
    color: var(--anzhiyu-radio-text-color);
    font-weight: var(--anzhiyu-radio-font-weight);
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    outline: none;
    font-size: var(--anzhiyu-font-size-base);
    user-select: none;
    margin-right: 32px;
    height: 32px
}

.anzhiyu-radio.anzhiyu-radio--large {
    height: 40px
}

.anzhiyu-radio.anzhiyu-radio--small {
    height: 24px
}

.anzhiyu-radio.is-bordered {
    padding: 0 15px 0 9px;
    border-radius: var(--anzhiyu-border-radius-base);
    border: var(--anzhiyu-border);
    box-sizing: border-box
}

.anzhiyu-radio.is-bordered.is-checked {
    border-color: var(--anzhiyu-color-primary)
}

.anzhiyu-radio.is-bordered.is-disabled {
    cursor: not-allowed;
    border-color: var(--anzhiyu-border-color-lighter)
}

.anzhiyu-radio.is-bordered.anzhiyu-radio--large {
    padding: 0 19px 0 11px;
    border-radius: var(--anzhiyu-border-radius-base)
}

.anzhiyu-radio.is-bordered.anzhiyu-radio--large .anzhiyu-radio__label {
    font-size: var(--anzhiyu-font-size-base)
}

.anzhiyu-radio.is-bordered.anzhiyu-radio--large .anzhiyu-radio__inner {
    height: 14px;
    width: 14px
}

.anzhiyu-radio.is-bordered.anzhiyu-radio--small {
    padding: 0 11px 0 7px;
    border-radius: var(--anzhiyu-border-radius-base)
}

.anzhiyu-radio.is-bordered.anzhiyu-radio--small .anzhiyu-radio__label {
    font-size: 12px
}

.anzhiyu-radio.is-bordered.anzhiyu-radio--small .anzhiyu-radio__inner {
    height: 12px;
    width: 12px
}

.anzhiyu-radio:last-child {
    margin-right: 0
}

.anzhiyu-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.anzhiyu-radio__input.is-disabled .anzhiyu-radio__inner {
    background-color: var(--anzhiyu-disabled-bg-color);
    border-color: var(--anzhiyu-disabled-border-color);
    cursor: not-allowed
}

.anzhiyu-radio__input.is-disabled .anzhiyu-radio__inner:after {
    cursor: not-allowed;
    background-color: var(--anzhiyu-disabled-bg-color)
}

.anzhiyu-radio__input.is-disabled .anzhiyu-radio__inner + .anzhiyu-radio__label {
    cursor: not-allowed
}

.anzhiyu-radio__input.is-disabled.is-checked .anzhiyu-radio__inner {
    background-color: var(--anzhiyu-disabled-bg-color);
    border-color: var(--anzhiyu-disabled-border-color)
}

.anzhiyu-radio__input.is-disabled.is-checked .anzhiyu-radio__inner:after {
    background-color: var(--anzhiyu-text-color-placeholder)
}

.anzhiyu-radio__input.is-disabled + span.anzhiyu-radio__label {
    color: var(--anzhiyu-text-color-placeholder);
    cursor: not-allowed
}

.anzhiyu-radio__input.is-checked .anzhiyu-radio__inner {
    border-color: var(--anzhiyu-color-primary);
    background: var(--anzhiyu-color-primary)
}

.anzhiyu-radio__input.is-checked .anzhiyu-radio__inner:after {
    transform: translate(-50%, -50%) scale(1)
}

.anzhiyu-radio__input.is-checked + .anzhiyu-radio__label {
    color: var(--anzhiyu-color-primary)
}

.anzhiyu-radio__input.is-focus .anzhiyu-radio__inner {
    border-color: var(--anzhiyu-radio-input-border-color-hover)
}

.anzhiyu-radio__inner {
    border: var(--anzhiyu-radio-input-border);
    border-radius: var(--anzhiyu-radio-input-border-radius);
    width: var(--anzhiyu-radio-input-width);
    height: var(--anzhiyu-radio-input-height);
    background-color: var(--anzhiyu-radio-input-bg-color);
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box
}

.anzhiyu-radio__inner:hover {
    border-color: var(--anzhiyu-radio-input-border-color-hover)
}

.anzhiyu-radio__inner:after {
    width: 4px;
    height: 4px;
    border-radius: var(--anzhiyu-radio-input-border-radius);
    background-color: var(--anzhiyu-color-white);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in
}

.anzhiyu-radio__original {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.anzhiyu-radio__original:focus-visible + .anzhiyu-radio__inner {
    outline: 2px solid var(--anzhiyu-radio-input-border-color-hover);
    outline-offset: 1px;
    border-radius: var(--anzhiyu-radio-input-border-radius)
}

.anzhiyu-radio:focus:not(:focus-visible):not(.is-focus):not(:active):not(.is-disabled) .anzhiyu-radio__inner {
    box-shadow: 0 0 2px 2px var(--anzhiyu-radio-input-border-color-hover)
}

.anzhiyu-radio__label {
    font-size: var(--anzhiyu-radio-font-size);
    padding-left: 8px
}

.anzhiyu-radio.anzhiyu-radio--large .anzhiyu-radio__label {
    font-size: 14px
}

.anzhiyu-radio.anzhiyu-radio--large .anzhiyu-radio__inner {
    width: 14px;
    height: 14px
}

.anzhiyu-radio.anzhiyu-radio--small .anzhiyu-radio__label {
    font-size: 12px
}

.anzhiyu-radio.anzhiyu-radio--small .anzhiyu-radio__inner {
    width: 12px;
    height: 12px
}

.cf-manage-tip[data-v-4126726f] {
    margin: 20px
}

@media (max-width: 992px) {
    .Operation-btns .el-button[data-v-4126726f] {
        padding: 2px 8px;
        margin-left: 6px
    }
}

@media (max-width: 768px) {
    .Operation-btns .el-button[data-v-4126726f] {
        padding: 2px 5px;
        margin-left: 4px
    }
}

.btns[data-v-98147a18] {
    margin: 10px
}

.fa-duotone[data-v-98147a18] {
    margin-right: 4px
}

.Rotation[data-v-98147a18] {
    animation: Rotation-98147a18 2s linear infinite
}

@keyframes Rotation-98147a18 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.manage-panel-main[data-v-f3ff93b3] {
    height: 100%;
    line-height: 1
}

.manage-panel-main .top-info[data-v-f3ff93b3] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.manage-panel-main .top-info .title[data-v-f3ff93b3] {
    margin: 10px 0;
    text-align: left
}

[data-v-f3ff93b3] .anzhiyu-tabs__content {
    overflow: scroll;
    height: calc(100% - 39px)
}

[data-v-f3ff93b3] .anzhiyu-tabs {
    height: 95%
}

.manage-panel[data-v-3d44c618] {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    justify-content: center;
    transition: .3s ease-out;
    flex-direction: column;
    align-items: center
}

.manage-panel .cf-manage-overlay[data-v-3d44c618] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--anzhiyu-maskbgdeep);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    pointer-events: all;
    z-index: -1
}

.manage-panel .manage-panel-container[data-v-3d44c618] {
    background: var(--anzhiyu-card-bg);
    overflow: hidden;
    border: var(--style-border);
    box-shadow: var(--anzhiyu-shadow-border);
    text-align: center;
    position: fixed;
    border-radius: 10px;
    width: 55%;
    height: 75%;
    z-index: 98;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 45px
}

@media (max-width: 1280px) {
    .manage-panel .manage-panel-container[data-v-3d44c618] {
        width: 70%
    }
}

@media (max-width: 992px) {
    .manage-panel .manage-panel-container[data-v-3d44c618] {
        width: 60%
    }
}

@media (max-width: 768px) {
    .manage-panel .manage-panel-container[data-v-3d44c618] {
        width: 98%;
        padding: 40px 10px
    }
}

.manage-panel .manage-panel-container .close-btn[data-v-3d44c618] {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 2%;
    top: 10px;
    font-size: 35px;
    color: var(--font-color);
    cursor: pointer;
    transition: .3s;
    display: flex
}

.manage-panel .manage-panel-container .close-btn i[data-v-3d44c618] {
    font-size: 25px
}

.manage-panel .manage-panel-container .close-btn[data-v-3d44c618]:hover {
    color: var(--anzhiyu-main)
}

.fcircle_page[data-v-6464e84d] {
    display: flex;
    flex-direction: column;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
    overflow: hidden
}

.anzhiyu-enter-active[data-v-6464e84d], .anzhiyu-leave-active[data-v-6464e84d] {
    transition: all .3s
}

.anzhiyu-enter-from[data-v-6464e84d], .anzhiyu-leave-to[data-v-6464e84d] {
    transform: translateY(30px);
    opacity: 0
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

#hexo-circle-of-friends-root * {
    box-sizing: border-box
}

#hexo-circle-of-friends-root .fcircle_page b, #hexo-circle-of-friends-root .fcircle_page strong {
    color: var(--anzhiyu-lighttext)
}

.fcircle_page a {
    text-decoration: none;
    word-wrap: break-word;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    overflow-wrap: break-word
}

#hexo-circle-of-friends-root img {
    max-width: 100%;
    transition: all .2s ease 0s
}

.fcircle_page .author-content.fcirclePage {
    height: 19rem;
    color: var(--anzhiyu-white);
    overflow: hidden;
    margin-top: 0
}

#web_bg ~ .page:has(.fcircle_page) {
    background-color: #f7f9fe
}

[data-theme=dark] #web_bg ~ .page:has(.fcircle_page) {
    background-color: #000
}

#page:has(.fcircle_page) .page-title {
    display: none
}

#page:has(.fcircle_page) {
    border: 0;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important
}

[data-theme=dark] #page:has(.fcircle_page) {
    background: transparent !important
}

#hexo-circle-of-friends-root hr {
    display: flex;
    position: relative;
    margin: 8px 0;
    border: 1px dashed var(--anzhiyu-theme-op)
}

.snackbar-container {
    transition: all .5s ease;
    transition-property: top, right, bottom, left, opacity;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    min-height: 14px;
    background-color: #070b0e;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 22px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 9999
}

.snackbar-container .action {
    background: inherit;
    display: inline-block;
    border: none;
    font-size: inherit;
    text-transform: uppercase;
    color: #4caf50;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer
}

@media (min-width: 640px) {
    .snackbar-container {
        min-width: 288px;
        max-width: 568px;
        display: inline-flex;
        border-radius: 2px;
        margin: 24px
    }
}

@media (max-width: 640px) {
    .snackbar-container {
        left: 0;
        right: 0;
        width: 100%
    }
}

.snackbar-pos.bottom-center {
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.snackbar-pos.bottom-left {
    top: auto !important;
    bottom: 0;
    left: 0
}

.snackbar-pos.bottom-right {
    top: auto !important;
    bottom: 0;
    right: 0
}

.snackbar-pos.top-left {
    bottom: auto !important;
    top: 0;
    left: 0
}

.snackbar-pos.top-center {
    bottom: auto !important;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}

.snackbar-pos.top-right {
    bottom: auto !important;
    top: 0;
    right: 0
}

@media (max-width: 640px) {
    .snackbar-pos.bottom-center, .snackbar-pos.top-center {
        left: 0;
        transform: none
    }
}

:root {
    --anzhiyu-snackbar-time: 2s
}

.snackbar-container {
    background: var(--anzhiyu-main) !important;
    color: var(--anzhiyu-white) !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center !important;
    max-width: none !important;
    min-width: 100% !important;
    margin: 0;
    left: 0 !important;
    height: 60px !important;
    transform: none !important;
    margin: 0 !important
}

.snackbar-container p {
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 1.1rem !important
}

.snackbar-container .action {
    color: var(--anzhiyu-white) !important;
    padding: 4px 6px !important;
    font-weight: 700;
    border-radius: 8px;
    transition: .3s;
    border: var(--style-border) !important
}

.snackbar-container .action:hover {
    color: var(--anzhiyu-main) !important;
    background: var(--anzhiyu-white)
}

.snackbar-container:after {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--anzhiyu-white);
    opacity: .1;
    content: "";
    animation: snackbar-progress var(--anzhiyu-snackbar-time) linear forwards;
    pointer-events: none
}

@keyframes snackbar-progress {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}
