
    
        
        /* 需要放到文件最上面 */

        /* 水平间距 */

        /* 水平间距 */

        /*
 以下变量是默认值，如不需要修改可以不用给下面的变量重新赋值
 */

        /* 水平间距 */

        /*
  ColorUi for uniApp  v2.1.6 | by 文晓港 2019-05-31 10:44:24
  仅供学习交流，如作它用所承受的法律责任一概与作者无关  
  
  *使用ColorUi开发扩展与插件时，请注明基于ColorUi开发 
  
  （QQ交流群：240787041）
*/

        /* ==================
        初始化
 ==================== */

        body {
            background-color: #f1f1f1;
            font-size: 14px;
            color: #333
            /* font-family: Helvetica Neue, Helvetica, sans-serif; */
        }

        uni-view,
        uni-scroll-view,
        uni-swiper,
        uni-button,
        uni-input,
        uni-textarea,
        uni-label,
        uni-navigator,
        uni-image {
            box-sizing: border-box
        }

        .round {
            border-radius: 2500px
        }

        .radius {
            border-radius: 3px
        }

        /* ==================
          图片
 ==================== */

        uni-image {
            max-width: 100%;
            display: inline-block;
            position: relative;
            z-index: 0
        }

        uni-image.loading::before {
            content: "";
            background-color: #f5f5f5;
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: -2
        }

        uni-image.loading::after {
            content: "\e7f1";
            font-family: cuIcon;
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            line-height: 16px;
            right: 0;
            bottom: 0;
            z-index: -1;
            font-size: 16px;
            margin: auto;
            color: #ccc;
            -webkit-animation: cuIcon-spin 2s infinite linear;
            animation: cuIcon-spin 2s infinite linear;
            display: block
        }

        .response {
            width: 100%
        }

        /* ==================
         开关
 ==================== */

        uni-switch,
        uni-checkbox,
        uni-radio {
            position: relative
        }

        uni-switch::after,
        uni-switch::before {
            font-family: cuIcon;
            content: "\e645";
            position: absolute;
            color: #fff!important;
            top: 0;
            left: 0px;
            font-size: 13px;
            line-height: 26px;
            width: 50%;
            text-align: center;
            pointer-events: none;
            -webkit-transform: scale(0);
            transform: scale(0);
            transition: all .3s ease-in-out 0s;
            z-index: 9;
            bottom: 0;
            height: 26px;
            margin: auto
        }

        uni-switch::before {
            content: "\e646";
            right: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
            left: auto
        }

        uni-switch[checked]::after,
        uni-switch.checked::after {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        uni-switch[checked]::before,
        uni-switch.checked::before {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        uni-radio::before,
        uni-checkbox::before {
            font-family: cuIcon;
            content: "\e645";
            position: absolute;
            color: #fff!important;
            top: 50%;
            margin-top: -8px;
            right: 5px;
            font-size: 16px;
            line-height: 16px;
            pointer-events: none;
            -webkit-transform: scale(1);
            transform: scale(1);
            transition: all .3s ease-in-out 0s;
            z-index: 9
        }

        uni-radio .wx-radio-input,
        uni-checkbox .wx-checkbox-input,
        uni-radio .uni-radio-input,
        uni-checkbox .uni-checkbox-input {
            margin: 0;
            width: 24px;
            height: 24px
        }

        uni-checkbox.round .wx-checkbox-input,
        uni-checkbox.round .uni-checkbox-input {
            border-radius: 50px
        }

        uni-switch[checked]::before {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        uni-switch .wx-switch-input,
        uni-switch .uni-switch-input {
            border: none;
            padding: 0 24px;
            width: 48px;
            height: 26px;
            margin: 0;
            border-radius: 50px
        }

        uni-switch .wx-switch-input:not([class*="bg-"]),
        uni-switch .uni-switch-input:not([class*="bg-"]) {
            background: #8799a3!important
        }

        uni-switch .wx-switch-input::after,
        uni-switch .uni-switch-input::after {
            margin: auto;
            width: 26px;
            height: 26px;
            border-radius: 50px;
            left: 0px;
            top: 0px;
            bottom: 0px;
            position: absolute;
            -webkit-transform: scale(.9);
            transform: scale(.9);
            transition: all .1s ease-in-out 0s
        }

        uni-switch .wx-switch-input.wx-switch-input-checked::after,
        uni-switch .uni-switch-input.uni-switch-input-checked::after {
            margin: auto;
            left: 22px;
            box-shadow: none;
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }

        uni-radio-group {
            display: inline-block
        }

        uni-switch.radius .wx-switch-input::after,
        uni-switch.radius .wx-switch-input,
        uni-switch.radius .wx-switch-input::before,
        uni-switch.radius .uni-switch-input::after,
        uni-switch.radius .uni-switch-input,
        uni-switch.radius .uni-switch-input::before {
            border-radius: 5px
        }

        .uni-checkbox-input:hover {
            border-color: #d1d1d1!important
        }

        uni-switch .wx-switch-input::before,
        uni-radio.radio::before,
        uni-checkbox .wx-checkbox-input::before,
        uni-radio .wx-radio-input::before,
        uni-switch .uni-switch-input::before,
        uni-radio.radio::before,
        uni-checkbox .uni-checkbox-input::before,
        uni-radio .uni-radio-input::before {
            display: none
        }

        uni-radio.radio[checked]::after,
        uni-radio.radio .uni-radio-input-checked::after {
            content: "";
            background-color: initial;
            display: block;
            position: absolute;
            width: 8px;
            height: 8px;
            z-index: 999;
            top: 0px;
            left: 0px;
            right: 0;
            bottom: 0;
            margin: auto;
            border-radius: 100px;
            border: 7px solid #fff!important;
        }

        .switch-sex::after {
            content: "\e71c"
        }

        .switch-sex::before {
            content: "\e71a"
        }

        .switch-sex .wx-switch-input,
        .switch-sex .uni-switch-input {
            background: #e54d42!important;
            border-color: #e54d42!important
        }

        .switch-sex[checked] .wx-switch-input,
        .switch-sex.checked .uni-switch-input {
            background: #0081ff!important;
            border-color: #0081ff!important
        }

        uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked,
        uni-checkbox.red[checked] .wx-checkbox-input,
        uni-radio.red[checked] .wx-radio-input,
        uni-switch.red.checked .uni-switch-input.uni-switch-input-checked,
        uni-checkbox.red.checked .uni-checkbox-input,
        uni-radio.red.checked .uni-radio-input {
            background-color: #e54d42!important;
            border-color: #e54d42!important;
            color: #fff!important
        }

        uni-switch.orange[checked] .wx-switch-input,
        uni-checkbox.orange[checked] .wx-checkbox-input,
        uni-radio.orange[checked] .wx-radio-input,
        uni-switch.orange.checked .uni-switch-input,
        uni-checkbox.orange.checked .uni-checkbox-input,
        uni-radio.orange.checked .uni-radio-input {
            background-color: #f37b1d!important;
            border-color: #f37b1d!important;
            color: #fff!important
        }

        uni-switch.yellow[checked] .wx-switch-input,
        uni-checkbox.yellow[checked] .wx-checkbox-input,
        uni-radio.yellow[checked] .wx-radio-input,
        uni-switch.yellow.checked .uni-switch-input,
        uni-checkbox.yellow.checked .uni-checkbox-input,
        uni-radio.yellow.checked .uni-radio-input {
            background-color: #fbbd08!important;
            border-color: #fbbd08!important;
            color: #333!important
        }

        uni-switch.olive[checked] .wx-switch-input,
        uni-checkbox.olive[checked] .wx-checkbox-input,
        uni-radio.olive[checked] .wx-radio-input,
        uni-switch.olive.checked .uni-switch-input,
        uni-checkbox.olive.checked .uni-checkbox-input,
        uni-radio.olive.checked .uni-radio-input {
            background-color: #8dc63f!important;
            border-color: #8dc63f!important;
            color: #fff!important
        }

        uni-switch.green[checked] .wx-switch-input,
        uni-switch[checked] .wx-switch-input,
        uni-checkbox.green[checked] .wx-checkbox-input,
        uni-checkbox[checked] .wx-checkbox-input,
        uni-radio.green[checked] .wx-radio-input,
        uni-radio[checked] .wx-radio-input,
        uni-switch.green.checked .uni-switch-input,
        uni-switch.checked .uni-switch-input,
        uni-checkbox.green.checked .uni-checkbox-input,
        uni-checkbox.checked .uni-checkbox-input,
        uni-radio.green.checked .uni-radio-input,
        uni-radio.checked .uni-radio-input {
            background-color: #39b54a!important;
            border-color: #39b54a!important;
            color: #fff!important;
            border-color: #39b54a!important
        }

        uni-switch.cyan[checked] .wx-switch-input,
        uni-checkbox.cyan[checked] .wx-checkbox-input,
        uni-radio.cyan[checked] .wx-radio-input,
        uni-switch.cyan.checked .uni-switch-input,
        uni-checkbox.cyan.checked .uni-checkbox-input,
        uni-radio.cyan.checked .uni-radio-input {
            background-color: #1cbbb4!important;
            border-color: #1cbbb4!important;
            color: #fff!important
        }

        uni-switch.blue[checked] .wx-switch-input,
        uni-checkbox.blue[checked] .wx-checkbox-input,
        uni-radio.blue[checked] .wx-radio-input,
        uni-switch.blue.checked .uni-switch-input,
        uni-checkbox.blue.checked .uni-checkbox-input,
        uni-radio.blue.checked .uni-radio-input {
            background-color: #0081ff!important;
            border-color: #0081ff!important;
            color: #fff!important
        }

        uni-switch.purple[checked] .wx-switch-input,
        uni-checkbox.purple[checked] .wx-checkbox-input,
        uni-radio.purple[checked] .wx-radio-input,
        uni-switch.purple.checked .uni-switch-input,
        uni-checkbox.purple.checked .uni-checkbox-input,
        uni-radio.purple.checked .uni-radio-input {
            background-color: #6739b6!important;
            border-color: #6739b6!important;
            color: #fff!important
        }

        uni-switch.mauve[checked] .wx-switch-input,
        uni-checkbox.mauve[checked] .wx-checkbox-input,
        uni-radio.mauve[checked] .wx-radio-input,
        uni-switch.mauve.checked .uni-switch-input,
        uni-checkbox.mauve.checked .uni-checkbox-input,
        uni-radio.mauve.checked .uni-radio-input {
            background-color: #9c26b0!important;
            border-color: #9c26b0!important;
            color: #fff!important
        }

        uni-switch.pink[checked] .wx-switch-input,
        uni-checkbox.pink[checked] .wx-checkbox-input,
        uni-radio.pink[checked] .wx-radio-input,
        uni-switch.pink.checked .uni-switch-input,
        uni-checkbox.pink.checked .uni-checkbox-input,
        uni-radio.pink.checked .uni-radio-input {
            background-color: #e03997!important;
            border-color: #e03997!important;
            color: #fff!important
        }

        uni-switch.brown[checked] .wx-switch-input,
        uni-checkbox.brown[checked] .wx-checkbox-input,
        uni-radio.brown[checked] .wx-radio-input,
        uni-switch.brown.checked .uni-switch-input,
        uni-checkbox.brown.checked .uni-checkbox-input,
        uni-radio.brown.checked .uni-radio-input {
            background-color: #a5673f!important;
            border-color: #a5673f!important;
            color: #fff!important
        }

        uni-switch.grey[checked] .wx-switch-input,
        uni-checkbox.grey[checked] .wx-checkbox-input,
        uni-radio.grey[checked] .wx-radio-input,
        uni-switch.grey.checked .uni-switch-input,
        uni-checkbox.grey.checked .uni-checkbox-input,
        uni-radio.grey.checked .uni-radio-input {
            background-color: #8799a3!important;
            border-color: #8799a3!important;
            color: #fff!important
        }

        uni-switch.gray[checked] .wx-switch-input,
        uni-checkbox.gray[checked] .wx-checkbox-input,
        uni-radio.gray[checked] .wx-radio-input,
        uni-switch.gray.checked .uni-switch-input,
        uni-checkbox.gray.checked .uni-checkbox-input,
        uni-radio.gray.checked .uni-radio-input {
            background-color: #f0f0f0!important;
            border-color: #f0f0f0!important;
            color: #333!important
        }

        uni-switch.black[checked] .wx-switch-input,
        uni-checkbox.black[checked] .wx-checkbox-input,
        uni-radio.black[checked] .wx-radio-input,
        uni-switch.black.checked .uni-switch-input,
        uni-checkbox.black.checked .uni-checkbox-input,
        uni-radio.black.checked .uni-radio-input {
            background-color: #333!important;
            border-color: #333!important;
            color: #fff!important
        }

        uni-switch.white[checked] .wx-switch-input,
        uni-checkbox.white[checked] .wx-checkbox-input,
        uni-radio.white[checked] .wx-radio-input,
        uni-switch.white.checked .uni-switch-input,
        uni-checkbox.white.checked .uni-checkbox-input,
        uni-radio.white.checked .uni-radio-input {
            background-color: #fff!important;
            border-color: #fff!important;
            color: #333!important
        }

        /* ==================
          边框
 ==================== */

        /* -- 实线 -- */

        .solid,
        .solid-top,
        .solid-right,
        .solid-bottom,
        .solid-left,
        .solids,
        .solids-top,
        .solids-right,
        .solids-bottom,
        .solids-left,
        .dashed,
        .dashed-top,
        .dashed-right,
        .dashed-bottom,
        .dashed-left {
            position: relative
        }

        .solid::after,
        .solid-top::after,
        .solid-right::after,
        .solid-bottom::after,
        .solid-left::after,
        .solids::after,
        .solids-top::after,
        .solids-right::after,
        .solids-bottom::after,
        .solids-left::after,
        .dashed::after,
        .dashed-top::after,
        .dashed-right::after,
        .dashed-bottom::after,
        .dashed-left::after {
            content: " ";
            width: 200%;
            height: 200%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: inherit;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            pointer-events: none;
            box-sizing: border-box
        }

        .solid::after {
            border: 1px solid rgba(0, 0, 0, .1)
        }

        .solid-top::after {
            border-top: 1px solid rgba(0, 0, 0, .1)
        }

        .solid-right::after {
            border-right: 1px solid rgba(0, 0, 0, .1)
        }

        .solid-bottom::after {
            border-bottom: 1px solid rgba(0, 0, 0, .1)
        }

        .solid-left::after {
            border-left: 1px solid rgba(0, 0, 0, .1)
        }

        .solids::after {
            border: 4px solid #eee
        }

        .solids-top::after {
            border-top: 4px solid #eee
        }

        .solids-right::after {
            border-right: 4px solid #eee
        }

        .solids-bottom::after {
            border-bottom: 4px solid #eee
        }

        .solids-left::after {
            border-left: 4px solid #eee
        }

        /* -- 虚线 -- */

        .dashed::after {
            border: 1px dashed #ddd
        }

        .dashed-top::after {
            border-top: 1px dashed #ddd
        }

        .dashed-right::after {
            border-right: 1px dashed #ddd
        }

        .dashed-bottom::after {
            border-bottom: 1px dashed #ddd
        }

        .dashed-left::after {
            border-left: 1px dashed #ddd
        }

        /* -- 阴影 -- */

        .shadow[class*="white"] {
            --ShadowSize: 0 1px 3px
        }

        .shadow-lg {
            --ShadowSize: 0px 20px 50px 0px
        }

        .shadow-warp {
            position: relative;
            box-shadow: 0 0 5px rgba(0, 0, 0, .1)
        }

        .shadow-warp:before,
        .shadow-warp:after {
            position: absolute;
            content: "";
            top: 10px;
            bottom: 15px;
            left: 10px;
            width: 50%;
            box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
            -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
            z-index: -1
        }

        .shadow-warp:after {
            right: 10px;
            left: auto;
            -webkit-transform: rotate(3deg);
            transform: rotate(3deg)
        }

        .shadow-blur {
            position: relative
        }

        .shadow-blur::before {
            content: "";
            display: block;
            background: inherit;
            -webkit-filter: blur(5px);
            filter: blur(5px);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 5px;
            left: 5px;
            z-index: -1;
            opacity: .4;
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            border-radius: inherit;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        /* ==================
          按钮
 ==================== */

        .cu-btn {
            position: relative;
            border: 0px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            padding: 0 15px;
            font-size: 14px;
            height: 32px;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            overflow: visible;
            margin-left: 0;
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            margin-right: 0
        }

        .cu-btn::after {
            display: none
        }

        .cu-btn:not([class*="bg-"]) {
            background-color: #f0f0f0
        }

        .cu-btn[class*="line"] {
            background-color: initial
        }

        .cu-btn[class*="line"]::after {
            content: " ";
            display: block;
            width: 200%;
            height: 200%;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid currentColor;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box;
            border-radius: 6px;
            z-index: 1;
            pointer-events: none
        }

        .cu-btn.round[class*="line"]::after {
            border-radius: 500px
        }

        .cu-btn[class*="lines"]::after {
            border: 3px solid currentColor
        }

        .cu-btn[class*="bg-"]::after {
            display: none
        }

        .cu-btn.sm {
            padding: 0 10px;
            font-size: 10px;
            height: 24px
        }

        .cu-btn.lg {
            padding: 0 20px;
            font-size: 16px;
            height: 40px
        }

        .cu-btn.cuIcon.sm {
            width: 24px;
            height: 24px
        }

        .cu-btn.cuIcon {
            width: 32px;
            height: 32px;
            border-radius: 250px;
            padding: 0
        }

        uni-button.cuIcon.lg {
            width: 40px;
            height: 40px
        }

        .cu-btn.shadow-blur::before {
            /* top: 4upx;
	left: 4upx;
	filter: blur(6upx);
	opacity: 0.6; */
        }

        .cu-btn.button-hover {
            -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px)
        }

        .block {
            display: block
        }

        .cu-btn.block {
            display: flex
        }

        .cu-btn[disabled] {
            opacity: .6;
            color: #fff
        }

        /* ==================
          徽章
 ==================== */

        .cu-tag {
            font-size: 12px;
            vertical-align: middle;
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            padding: 0px 8px;
            height: 24px;
            font-family: Helvetica Neue, Helvetica, sans-serif;
            white-space: nowrap
        }

        .cu-tag:not([class*="bg"]):not([class*="line"]) {
            background-color: #f1f1f1
        }

        .cu-tag[class*="line-"]::after {
            content: " ";
            width: 200%;
            height: 200%;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid currentColor;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box;
            border-radius: inherit;
            z-index: 1;
            pointer-events: none
        }

        .cu-tag.radius[class*="line"]::after {
            border-radius: 6px
        }

        .cu-tag.round[class*="line"]::after {
            border-radius: 500px
        }

        .cu-tag[class*="line-"]::after {
            border-radius: 0
        }

        .cu-tag+.cu-tag {
            margin-left: 5px
        }

        .cu-tag.sm {
            font-size: 10px;
            padding: 0px 6px;
            height: 16px
        }

        .cu-capsule {
            display: inline-flex;
            vertical-align: middle
        }

        .cu-capsule+.cu-capsule {
            margin-left: 5px
        }

        .cu-capsule .cu-tag {
            margin: 0
        }

        .cu-capsule .cu-tag[class*="line-"]:last-child::after {
            border-left: 0px solid transparent
        }

        .cu-capsule .cu-tag[class*="line-"]:first-child::after {
            border-right: 0px solid transparent
        }

        .cu-capsule.radius .cu-tag:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px
        }

        .cu-capsule.radius .cu-tag:last-child::after,
        .cu-capsule.radius .cu-tag[class*="line-"] {
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px
        }

        .cu-capsule.round .cu-tag:first-child {
            border-top-left-radius: 100px;
            border-bottom-left-radius: 100px;
            text-indent: 2px
        }

        .cu-capsule.round .cu-tag:last-child::after,
        .cu-capsule.round .cu-tag:last-child {
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
            text-indent: -2px
        }

        .cu-tag.badge {
            border-radius: 100px;
            position: absolute;
            top: -5px;
            right: -5px;
            font-size: 10px;
            padding: 0px 5px;
            height: 14px;
            color: #fff
        }

        .cu-tag.badge:not([class*="bg-"]) {
            background-color: #dd514c
        }

        .cu-tag:empty:not([class*="cuIcon-"]) {
            padding: 0px;
            width: 8px;
            height: 8px;
            top: -2px;
            right: -2px
        }

        .cu-tag[class*="cuIcon-"] {
            width: 16px;
            height: 16px;
            top: -2px;
            right: -2px
        }

        /* ==================
          头像
 ==================== */

        .cu-avatar {
            font-variant: small-caps;
            margin: 0;
            padding: 0;
            display: inline-flex;
            text-align: center;
            justify-content: center;
            align-items: center;
            background-color: #ccc;
            color: #fff;
            white-space: nowrap;
            position: relative;
            width: 32px;
            height: 32px;
            background-size: cover;
            background-position: 50%;
            vertical-align: middle;
            font-size: 1.5em
        }

        .cu-avatar.sm {
            width: 24px;
            height: 24px;
            font-size: 1em
        }

        .cu-avatar.lg {
            width: 48px;
            height: 48px;
            font-size: 2em
        }

        .cu-avatar.xl {
            width: 64px;
            height: 64px;
            font-size: 2.5em
        }

        .cu-avatar .avatar-text {
            font-size: .4em
        }

        .cu-avatar-group {
            direction: rtl;
            unicode-bidi: bidi-override;
            padding: 0 5px 0 20px;
            display: inline-block
        }

        .cu-avatar-group .cu-avatar {
            margin-left: -15px;
            border: 2px solid #f1f1f1;
            vertical-align: middle
        }

        .cu-avatar-group .cu-avatar.sm {
            margin-left: -10px;
            border: 1px solid #f1f1f1
        }

        /* ==================
         进度条
 ==================== */

        .cu-progress {
            overflow: hidden;
            height: 14px;
            background-color: #ebeef5;
            display: inline-flex;
            align-items: center;
            width: 100%
        }

        .cu-progress+uni-view,
        .cu-progress+uni-text {
            line-height: 1
        }

        .cu-progress.xs {
            height: 5px
        }

        .cu-progress.sm {
            height: 10px
        }

        .cu-progress uni-view {
            width: 0;
            height: 100%;
            align-items: center;
            display: flex;
            justify-items: flex-end;
            justify-content: space-around;
            font-size: 10px;
            color: #fff;
            transition: width .6s ease
        }

        .cu-progress uni-text {
            align-items: center;
            display: flex;
            font-size: 10px;
            color: #333;
            text-indent: 5px
        }

        .cu-progress.text-progress {
            padding-right: 30px
        }

        .cu-progress.striped uni-view {
            background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
            background-size: 36px 36px
        }

        .cu-progress.active uni-view {
            -webkit-animation: progress-stripes 2s linear infinite;
            animation: progress-stripes 2s linear infinite
        }

        @-webkit-keyframes progress-stripes {
            from {
                background-position: 36px 0
            }
            to {
                background-position: 0 0
            }
        }

        @keyframes progress-stripes {
            from {
                background-position: 36px 0
            }
            to {
                background-position: 0 0
            }
        }

        /* ==================
          加载
 ==================== */

        .cu-load {
            display: block;
            line-height: 3em;
            text-align: center
        }

        .cu-load::before {
            font-family: cuIcon;
            display: inline-block;
            margin-right: 3px
        }

        .cu-loda.loadmore::before {
            content: "加载更多"
        }

        .cu-load.loading::before {
            content: "\e67a";
            -webkit-animation: cuIcon-spin 2s infinite linear;
            animation: cuIcon-spin 2s infinite linear
        }

        .cu-load.loading::after {
            content: "加载中..."
        }

        .cu-load.nomore::before {
            content: "\e64a"
        }

        .cu-load.nomore::after {
            content: "没有更多了"
        }

        .cu-load.erro::before {
            content: "\e658"
        }

        .cu-load.erro::after {
            content: "加载失败"
        }

        .cu-load.load-cuIcon::before {
            font-size: 16px
        }

        .cu-load.load-cuIcon::after {
            display: none
        }

        .cu-load.load-cuIcon.over {
            display: none
        }

        .cu-load.load-modal {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 70px;
            left: 0;
            margin: auto;
            width: 130px;
            height: 130px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 0px 1000px rgba(0, 0, 0, .5);
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            font-size: 14px;
            z-index: 9999;
            line-height: 2.4em
        }

        .cu-load.load-modal [class*="cuIcon-"] {
            font-size: 30px
        }

        .cu-load.load-modal uni-image {
            width: 35px;
            height: 35px
        }

        .cu-load.load-modal::after {
            content: "";
            position: absolute;
            background-color: #fff;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            font-size: 10px;
            border-top: 3px solid rgba(0, 0, 0, .05);
            border-right: 3px solid rgba(0, 0, 0, .05);
            border-bottom: 3px solid rgba(0, 0, 0, .05);
            border-left: 3px solid #f37b1d;
            -webkit-animation: cuIcon-spin 1s infinite linear;
            animation: cuIcon-spin 1s infinite linear;
            z-index: -1
        }

        .load-progress {
            pointer-events: none;
            top: 0;
            position: fixed;
            width: 100%;
            left: 0;
            z-index: 2000
        }

        .load-progress.hide {
            display: none
        }

        .load-progress .load-progress-bar {
            position: relative;
            width: 100%;
            height: 2px;
            overflow: hidden;
            transition: all .2s ease 0s
        }

        .load-progress .load-progress-spinner {
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 2000;
            display: block
        }

        .load-progress .load-progress-spinner::after {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: solid 2px transparent;
            border-top-color: inherit;
            border-left-color: inherit;
            border-radius: 50%;
            -webkit-animation: load-progress-spinner .4s linear infinite;
            animation: load-progress-spinner .4s linear infinite
        }

        @-webkit-keyframes load-progress-spinner {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
            100% {
                -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
            }
        }

        @keyframes load-progress-spinner {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
            100% {
                -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
            }
        }

        /* ==================
          列表
 ==================== */

        .grayscale {
            -webkit-filter: grayscale(1);
            filter: grayscale(1)
        }

        .cu-list+.cu-list {
            margin-top: 15px
        }

        .cu-list>.cu-item {
            transition: all .6s ease-in-out 0s;
            -webkit-transform: translateX(0px);
            transform: translateX(0px)
        }

        .cu-list>.cu-item.move-cur {
            -webkit-transform: translateX(-130px);
            transform: translateX(-130px)
        }

        .cu-list>.cu-item .move {
            position: absolute;
            right: 0;
            display: flex;
            width: 130px;
            height: 100%;
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        .cu-list>.cu-item .move uni-view {
            display: flex;
            flex: 1;
            justify-content: center;
            align-items: center
        }

        .cu-list.menu-avatar {
            overflow: hidden
        }

        .cu-list.menu-avatar>.cu-item {
            position: relative;
            display: flex;
            padding-right: 5px;
            height: 70px;
            background-color: #fff;
            justify-content: flex-end;
            align-items: center
        }

        .cu-list.menu-avatar>.cu-item>.cu-avatar {
            position: absolute;
            left: 15px
        }

        .cu-list.menu-avatar>.cu-item .flex .text-cut {
            max-width: 255px
        }

        .cu-list.menu-avatar>.cu-item .content {
            position: absolute;
            left: 73px;
            width: calc(100% - 48px - 30px - 60px - 10px);
            line-height: 1.6em
        }

        .cu-list.menu-avatar>.cu-item .content.flex-sub {
            width: calc(100% - 48px - 30px - 10px)
        }

        .cu-list.menu-avatar>.cu-item .content>uni-view:first-child {
            font-size: 15px;
            display: flex;
            align-items: center
        }

        .cu-list.menu-avatar>.cu-item .content .cu-tag.sm {
            display: inline-block;
            margin-left: 5px;
            height: 14px;
            font-size: 8px;
            line-height: 16px
        }

        .cu-list.menu-avatar>.cu-item .action {
            width: 50px;
            text-align: center
        }

        .cu-list.menu-avatar>.cu-item .action uni-view+uni-view {
            margin-top: 5px
        }

        .cu-list.menu-avatar.comment>.cu-item .content {
            position: relative;
            left: 0;
            width: auto;
            flex: 1
        }

        .cu-list.menu-avatar.comment>.cu-item {
            padding: 15px 15px 15px 60px;
            height: auto
        }

        .cu-list.menu-avatar.comment .cu-avatar {
            align-self: flex-start
        }

        .cu-list.menu>.cu-item {
            position: relative;
            display: flex;
            padding: 0 15px;
            min-height: 50px;
            background-color: #fff;
            justify-content: space-between;
            align-items: center
        }

        .cu-list.menu>.cu-item:last-child:after {
            border: none
        }

        .cu-list.menu-avatar>.cu-item:after,
        .cu-list.menu>.cu-item:after {
            position: absolute;
            top: 0;
            left: 0;
            box-sizing: border-box;
            width: 200%;
            height: 200%;
            border-bottom: 1px solid #ddd;
            border-radius: inherit;
            content: " ";
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            pointer-events: none
        }

        .cu-list.menu>.cu-item.grayscale {
            background-color: #f5f5f5
        }

        .cu-list.menu>.cu-item.cur {
            background-color: #fcf7e9
        }

        .cu-list.menu>.cu-item.arrow {
            padding-right: 45px
        }

        .cu-list.menu>.cu-item.arrow:before {
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            display: block;
            margin: auto;
            width: 15px;
            height: 15px;
            color: #8799a3;
            content: "\e6a3";
            text-align: center;
            font-size: 17px;
            font-family: cuIcon;
            line-height: 15px
        }

        .cu-list.menu>.cu-item uni-button.content {
            padding: 0;
            background-color: initial;
            justify-content: flex-start
        }

        .cu-list.menu>.cu-item uni-button.content:after {
            display: none
        }

        .cu-list.menu>.cu-item .cu-avatar-group .cu-avatar {
            border-color: #fff
        }

        .cu-list.menu>.cu-item .content>uni-view:first-child {
            display: flex;
            align-items: center
        }

        .cu-list.menu>.cu-item .content>uni-text[class*=cuIcon] {
            display: inline-block;
            margin-right: 5px;
            width: 1.6em;
            text-align: center
        }

        .cu-list.menu>.cu-item .content>uni-image {
            display: inline-block;
            margin-right: 5px;
            width: 1.6em;
            height: 1.6em;
            vertical-align: middle
        }

        .cu-list.menu>.cu-item .content {
            font-size: 15px;
            line-height: 1.6em;
            flex: 1
        }

        .cu-list.menu>.cu-item .content .cu-tag.sm {
            display: inline-block;
            margin-left: 5px;
            height: 14px;
            font-size: 8px;
            line-height: 16px
        }

        .cu-list.menu>.cu-item .action .cu-tag:empty {
            right: 5px
        }

        .cu-list.menu {
            display: block;
            overflow: hidden
        }

        .cu-list.menu.sm-border>.cu-item:after {
            left: 15px;
            width: calc(200% - 60px)
        }

        .cu-list.grid>.cu-item {
            position: relative;
            display: flex;
            padding: 10px 0 15px;
            transition-duration: 0s;
            flex-direction: column
        }

        .cu-list.grid>.cu-item:after {
            position: absolute;
            top: 0;
            left: 0;
            box-sizing: border-box;
            width: 200%;
            height: 200%;
            border-right: 1px solid rgba(0, 0, 0, .1);
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            border-radius: inherit;
            content: " ";
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            pointer-events: none
        }

        .cu-list.grid>.cu-item uni-text {
            display: block;
            margin-top: 5px;
            color: #888;
            font-size: 13px;
            line-height: 20px
        }

        .cu-list.grid>.cu-item [class*=cuIcon] {
            position: relative;
            display: block;
            margin-top: 10px;
            width: 100%;
            font-size: 24px
        }

        .cu-list.grid>.cu-item .cu-tag {
            right: auto;
            left: 50%;
            margin-left: 10px
        }

        .cu-list.grid {
            background-color: #fff;
            text-align: center
        }

        .cu-list.grid.no-border>.cu-item {
            padding-top: 5px;
            padding-bottom: 10px
        }

        .cu-list.grid.no-border>.cu-item:after {
            border: none
        }

        .cu-list.grid.no-border {
            padding: 10px 5px
        }

        .cu-list.grid.col-3>.cu-item:nth-child(3n):after,
        .cu-list.grid.col-4>.cu-item:nth-child(4n):after,
        .cu-list.grid.col-5>.cu-item:nth-child(5n):after {
            border-right-width: 0
        }

        .cu-list.card-menu {
            overflow: hidden;
            margin-right: 15px;
            margin-left: 15px;
            border-radius: 10px
        }

        /* ==================
          操作条
 ==================== */

        .cu-bar {
            display: flex;
            position: relative;
            align-items: center;
            min-height: 50px;
            justify-content: space-between
        }

        .cu-bar .action {
            display: flex;
            align-items: center;
            height: 100%;
            justify-content: center;
            max-width: 100%
        }

        .cu-bar .action.border-title {
            position: relative;
            top: -5px
        }

        .cu-bar .action.border-title uni-text[class*="bg-"]:last-child {
            position: absolute;
            bottom: -.5rem;
            min-width: 2rem;
            height: 3px;
            left: 0
        }

        .cu-bar .action.sub-title {
            position: relative;
            top: -.2rem
        }

        .cu-bar .action.sub-title uni-text {
            position: relative;
            z-index: 1
        }

        .cu-bar .action.sub-title uni-text[class*="bg-"]:last-child {
            position: absolute;
            display: inline-block;
            bottom: -.2rem;
            border-radius: 3px;
            width: 100%;
            height: .6rem;
            left: .6rem;
            opacity: .3;
            z-index: 0
        }

        .cu-bar .action.sub-title uni-text[class*="text-"]:last-child {
            position: absolute;
            display: inline-block;
            bottom: -.7rem;
            left: .5rem;
            opacity: .2;
            z-index: 0;
            text-align: right;
            font-weight: 900;
            font-size: 18px
        }

        .cu-bar.justify-center .action.border-title uni-text:last-child,
        .cu-bar.justify-center .action.sub-title uni-text:last-child {
            left: 0;
            right: 0;
            margin: auto;
            text-align: center
        }

        .cu-bar .action:first-child {
            margin-left: 15px;
            font-size: 15px
        }

        .cu-bar .action uni-text.text-cut {
            text-align: left;
            width: 100%
        }

        .cu-bar .cu-avatar:first-child {
            margin-left: 10px
        }

        .cu-bar .action:first-child>uni-text[class*="cuIcon-"] {
            margin-left: -.3em;
            margin-right: .3em
        }

        .cu-bar .action:last-child {
            margin-right: 15px
        }

        .cu-bar .action>uni-text[class*="cuIcon-"],
        .cu-bar .action>uni-view[class*="cuIcon-"] {
            font-size: 18px
        }

        .cu-bar .action>uni-text[class*="cuIcon-"]+uni-text[class*="cuIcon-"] {
            margin-left: .5em
        }

        .cu-bar .content {
            position: absolute;
            text-align: center;
            width: calc(100% - 170px);
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            height: 30px;
            font-size: 16px;
            line-height: 30px;
            cursor: none;
            pointer-events: none;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .cu-bar.ios .content {
            bottom: 7px;
            height: 30px;
            font-size: 16px;
            line-height: 30px
        }

        .cu-bar.btn-group {
            justify-content: space-around
        }

        .cu-bar.btn-group uni-button {
            padding: 10px 16px
        }

        .cu-bar.btn-group uni-button {
            flex: 1;
            margin: 0 10px;
            max-width: 50%
        }

        .cu-bar .search-form {
            background-color: #f5f5f5;
            line-height: 32px;
            height: 32px;
            font-size: 12px;
            color: #333;
            flex: 1;
            display: flex;
            align-items: center;
            margin: 0 15px
        }

        .cu-bar .search-form+.action {
            margin-right: 15px
        }

        .cu-bar .search-form uni-input {
            flex: 1;
            padding-right: 15px;
            height: 32px;
            line-height: 32px;
            font-size: 13px;
            background-color: initial
        }

        .cu-bar .search-form [class*="cuIcon-"] {
            margin: 0 .5em 0 .8em
        }

        .cu-bar .search-form [class*="cuIcon-"]::before {
            top: 0px
        }

        .cu-bar.fixed,
        .nav.fixed {
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1024;
            box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
        }

        .cu-bar.foot {
            position: fixed;
            width: 100%;
            bottom: 0;
            z-index: 1024;
            box-shadow: 0 -1px 3px rgba(0, 0, 0, .1)
        }

        .cu-bar.tabbar {
            padding: 0;
            height: calc(50px + env(safe-area-inset-bottom) / 2);
            padding-bottom: calc(env(safe-area-inset-bottom) / 2)
        }

        .cu-tabbar-height {
            min-height: 50px;
            height: calc(50px + env(safe-area-inset-bottom) / 2)
        }

        .cu-bar.tabbar.shadow {
            box-shadow: 0 -1px 3px rgba(0, 0, 0, .1)
        }

        .cu-bar.tabbar .action {
            font-size: 11px;
            position: relative;
            flex: 1;
            text-align: center;
            padding: 0;
            display: block;
            height: auto;
            line-height: 1;
            margin: 0;
            background-color: inherit;
            overflow: initial
        }

        .cu-bar.tabbar.shop .action {
            width: 70px;
            flex: initial
        }

        .cu-bar.tabbar .action.add-action {
            position: relative;
            z-index: 2;
            padding-top: 25px
        }

        .cu-bar.tabbar .action.add-action [class*="cuIcon-"] {
            position: absolute;
            width: 35px;
            z-index: 2;
            height: 35px;
            border-radius: 50%;
            line-height: 35px;
            font-size: 25px;
            top: -17px;
            left: 0;
            right: 0;
            margin: auto;
            padding: 0
        }

        .cu-bar.tabbar .action.add-action::after {
            content: "";
            position: absolute;
            width: 50px;
            height: 50px;
            top: -25px;
            left: 0;
            right: 0;
            margin: auto;
            box-shadow: 0 -1px 4px rgba(0, 0, 0, .08);
            border-radius: 25px;
            background-color: inherit;
            z-index: 0
        }

        .cu-bar.tabbar .action.add-action::before {
            content: "";
            position: absolute;
            width: 50px;
            height: 15px;
            bottom: 15px;
            left: 0;
            right: 0;
            margin: auto;
            background-color: inherit;
            z-index: 1
        }

        .cu-bar.tabbar .btn-group {
            flex: 1;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 0 5px
        }

        .cu-bar.tabbar uni-button.action::after {
            border: 0
        }

        .cu-bar.tabbar .action [class*="cuIcon-"] {
            width: 50px;
            position: relative;
            display: block;
            height: auto;
            margin: 0 auto 5px;
            text-align: center;
            font-size: 20px
        }

        .cu-bar.tabbar .action .cuIcon-cu-image {
            margin: 0 auto
        }

        .cu-bar.tabbar .action .cuIcon-cu-image uni-image {
            width: 25px;
            height: 25px;
            display: inline-block
        }

        .cu-bar.tabbar .submit {
            align-items: center;
            display: flex;
            justify-content: center;
            text-align: center;
            position: relative;
            flex: 2;
            align-self: stretch
        }

        .cu-bar.tabbar .submit:last-child {
            flex: 2.6
        }

        .cu-bar.tabbar .submit+.submit {
            flex: 2
        }

        .cu-bar.tabbar.border .action::before {
            content: " ";
            width: 200%;
            height: 200%;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            border-right: 1px solid rgba(0, 0, 0, .1);
            z-index: 3
        }

        .cu-bar.tabbar.border .action:last-child:before {
            display: none
        }

        .cu-bar.input {
            padding-right: 10px;
            background-color: #fff
        }

        .cu-bar.input uni-input {
            overflow: initial;
            line-height: 32px;
            height: 32px;
            min-height: 32px;
            flex: 1;
            font-size: 15px;
            margin: 0 10px
        }

        .cu-bar.input .action {
            margin-left: 10px
        }

        .cu-bar.input .action [class*="cuIcon-"] {
            font-size: 24px
        }

        .cu-bar.input uni-input+.action {
            margin-right: 10px;
            margin-left: 0px
        }

        .cu-bar.input .action:first-child [class*="cuIcon-"] {
            margin-left: 0px
        }

        .cu-custom {
            display: block;
            position: relative
        }

        .cu-custom .cu-bar .content {
            width: calc(100% - 220px)
        }

        .cu-custom .cu-bar .content uni-image {
            height: 30px;
            width: 120px
        }

        .cu-custom .cu-bar {
            min-height: 0;
            box-shadow: 0px 0px 0px;
            z-index: 9999
        }

        .cu-custom .cu-bar .border-custom {
            position: relative;
            background: rgba(0, 0, 0, .15);
            border-radius: 500px;
            height: 30px
        }

        .cu-custom .cu-bar .border-custom::after {
            content: " ";
            width: 200%;
            height: 200%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: inherit;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            pointer-events: none;
            box-sizing: border-box;
            border: 1px solid #fff;
            opacity: .5
        }

        .cu-custom .cu-bar .border-custom::before {
            content: " ";
            width: 1px;
            height: 110%;
            position: absolute;
            top: 22.5%;
            left: 0;
            right: 0;
            margin: auto;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            pointer-events: none;
            box-sizing: border-box;
            opacity: .6;
            background-color: #fff
        }

        .cu-custom .cu-bar .border-custom uni-text {
            display: block;
            flex: 1;
            margin: auto!important;
            text-align: center;
            font-size: 17px
        }

        /* ==================
         导航栏
 ==================== */

        .nav {
            white-space: nowrap
        }

        ::-webkit-scrollbar {
            display: none
        }

        .nav .cu-item {
            height: 45px;
            display: inline-block;
            line-height: 45px;
            margin: 0 5px;
            padding: 0 10px
        }

        .nav .cu-item.cur {
            border-bottom: 2px solid
        }

        /* ==================
         时间轴
 ==================== */

        .cu-timeline {
            display: block;
            background-color: #fff
        }

        .cu-timeline .cu-time {
            width: 60px;
            text-align: center;
            padding: 10px 0;
            font-size: 13px;
            color: #888;
            display: block
        }

        .cu-timeline>.cu-item {
            padding: 15px 15px 15px 60px;
            position: relative;
            display: block;
            z-index: 0
        }

        .cu-timeline>.cu-item:not([class*="text-"]) {
            color: #ccc
        }

        .cu-timeline>.cu-item::after {
            content: "";
            display: block;
            position: absolute;
            width: 1px;
            background-color: #ddd;
            left: 30px;
            height: 100%;
            top: 0;
            z-index: 8
        }

        .cu-timeline>.cu-item::before {
            font-family: cuIcon;
            display: block;
            position: absolute;
            top: 18px;
            z-index: 9;
            background-color: #fff;
            width: 25px;
            height: 25px;
            text-align: center;
            border: none;
            line-height: 25px;
            left: 18px
        }

        .cu-timeline>.cu-item:not([class*="cuIcon-"])::before {
            content: "\e763"
        }

        .cu-timeline>.cu-item[class*="cuIcon-"]::before {
            background-color: #fff;
            width: 25px;
            height: 25px;
            text-align: center;
            border: none;
            line-height: 25px;
            left: 18px
        }

        .cu-timeline>.cu-item>.content {
            padding: 15px;
            border-radius: 3px;
            display: block;
            line-height: 1.6
        }

        .cu-timeline>.cu-item>.content:not([class*="bg-"]) {
            background-color: #f1f1f1;
            color: #333
        }

        .cu-timeline>.cu-item>.content+.content {
            margin-top: 10px
        }

        /* ==================
         聊天
 ==================== */

        .cu-chat {
            display: flex;
            flex-direction: column
        }

        .cu-chat .cu-item {
            display: flex;
            padding: 15px 15px 35px;
            position: relative
        }

        .cu-chat .cu-item>.cu-avatar {
            width: 40px;
            height: 40px
        }

        .cu-chat .cu-item>.main {
            max-width: calc(100% - 130px);
            margin: 0 20px;
            display: flex;
            align-items: center
        }

        .cu-chat .cu-item>uni-image {
            height: 160px
        }

        .cu-chat .cu-item>.main .content {
            padding: 10px;
            border-radius: 3px;
            display: inline-flex;
            max-width: 100%;
            align-items: center;
            font-size: 15px;
            position: relative;
            min-height: 40px;
            line-height: 20px;
            text-align: left
        }

        .cu-chat .cu-item>.main .content:not([class*="bg-"]) {
            background-color: #fff;
            color: #333
        }

        .cu-chat .cu-item .date {
            position: absolute;
            font-size: 12px;
            color: #8799a3;
            width: calc(100% - 160px);
            bottom: 10px;
            left: 80px
        }

        .cu-chat .cu-item .action {
            padding: 0 15px;
            display: flex;
            align-items: center
        }

        .cu-chat .cu-item>.main .content::after {
            content: "";
            top: 13px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            z-index: 100;
            display: inline-block;
            overflow: hidden;
            width: 12px;
            height: 12px;
            left: -6px;
            right: auto;
            background-color: inherit
        }

        .cu-chat .cu-item.self>.main .content::after {
            left: auto;
            right: -6px
        }

        .cu-chat .cu-item>.main .content::before {
            content: "";
            top: 15px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            z-index: -1;
            display: inline-block;
            overflow: hidden;
            width: 12px;
            height: 12px;
            left: -6px;
            right: auto;
            background-color: inherit;
            -webkit-filter: blur(2px);
            filter: blur(2px);
            opacity: .3
        }

        .cu-chat .cu-item>.main .content:not([class*="bg-"])::before {
            background-color: #333;
            opacity: .1
        }

        .cu-chat .cu-item.self>.main .content::before {
            left: auto;
            right: -6px
        }

        .cu-chat .cu-item.self {
            justify-content: flex-end;
            text-align: right
        }

        .cu-chat .cu-info {
            display: inline-block;
            margin: 10px auto;
            font-size: 12px;
            padding: 4px 6px;
            background-color: rgba(0, 0, 0, .2);
            border-radius: 3px;
            color: #fff;
            max-width: 200px;
            line-height: 1.4
        }

        /* ==================
         卡片
 ==================== */

        .cu-card {
            display: block;
            overflow: hidden
        }

        .cu-card>.cu-item {
            display: block;
            background-color: #fff;
            overflow: hidden;
            border-radius: 5px;
            margin: 15px
        }

        .cu-card>.cu-item.shadow-blur {
            overflow: initial
        }

        .cu-card.no-card>.cu-item {
            margin: 0px;
            border-radius: 0px
        }

        .cu-card .grid.grid-square {
            margin-bottom: -10px
        }

        .cu-card.case .image {
            position: relative
        }

        .cu-card.case .image uni-image {
            width: 100%
        }

        .cu-card.case .image .cu-tag {
            position: absolute;
            right: 0;
            top: 0
        }

        .cu-card.case .image .cu-bar {
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: initial;
            padding: 0px 15px
        }

        .cu-card.case.no-card .image {
            margin: 15px 15px 0;
            overflow: hidden;
            border-radius: 5px
        }

        .cu-card.dynamic {
            display: block
        }

        .cu-card.dynamic>.cu-item {
            display: block;
            background-color: #fff;
            overflow: hidden
        }

        .cu-card.dynamic>.cu-item>.text-content {
            padding: 0 15px 0;
            max-height: 6.4em;
            overflow: hidden;
            font-size: 15px;
            margin-bottom: 10px
        }

        .cu-card.dynamic>.cu-item .square-img {
            width: 100%;
            height: 100px;
            border-radius: 3px
        }

        .cu-card.dynamic>.cu-item .only-img {
            width: 100%;
            height: 160px;
            border-radius: 3px
        }

        /* card.dynamic>.cu-item .comment {
  padding: 20upx;
  background-color: #f1f1f1;
  margin: 0 30upx 30upx;
  border-radius: 6upx;
} */

        .cu-card.article {
            display: block
        }

        .cu-card.article>.cu-item {
            padding-bottom: 15px
        }

        .cu-card.article>.cu-item .title {
            font-size: 15px;
            font-weight: 900;
            color: #333;
            line-height: 50px;
            padding: 0 15px
        }

        .cu-card.article>.cu-item .content {
            display: flex;
            padding: 0 15px
        }

        .cu-card.article>.cu-item .content>uni-image {
            width: 120px;
            height: 6.4em;
            margin-right: 10px;
            border-radius: 3px
        }

        .cu-card.article>.cu-item .content .desc {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .cu-card.article>.cu-item .content .text-content {
            font-size: 14px;
            color: #888;
            height: 4.8em;
            overflow: hidden
        }

        /* ==================
         表单
 ==================== */

        .cu-form-group {
            background-color: #fff;
            padding: 1px 15px;
            display: flex;
            align-items: center;
            min-height: 50px;
            justify-content: space-between
        }

        .cu-form-group+.cu-form-group {
            border-top: 1px solid #eee
        }

        .cu-form-group .title {
            text-align: justify;
            padding-right: 15px;
            font-size: 15px;
            position: relative;
            height: 30px;
            line-height: 30px
        }

        .cu-form-group uni-input {
            flex: 1;
            font-size: 15px;
            color: #555;
            padding-right: 10px
        }

        .cu-form-group>uni-text[class*="cuIcon-"] {
            font-size: 18px;
            padding: 0;
            box-sizing: border-box
        }

        .cu-form-group uni-textarea {
            margin: 16px 0 15px;
            height: 4.6em;
            width: 100%;
            line-height: 1.2em;
            flex: 1;
            font-size: 14px;
            padding: 0
        }

        .cu-form-group.align-start .title {
            height: 1em;
            margin-top: 16px;
            line-height: 1em
        }

        .cu-form-group uni-picker {
            flex: 1;
            padding-right: 20px;
            overflow: hidden;
            position: relative
        }

        .cu-form-group uni-picker .picker {
            line-height: 50px;
            font-size: 14px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            text-align: right
        }

        .cu-form-group uni-picker::after {
            font-family: cuIcon;
            display: block;
            content: "\e6a3";
            position: absolute;
            font-size: 17px;
            color: #8799a3;
            line-height: 50px;
            width: 30px;
            text-align: center;
            top: 0;
            bottom: 0;
            right: -10px;
            margin: auto
        }

        .cu-form-group uni-textarea[disabled],
        .cu-form-group uni-textarea[disabled] .placeholder {
            color: transparent
        }

        /* ==================
         模态窗口
 ==================== */

        .cu-modal {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1110;
            opacity: 0;
            outline: 0;
            text-align: center;
            -ms-transform: scale(1.185);
            -webkit-transform: scale(1.185);
            transform: scale(1.185);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px;
            background: rgba(0, 0, 0, .6);
            transition: all .3s ease-in-out 0s;
            pointer-events: none
        }

        .cu-modal::before {
            content: "\200B";
            display: inline-block;
            height: 100%;
            vertical-align: middle
        }

        .cu-modal.show {
            opacity: 1;
            transition-duration: .3s;
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            overflow-x: hidden;
            overflow-y: auto;
            pointer-events: auto
        }

        .cu-dialog {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-left: auto;
            margin-right: auto;
            width: 340px;
            max-width: 100%;
            background-color: #f8f8f8;
            border-radius: 5px;
            overflow: hidden
        }

        .cu-modal.bottom-modal::before {
            vertical-align: bottom
        }

        .cu-modal.bottom-modal .cu-dialog {
            width: 100%;
            border-radius: 0
        }

        .cu-modal.bottom-modal {
            margin-bottom: -500px
        }

        .cu-modal.bottom-modal.show {
            margin-bottom: 0
        }

        .cu-modal.drawer-modal {
            -webkit-transform: scale(1);
            transform: scale(1);
            display: flex
        }

        .cu-modal.drawer-modal .cu-dialog {
            height: 100%;
            min-width: 100px;
            border-radius: 0;
            margin: initial;
            transition-duration: .3s
        }

        .cu-modal.drawer-modal.justify-start .cu-dialog {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        .cu-modal.drawer-modal.justify-end .cu-dialog {
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        .cu-modal.drawer-modal.show .cu-dialog {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .cu-modal .cu-dialog>.cu-bar:first-child .action {
            min-width: 50px;
            margin-right: 0;
            min-height: 50px
        }

        /* ==================
         轮播
 ==================== */

        uni-swiper .a-swiper-dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: rgba(0, 0, 0, .3);
            border-radius: 50%;
            vertical-align: middle
        }

        uni-swiper[class*="-dot"] .wx-swiper-dots,
        uni-swiper[class*="-dot"] .a-swiper-dots,
        uni-swiper[class*="-dot"] .uni-swiper-dots {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: center
        }

        uni-swiper.square-dot .wx-swiper-dot,
        uni-swiper.square-dot .a-swiper-dot,
        uni-swiper.square-dot .uni-swiper-dot {
            background-color: #fff;
            opacity: .4;
            width: 5px;
            height: 5px;
            border-radius: 10px;
            margin: 0 4px!important
        }

        uni-swiper.square-dot .wx-swiper-dot.wx-swiper-dot-active,
        uni-swiper.square-dot .a-swiper-dot.a-swiper-dot-active,
        uni-swiper.square-dot .uni-swiper-dot.uni-swiper-dot-active {
            opacity: 1;
            width: 15px
        }

        uni-swiper.round-dot .wx-swiper-dot,
        uni-swiper.round-dot .a-swiper-dot,
        uni-swiper.round-dot .uni-swiper-dot {
            width: 5px;
            height: 5px;
            position: relative;
            margin: 2px 4px!important
        }

        uni-swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active::after,
        uni-swiper.round-dot .a-swiper-dot.a-swiper-dot-active::after,
        uni-swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active::after {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            top: 0px;
            left: 0px;
            right: 0;
            bottom: 0;
            margin: auto;
            background-color: #fff;
            border-radius: 10px
        }

        uni-swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active,
        uni-swiper.round-dot .a-swiper-dot.a-swiper-dot-active,
        uni-swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
            width: 9px;
            height: 9px
        }

        .screen-swiper {
            min-height: 187px
        }

        .screen-swiper uni-image,
        .screen-swiper uni-video,
        .swiper-item uni-image,
        .swiper-item uni-video {
            width: 100%;
            display: block;
            height: 100%;
            margin: 0;
            pointer-events: none
        }

        .card-swiper {
            height: 210px!important
        }

        .card-swiper uni-swiper-item {
            width: 305px!important;
            left: 35px;
            box-sizing: border-box;
            padding: 20px 0px 35px;
            overflow: initial
        }

        .card-swiper uni-swiper-item .swiper-item {
            width: 100%;
            display: block;
            height: 100%;
            border-radius: 5px;
            -webkit-transform: scale(.9);
            transform: scale(.9);
            transition: all .2s ease-in 0s;
            overflow: hidden
        }

        .card-swiper uni-swiper-item.cur .swiper-item {
            -webkit-transform: none;
            transform: none;
            transition: all .2s ease-in 0s
        }

        .tower-swiper {
            height: 210px;
            position: relative;
            max-width: 1528px;
            overflow: hidden
        }

        .tower-swiper .tower-item {
            position: absolute;
            width: 150px;
            height: 190px;
            top: 0;
            bottom: 0;
            left: 50%;
            margin: auto;
            transition: all .2s ease-in 0s;
            opacity: 1
        }

        .tower-swiper .tower-item.none {
            opacity: 0
        }

        .tower-swiper .tower-item .swiper-item {
            width: 100%;
            height: 100%;
            border-radius: 3px;
            overflow: hidden
        }

        /* ==================
          步骤条
 ==================== */

        .cu-steps {
            display: flex
        }

        uni-scroll-view.cu-steps {
            display: block;
            white-space: nowrap
        }

        uni-scroll-view.cu-steps .cu-item {
            display: inline-block
        }

        .cu-steps .cu-item {
            flex: 1;
            text-align: center;
            position: relative;
            min-width: 50px
        }

        .cu-steps .cu-item:not([class*="text-"]) {
            color: #8799a3
        }

        .cu-steps .cu-item [class*="cuIcon-"],
        .cu-steps .cu-item .num {
            display: block;
            font-size: 20px;
            line-height: 40px
        }

        .cu-steps .cu-item::before,
        .cu-steps .cu-item::after,
        .cu-steps.steps-arrow .cu-item::before,
        .cu-steps.steps-arrow .cu-item::after {
            content: "";
            display: block;
            position: absolute;
            height: 0;
            width: calc(100% - 40px);
            border-bottom: 1px solid #ccc;
            left: calc(0px - (100% - 40px) / 2);
            top: 20px;
            z-index: 0
        }

        .cu-steps.steps-arrow .cu-item::before,
        .cu-steps.steps-arrow .cu-item::after {
            content: "\e6a3";
            font-family: cuIcon;
            height: 15px;
            border-bottom-width: 0;
            line-height: 15px;
            top: 0;
            bottom: 0;
            margin: auto;
            color: #ccc
        }

        .cu-steps.steps-bottom .cu-item::before,
        .cu-steps.steps-bottom .cu-item::after {
            bottom: 20px;
            top: auto
        }

        .cu-steps .cu-item::after {
            border-bottom: 1px solid currentColor;
            width: 0;
            transition: all .3s ease-in-out 0s
        }

        .cu-steps .cu-item[class*="text-"]::after {
            width: calc(100% - 40px);
            color: currentColor
        }

        .cu-steps .cu-item:first-child::before,
        .cu-steps .cu-item:first-child::after {
            display: none
        }

        .cu-steps .cu-item .num {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            line-height: 20px;
            margin: 10px auto;
            font-size: 12px;
            border: 1px solid currentColor;
            position: relative;
            overflow: hidden
        }

        .cu-steps .cu-item[class*="text-"] .num {
            background-color: currentColor
        }

        .cu-steps .cu-item .num::before,
        .cu-steps .cu-item .num::after {
            content: attr(data-index);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: all .3s ease-in-out 0s;
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }

        .cu-steps .cu-item[class*="text-"] .num::before {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
            color: #fff
        }

        .cu-steps .cu-item .num::after {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            color: #fff;
            transition: all .3s ease-in-out 0s
        }

        .cu-steps .cu-item[class*="text-"] .num::after {
            content: "\e645";
            font-family: cuIcon;
            color: #fff;
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }

        .cu-steps .cu-item[class*="text-"] .num.err::after {
            content: "\e646"
        }

        /* ==================
          布局
 ==================== */

        /*  -- flex弹性布局 -- */

        .flex {
            display: flex
        }

        .basis-xs {
            flex-basis: 20%
        }

        .basis-sm {
            flex-basis: 40%
        }

        .basis-df {
            flex-basis: 50%
        }

        .basis-lg {
            flex-basis: 60%
        }

        .basis-xl {
            flex-basis: 80%
        }

        .flex-sub {
            flex: 1
        }

        .flex-twice {
            flex: 2
        }

        .flex-treble {
            flex: 3
        }

        .flex-direction {
            flex-direction: column
        }

        .flex-wrap {
            flex-wrap: wrap
        }

        .align-start {
            align-items: flex-start
        }

        .align-end {
            align-items: flex-end
        }

        .align-center {
            align-items: center
        }

        .align-stretch {
            align-items: stretch
        }

        .self-start {
            align-self: flex-start
        }

        .self-center {
            align-self: flex-center
        }

        .self-end {
            align-self: flex-end
        }

        .self-stretch {
            align-self: stretch
        }

        .align-stretch {
            align-items: stretch
        }

        .justify-start {
            justify-content: flex-start
        }

        .justify-end {
            justify-content: flex-end
        }

        .justify-center {
            justify-content: center
        }

        .justify-between {
            justify-content: space-between
        }

        .justify-around {
            justify-content: space-around
        }

        /* grid布局 */

        .grid {
            display: flex;
            flex-wrap: wrap
        }

        .grid.grid-square {
            overflow: hidden
        }

        .grid.grid-square .cu-tag {
            position: absolute;
            right: 0;
            top: 0;
            border-bottom-left-radius: 3px;
            padding: 3px 6px;
            height: auto;
            background-color: rgba(0, 0, 0, .5)
        }

        .grid.grid-square>uni-view>uni-text[class*="cuIcon-"] {
            font-size: 26px;
            position: absolute;
            color: #8799a3;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column
        }

        .grid.grid-square>uni-view {
            margin-right: 10px;
            margin-bottom: 10px;
            border-radius: 3px;
            position: relative;
            overflow: hidden
        }

        .grid.grid-square>uni-view.bg-img uni-image {
            width: 100%;
            height: 100%;
            position: absolute
        }

        .grid.col-1.grid-square>uni-view {
            padding-bottom: 100%;
            height: 0;
            margin-right: 0
        }

        .grid.col-2.grid-square>uni-view {
            padding-bottom: calc((100% - 10px)/2);
            height: 0;
            width: calc((100% - 10px)/2)
        }

        .grid.col-3.grid-square>uni-view {
            padding-bottom: calc((100% - 20px)/3);
            height: 0;
            width: calc((100% - 20px)/3)
        }

        .grid.col-4.grid-square>uni-view {
            padding-bottom: calc((100% - 30px)/4);
            height: 0;
            width: calc((100% - 30px)/4)
        }

        .grid.col-5.grid-square>uni-view {
            padding-bottom: calc((100% - 40px)/5);
            height: 0;
            width: calc((100% - 40px)/5)
        }

        .grid.col-2.grid-square>uni-view:nth-child(2n),
        .grid.col-3.grid-square>uni-view:nth-child(3n),
        .grid.col-4.grid-square>uni-view:nth-child(4n),
        .grid.col-5.grid-square>uni-view:nth-child(5n) {
            margin-right: 0
        }

        .grid.col-1>uni-view {
            width: 100%
        }

        .grid.col-2>uni-view {
            width: 50%
        }

        .grid.col-3>uni-view {
            width: 33.33%
        }

        .grid.col-4>uni-view {
            width: 25%
        }

        .grid.col-5>uni-view {
            width: 20%
        }

        /*  -- 内外边距 -- */

        .margin-0 {
            margin: 0
        }

        .margin-xs {
            margin: 5px
        }

        .margin-sm {
            margin: 10px
        }

        .margin {
            margin: 15px
        }

        .margin-lg {
            margin: 20px
        }

        .margin-xl {
            margin: 25px
        }

        .margin-top-xs {
            margin-top: 5px
        }

        .margin-top-sm {
            margin-top: 10px
        }

        .margin-top {
            margin-top: 15px
        }

        .margin-top-lg {
            margin-top: 20px
        }

        .margin-top-xl {
            margin-top: 25px
        }

        .margin-right-xs {
            margin-right: 5px
        }

        .margin-right-sm {
            margin-right: 10px
        }

        .margin-right {
            margin-right: 15px
        }

        .margin-right-lg {
            margin-right: 20px
        }

        .margin-right-xl {
            margin-right: 25px
        }

        .margin-bottom-xs {
            margin-bottom: 5px
        }

        .margin-bottom-sm {
            margin-bottom: 10px
        }

        .margin-bottom {
            margin-bottom: 15px
        }

        .margin-bottom-lg {
            margin-bottom: 20px
        }

        .margin-bottom-xl {
            margin-bottom: 25px
        }

        .margin-left-xs {
            margin-left: 5px
        }

        .margin-left-sm {
            margin-left: 10px
        }

        .margin-left {
            margin-left: 15px
        }

        .margin-left-lg {
            margin-left: 20px
        }

        .margin-left-xl {
            margin-left: 25px
        }

        .margin-lr-xs {
            margin-left: 5px;
            margin-right: 5px
        }

        .margin-lr-sm {
            margin-left: 10px;
            margin-right: 10px
        }

        .margin-lr {
            margin-left: 15px;
            margin-right: 15px
        }

        .margin-lr-lg {
            margin-left: 20px;
            margin-right: 20px
        }

        .margin-lr-xl {
            margin-left: 25px;
            margin-right: 25px
        }

        .margin-tb-xs {
            margin-top: 5px;
            margin-bottom: 5px
        }

        .margin-tb-sm {
            margin-top: 10px;
            margin-bottom: 10px
        }

        .margin-tb {
            margin-top: 15px;
            margin-bottom: 15px
        }

        .margin-tb-lg {
            margin-top: 20px;
            margin-bottom: 20px
        }

        .margin-tb-xl {
            margin-top: 25px;
            margin-bottom: 25px
        }

        .padding-0 {
            padding: 0
        }

        .padding-xs {
            padding: 5px
        }

        .padding-sm {
            padding: 10px
        }

        .padding {
            padding: 15px
        }

        .padding-lg {
            padding: 20px
        }

        .padding-xl {
            padding: 25px
        }

        .padding-top-xs {
            padding-top: 5px
        }

        .padding-top-sm {
            padding-top: 10px
        }

        .padding-top {
            padding-top: 15px
        }

        .padding-top-lg {
            padding-top: 20px
        }

        .padding-top-xl {
            padding-top: 25px
        }

        .padding-right-xs {
            padding-right: 5px
        }

        .padding-right-sm {
            padding-right: 10px
        }

        .padding-right {
            padding-right: 15px
        }

        .padding-right-lg {
            padding-right: 20px
        }

        .padding-right-xl {
            padding-right: 25px
        }

        .padding-bottom-xs {
            padding-bottom: 5px
        }

        .padding-bottom-sm {
            padding-bottom: 10px
        }

        .padding-bottom {
            padding-bottom: 15px
        }

        .padding-bottom-lg {
            padding-bottom: 20px
        }

        .padding-bottom-xl {
            padding-bottom: 25px
        }

        .padding-left-xs {
            padding-left: 5px
        }

        .padding-left-sm {
            padding-left: 10px
        }

        .padding-left {
            padding-left: 15px
        }

        .padding-left-lg {
            padding-left: 20px
        }

        .padding-left-xl {
            padding-left: 25px
        }

        .padding-lr-xs {
            padding-left: 5px;
            padding-right: 5px
        }

        .padding-lr-sm {
            padding-left: 10px;
            padding-right: 10px
        }

        .padding-lr {
            padding-left: 15px;
            padding-right: 15px
        }

        .padding-lr-lg {
            padding-left: 20px;
            padding-right: 20px
        }

        .padding-lr-xl {
            padding-left: 25px;
            padding-right: 25px
        }

        .padding-tb-xs {
            padding-top: 5px;
            padding-bottom: 5px
        }

        .padding-tb-sm {
            padding-top: 10px;
            padding-bottom: 10px
        }

        .padding-tb {
            padding-top: 15px;
            padding-bottom: 15px
        }

        .padding-tb-lg {
            padding-top: 20px;
            padding-bottom: 20px
        }

        .padding-tb-xl {
            padding-top: 25px;
            padding-bottom: 25px
        }

        /* -- 浮动 --  */

        .cf::after,
        .cf::before {
            content: " ";
            display: table
        }

        .cf::after {
            clear: both
        }

        .fl {
            float: left
        }

        .fr {
            float: right
        }

        /* ==================
          背景
 ==================== */

        .line-red::after,
        .lines-red::after {
            border-color: red
        }

        .line-orange::after,
        .lines-orange::after {
            border-color: #f37b1d
        }

        .line-yellow::after,
        .lines-yellow::after {
            border-color: #fbbd08
        }

        .line-olive::after,
        .lines-olive::after {
            border-color: #8dc63f
        }

        .line-green::after,
        .lines-green::after {
            border-color: #39b54a
        }

        .line-cyan::after,
        .lines-cyan::after {
            border-color: #1cbbb4
        }

        .line-blue::after,
        .lines-blue::after {
            border-color: #0081ff
        }

        .line-purple::after,
        .lines-purple::after {
            border-color: #6739b6
        }

        .line-mauve::after,
        .lines-mauve::after {
            border-color: #9c26b0
        }

        .line-pink::after,
        .lines-pink::after {
            border-color: #e03997
        }

        .line-brown::after,
        .lines-brown::after {
            border-color: #a5673f
        }

        .line-grey::after,
        .lines-grey::after {
            border-color: #8799a3
        }

        .line-gray::after,
        .lines-gray::after {
            border-color: #aaa
        }

        .line-black::after,
        .lines-black::after {
            border-color: #333
        }

        .line-white::after,
        .lines-white::after {
            border-color: #fff
        }

        .bg-red {
            background-color: red;
            color: #fff
        }

        .bg-orange {
            background-color: #f37b1d;
            color: #fff
        }

        .bg-yellow {
            background-color: #fbbd08;
            color: #333
        }

        .bg-olive {
            background-color: #8dc63f;
            color: #fff
        }

        .bg-green {
            background-color: #39b54a;
            color: #fff
        }

        .bg-cyan {
            background-color: #1cbbb4;
            color: #fff
        }

        .bg-blue {
            background-color: #0081ff;
            color: #fff
        }

        .bg-purple {
            background-color: #6739b6;
            color: #fff
        }

        .bg-mauve {
            background-color: #9c26b0;
            color: #fff
        }

        .bg-pink {
            background-color: #e03997;
            color: #fff
        }

        .bg-brown {
            background-color: #a5673f;
            color: #fff
        }

        .bg-grey {
            background-color: #8799a3;
            color: #fff
        }

        .bg-gray {
            background-color: #f0f0f0;
            color: #333
        }

        .bg-black {
            background-color: #333;
            color: #fff
        }

        .bg-white {
            background-color: #fff;
            color: #666
        }

        .bg-shadeTop {
            background-image: linear-gradient(#000, rgba(0, 0, 0, .01));
            color: #fff
        }

        .bg-shadeBottom {
            background-image: linear-gradient(rgba(0, 0, 0, .01), #000);
            color: #fff
        }

        .bg-red.light {
            color: red;
            background-color: #fadbd9
        }

        .bg-orange.light {
            color: #f37b1d;
            background-color: #fde6d2
        }

        .bg-yellow.light {
            color: #fbbd08;
            background-color: rgba(254, 242, 206, .8235294117647058)
        }

        .bg-olive.light {
            color: #8dc63f;
            background-color: #e8f4d9
        }

        .bg-green.light {
            color: #39b54a;
            background-color: #d7f0db
        }

        .bg-cyan.light {
            color: #1cbbb4;
            background-color: #d2f1f0
        }

        .bg-blue.light {
            color: #0081ff;
            background-color: #cce6ff
        }

        .bg-purple.light {
            color: #6739b6;
            background-color: #e1d7f0
        }

        .bg-mauve.light {
            color: #9c26b0;
            background-color: #ebd4ef
        }

        .bg-pink.light {
            color: #e03997;
            background-color: #f9d7ea
        }

        .bg-brown.light {
            color: #a5673f;
            background-color: #ede1d9
        }

        .bg-grey.light {
            color: #8799a3;
            background-color: #e7ebed
        }

        .bg-gradual-red {
            background-image: linear-gradient(45deg, #f43f3b, #ec008c);
            color: #fff
        }

        .bg-gradual-orange {
            background-image: linear-gradient(45deg, #ff9700, #ed1c24);
            color: #fff
        }

        .bg-gradual-green {
            background-image: linear-gradient(45deg, #39b54a, #8dc63f);
            color: #fff
        }

        .bg-gradual-purple {
            background-image: linear-gradient(45deg, #9000ff, #5e00ff);
            color: #fff
        }

        .bg-gradual-pink {
            background-image: linear-gradient(45deg, #ec008c, #6739b6);
            color: #fff
        }

        .bg-gradual-blue {
            background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
            color: #fff
        }

        .shadow[class*="-red"] {
            box-shadow: 3px 3px 4px rgba(204, 69, 59, .2)
        }

        .shadow[class*="-orange"] {
            box-shadow: 3px 3px 4px rgba(217, 109, 26, .2)
        }

        .shadow[class*="-yellow"] {
            box-shadow: 3px 3px 4px rgba(224, 170, 7, .2)
        }

        .shadow[class*="-olive"] {
            box-shadow: 3px 3px 4px rgba(124, 173, 55, .2)
        }

        .shadow[class*="-green"] {
            box-shadow: 3px 3px 4px rgba(48, 156, 63, .2)
        }

        .shadow[class*="-cyan"] {
            box-shadow: 3px 3px 4px rgba(28, 187, 180, .2)
        }

        .shadow[class*="-blue"] {
            box-shadow: 3px 3px 4px rgba(0, 102, 204, .2)
        }

        .shadow[class*="-purple"] {
            box-shadow: 3px 3px 4px rgba(88, 48, 156, .2)
        }

        .shadow[class*="-mauve"] {
            box-shadow: 3px 3px 4px rgba(133, 33, 150, .2)
        }

        .shadow[class*="-pink"] {
            box-shadow: 3px 3px 4px rgba(199, 50, 134, .2)
        }

        .shadow[class*="-brown"] {
            box-shadow: 3px 3px 4px rgba(140, 88, 53, .2)
        }

        .shadow[class*="-grey"] {
            box-shadow: 3px 3px 4px rgba(114, 130, 138, .2)
        }

        .shadow[class*="-gray"] {
            box-shadow: 3px 3px 4px rgba(114, 130, 138, .2)
        }

        .shadow[class*="-black"] {
            box-shadow: 3px 3px 4px rgba(26, 26, 26, .2)
        }

        .shadow[class*="-white"] {
            box-shadow: 3px 3px 4px rgba(26, 26, 26, .2)
        }

        .text-shadow[class*="-red"] {
            text-shadow: 3px 3px 4px rgba(204, 69, 59, .2)
        }

        .text-shadow[class*="-orange"] {
            text-shadow: 3px 3px 4px rgba(217, 109, 26, .2)
        }

        .text-shadow[class*="-yellow"] {
            text-shadow: 3px 3px 4px rgba(224, 170, 7, .2)
        }

        .text-shadow[class*="-olive"] {
            text-shadow: 3px 3px 4px rgba(124, 173, 55, .2)
        }

        .text-shadow[class*="-green"] {
            text-shadow: 3px 3px 4px rgba(48, 156, 63, .2)
        }

        .text-shadow[class*="-cyan"] {
            text-shadow: 3px 3px 4px rgba(28, 187, 180, .2)
        }

        .text-shadow[class*="-blue"] {
            text-shadow: 3px 3px 4px rgba(0, 102, 204, .2)
        }

        .text-shadow[class*="-purple"] {
            text-shadow: 3px 3px 4px rgba(88, 48, 156, .2)
        }

        .text-shadow[class*="-mauve"] {
            text-shadow: 3px 3px 4px rgba(133, 33, 150, .2)
        }

        .text-shadow[class*="-pink"] {
            text-shadow: 3px 3px 4px rgba(199, 50, 134, .2)
        }

        .text-shadow[class*="-brown"] {
            text-shadow: 3px 3px 4px rgba(140, 88, 53, .2)
        }

        .text-shadow[class*="-grey"] {
            text-shadow: 3px 3px 4px rgba(114, 130, 138, .2)
        }

        .text-shadow[class*="-gray"] {
            text-shadow: 3px 3px 4px rgba(114, 130, 138, .2)
        }

        .text-shadow[class*="-black"] {
            text-shadow: 3px 3px 4px rgba(26, 26, 26, .2)
        }

        .bg-img {
            background-size: cover;
            background-position: 50%;
            background-repeat: no-repeat
        }

        .bg-mask {
            background-color: #333;
            position: relative
        }

        .bg-mask::after {
            content: "";
            border-radius: inherit;
            width: 100%;
            height: 100%;
            display: block;
            background-color: rgba(0, 0, 0, .4);
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0
        }

        .bg-mask uni-view,
        .bg-mask uni-cover-view {
            z-index: 5;
            position: relative
        }

        .bg-video {
            position: relative
        }

        .bg-video uni-video {
            display: block;
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 0;
            z-index: 0;
            pointer-events: none
        }

        /* ==================
          文本
 ==================== */

        .text-xs {
            font-size: 10px
        }

        .text-sm {
            font-size: 12px
        }

        .text-df {
            font-size: 14px
        }

        .text-lg {
            font-size: 16px
        }

        .text-xl {
            font-size: 18px
        }

        .text-xxl {
            font-size: 22px
        }

        .text-sl {
            font-size: 40px
        }

        .text-xsl {
            font-size: 60px
        }

        .text-Abc {
            text-transform: Capitalize
        }

        .text-ABC {
            text-transform: Uppercase
        }

        .text-abc {
            text-transform: Lowercase
        }

        .text-price::before {
            content: "¥";
            font-size: 80%;
            margin-right: 2px
        }

        .text-cut {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .text-bold {
            font-weight: 700
        }

        .text-center {
            text-align: center
        }

        .text-content {
            line-height: 1.6
        }

        .text-left {
            text-align: left
        }

        .text-right {
            text-align: right
        }

        .text-red,
        .line-red,
        .lines-red {
            color: red
        }

        .text-orange,
        .line-orange,
        .lines-orange {
            color: #f37b1d
        }

        .text-yellow,
        .line-yellow,
        .lines-yellow {
            color: #fbbd08
        }

        .text-olive,
        .line-olive,
        .lines-olive {
            color: #8dc63f
        }

        .text-green,
        .line-green,
        .lines-green {
            color: #39b54a
        }

        .text-cyan,
        .line-cyan,
        .lines-cyan {
            color: #1cbbb4
        }

        .text-blue,
        .line-blue,
        .lines-blue {
            color: #0081ff
        }

        .text-purple,
        .line-purple,
        .lines-purple {
            color: #6739b6
        }

        .text-mauve,
        .line-mauve,
        .lines-mauve {
            color: #9c26b0
        }

        .text-pink,
        .line-pink,
        .lines-pink {
            color: #e03997
        }

        .text-brown,
        .line-brown,
        .lines-brown {
            color: #a5673f
        }

        .text-grey,
        .line-grey,
        .lines-grey {
            color: #8799a3
        }

        .text-gray,
        .line-gray,
        .lines-gray {
            color: #aaa
        }

        .text-black,
        .line-black,
        .lines-black {
            color: #333
        }

        .text-white,
        .line-white,
        .lines-white {
            color: #fff
        }

        @font-face {
            font-family: uk-iconfont;
            /* Project id 4405111 */
            src: url(/static-gb/font/iconfont.woff2) format("woff2"), url(/static-gb/font/iconfont.woff) format("woff"), url(/static-gb/font/iconfont.ttf) format("truetype")
        }

        .uk-iconfont {
            font-family: uk-iconfont!important;
            font-size: 16px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .icon-uk-about:before {
            content: "\e688"
        }

        .icon-uk-goumaijilu:before {
            content: "\e689"
        }

        .icon-uk-code:before {
            content: "\e68a"
        }

        .icon-uk-l-about:before {
            content: "\e789"
        }

        .icon-uk-team-fill:before {
            content: "\e68c"
        }

        .icon-uk-team-leader:before {
            content: "\e68d"
        }

        .icon-uk-vip:before {
            content: "\e6ba"
        }

        .icon-uk-VIP:before {
            content: "\e687"
        }

        .icon-uk-mima:before {
            content: "\e668"
        }

        .icon-uk-namai:before {
            content: "\e66b"
        }

        .icon-uk-xiugaimima01:before {
            content: "\e66c"
        }

        .icon-uk-yinxingqia2:before {
            content: "\e66e"
        }

        .icon-uk-touzi002:before {
            content: "\e66f"
        }

        .icon-uk-icon_password:before {
            content: "\e670"
        }

        .icon-uk-mima1:before {
            content: "\e671"
        }

        .icon-uk-shouru1:before {
            content: "\e672"
        }

        .icon-uk-shouru2:before {
            content: "\e674"
        }

        .icon-uk-anquanzhongxin:before {
            content: "\e895"
        }

        .icon-uk-xiugaimima:before {
            content: "\e675"
        }

        .icon-uk-mima2:before {
            content: "\e678"
        }

        .icon-uk-xiugaimima1:before {
            content: "\e67c"
        }

        .icon-uk-anquan:before {
            content: "\e67d"
        }

        .icon-uk-cunkuanjilu:before {
            content: "\e70a"
        }

        .icon-uk-mima3:before {
            content: "\e850"
        }

        .icon-uk-yinhangqia:before {
            content: "\e85b"
        }

        .icon-uk-cunkuanjilu1:before {
            content: "\e67e"
        }

        .icon-uk-shouru3:before {
            content: "\e67f"
        }

        .icon-uk-cunkuanjilu2:before {
            content: "\e680"
        }

        .icon-uk-maichepin:before {
            content: "\e683"
        }

        .icon-uk-huafeishourujilu:before {
            content: "\e684"
        }

        .icon-uk-qukuan1:before {
            content: "\e685"
        }

        .icon-uk-anquansuo:before {
            content: "\e686"
        }

        .icon-uk-wenti2:before {
            content: "\e664"
        }

        .icon-uk-wenti:before {
            content: "\e665"
        }

        .icon-uk-wenti1:before {
            content: "\e666"
        }

        .icon-uk-zhuye:before {
            content: "\e661"
        }

        .icon-uk-user77:before {
            content: "\e662"
        }

        .icon-uk-team2:before {
            content: "\e663"
        }

        .icon-uk-svip2:before {
            content: "\e660"
        }

        .icon-uk-svip:before {
            content: "\e65e"
        }

        .icon-uk-chongzhi31:before {
            content: "\e63a"
        }

        .icon-uk-shezhi:before {
            content: "\e643"
        }

        .icon-uk-yinxingqia:before {
            content: "\e66a"
        }

        .icon-uk-shangchuan:before {
            content: "\e644"
        }

        .icon-uk-yinxingqia1:before {
            content: "\e646"
        }

        .icon-uk-xiazai:before {
            content: "\e648"
        }

        .icon-uk-jilu3:before {
            content: "\e649"
        }

        .icon-uk-tixianjilu:before {
            content: "\e64b"
        }

        .icon-uk-tixian:before {
            content: "\e64d"
        }

        .icon-uk-Group1:before {
            content: "\e697"
        }

        .icon-uk-Order:before {
            content: "\e656"
        }

        .icon-uk-chongzhi:before {
            content: "\e676"
        }

        .icon-uk-cz-jl:before {
            content: "\e772"
        }

        .icon-uk-jilu4:before {
            content: "\e658"
        }

        .icon-uk-chongzhi1:before {
            content: "\e65a"
        }

        .icon-uk-tixian1:before {
            content: "\e7e4"
        }

        .icon-uk-tixian2:before {
            content: "\e6de"
        }

        .icon-uk-tuandui:before {
            content: "\e65b"
        }

        .icon-uk-team1:before {
            content: "\e6b4"
        }

        .icon-uk-zhengfutouzixiangmu:before {
            content: "\e795"
        }

        .icon-uk-xiangmuniandutouzijihua:before {
            content: "\e78c"
        }

        .icon-uk-lishijilu1:before {
            content: "\e65d"
        }

        .icon-uk-jinru:before {
            content: "\e630"
        }

        .icon-uk-daochu:before {
            content: "\e669"
        }

        .icon-uk-daoru:before {
            content: "\e633"
        }

        .icon-uk-jinru1:before {
            content: "\e639"
        }

        .icon-uk-daochu1:before {
            content: "\e63d"
        }

        .icon-uk-fenxiang:before {
            content: "\e655"
        }

        .icon-uk-daoru1:before {
            content: "\e7db"
        }

        .icon-uk-a-leftlinefill-line:before {
            content: "\e9f0"
        }

        .icon-uk-a-lefttoo-line:before {
            content: "\e9f2"
        }

        .icon-uk-a-rightlinefill-line:before {
            content: "\ea10"
        }

        .icon-uk-a-righttoo-line:before {
            content: "\ea12"
        }

        .icon-uk-out:before {
            content: "\e641"
        }

        .icon-uk-chuqu:before {
            content: "\e642"
        }

        .icon-uk-home3:before {
            content: "\e636"
        }

        .icon-uk-woyaotouzi:before {
            content: "\e637"
        }

        .icon-uk-touzi5:before {
            content: "\e7da"
        }

        .icon-uk-chanpin2:before {
            content: "\e69d"
        }

        .icon-uk-touzi-:before {
            content: "\e638"
        }

        .icon-uk-chanpinguanli:before {
            content: "\e63e"
        }

        .icon-uk-a-feiyongliushui3x:before {
            content: "\e63f"
        }

        .icon-uk-qiabao:before {
            content: "\e620"
        }

        .icon-uk-cardb:before {
            content: "\e62f"
        }

        .icon-uk-home1:before {
            content: "\e73b"
        }

        .icon-uk-cunkuan:before {
            content: "\e621"
        }

        .icon-uk-user4:before {
            content: "\e622"
        }

        .icon-uk-qukuan:before {
            content: "\e624"
        }

        .icon-uk-home2:before {
            content: "\e667"
        }

        .icon-uk-huiyuanqukuan:before {
            content: "\e6d5"
        }

        .icon-uk-zuzhiguanli:before {
            content: "\e6af"
        }

        .icon-uk-chanpin1:before {
            content: "\e6a1"
        }

        .icon-uk-zuzhijianshe:before {
            content: "\e625"
        }

        .icon-uk-ipo:before {
            content: "\e61f"
        }

        .icon-uk-fenhong:before {
            content: "\e61e"
        }

        .icon-uk-jinbi:before {
            content: "\e61d"
        }

        .icon-uk-gongsi:before {
            content: "\e679"
        }

        .icon-uk-guanyuwomen:before {
            content: "\e654"
        }

        .icon-uk-arrow1:before {
            content: "\e73a"
        }

        .icon-uk-arrow2:before {
            content: "\e617"
        }

        .icon-uk-arrow3:before {
            content: "\e61c"
        }

        .icon-uk-duanxin:before {
            content: "\e65f"
        }

        .icon-uk-dizhi1:before {
            content: "\e769"
        }

        .icon-uk-coupon5:before {
            content: "\e80b"
        }

        .icon-uk-coupon:before {
            content: "\e677"
        }

        .icon-uk-coupon2:before {
            content: "\eb2f"
        }

        .icon-uk-coupon3:before {
            content: "\e62e"
        }

        .icon-uk-coupon4:before {
            content: "\e81d"
        }

        .icon-uk-gouwuche8:before {
            content: "\e614"
        }

        .icon-uk-gouwuche21:before {
            content: "\e613"
        }

        .icon-uk-gouwuche1:before {
            content: "\e63c"
        }

        .icon-uk-gouwuche3:before {
            content: "\e6c7"
        }

        .icon-uk-gouwuche6:before {
            content: "\e612"
        }

        .icon-uk-gouwuche4:before {
            content: "\e634"
        }

        .icon-uk-gouwuche5:before {
            content: "\e66d"
        }

        .icon-uk-shouzhi:before {
            content: "\e69c"
        }

        .icon-uk-USDT:before {
            content: "\e7f8"
        }

        .icon-uk-tubiaozhizuo-01-01:before {
            content: "\e60c"
        }

        .icon-uk-shouzhi1:before {
            content: "\e60e"
        }

        .icon-uk-xunihuobi:before {
            content: "\e610"
        }

        .icon-uk-zhuanhuan_zhuanhuan:before {
            content: "\e611"
        }

        .icon-uk-touzi004:before {
            content: "\e618"
        }

        .icon-uk-wodetouzi:before {
            content: "\e653"
        }

        .icon-uk-user-:before {
            content: "\e70c"
        }

        .icon-uk-user3:before {
            content: "\e616"
        }

        .icon-uk-User:before {
            content: "\e716"
        }

        .icon-uk-signin_account:before {
            content: "\e69b"
        }

        .icon-uk-yaoqing:before {
            content: "\100a9"
        }

        .icon-uk-yaoqing1:before {
            content: "\1017a"
        }

        .icon-uk-baibaoxiang:before {
            content: "\e609"
        }

        .icon-uk-baoxiang:before {
            content: "\e63b"
        }

        .icon-uk-baibaoxiang1:before {
            content: "\e60d"
        }

        .icon-uk-wbx:before {
            content: "\e703"
        }

        .icon-uk-touzi4:before {
            content: "\e659"
        }

        .icon-uk-user1:before {
            content: "\e691"
        }

        .icon-uk-kongzhimianban:before {
            content: "\e605"
        }

        .icon-uk-shourutixian:before {
            content: "\e635"
        }

        .icon-uk-waishemianban:before {
            content: "\e62a"
        }

        .icon-uk-shouru:before {
            content: "\e60b"
        }

        .icon-uk-user2:before {
            content: "\e682"
        }

        .icon-uk-telegram:before {
            content: "\e715"
        }

        .icon-uk-whatapp:before {
            content: "\e604"
        }

        .icon-uk-tuikuan:before {
            content: "\e6b9"
        }

        .icon-uk-wancheng:before {
            content: "\e64a"
        }

        .icon-uk-zhifuzhong:before {
            content: "\e86a"
        }

        .icon-uk-add:before {
            content: "\e657"
        }

        .icon-uk-intheprocessing:before {
            content: "\e640"
        }

        .icon-uk-card_fill:before {
            content: "\e81f"
        }

        .icon-uk-shangsheng:before {
            content: "\e650"
        }

        .icon-uk-xiajiang:before {
            content: "\e651"
        }

        .icon-uk-quxiao:before {
            content: "\e632"
        }

        .icon-uk-kefu:before {
            content: "\e60a"
        }

        .icon-uk-gouwuche:before {
            content: "\e603"
        }

        .icon-uk-gouwuche2:before {
            content: "\e60f"
        }

        .icon-uk-dizhi:before {
            content: "\e6bd"
        }

        .icon-uk-jiangpin:before {
            content: "\e631"
        }

        .icon-uk-share:before {
            content: "\e7b0"
        }

        .icon-uk-jilu2:before {
            content: "\e65c"
        }

        .icon-uk-jilu1:before {
            content: "\e623"
        }

        .icon-uk-recharge2:before {
            content: "\e681"
        }

        .icon-uk-recharge3:before {
            content: "\e68b"
        }

        .icon-uk-ds-recharge:before {
            content: "\e647"
        }

        .icon-uk-recharge4:before {
            content: "\e67b"
        }

        .icon-uk-icon_guide_skills:before {
            content: "\e62d"
        }

        .icon-uk-recharge5:before {
            content: "\e64c"
        }

        .icon-uk-chanpin:before {
            content: "\e64f"
        }

        .icon-uk-touzi3:before {
            content: "\e62c"
        }

        .icon-uk-ios:before {
            content: "\e602"
        }

        .icon-uk-anzhuo:before {
            content: "\e652"
        }

        .icon-uk-touzi1:before {
            content: "\e694"
        }

        .icon-uk-touzi:before {
            content: "\e7ea"
        }

        .icon-uk-touzi2:before {
            content: "\e67a"
        }

        .icon-uk-new-tag:before {
            content: "\e607"
        }

        .icon-uk-copy:before {
            content: "\e720"
        }

        .icon-uk-touzi001:before {
            content: "\e615"
        }

        .icon-uk-service:before {
            content: "\e6ff"
        }

        .icon-uk-moneybagfill:before {
            content: "\e7ce"
        }

        .icon-uk-setting:before {
            content: "\e606"
        }

        .icon-uk-recharge1:before {
            content: "\e73f"
        }

        .icon-uk-jilu:before {
            content: "\e61b"
        }

        .icon-uk-aboutus:before {
            content: "\e628"
        }

        .icon-uk-daohang-xianxing:before {
            content: "\e629"
        }

        .icon-uk-right:before {
            content: "\e673"
        }

        .icon-uk-sign-out:before {
            content: "\e774"
        }

        .icon-uk-lishijilu:before {
            content: "\e64e"
        }

        .icon-uk-withdrawal:before {
            content: "\e601"
        }

        .icon-uk-go2:before {
            content: "\e645"
        }

        .icon-uk-go1:before {
            content: "\e62b"
        }

        .icon-uk-go3:before {
            content: "\e7ee"
        }

        .icon-uk-hot:before {
            content: "\e61a"
        }

        .icon-uk-home:before {
            content: "\e626"
        }

        .icon-uk-task:before {
            content: "\e732"
        }

        .icon-uk-user:before {
            content: "\e627"
        }

        .icon-uk-recharge:before {
            content: "\e608"
        }

        .icon-uk-team:before {
            content: "\e619"
        }

        .icon-uk-award:before {
            content: "\e600"
        }

        .uni-navbar--shadow {
            box-shadow: 0 2px 10px #000!important
        }

        .uni-navbar__header-btns-left>.uni-navbar__content_view {
            background: #262935;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-right: 2px;
            border: 1px solid #474751
        }

        .uni-popup {
            z-index: 999!important
        }

        .u-mode-center-box {
            border-radius: 3px!important
        }

        .u-drawer-bottom {
            background-color: $u-bg-color2!important;
            border-radius: 10px 10px 0 0
        }

        .u-select__body {
            background: $u-bg-color2!important
        }

        .uni-picker-view-mask {
            background: linear-gradient(180deg, #2e313d, rgba(46, 49, 61, 0)), linear-gradient(0deg, #2e313d, hsla(228deg 14% 21%/1%))!important
        }

        .u-select__body__picker-view__item {
            color: #ffeb3b!important;
            font-size: 13px!important
        }

        .u-gab {
            background-color: #2a2d37!important
        }

        .u-border-bottom:after,
        .u-border-left:after,
        .u-border-right:after,
        .u-border-top-bottom:after,
        .u-border-top:after,
        .u-border:after {
            border-bottom: 1px solid #656666!important
        }

        uni-input:-webkit-autofill,
        uni-input:-webkit-autofill:hover,
        uni-input:-webkit-autofill:focus,
        uni-input:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
            /* 使用足够大的纯色内阴影覆盖黄色背景 */
            -webkit-text-fill-color: #000!important;
            /* 修改字体颜色，如果需要的话 */
            -webkit-transition: background-color 5000s ease-in-out 0s;
            transition: background-color 5000s ease-in-out 0s/* 延长背景色变化时间，使用户感受不到变化 */
        }

        .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: #2e2f41!important;
            border-style: solid
        }

        .u-border-top {
            border-top-width: .5px!important;
            border-color: #2e2f41!important;
            border-top-style: solid
        }

        .u-border-left {
            border-left-width: .5px!important;
            border-color: #2e2f41!important;
            border-left-style: solid
        }

        .u-border-right {
            border-right-width: .5px!important;
            border-color: #2e2f41!important;
            border-right-style: solid
        }

        .u-border-bottom {
            border-bottom-width: .5px!important;
            border-color: #2e2f41!important;
            border-bottom-style: solid
        }

        .u-border-top-bottom {
            border-top-width: .5px!important;
            border-bottom-width: .5px!important;
            border-color: #2e2f41!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: #fff
        }

        .u-content-color {
            color: #918f96
        }

        .u-tips-color {
            color: #909399
        }

        .u-light-color {
            color: #d7d7d8
        }

        .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
        }

        /* 字体文件 */

        @font-face {
            font-family: LibreFranklin;
            src: url(/static-gb/font/LibreFranklin-Regular.ttf)
        }

        .font-OPPOSANS {
            font-family: LibreFranklin
        }

        uni-page-body {
            -webkit-overflow-scrolling: touch;
            min-height: 100%;
            background: #0d0e19;
            width: 100%;
            font-size: 14px;
            font-family: LibreFranklin;
            word-break: break-all;
            white-space: normal;
            color: #fff
        }

        body {
            background: #0d0e19
        }

        * {
            word-break: break-word
        }

        uni-app {
            background: #0d0e19
        }

        ::-webkit-scrollbar {
            width: 0;
            height: 0;
            color: transparent;
            display: none
        }

        .uni-input-input uni-input:-internal-autofill-selected {
            -webkit-appearance: menulist-button;
            appearance: menulist-button;
            background-image: none!important;
            background-color: #e4e7ed!important;
            color: fieldtext!important
        }

        uni-input:-webkit-autofill,
        uni-input:-webkit-autofill:hover,
        uni-input:-webkit-autofill:focus,
        uni-input:-webkit-autofill:active {
            box-shadow: 0 0 0 auto #fff;
            -webkit-text-fill-color: #333237;
            caret-color: #fff;
            -webkit-transition-delay: 111111s;
            -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
            font-size: rem(28)
        }

        uni-tabbar .uni-tabbar__icon {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 6px
        }

        uni-tabbar .uni-tabbar__label {
            font-size: 11px!important;
            margin-top: 2px!important;
            font-family: JosefinSans!important
        }

        @media screen and (min-width:960px) {
            uni-app {
                width: inherit;
                height: 100%;
                max-width: 720px;
                margin: 0 auto
            }
        }

        .unit {
            margin-right: 2px
        }

        uni-tabbar.uni-tabbar-bottom .uni-tabbar {
            overflow: hidden
        }

        uni-tabbar .uni-tabbar__iconfont {
            font-family: uk-iconfont
        }

        .bg-card {
            background-color: #2e2951
        }

        .login-btn {
            color: #fff;
            background-color: #0b77e1
        }

        .logobtn-bg-color {
            color: #fff;
            background-color: #2e2951
        }

        .btn-black-color {
            color: #2e260c
        }

        .u-radio__icon-wrap--checked {
            background-color: #fd7018!important;
            border-color: #fd7018!important
        }

        .val-green {
            color: #4bc200
        }

        .val-red {
            color: #ff4644
        }

        .val-primary {
            color: #0b77e1
        }

        .u-ellipsis-1 {
            overflow: hidden;
            /* 隐藏溢出内容 */
            white-space: nowrap;
            /* 防止文本换行 */
            text-overflow: ellipsis
            /* 文本溢出时显示省略号 */
        }

        .confrim-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 25px
        }

        .confrim-btn .cu-btn {
            flex: 1;
            margin: 0 15px;
            background: linear-gradient(90deg, #f0d8a6, #ebc181);
            color: #2e260c;
            height: 40px;
            line-height: 40px;
            font-size: 17px
        }

        .u-mode-center-box {
            border-radius: 3px!important
        }

        .u-drawer-bottom {
            background-color: #2e313d!important;
            border-radius: 10px 10px 0 0
        }

        .u-select__body {
            background: #2e313d!important
        }

        .uni-tabbar__icon {
            width: 28px!important;
            height: 28px!important
        }

        .uni-modal {
            background-color: #1367b9!important
        }

        .uni-modal .uni-modal__title {
            color: #fff!important
        }

        .uni-modal .uni-modal__bd {
            color: #fff!important
        }

        .uni-modal .uni-modal__ft .uni-modal__btn_default {
            color: #8799a3!important
        }

        .icon1 {
            background: #7ed421
        }

        .icon2 {
            background: #ff2366
        }

        .icon3 {
            background: #8c4be6
        }

        .icon4 {
            background: #55b2ba
        }

        .icon5 {
            background-color: #4461ff
        }

        .icon6 {
            background-color: #df972d
        }

        .icon7 {
            background-color: #ff665b
        }

        .icon8 {
            background-color: #00bcd4
        }

        .icon9 {
            background-color: #607d8b
        }

        .icon10 {
            background-color: #607d8b
        }
    
    
        .uni-app--showtabbar uni-page-wrapper {
            display: block;
            height: calc(100% - 54px);
            height: calc(100% - 54px - constant(safe-area-inset-bottom));
            height: calc(100% - 54px - env(safe-area-inset-bottom));
        }

        .uni-app--showtabbar uni-page-wrapper::after {
            content: "";
            display: block;
            width: 100%;
            height: 54px;
            height: calc(54px + constant(safe-area-inset-bottom));
            height: calc(54px + env(safe-area-inset-bottom));
        }

        .uni-app--showtabbar uni-page-head[uni-page-head-type="default"]~uni-page-wrapper {
            height: calc(100% - 44px - 54px);
            height: calc(100% - 44px - constant(safe-area-inset-top) - 54px - constant(safe-area-inset-bottom));
            height: calc(100% - 44px - env(safe-area-inset-top) - 54px - env(safe-area-inset-bottom));
        }
    
    
        
        /* 需要放到文件最上面 */

        /* 水平间距 */

        /* 水平间距 */

        /*
 以下变量是默认值，如不需要修改可以不用给下面的变量重新赋值
 */

        /* 水平间距 */
    
    
        
        /* 需要放到文件最上面 */

        /* 水平间距 */

        /* 水平间距 */

        /*
 以下变量是默认值，如不需要修改可以不用给下面的变量重新赋值
 */

        /* 水平间距 */

        .uni-forms-item[data-v-ef8cfaf8] {
            position: relative;
            display: flex;
            margin-bottom: 22px;
            flex-direction: row
        }

        .uni-forms-item__label[data-v-ef8cfaf8] {
            display: flex;
            flex-direction: row;
            align-items: center;
            text-align: left;
            font-size: 14px;
            color: #606266;
            height: 36px;
            padding: 0 12px 0 0;
            vertical-align: middle;
            flex-shrink: 0;
            box-sizing: border-box
        }

        .uni-forms-item__label.no-label[data-v-ef8cfaf8] {
            padding: 0
        }

        .uni-forms-item__content[data-v-ef8cfaf8] {
            position: relative;
            font-size: 14px;
            flex: 1;
            box-sizing: border-box;
            flex-direction: row
        }

        .uni-forms-item .uni-forms-item__nuve-content[data-v-ef8cfaf8] {
            display: flex;
            flex-direction: column;
            flex: 1
        }

        .uni-forms-item__error[data-v-ef8cfaf8] {
            color: #f56c6c;
            font-size: 12px;
            line-height: 1;
            padding-top: 4px;
            position: absolute;
            top: 100%;
            left: 0;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0
        }

        .uni-forms-item__error .error-text[data-v-ef8cfaf8] {
            color: #f56c6c;
            font-size: 12px
        }

        .uni-forms-item__error.msg--active[data-v-ef8cfaf8] {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .uni-forms-item.is-direction-left[data-v-ef8cfaf8] {
            flex-direction: row
        }

        .uni-forms-item.is-direction-top[data-v-ef8cfaf8] {
            flex-direction: column
        }

        .uni-forms-item.is-direction-top .uni-forms-item__label[data-v-ef8cfaf8] {
            padding: 0 0 8px;
            line-height: 1.5715;
            text-align: left;
            white-space: normal
        }

        .uni-forms-item .is-required[data-v-ef8cfaf8] {
            color: #dd524d;
            font-weight: 700
        }

        .uni-forms-item--border[data-v-ef8cfaf8] {
            margin-bottom: 0;
            padding: 10px 0;
            border-top: 1px #eee solid
        }

        .uni-forms-item--border .uni-forms-item__content[data-v-ef8cfaf8] {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start
        }

        .uni-forms-item--border .uni-forms-item__content .uni-forms-item__error[data-v-ef8cfaf8] {
            position: relative;
            top: 5px;
            left: 0;
            padding-top: 0
        }

        .is-first-border[data-v-ef8cfaf8] {
            border: none
        }
    
    
        
        /* 需要放到文件最上面 */

        /* 水平间距 */

        /* 水平间距 */

        /*
 以下变量是默认值，如不需要修改可以不用给下面的变量重新赋值
 */

        /* 水平间距 */

        .uniui-cart-filled[data-v-45a6b600]:before {
            content: "\e6d0"
        }

        .uniui-gift-filled[data-v-45a6b600]:before {
            content: "\e6c4"
        }

        .uniui-color[data-v-45a6b600]:before {
            content: "\e6cf"
        }

        .uniui-wallet[data-v-45a6b600]:before {
            content: "\e6b1"
        }

        .uniui-settings-filled[data-v-45a6b600]:before {
            content: "\e6ce"
        }

        .uniui-auth-filled[data-v-45a6b600]:before {
            content: "\e6cc"
        }

        .uniui-shop-filled[data-v-45a6b600]:before {
            content: "\e6cd"
        }

        .uniui-staff-filled[data-v-45a6b600]:before {
            content: "\e6cb"
        }

        .uniui-vip-filled[data-v-45a6b600]:before {
            content: "\e6c6"
        }

        .uniui-plus-filled[data-v-45a6b600]:before {
            content: "\e6c7"
        }

        .uniui-folder-add-filled[data-v-45a6b600]:before {
            content: "\e6c8"
        }

        .uniui-color-filled[data-v-45a6b600]:before {
            content: "\e6c9"
        }

        .uniui-tune-filled[data-v-45a6b600]:before {
            content: "\e6ca"
        }

        .uniui-calendar-filled[data-v-45a6b600]:before {
            content: "\e6c0"
        }

        .uniui-notification-filled[data-v-45a6b600]:before {
            content: "\e6c1"
        }

        .uniui-wallet-filled[data-v-45a6b600]:before {
            content: "\e6c2"
        }

        .uniui-medal-filled[data-v-45a6b600]:before {
            content: "\e6c3"
        }

        .uniui-fire-filled[data-v-45a6b600]:before {
            content: "\e6c5"
        }

        .uniui-refreshempty[data-v-45a6b600]:before {
            content: "\e6bf"
        }

        .uniui-location-filled[data-v-45a6b600]:before {
            content: "\e6af"
        }

        .uniui-person-filled[data-v-45a6b600]:before {
            content: "\e69d"
        }

        .uniui-personadd-filled[data-v-45a6b600]:before {
            content: "\e698"
        }

        .uniui-arrowthinleft[data-v-45a6b600]:before {
            content: "\e6d2"
        }

        .uniui-arrowthinup[data-v-45a6b600]:before {
            content: "\e6d3"
        }

        .uniui-arrowthindown[data-v-45a6b600]:before {
            content: "\e6d4"
        }

        .uniui-back[data-v-45a6b600]:before {
            content: "\e6b9"
        }

        .uniui-forward[data-v-45a6b600]:before {
            content: "\e6ba"
        }

        .uniui-arrow-right[data-v-45a6b600]:before {
            content: "\e6bb"
        }

        .uniui-arrow-left[data-v-45a6b600]:before {
            content: "\e6bc"
        }

        .uniui-arrow-up[data-v-45a6b600]:before {
            content: "\e6bd"
        }

        .uniui-arrow-down[data-v-45a6b600]:before {
            content: "\e6be"
        }

        .uniui-arrowthinright[data-v-45a6b600]:before {
            content: "\e6d1"
        }

        .uniui-down[data-v-45a6b600]:before {
            content: "\e6b8"
        }

        .uniui-bottom[data-v-45a6b600]:before {
            content: "\e6b8"
        }

        .uniui-arrowright[data-v-45a6b600]:before {
            content: "\e6d5"
        }

        .uniui-right[data-v-45a6b600]:before {
            content: "\e6b5"
        }

        .uniui-up[data-v-45a6b600]:before {
            content: "\e6b6"
        }

        .uniui-top[data-v-45a6b600]:before {
            content: "\e6b6"
        }

        .uniui-left[data-v-45a6b600]:before {
            content: "\e6b7"
        }

        .uniui-arrowup[data-v-45a6b600]:before {
            content: "\e6d6"
        }

        .uniui-eye[data-v-45a6b600]:before {
            content: "\e651"
        }

        .uniui-eye-filled[data-v-45a6b600]:before {
            content: "\e66a"
        }

        .uniui-eye-slash[data-v-45a6b600]:before {
            content: "\e6b3"
        }

        .uniui-eye-slash-filled[data-v-45a6b600]:before {
            content: "\e6b4"
        }

        .uniui-info-filled[data-v-45a6b600]:before {
            content: "\e649"
        }

        .uniui-reload[data-v-45a6b600]:before {
            content: "\e6b2"
        }

        .uniui-micoff-filled[data-v-45a6b600]:before {
            content: "\e6b0"
        }

        .uniui-map-pin-ellipse[data-v-45a6b600]:before {
            content: "\e6ac"
        }

        .uniui-map-pin[data-v-45a6b600]:before {
            content: "\e6ad"
        }

        .uniui-location[data-v-45a6b600]:before {
            content: "\e6ae"
        }

        .uniui-starhalf[data-v-45a6b600]:before {
            content: "\e683"
        }

        .uniui-star[data-v-45a6b600]:before {
            content: "\e688"
        }

        .uniui-star-filled[data-v-45a6b600]:before {
            content: "\e68f"
        }

        .uniui-calendar[data-v-45a6b600]:before {
            content: "\e6a0"
        }

        .uniui-fire[data-v-45a6b600]:before {
            content: "\e6a1"
        }

        .uniui-medal[data-v-45a6b600]:before {
            content: "\e6a2"
        }

        .uniui-font[data-v-45a6b600]:before {
            content: "\e6a3"
        }

        .uniui-gift[data-v-45a6b600]:before {
            content: "\e6a4"
        }

        .uniui-link[data-v-45a6b600]:before {
            content: "\e6a5"
        }

        .uniui-notification[data-v-45a6b600]:before {
            content: "\e6a6"
        }

        .uniui-staff[data-v-45a6b600]:before {
            content: "\e6a7"
        }

        .uniui-vip[data-v-45a6b600]:before {
            content: "\e6a8"
        }

        .uniui-folder-add[data-v-45a6b600]:before {
            content: "\e6a9"
        }

        .uniui-tune[data-v-45a6b600]:before {
            content: "\e6aa"
        }

        .uniui-auth[data-v-45a6b600]:before {
            content: "\e6ab"
        }

        .uniui-person[data-v-45a6b600]:before {
            content: "\e699"
        }

        .uniui-email-filled[data-v-45a6b600]:before {
            content: "\e69a"
        }

        .uniui-phone-filled[data-v-45a6b600]:before {
            content: "\e69b"
        }

        .uniui-phone[data-v-45a6b600]:before {
            content: "\e69c"
        }

        .uniui-email[data-v-45a6b600]:before {
            content: "\e69e"
        }

        .uniui-personadd[data-v-45a6b600]:before {
            content: "\e69f"
        }

        .uniui-chatboxes-filled[data-v-45a6b600]:before {
            content: "\e692"
        }

        .uniui-contact[data-v-45a6b600]:before {
            content: "\e693"
        }

        .uniui-chatbubble-filled[data-v-45a6b600]:before {
            content: "\e694"
        }

        .uniui-contact-filled[data-v-45a6b600]:before {
            content: "\e695"
        }

        .uniui-chatboxes[data-v-45a6b600]:before {
            content: "\e696"
        }

        .uniui-chatbubble[data-v-45a6b600]:before {
            content: "\e697"
        }

        .uniui-upload-filled[data-v-45a6b600]:before {
            content: "\e68e"
        }

        .uniui-upload[data-v-45a6b600]:before {
            content: "\e690"
        }

        .uniui-weixin[data-v-45a6b600]:before {
            content: "\e691"
        }

        .uniui-compose[data-v-45a6b600]:before {
            content: "\e67f"
        }

        .uniui-qq[data-v-45a6b600]:before {
            content: "\e680"
        }

        .uniui-download-filled[data-v-45a6b600]:before {
            content: "\e681"
        }

        .uniui-pyq[data-v-45a6b600]:before {
            content: "\e682"
        }

        .uniui-sound[data-v-45a6b600]:before {
            content: "\e684"
        }

        .uniui-trash-filled[data-v-45a6b600]:before {
            content: "\e685"
        }

        .uniui-sound-filled[data-v-45a6b600]:before {
            content: "\e686"
        }

        .uniui-trash[data-v-45a6b600]:before {
            content: "\e687"
        }

        .uniui-videocam-filled[data-v-45a6b600]:before {
            content: "\e689"
        }

        .uniui-spinner-cycle[data-v-45a6b600]:before {
            content: "\e68a"
        }

        .uniui-weibo[data-v-45a6b600]:before {
            content: "\e68b"
        }

        .uniui-videocam[data-v-45a6b600]:before {
            content: "\e68c"
        }

        .uniui-download[data-v-45a6b600]:before {
            content: "\e68d"
        }

        .uniui-help[data-v-45a6b600]:before {
            content: "\e679"
        }

        .uniui-navigate-filled[data-v-45a6b600]:before {
            content: "\e67a"
        }

        .uniui-plusempty[data-v-45a6b600]:before {
            content: "\e67b"
        }

        .uniui-smallcircle[data-v-45a6b600]:before {
            content: "\e67c"
        }

        .uniui-minus-filled[data-v-45a6b600]:before {
            content: "\e67d"
        }

        .uniui-micoff[data-v-45a6b600]:before {
            content: "\e67e"
        }

        .uniui-closeempty[data-v-45a6b600]:before {
            content: "\e66c"
        }

        .uniui-clear[data-v-45a6b600]:before {
            content: "\e66d"
        }

        .uniui-navigate[data-v-45a6b600]:before {
            content: "\e66e"
        }

        .uniui-minus[data-v-45a6b600]:before {
            content: "\e66f"
        }

        .uniui-image[data-v-45a6b600]:before {
            content: "\e670"
        }

        .uniui-mic[data-v-45a6b600]:before {
            content: "\e671"
        }

        .uniui-paperplane[data-v-45a6b600]:before {
            content: "\e672"
        }

        .uniui-close[data-v-45a6b600]:before {
            content: "\e673"
        }

        .uniui-help-filled[data-v-45a6b600]:before {
            content: "\e674"
        }

        .uniui-paperplane-filled[data-v-45a6b600]:before {
            content: "\e675"
        }

        .uniui-plus[data-v-45a6b600]:before {
            content: "\e676"
        }

        .uniui-mic-filled[data-v-45a6b600]:before {
            content: "\e677"
        }

        .uniui-image-filled[data-v-45a6b600]:before {
            content: "\e678"
        }

        .uniui-locked-filled[data-v-45a6b600]:before {
            content: "\e668"
        }

        .uniui-info[data-v-45a6b600]:before {
            content: "\e669"
        }

        .uniui-locked[data-v-45a6b600]:before {
            content: "\e66b"
        }

        .uniui-camera-filled[data-v-45a6b600]:before {
            content: "\e658"
        }

        .uniui-chat-filled[data-v-45a6b600]:before {
            content: "\e659"
        }

        .uniui-camera[data-v-45a6b600]:before {
            content: "\e65a"
        }

        .uniui-circle[data-v-45a6b600]:before {
            content: "\e65b"
        }

        .uniui-checkmarkempty[data-v-45a6b600]:before {
            content: "\e65c"
        }

        .uniui-chat[data-v-45a6b600]:before {
            content: "\e65d"
        }

        .uniui-circle-filled[data-v-45a6b600]:before {
            content: "\e65e"
        }

        .uniui-flag[data-v-45a6b600]:before {
            content: "\e65f"
        }

        .uniui-flag-filled[data-v-45a6b600]:before {
            content: "\e660"
        }

        .uniui-gear-filled[data-v-45a6b600]:before {
            content: "\e661"
        }

        .uniui-home[data-v-45a6b600]:before {
            content: "\e662"
        }

        .uniui-home-filled[data-v-45a6b600]:before {
            content: "\e663"
        }

        .uniui-gear[data-v-45a6b600]:before {
            content: "\e664"
        }

        .uniui-smallcircle-filled[data-v-45a6b600]:before {
            content: "\e665"
        }

        .uniui-map-filled[data-v-45a6b600]:before {
            content: "\e666"
        }

        .uniui-map[data-v-45a6b600]:before {
            content: "\e667"
        }

        .uniui-refresh-filled[data-v-45a6b600]:before {
            content: "\e656"
        }

        .uniui-refresh[data-v-45a6b600]:before {
            content: "\e657"
        }

        .uniui-cloud-upload[data-v-45a6b600]:before {
            content: "\e645"
        }

        .uniui-cloud-download-filled[data-v-45a6b600]:before {
            content: "\e646"
        }

        .uniui-cloud-download[data-v-45a6b600]:before {
            content: "\e647"
        }

        .uniui-cloud-upload-filled[data-v-45a6b600]:before {
            content: "\e648"
        }

        .uniui-redo[data-v-45a6b600]:before {
            content: "\e64a"
        }

        .uniui-images-filled[data-v-45a6b600]:before {
            content: "\e64b"
        }

        .uniui-undo-filled[data-v-45a6b600]:before {
            content: "\e64c"
        }

        .uniui-more[data-v-45a6b600]:before {
            content: "\e64d"
        }

        .uniui-more-filled[data-v-45a6b600]:before {
            content: "\e64e"
        }

        .uniui-undo[data-v-45a6b600]:before {
            content: "\e64f"
        }

        .uniui-images[data-v-45a6b600]:before {
            content: "\e650"
        }

        .uniui-paperclip[data-v-45a6b600]:before {
            content: "\e652"
        }

        .uniui-settings[data-v-45a6b600]:before {
            content: "\e653"
        }

        .uniui-search[data-v-45a6b600]:before {
            content: "\e654"
        }

        .uniui-redo-filled[data-v-45a6b600]:before {
            content: "\e655"
        }

        .uniui-list[data-v-45a6b600]:before {
            content: "\e644"
        }

        .uniui-mail-open-filled[data-v-45a6b600]:before {
            content: "\e63a"
        }

        .uniui-hand-down-filled[data-v-45a6b600]:before {
            content: "\e63c"
        }

        .uniui-hand-down[data-v-45a6b600]:before {
            content: "\e63d"
        }

        .uniui-hand-up-filled[data-v-45a6b600]:before {
            content: "\e63e"
        }

        .uniui-hand-up[data-v-45a6b600]:before {
            content: "\e63f"
        }

        .uniui-heart-filled[data-v-45a6b600]:before {
            content: "\e641"
        }

        .uniui-mail-open[data-v-45a6b600]:before {
            content: "\e643"
        }

        .uniui-heart[data-v-45a6b600]:before {
            content: "\e639"
        }

        .uniui-loop[data-v-45a6b600]:before {
            content: "\e633"
        }

        .uniui-pulldown[data-v-45a6b600]:before {
            content: "\e632"
        }

        .uniui-scan[data-v-45a6b600]:before {
            content: "\e62a"
        }

        .uniui-bars[data-v-45a6b600]:before {
            content: "\e627"
        }

        .uniui-checkbox[data-v-45a6b600]:before {
            content: "\e62b"
        }

        .uniui-checkbox-filled[data-v-45a6b600]:before {
            content: "\e62c"
        }

        .uniui-shop[data-v-45a6b600]:before {
            content: "\e62f"
        }

        .uniui-headphones[data-v-45a6b600]:before {
            content: "\e630"
        }

        .uniui-cart[data-v-45a6b600]:before {
            content: "\e631"
        }

        @font-face {
            font-family: uniicons;
            src: url(/static-gb/assets/uniicons.2579c7da.ttf)
        }

        .uni-icons[data-v-45a6b600] {
            font-family: uniicons;
            text-decoration: none;
            text-align: center
        }
    
    
        
        /* 需要放到文件最上面 */

        /* 水平间距 */

        /* 水平间距 */

        /*
 以下变量是默认值，如不需要修改可以不用给下面的变量重新赋值
 */

        /* 水平间距 */

        .uni-easyinput[data-v-39c80258] {
            width: 100%;
            flex: 1;
            position: relative;
            text-align: left;
            color: #333;
            font-size: 14px
        }

        .uni-easyinput__content[data-v-39c80258] {
            flex: 1;
            width: 100%;
            display: flex;
            box-sizing: border-box;
            flex-direction: row;
            align-items: center;
            border-color: #fff;
            transition-property: border-color;
            transition-duration: .3s
        }

        .uni-easyinput__content-input[data-v-39c80258] {
            width: auto;
            position: relative;
            overflow: hidden;
            flex: 1;
            line-height: 1;
            font-size: 14px;
            height: 35px
            /*ifdef H5*/
            /*endif*/
        }

        .uni-easyinput__content-input[data-v-39c80258] ::-ms-reveal {
            display: none
        }

        .uni-easyinput__content-input[data-v-39c80258] ::-ms-clear {
            display: none
        }

        .uni-easyinput__content-input[data-v-39c80258] ::-o-clear {
            display: none
        }

        .uni-easyinput__placeholder-class[data-v-39c80258] {
            color: #999;
            font-size: 12px
        }

        .is-textarea[data-v-39c80258] {
            align-items: flex-start
        }

        .is-textarea-icon[data-v-39c80258] {
            margin-top: 5px
        }

        .uni-easyinput__content-textarea[data-v-39c80258] {
            position: relative;
            overflow: hidden;
            flex: 1;
            line-height: 1.5;
            font-size: 14px;
            margin: 6px;
            margin-left: 0;
            height: 80px;
            min-height: 80px;
            min-height: 80px;
            width: auto
        }

        .input-padding[data-v-39c80258] {
            padding-left: 10px
        }

        .content-clear-icon[data-v-39c80258] {
            padding: 0 5px
        }

        .label-icon[data-v-39c80258] {
            margin-right: 5px;
            margin-top: -1px
        }

        .is-input-border[data-v-39c80258] {
            display: flex;
            box-sizing: border-box;
            flex-direction: row;
            align-items: center;
            border: 1px solid #f0f0f0;
            border-radius: 4px
        }

        .uni-error-message[data-v-39c80258] {
            position: absolute;
            bottom: -17px;
            left: 0;
            line-height: 12px;
            color: #e43d33;
            font-size: 12px;
            text-align: left
        }

        .uni-error-msg--boeder[data-v-39c80258] {
            position: relative;
            bottom: 0;
            line-height: 22px
        }

        .is-input-error-border[data-v-39c80258] {
            border-color: #e43d33
        }

        .is-input-error-border .uni-easyinput__placeholder-class[data-v-39c80258] {
            color: #f29e99
        }

        .uni-easyinput--border[data-v-39c80258] {
            margin-bottom: 0;
            padding: 10px 15px;
            border-top: 1px #eee solid
        }

        .uni-easyinput-error[data-v-39c80258] {
            padding-bottom: 0
        }

        .is-first-border[data-v-39c80258] {
            border: none
        }

        .is-disabled[data-v-39c80258] {
            background-color: #f7f6f6;
            color: #d5d5d5
        }

        .is-disabled .uni-easyinput__placeholder-class[data-v-39c80258] {
            color: #d5d5d5;
            font-size: 12px
        }
    
    
        
        /* 需要放到文件最上面 */

        /* 水平间距 */

        /* 水平间距 */

        /*
 以下变量是默认值，如不需要修改可以不用给下面的变量重新赋值
 */

        /* 水平间距 */

        body.pages-login-login uni-page-body {
            background-image: url(/static-gb/images/logo_bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top
        }

        body.pages-login-login {
            background-image: url(/static-gb/images/logo_bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top
        }

        .login-wrap[data-v-678c7d73] {
            max-width: 750px;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .wel[data-v-678c7d73] {
            padding: 0 50px 25px;
            font-size: 18px;
            text-align: center
        }

        .head-title[data-v-678c7d73] {
            margin-bottom: 20px
        }

        .logo[data-v-678c7d73] {
            max-width: 130px
        }

        .form-box[data-v-678c7d73] {
            margin: 25px 15px;
            width: 80%
        }

        .form-box[data-v-678c7d73] .uni-forms-item__content {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #fff;
            box-sizing: border-box;
            line-height: #bdae83;
            width: 100%;
            margin-bottom: 20px;
            background: hsla(0, 0%, 100%, .1);
            border-radius: 5px
        }

        .form-box[data-v-678c7d73] .uni-easyinput__content {
            height: 45px!important;
            padding: 0 5px!important;
            font-size: 14px;
            border: 0;
            background-color: initial!important
        }

        .form-box[data-v-678c7d73] .uni-easyinput__content-input {
            font-size: 14px;
            color: #fff
        }

        .form-box .uni-easyinput__placeholder-class[data-v-678c7d73] {
            font-size: 14px;
            color: #909399
        }

        .form-box .item-title[data-v-678c7d73] {
            font-size: 14px;
            text-align: left;
            width: 40px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            color: #0b77e1
        }

        .form-tips[data-v-678c7d73] {
            width: 80%;
            text-align: center;
            font-size: 13px;
            position: absolute;
            bottom: 5%
        }
    