.ss-chat-body {
    overflow: hidden !important
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

/* 注意要写在第一行，同时给style标签加入lang="scss"属性 */

.u-line-1 {
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical!important
}

.u-line-2 {
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical!important
}

.u-line-3 {
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical!important
}

.u-line-4 {
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical!important
}

.u-line-5 {
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical!important
}

.u-border {
    border-width: .5px!important;
    border-color: #dadbde!important;
    border-style: solid
}

.u-border-top {
    border-top-width: .5px!important;
    border-color: #dadbde!important;
    border-top-style: solid
}

.u-border-left {
    border-left-width: .5px!important;
    border-color: #dadbde!important;
    border-left-style: solid
}

.u-border-right {
    border-right-width: .5px!important;
    border-color: #dadbde!important;
    border-right-style: solid
}

.u-border-bottom {
    border-bottom-width: .5px!important;
    border-color: #dadbde!important;
    border-bottom-style: solid
}

.u-border-top-bottom {
    border-top-width: .5px!important;
    border-bottom-width: .5px!important;
    border-color: #dadbde!important;
    border-top-style: solid;
    border-bottom-style: solid
}

.u-reset-button {
    padding: 0;
    background-color: initial;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.u-reset-button::after {
    border: none
}

.u-hover-class {
    opacity: .7
}

.u-primary-light {
    color: #ecf5ff
}

.u-warning-light {
    color: #fdf6ec
}

.u-success-light {
    color: #f5fff0
}

.u-error-light {
    color: #fef0f0
}

.u-info-light {
    color: #f4f4f5
}

.u-primary-light-bg {
    background-color: #ecf5ff
}

.u-warning-light-bg {
    background-color: #fdf6ec
}

.u-success-light-bg {
    background-color: #f5fff0
}

.u-error-light-bg {
    background-color: #fef0f0
}

.u-info-light-bg {
    background-color: #f4f4f5
}

.u-primary-dark {
    color: #398ade
}

.u-warning-dark {
    color: #f1a532
}

.u-success-dark {
    color: #53c21d
}

.u-error-dark {
    color: #e45656
}

.u-info-dark {
    color: #767a82
}

.u-primary-dark-bg {
    background-color: #398ade
}

.u-warning-dark-bg {
    background-color: #f1a532
}

.u-success-dark-bg {
    background-color: #53c21d
}

.u-error-dark-bg {
    background-color: #e45656
}

.u-info-dark-bg {
    background-color: #767a82
}

.u-primary-disabled {
    color: #9acafc
}

.u-warning-disabled {
    color: #f9d39b
}

.u-success-disabled {
    color: #a9e08f
}

.u-error-disabled {
    color: #f7b2b2
}

.u-info-disabled {
    color: #c4c6c9
}

.u-primary {
    color: #3c9cff
}

.u-warning {
    color: #f9ae3d
}

.u-success {
    color: #5ac725
}

.u-error {
    color: #f56c6c
}

.u-info {
    color: #909399
}

.u-primary-bg {
    background-color: #3c9cff
}

.u-warning-bg {
    background-color: #f9ae3d
}

.u-success-bg {
    background-color: #5ac725
}

.u-error-bg {
    background-color: #f56c6c
}

.u-info-bg {
    background-color: #909399
}

.u-main-color {
    color: #303133
}

.u-content-color {
    color: #606266
}

.u-tips-color {
    color: #909193
}

.u-light-color {
    color: #c0c4cc
}

.u-safe-area-inset-top {
    padding-top: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top)
}

.u-safe-area-inset-right {
    padding-right: 0;
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right)
}

.u-safe-area-inset-bottom {
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.u-safe-area-inset-left {
    padding-left: 0;
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left)
}

uni-toast {
    z-index: 10090
}

uni-toast .uni-toast {
    z-index: 10090
}

::-webkit-scrollbar {
    display: none;
    width: 0!important;
    height: 0!important;
    -webkit-appearance: none;
    background: transparent
}

:root {
    --theme-max-width: 450px;
    --theme-bg-color: #0f111a
}

.uni-tabbar__icon {
    width: 30px!important;
    height: 30px!important
}

.u-transition {
    margin: 0 auto;
    max-width: var(--theme-max-width)
}

.u-navbar--fixed {
    margin: 0 auto;
    max-width: var(--theme-max-width)
}

.uni-tabbar {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 0 20px;
    width: 80%
}

.uni-tabbar-border {
    background-color: unset!important
}

.uni-page-head {
    max-width: var(--theme-max-width);
    margin: 0 auto;
    background-color: var(--theme-bg-color)!important;
    color: #fff!important
}

.uni-page-head .uni-btn-icon {
    color: #fff!important
}

.u-navbar__content__title {
    color: #fff!important
}

.uni-app--showtabbar uni-page-wrapper {
    display: block;
    height: calc(100% - 60px);
    height: calc(100% - 60px - constant(safe-area-inset-bottom));
    height: calc(100% - 60px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    height: calc(60px + constant(safe-area-inset-bottom));
    height: calc(60px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]~uni-page-wrapper {
    height: calc(100% - 44px - 60px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 60px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 60px - env(safe-area-inset-bottom));
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

.u-status-bar[data-v-ba701168] {
    width: 100%
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-729c0bcb],
uni-scroll-view[data-v-729c0bcb],
uni-swiper-item[data-v-729c0bcb] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

@font-face {
    font-family: uicon-iconfont;
    src: url(https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf) format("truetype")
}

.u-icon[data-v-729c0bcb] {
    display: flex;
    align-items: center
}

.u-icon--left[data-v-729c0bcb] {
    flex-direction: row-reverse;
    align-items: center
}

.u-icon--right[data-v-729c0bcb] {
    flex-direction: row;
    align-items: center
}

.u-icon--top[data-v-729c0bcb] {
    flex-direction: column-reverse;
    justify-content: center
}

.u-icon--bottom[data-v-729c0bcb] {
    flex-direction: column;
    justify-content: center
}

.u-icon__icon[data-v-729c0bcb] {
    font-family: uicon-iconfont;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center
}

.u-icon__icon--primary[data-v-729c0bcb] {
    color: #3c9cff
}

.u-icon__icon--success[data-v-729c0bcb] {
    color: #5ac725
}

.u-icon__icon--error[data-v-729c0bcb] {
    color: #f56c6c
}

.u-icon__icon--warning[data-v-729c0bcb] {
    color: #f9ae3d
}

.u-icon__icon--info[data-v-729c0bcb] {
    color: #909399
}

.u-icon__img[data-v-729c0bcb] {
    height: auto;
    will-change: transform
}

.u-icon__label[data-v-729c0bcb] {
    line-height: 1
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-4422cd38],
uni-scroll-view[data-v-4422cd38],
uni-swiper-item[data-v-4422cd38] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-navbar--fixed[data-v-4422cd38] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11
}

.u-navbar__content[data-v-4422cd38] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
    background-color: #9acafc;
    position: relative;
    justify-content: center
}

.u-navbar__content__left[data-v-4422cd38],
.u-navbar__content__right[data-v-4422cd38] {
    padding: 0 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center
}

.u-navbar__content__left[data-v-4422cd38] {
    left: 0
}

.u-navbar__content__left--hover[data-v-4422cd38] {
    opacity: .7
}

.u-navbar__content__left__text[data-v-4422cd38] {
    font-size: 15px;
    margin-left: 3px
}

.u-navbar__content__title[data-v-4422cd38] {
    text-align: center;
    font-size: 16px;
    color: #303133
}

.u-navbar__content__right[data-v-4422cd38] {
    right: 0
}

.u-navbar__content__right__text[data-v-4422cd38] {
    font-size: 15px;
    margin-left: 3px
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-11963148],
uni-scroll-view[data-v-11963148],
uni-swiper-item[data-v-11963148] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-line[data-v-11963148] {
    vertical-align: middle
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-1dd4e258],
uni-scroll-view[data-v-1dd4e258],
uni-swiper-item[data-v-1dd4e258] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-cell__body[data-v-1dd4e258] {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 15px;
    color: #303133;
    align-items: center
}

.u-cell__body__content[data-v-1dd4e258] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1
}

.u-cell__body--large[data-v-1dd4e258] {
    padding-top: 13px;
    padding-bottom: 13px
}

.u-cell__left-icon-wrap[data-v-1dd4e258],
.u-cell__right-icon-wrap[data-v-1dd4e258] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px
}

.u-cell__left-icon-wrap[data-v-1dd4e258] {
    margin-right: 4px
}

.u-cell__right-icon-wrap[data-v-1dd4e258] {
    margin-left: 4px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.u-cell__right-icon-wrap--up[data-v-1dd4e258] {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.u-cell__right-icon-wrap--down[data-v-1dd4e258] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.u-cell__title[data-v-1dd4e258] {
    flex: 1
}

.u-cell__title-text[data-v-1dd4e258] {
    font-size: 15px;
    line-height: 22px;
    color: #303133
}

.u-cell__title-text--large[data-v-1dd4e258] {
    font-size: 16px
}

.u-cell__label[data-v-1dd4e258] {
    margin-top: 5px;
    font-size: 12px;
    color: #909193;
    line-height: 18px
}

.u-cell__label--large[data-v-1dd4e258] {
    font-size: 14px
}

.u-cell__value[data-v-1dd4e258] {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #606266
}

.u-cell__value--large[data-v-1dd4e258] {
    font-size: 15px
}

.u-cell--clickable[data-v-1dd4e258] {
    background-color: #f3f4f6
}

.u-cell--disabled[data-v-1dd4e258] {
    color: #c8c9cc;
    cursor: not-allowed
}

.u-cell--center[data-v-1dd4e258] {
    align-items: center
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-457c6ce1],
uni-scroll-view[data-v-457c6ce1],
uni-swiper-item[data-v-457c6ce1] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-loading-icon[data-v-457c6ce1] {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #c8c9cc
}

.u-loading-icon__text[data-v-457c6ce1] {
    margin-left: 4px;
    color: #606266;
    font-size: 14px;
    line-height: 20px
}

.u-loading-icon__spinner[data-v-457c6ce1] {
    width: 30px;
    height: 30px;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    -webkit-animation: u-rotate-data-v-457c6ce1 1s linear infinite;
    animation: u-rotate-data-v-457c6ce1 1s linear infinite
}

.u-loading-icon__spinner--semicircle[data-v-457c6ce1] {
    border-width: 2px;
    border-color: transparent;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-style: solid
}

.u-loading-icon__spinner--circle[data-v-457c6ce1] {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-width: 2px;
    border-top-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-style: solid
}

.u-loading-icon--vertical[data-v-457c6ce1] {
    flex-direction: column
}

[data-v-457c6ce1]:host {
    font-size: 0;
    line-height: 1
}

.u-loading-icon__spinner--spinner[data-v-457c6ce1] {
    -webkit-animation-timing-function: steps(12);
    animation-timing-function: steps(12)
}

.u-loading-icon__text[data-v-457c6ce1]:empty {
    display: none
}

.u-loading-icon--vertical .u-loading-icon__text[data-v-457c6ce1] {
    margin: 6px 0 0;
    color: #606266
}

.u-loading-icon__dot[data-v-457c6ce1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.u-loading-icon__dot[data-v-457c6ce1]:before {
    display: block;
    width: 2px;
    height: 25%;
    margin: 0 auto;
    background-color: currentColor;
    border-radius: 40%;
    content: " "
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 1
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    opacity: .9375
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .875
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(4) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: .8125
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(5) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    opacity: .75
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(6) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .6875
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(7) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    opacity: .625
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(8) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    opacity: .5625
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(9) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: .5
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(10) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    opacity: .4375
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(11) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    opacity: .375
}

.u-loading-icon__dot[data-v-457c6ce1]:nth-of-type(12) {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: .3125
}

@-webkit-keyframes u-rotate-data-v-457c6ce1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes u-rotate-data-v-457c6ce1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-97415fb4],
uni-scroll-view[data-v-97415fb4],
uni-swiper-item[data-v-97415fb4] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-button[data-v-97415fb4] {
    width: 100%
}

.u-button__text[data-v-97415fb4] {
    white-space: nowrap;
    line-height: 1
}

.u-button[data-v-97415fb4]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: inherit;
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
    background-color: #000;
    border-color: #000
}

.u-button--active[data-v-97415fb4]:before {
    opacity: .15
}

.u-button__icon+.u-button__text[data-v-97415fb4]:not(:empty),
.u-button__loading-text[data-v-97415fb4] {
    margin-left: 4px
}

.u-button--plain.u-button--primary[data-v-97415fb4] {
    color: #3c9cff
}

.u-button--plain.u-button--info[data-v-97415fb4] {
    color: #909399
}

.u-button--plain.u-button--success[data-v-97415fb4] {
    color: #5ac725
}

.u-button--plain.u-button--error[data-v-97415fb4] {
    color: #f56c6c
}

.u-button--plain.u-button--warning[data-v-97415fb4] {
    color: #f56c6c
}

.u-button[data-v-97415fb4] {
    height: 40px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    flex-direction: row
}

.u-button__text[data-v-97415fb4] {
    font-size: 15px
}

.u-button__loading-text[data-v-97415fb4] {
    font-size: 15px;
    margin-left: 4px
}

.u-button--large[data-v-97415fb4] {
    width: 100%;
    height: 50px;
    padding: 0 15px
}

.u-button--normal[data-v-97415fb4] {
    padding: 0 12px;
    font-size: 14px
}

.u-button--small[data-v-97415fb4] {
    min-width: 60px;
    height: 30px;
    padding: 0 8px;
    font-size: 12px
}

.u-button--mini[data-v-97415fb4] {
    height: 22px;
    font-size: 10px;
    min-width: 50px;
    padding: 0 8px
}

.u-button--disabled[data-v-97415fb4] {
    opacity: .5
}

.u-button--info[data-v-97415fb4] {
    color: #323233;
    background-color: #fff;
    border-color: #ebedf0;
    border-width: 1px;
    border-style: solid
}

.u-button--success[data-v-97415fb4] {
    color: #fff;
    background-color: #5ac725;
    border-color: #5ac725;
    border-width: 1px;
    border-style: solid
}

.u-button--primary[data-v-97415fb4] {
    color: #fff;
    background-color: #3c9cff;
    border-color: #3c9cff;
    border-width: 1px;
    border-style: solid
}

.u-button--error[data-v-97415fb4] {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
    border-width: 1px;
    border-style: solid
}

.u-button--warning[data-v-97415fb4] {
    color: #fff;
    background-color: #f9ae3d;
    border-color: #f9ae3d;
    border-width: 1px;
    border-style: solid
}

.u-button--block[data-v-97415fb4] {
    display: flex;
    flex-direction: row;
    width: 100%
}

.u-button--circle[data-v-97415fb4] {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}

.u-button--square[data-v-97415fb4] {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.u-button__icon[data-v-97415fb4] {
    min-width: 1em;
    line-height: inherit!important;
    vertical-align: top
}

.u-button--plain[data-v-97415fb4] {
    background-color: #fff
}

.u-button--hairline[data-v-97415fb4] {
    border-width: .5px!important
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-3130ecf6],
uni-scroll-view[data-v-3130ecf6],
uni-swiper-item[data-v-3130ecf6] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

/**
 * vue版本动画内置的动画模式有如下：
 * fade：淡入
 * zoom：缩放
 * fade-zoom：缩放淡入
 * fade-up：上滑淡入
 * fade-down：下滑淡入
 * fade-left：左滑淡入
 * fade-right：右滑淡入
 * slide-up：上滑进入
 * slide-down：下滑进入
 * slide-left：左滑进入
 * slide-right：右滑进入
 */

.u-fade-enter-active[data-v-3130ecf6],
.u-fade-leave-active[data-v-3130ecf6] {
    transition-property: opacity
}

.u-fade-enter[data-v-3130ecf6],
.u-fade-leave-to[data-v-3130ecf6] {
    opacity: 0
}

.u-fade-zoom-enter[data-v-3130ecf6],
.u-fade-zoom-leave-to[data-v-3130ecf6] {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0
}

.u-fade-zoom-enter-active[data-v-3130ecf6],
.u-fade-zoom-leave-active[data-v-3130ecf6] {
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.u-fade-down-enter-active[data-v-3130ecf6],
.u-fade-down-leave-active[data-v-3130ecf6],
.u-fade-left-enter-active[data-v-3130ecf6],
.u-fade-left-leave-active[data-v-3130ecf6],
.u-fade-right-enter-active[data-v-3130ecf6],
.u-fade-right-leave-active[data-v-3130ecf6],
.u-fade-up-enter-active[data-v-3130ecf6],
.u-fade-up-leave-active[data-v-3130ecf6] {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.u-fade-up-enter[data-v-3130ecf6],
.u-fade-up-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
}

.u-fade-down-enter[data-v-3130ecf6],
.u-fade-down-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0
}

.u-fade-left-enter[data-v-3130ecf6],
.u-fade-left-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.u-fade-right-enter[data-v-3130ecf6],
.u-fade-right-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.u-slide-down-enter-active[data-v-3130ecf6],
.u-slide-down-leave-active[data-v-3130ecf6],
.u-slide-left-enter-active[data-v-3130ecf6],
.u-slide-left-leave-active[data-v-3130ecf6],
.u-slide-right-enter-active[data-v-3130ecf6],
.u-slide-right-leave-active[data-v-3130ecf6],
.u-slide-up-enter-active[data-v-3130ecf6],
.u-slide-up-leave-active[data-v-3130ecf6] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.u-slide-up-enter[data-v-3130ecf6],
.u-slide-up-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.u-slide-down-enter[data-v-3130ecf6],
.u-slide-down-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.u-slide-left-enter[data-v-3130ecf6],
.u-slide-left-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.u-slide-right-enter[data-v-3130ecf6],
.u-slide-right-leave-to[data-v-3130ecf6] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.u-zoom-enter-active[data-v-3130ecf6],
.u-zoom-leave-active[data-v-3130ecf6] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.u-zoom-enter[data-v-3130ecf6],
.u-zoom-leave-to[data-v-3130ecf6] {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-ed651914],
uni-scroll-view[data-v-ed651914],
uni-swiper-item[data-v-ed651914] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-overlay[data-v-ed651914] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

.u-safe-bottom[data-v-e8e7d176] {
    width: 100%
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-2e1dd08e],
uni-scroll-view[data-v-2e1dd08e],
uni-swiper-item[data-v-2e1dd08e] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-popup[data-v-2e1dd08e] {
    flex: 1
}

.u-popup__content[data-v-2e1dd08e] {
    background-color: #fff;
    position: relative
}

.u-popup__content--round-top[data-v-2e1dd08e] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.u-popup__content--round-left[data-v-2e1dd08e] {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px
}

.u-popup__content--round-right[data-v-2e1dd08e] {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0
}

.u-popup__content--round-bottom[data-v-2e1dd08e] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.u-popup__content--round-center[data-v-2e1dd08e] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.u-popup__content__close[data-v-2e1dd08e] {
    position: absolute
}

.u-popup__content__close--hover[data-v-2e1dd08e] {
    opacity: .4
}

.u-popup__content__close--top-left[data-v-2e1dd08e] {
    top: 15px;
    left: 15px
}

.u-popup__content__close--top-right[data-v-2e1dd08e] {
    top: 15px;
    right: 15px
}

.u-popup__content__close--bottom-left[data-v-2e1dd08e] {
    bottom: 15px;
    left: 15px
}

.u-popup__content__close--bottom-right[data-v-2e1dd08e] {
    right: 15px;
    bottom: 15px
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-f315b152],
uni-scroll-view[data-v-f315b152],
uni-swiper-item[data-v-f315b152] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-7eb78616],
uni-scroll-view[data-v-7eb78616],
uni-swiper-item[data-v-7eb78616] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-reset-button[data-v-7eb78616] {
    width: 100%
}

.u-action-sheet[data-v-7eb78616] {
    text-align: center
}

.u-action-sheet__header[data-v-7eb78616] {
    position: relative;
    padding: 12px 30px
}

.u-action-sheet__header__title[data-v-7eb78616] {
    font-size: 16px;
    color: #303133;
    font-weight: 700;
    text-align: center
}

.u-action-sheet__header__icon-wrap[data-v-7eb78616] {
    position: absolute;
    right: 15px;
    top: 15px
}

.u-action-sheet__description[data-v-7eb78616] {
    font-size: 13px;
    color: #909193;
    margin: 18px 15px;
    text-align: center
}

.u-action-sheet__item-wrap__item[data-v-7eb78616] {
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.u-action-sheet__item-wrap__item__name[data-v-7eb78616] {
    font-size: 16px;
    color: #303133;
    text-align: center
}

.u-action-sheet__item-wrap__item__subname[data-v-7eb78616] {
    font-size: 13px;
    color: #c0c4cc;
    margin-top: 10px;
    text-align: center
}

.u-action-sheet__cancel-text[data-v-7eb78616] {
    font-size: 16px;
    color: #606266;
    text-align: center;
    padding: 16px
}

.u-action-sheet--hover[data-v-7eb78616] {
    background-color: #f2f3f5
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-0e34e889],
uni-scroll-view[data-v-0e34e889],
uni-swiper-item[data-v-0e34e889] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-toolbar[data-v-0e34e889] {
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.u-toolbar__wrapper__cancel[data-v-0e34e889] {
    color: #909193;
    font-size: 15px;
    padding: 0 15px
}

.u-toolbar__title[data-v-0e34e889] {
    color: #303133;
    padding: 0 30px;
    font-size: 16px;
    flex: 1;
    text-align: center
}

.u-toolbar__wrapper__confirm[data-v-0e34e889] {
    color: #3c9cff;
    font-size: 15px;
    padding: 0 15px
}


/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */

/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 尺寸变量 */

/* 文字尺寸 */

/* 图片尺寸 */

/* Border Radius */

/* 水平间距 */

/* 垂直间距 */

/* 透明度 */

/* 文章场景相关 */

uni-view[data-v-2853456a],
uni-scroll-view[data-v-2853456a],
uni-swiper-item[data-v-2853456a] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start
}

.u-picker[data-v-2853456a] {
    position: relative
}

.u-picker__view__column[data-v-2853456a] {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center
}

.u-picker__view__column__item[data-v-2853456a] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #303133
}

.u-picker__view__column__item--disabled[data-v-2853456a] {
    cursor: not-allowed;
    opacity: .35
}

.u-picker--loading[data-v-2853456a] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .87);
    z-index: 1000
}

.content[data-v-f8314666] {
    /* background: url("/static/img/login_bg.png") 0% 0% / 100% 100% no-repeat !important; */
    background: url(/static-mzn/img/login_bg.png) 50%/cover no-repeat!important;
    position: relative
}

.content .nav_right[data-v-f8314666] {
    font-size: 12px;
    color: #fff
}

.content .logo_view[data-v-f8314666] {
    text-align: center
}

.content .logo[data-v-f8314666] {
    width: 120px;
    height: 120px;
    margin-top: 150px
}

.content .form .cell[data-v-f8314666] {
    background: #11293c;
    border-radius: 30px;
    margin: 15px 20px
}

.content .form .header[data-v-f8314666] {
    display: flex;
    align-items: center;
    gap: 5px
}

.content .form .img[data-v-f8314666] {
    width: 18px;
    height: 24px;
    margin-right: 5px
}

.content .form .code[data-v-f8314666] {
    color: #fff
}

.content .form .input[data-v-f8314666] {
    border: 0;
    outline: none;
    background: transparent;
    color: #fff
}

.content .form .holder[data-v-f8314666] {
    font-size: 12px
    /* color: rgba(255,255,255,.2) !important; */
}

.content .form .remember[data-v-f8314666] {
    margin-left: 30px
}

.content .btn[data-v-f8314666] {
    padding: 50px 20px
}

.content .btn .login[data-v-f8314666] {
    border-color: transparent;
    background: #37a6c8;
    color: #fff;
    border-radius: 30px;
    padding: 5px 0 8px;
    font-size: 15px
}

.content .btn .register[data-v-f8314666] {
    font-size: 18px;
    background: #fafafa;
    color: #000;
    margin-top: 1rem;
    border-radius: 20px
}

.content .after_btn[data-v-f8314666] {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    font-size: 14px;
    color: #606266
}

[data-v-f8314666] .u-cell__body {
    padding: 15px 20px
}

.u-button--info[data-v-f8314666] {
    border-style: none
}

.itemMenu[data-v-f8314666] {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 25px;
    font-size: 14px
}

.itemMenu .left[data-v-f8314666] {
    display: flex;
    align-items: center;
    gap: 20px
}

.itemMenu .service[data-v-f8314666] {
    color: #2ca2c6;
    text-decoration: underline
}

.downIcon[data-v-f8314666] {
    width: 60px;
    height: 60px;
    right: 15px;
    top: 40px;
    position: absolute
}

.prompt-box[data-v-f8314666] {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    transition: opacity .2s linear;
    z-index: 9999
}

.prompt[data-v-f8314666] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 301px;
    min-height: 150px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.prompt-top[data-v-f8314666] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px 20px
}

.prompt-title[data-v-f8314666] {
    margin-bottom: 10px;
    color: #333;
    font-size: 20px
}

.html-box[data-v-f8314666] {
    width: 100%;
    text-align-last: center;
    margin-bottom: 10px;
    font-size: 15px;
    max-height: calc(100vh - 301px);
    overflow-y: auto
}

.prompt-box uni-view[data-v-f8314666] {
    box-sizing: border-box
}

.prompt-buttons[data-v-f8314666] {
    display: flex;
    width: 100%;
    box-shadow: 0 0 1px 1px #eee
}

.prompt-cancle[data-v-f8314666] {
    background: #fff
}

.prompt-confirm[data-v-f8314666] {
    color: #fff
}

.prompt-buttons uni-button[data-v-f8314666]:after {
    border-radius: 0
}

uni-button[data-v-f8314666] {
    width: 100%;
    background: #fff;
    border-radius: 0
}

uni-button[data-v-f8314666] {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    color: #000;
    background-color: #f8f8f8;
    cursor: pointer
}

uni-button[data-v-f8314666]:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    border-radius: 10px
}

.swiper-container[data-v-f8314666] {
    width: 100%;
    height: 150px;
    margin-bottom: -10px;
    /* margin-bottom: 40rpx; */
    /* transform: rotate(-5deg); 统一倾斜角度 */
    -webkit-transform-origin: center center;
    transform-origin: center center;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

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

.image[data-v-f8314666] {
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.swiper-group[data-v-f8314666] {
    position: relative
}

.overlay-mask[data-v-f8314666] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 17, 26, .8);
    pointer-events: none;
    z-index: 10
}

.overlay-text[data-v-f8314666] {
    text-align: center;
    top: 50%;
    position: absolute;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.text-line[data-v-f8314666] {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)/* 添加文字阴影增强可读性 */
}

.content[data-v-f8314666] {
    background: var(--theme-bg-color);
    min-height: 100%;
    max-width: var(--theme-max-width);
    margin: 0 auto
}

.main[data-v-f8314666] {
    width: 100%;
    height: 100%;
    position: absolute
}

.u-grid[data-v-f8314666] {
    align-items: unset
}

.u-grid-item[data-v-f8314666] {
    justify-content: unset
}

.ellipsis[data-v-f8314666] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}