
    @charset "UTF-8";

    /**
 * 下方引入的为uView UI的集成样式文件，为scss预处理器，其中包含了一些"u-"开头的自定义变量
 * 使用的时候，请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量，均以"u-"开头，不会造成冲突，请放心使用 
 */
    /*
  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: 2600px
    }

    .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: 52px
    }

    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: 52px
    }

    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: 52px;
      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: 104px;
      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: 0.5px solid rgba(0, 0, 0, .1)
    }

    .solid-top::after {
      border-top: 0.5px solid rgba(0, 0, 0, .1)
    }

    .solid-right::after {
      border-right: 0.5px solid rgba(0, 0, 0, .1)
    }

    .solid-bottom::after {
      border-bottom: 0.5px solid rgba(0, 0, 0, .1)
    }

    .solid-left::after {
      border-left: 0.5px 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: 0.5px dashed #ddd
    }

    .dashed-top::after {
      border-top: 0.5px dashed #ddd
    }

    .dashed-right::after {
      border-right: 0.5px dashed #ddd
    }

    .dashed-bottom::after {
      border-bottom: 0.5px dashed #ddd
    }

    .dashed-left::after {
      border-left: 0.5px dashed #ddd
    }

    /* -- 阴影 -- */
    .shadow[class*="white"] {
      --ShadowSize: 0 0.5px 3px
    }

    .shadow-lg {
      --ShadowSize: 0px 20px 52px 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: 33px;
      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: 0.5px 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: 520px
    }

    .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: 41px
    }

    .cu-btn.cuIcon.sm {
      width: 24px;
      height: 24px
    }

    .cu-btn.cuIcon {
      width: 33px;
      height: 33px;
      border-radius: 260px;
      padding: 0
    }

    uni-button.cuIcon.lg {
      width: 41px;
      height: 41px
    }

    .cu-btn.shadow-blur::before {
      top: 2px;
      left: 2px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      opacity: .6
    }

    .cu-btn.button-hover {
      -webkit-transform: translate(0.5px, 0.5px);
      transform: translate(0.5px, 0.5px)
    }

    .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: 0.5px 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: 520px
    }

    .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: 104px;
      border-bottom-left-radius: 104px;
      text-indent: 2px
    }

    .cu-capsule.round .cu-tag:last-child::after,
    .cu-capsule.round .cu-tag:last-child {
      border-top-right-radius: 104px;
      border-bottom-right-radius: 104px;
      text-indent: -2px
    }

    .cu-tag.badge {
      border-radius: 104px;
      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: 33px;
      height: 33px;
      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: 49px;
      height: 49px;
      font-size: 2em
    }

    .cu-avatar.xl {
      width: 66px;
      height: 66px;
      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: 0.5px 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: 31px
    }

    .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: 37px 37px
    }

    .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: 37px 0
      }

      to {
        background-position: 0 0
      }
    }

    @keyframes progress-stripes {
      from {
        background-position: 37px 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: 72px;
      left: 0;
      margin: auto;
      width: 135px;
      height: 135px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 0 0px 1040px 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: 31px
    }

    .cu-load.load-modal uni-image {
      width: 36px;
      height: 36px
    }

    .cu-load.load-modal::after {
      content: "";
      position: absolute;
      background-color: #fff;
      border-radius: 50%;
      width: 104px;
      height: 104px;
      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(-135px);
      transform: translateX(-135px)
    }

    .cu-list>.cu-item .move {
      position: absolute;
      right: 0;
      display: flex;
      width: 135px;
      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: 72px;
      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: 265px
    }

    .cu-list.menu-avatar>.cu-item .content {
      position: absolute;
      left: 75px;
      width: calc(100% - 49px - 31px - 62px - 10px);
      line-height: 1.6em
    }

    .cu-list.menu-avatar>.cu-item .content.flex-sub {
      width: calc(100% - 49px - 31px - 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: 52px;
      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 62px;
      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: 52px;
      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: 0.5px 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: 46px
    }

    .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% - 62px)
    }

    .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: 52px;
      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% - 176px);
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 31px;
      font-size: 16px;
      line-height: 31px;
      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: 33px;
      height: 33px;
      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: 33px;
      line-height: 33px;
      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 0.5px 3px rgba(0, 0, 0, .1)
    }

    .cu-bar.foot {
      position: fixed;
      width: 100%;
      bottom: 0;
      z-index: 1024;
      box-shadow: 0 -0.5px 3px rgba(0, 0, 0, .1)
    }

    .cu-bar.tabbar {
      padding: 0;
      height: calc(52px + env(safe-area-inset-bottom) / 2);
      padding-bottom: calc(env(safe-area-inset-bottom) / 2)
    }

    .cu-tabbar-height {
      min-height: 52px;
      height: calc(52px + env(safe-area-inset-bottom) / 2)
    }

    .cu-bar.tabbar.shadow {
      box-shadow: 0 -0.5px 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: 72px;
      flex: initial
    }

    .cu-bar.tabbar .action.add-action {
      position: relative;
      z-index: 2;
      padding-top: 26px
    }

    .cu-bar.tabbar .action.add-action [class*="cuIcon-"] {
      position: absolute;
      width: 36px;
      z-index: 2;
      height: 36px;
      border-radius: 50%;
      line-height: 36px;
      font-size: 26px;
      top: -18px;
      left: 0;
      right: 0;
      margin: auto;
      padding: 0
    }

    .cu-bar.tabbar .action.add-action::after {
      content: "";
      position: absolute;
      width: 52px;
      height: 52px;
      top: -26px;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 -1px 4px rgba(0, 0, 0, .08);
      border-radius: 26px;
      background-color: inherit;
      z-index: 0
    }

    .cu-bar.tabbar .action.add-action::before {
      content: "";
      position: absolute;
      width: 52px;
      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: 52px;
      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: 26px;
      height: 26px;
      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: 0.5px 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: 33px;
      height: 33px;
      min-height: 33px;
      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% - 228px)
    }

    .cu-custom .cu-bar .content uni-image {
      height: 31px;
      width: 124px
    }

    .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: 520px;
      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: 0.5px solid #fff;
      opacity: .5
    }

    .cu-custom .cu-bar .border-custom::before {
      content: " ";
      width: 0.5px;
      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: 46px;
      display: inline-block;
      line-height: 46px;
      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: 62px;
      text-align: center;
      padding: 10px 0;
      font-size: 13px;
      color: #888;
      display: block
    }

    .cu-timeline>.cu-item {
      padding: 15px 15px 15px 62px;
      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: 0.5px;
      background-color: #ddd;
      left: 31px;
      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: 26px;
      height: 26px;
      text-align: center;
      border: none;
      line-height: 26px;
      left: 18px
    }

    .cu-timeline>.cu-item:not([class*="cuIcon-"])::before {
      content: "\e763"
    }

    .cu-timeline>.cu-item[class*="cuIcon-"]::before {
      background-color: #fff;
      width: 26px;
      height: 26px;
      text-align: center;
      border: none;
      line-height: 26px;
      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 36px;
      position: relative
    }

    .cu-chat .cu-item>.cu-avatar {
      width: 41px;
      height: 41px
    }

    .cu-chat .cu-item>.main {
      max-width: calc(100% - 135px);
      margin: 0 20px;
      display: flex;
      align-items: center
    }

    .cu-chat .cu-item>uni-image {
      height: 166px
    }

    .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: 41px;
      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% - 166px);
      bottom: 10px;
      left: 83px
    }

    .cu-chat .cu-item .action {
      padding: 0 15px;
      display: flex;
      align-items: center
    }

    .cu-chat .cu-item>.main .content::after {
      content: "";
      top: 14px;
      -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: 208px;
      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: 104px;
      border-radius: 3px
    }

    .cu-card.dynamic>.cu-item .only-img {
      width: 100%;
      height: 166px;
      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: 52px;
      padding: 0 15px
    }

    .cu-card.article>.cu-item .content {
      display: flex;
      padding: 0 15px
    }

    .cu-card.article>.cu-item .content>uni-image {
      width: 124px;
      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: 0.5px 15px;
      display: flex;
      align-items: center;
      min-height: 52px;
      justify-content: space-between
    }

    .cu-form-group+.cu-form-group {
      border-top: 0.5px solid #eee
    }

    .cu-form-group .title {
      text-align: justify;
      padding-right: 15px;
      font-size: 15px;
      position: relative;
      height: 31px;
      line-height: 31px
    }

    .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: 52px;
      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: 52px;
      width: 31px;
      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: 1040px;
      perspective: 1040px;
      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: 353px;
      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: -520px
    }

    .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: 104px;
      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: 52px;
      margin-right: 0;
      min-height: 52px
    }

    /* ==================
         轮播
 ==================== */
    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: 195px
    }

    .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: 218px !important
    }

    .card-swiper uni-swiper-item {
      width: 317px !important;
      left: 36px;
      box-sizing: border-box;
      padding: 20px 0px 36px;
      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: 218px;
      position: relative;
      max-width: 390px;
      overflow: hidden
    }

    .tower-swiper .tower-item {
      position: absolute;
      width: 156px;
      height: 197px;
      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: 52px
    }

    .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: 41px
    }

    .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% - 41px);
      border-bottom: 1px solid #ccc;
      left: calc(0px - (100% - 41px) / 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% - 41px);
      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: 27px;
      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% - 31px)/4);
      height: 0;
      width: calc((100% - 31px)/4)
    }

    .grid.col-5.grid-square>uni-view {
      padding-bottom: calc((100% - 41px)/5);
      height: 0;
      width: calc((100% - 41px)/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: 26px
    }

    .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: 26px
    }

    .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: 26px
    }

    .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: 26px
    }

    .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: 26px
    }

    .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: 26px;
      margin-right: 26px
    }

    .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: 26px;
      margin-bottom: 26px
    }

    .padding-0 {
      padding: 0
    }

    .padding-xs {
      padding: 5px
    }

    .padding-sm {
      padding: 10px
    }

    .padding {
      padding: 15px
    }

    .padding-lg {
      padding: 20px
    }

    .padding-xl {
      padding: 26px
    }

    .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: 26px
    }

    .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: 26px
    }

    .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: 26px
    }

    .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: 26px
    }

    .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: 26px;
      padding-right: 26px
    }

    .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: 26px;
      padding-bottom: 26px
    }

    /* -- 浮动 --  */
    .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: 41px
    }

    .text-xsl {
      font-size: 62px
    }

    .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: iconfont;
      /* Project id 1678323 */
      src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2")
    }

    .iconfont {
      font-family: iconfont !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
    }

    .icon-zhifubao:before {
      content: "\e60a"
    }

    .icon-yinhangqia:before {
      content: "\e767"
    }

    .icon-zixun:before {
      content: "\e771"
    }

    .icon-icon-test:before {
      content: "\e6e7"
    }

    .icon-qrcode:before {
      content: "\eb64"
    }

    .icon-xiala:before {
      content: "\e608"
    }

    .icon-youjiantou-tianchong:before {
      content: "\e73d"
    }

    .icon-yuandianxiao:before {
      content: "\e757"
    }

    .icon-biaoqing:before {
      content: "\e620"
    }

    .icon-tianjia:before {
      content: "\e61f"
    }

    .icon-icon-test1:before {
      content: "\e605"
    }

    .icon-21shuru:before {
      content: "\e615"
    }

    .icon-fire:before {
      content: "\e629"
    }

    .icon-zizhutuiguang:before {
      content: "\e604"
    }

    .icon-quanping:before {
      content: "\e66a"
    }

    .icon-yishixiao:before {
      content: "\e6d9"
    }

    .icon-tuihuo1:before {
      content: "\e601"
    }

    .icon-tuikuan1:before {
      content: "\e600"
    }

    .icon-tuihuo:before {
      content: "\e602"
    }

    .icon-huanhuo:before {
      content: "\e603"
    }

    .icon-dingwei:before {
      content: "\e86a"
    }

    .icon-add-fill:before {
      content: "\e777"
    }

    .icon-reduce-fill:before {
      content: "\e788"
    }

    @font-face {
      font-family: uicon-iconfont;
      font-weight: 400;
      font-style: normal;
      font-display: auto;
      src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAGQYAAsAAAAAw2gAAGPEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCdAAqCv3SB/XABNgIkA4ZoC4M2AAQgBYRtB5cNG+OfdYacxwEA9eYzEqHbAaXC+ZFZWS8oKTr7/09LKmNsu7DdEEVL04JkStgZyOKZ/ILQ2JzQooY+O2mlDm88cwprtIUJRYoVp8q1MEe1Ow/WIUjUNfnNH9HJV5m92kW8dnj/3pEhB8aSgR+4kj24yOevPzf/ix2t5Ij79FHJAsd5EFJ2EoByUZPNHtWZ1VUw8TCKNsPzc+v9/WVQI8dGjhpsRMkSRg/YRimMGiDhCBkIyggFLMAzAAsVA/BOjAJUrBMVFTk9PQUPK0D0ro1REM/4bck0GjGLMBKwOzEqMDrm/+DNvwEAhTsoAAkoYGpB7e4LMInq4Z7d2/lSHmrkiVCowgFOGC/4BjLdjqZBMK9fkWmEJpgKgx8EK9nAPEPOk30pNCLq0BlSKNLexDrvFnL/EBcKlB/2YPqlzm92rMBKbxWxIXacD0TdMTTllTdfbtWnkEtVgBUaVkW6e6oqLSvgq84luVauJUGaMQg240CPmETe+8e/tZabTzHZvWtZycoqHH//BQBFFJvYg6cSCAPK0P/lViVvbmTWIzDi0N0rLjdoVkyOXJIrXJMg1hJIpYJpuwL9q2rensSOdFq7rfav29kR3LEgWD1R08h27tjxMauRWqk1yAqQxIEnxwk/k9Xvp4mNJ5uJLShAeP9ebatUY0naCgW0UITh59azOqqoboMT35k+wU5MV6BC/qWqJ5UnA9vtHQlfnOYXH0EGqAuWT9o/uCI/R6qH5JFb21r+/3mKC2j3fzlyPaQSlCkmTghdBueFPOIgIuD/pjV7uSVUtRJH3r1Qi793yiERbvfPn1kmfye50j+ht+xRakKdXWpRyFaEW2p3vgqDx5kmUV5C/ceN8zDBBaE/Jw+cu0rV+oKmNmRq88X0i/W3q7b+l373+kzPkBYGICUCkGiCVIIo+wTKgQBlF0E6BXIjpfPl9IoRIB0I0nsFUA6kfAHcKG6W9/JrN1/Mz5Ce9/jc+327ryVoKss14vz/aVtEFGJxKA6zw9isAcvQsULlmCICMkSMr7y8H5v/3H7HKsRIsIE7JNR0v68Ola+NidPXgYK7d4y5/kTrx1YiH3ACHY721PpPEwB52aopNP+2724kpHhSAITxv1FDjHzpgDzZMsCCoCevzA4ZdNuGwWaub2JsOr5/+GfTAhbIQEXxzM4jWww363cwcBfD37CDtobhdX241wMioCayVW4+bY0NiYeueRB+9rkNjZPR3SzDmPy+DZuAipEDJ95srvX1+/VHZ73km/Ct/p2utNSVpqu82hqCBAuZNq+8ATmVfJVWWHeYbwS/04tPTM/uwnx5/WrZyVW5K5oTo3NVqPm14m2BMjTemmu9rddzuzLfe3tb7nMPuIeaD4waumN34v8dT1ljigt5jIEn4Cl4Bp6D5ra9AG3NcPfedF1NNsxLUJuXzqNjHXsFxnkN7h/femLnVG/A/n11YXjrmqOdt2C8CXIrtGdHJTfBu2Cm98D7IK87oI0PwYGTB7d/BKbooLKD+cRp72PwCfgUPJjtMzDN5ocTVRGvs6Za+Bx8Ab4ErbS26yswyKFJmhmlgAJ7RxhpsHpyne6mux7O9NRLF7310VdL/fQ3QBlk9lgsrTBPIVaoHNDQMdRZoDhTZtCYLJhDgOkttEgOhiVZjcuWr1i5qiSi1jWlrF23fsPGoarqPdJQmPaAzQefgK8sZ8+dH+jCxUuXr1y9dv3GzVu37zTWRAX+AgQKEixEKFdcbtx5AINyGjgWYHT9vvZfIDCqgylAED4WAqOAYHwChMSnQCh8BoTG50AYfAGExVaEw53C40sgAnYgIs4mEt4TGe+LgrOIij2IhtOIjiOJga+ATLA2kCnWATLD7TLH47LACcTEE7LE10BWOJGs8Q2QDT6QLZ6UHe4QC0/JHveIjTOIg2+BHPCgHPGAnLAukDNGALlgPSBX3Ccuzic37Eju+A7IAyeRJ04mL4wE4uF48sZc+eBu8bESkADfA/niByA/nEP++BEoAD8BBWI0UBB+BgrG9hSCX4BC8ZAW4WmF4WEJcZdE+BVIjNNJgp1JipWBZHhG4RgDFIFdSI6dKBK/AUXhd6Bo/AEUgw8Vi/MoDn8CxeNMUuA2JeAjJeIUSsIqQErsSirsRmrMoWRsTSn4CygVfwOl4R+gdGxLi7EdLcG9ysC/QJmPNw0eURZOpWxsSTk4lnIxDigPx5EW9yv/nFXgqND5XUthfaAiHEXFeFYl2JNKsRctw96kw3Mqwz5Ujn2pArtTJfaj5difqnAA6bENVeNAqsFBtAIHUy2WBarDeKCVWA5oFaYC1WNJIAMuoAZcSI2YANSEpYCaMRFoNVYEWoNJQC2YDNSKhYDacBGtxcW0DgsDrcciQBuwKNBGDAdqxxJAHVgcqBOLAW3CYKAfMARoM86lLbiEtuJS2oZhQD24TNtxuXZgKFAvrtAeXKk+XKX9uFoHcI0O4lodwtJA/RgLNIDrNIjrNYRlgI7iBh3DjTqDm3QWN2sYt2gUR9AvWBXoBR7VOzxmPozNgflIbAHMx82tPbwZJFOzvJzMNDmb6fIyM8Q3M5VgDlereV4PzAv63byo53AICxLwkgUqvGyBel5RqXlVOvOays3rWmHeUK15Uw3mLa0289Ri3labeUdrzbv6yczSFTNb/8MKwIAcGwADKmwIDOTORsozG0trNlG+2VQVZjNVmtVUY1bXCrOG1pk1tcEfawH4D2DQdYP/N20SmD0zvuG/kuhhSdB/fz0IEhYaHmrTyNGHgpHDaUQyEvylEiPhpvAsgAdcUqDhBAzjoxDBamWWHEXLRUk3zQIxJnRqcWaNC1AmhIpAAVyaA7hpHlAPTAEsEAikPkuF4ArAbE4NKENRV7oFAztaGpkyLioJfbF3cbQNo6FblBgH+xgUe1gRDVZjE0h+jmFKOA1ZH2aGqUo1CNuTLdrewl6g5gToj+dRS0ckZ5JyNwz5Vguh2Wa0tKjj/kJ0Pi8Q8yPlTocrnq4hEa3FCDocKYsubQ9jkix6OMlKQVSKzZhMfyUP+hh8LpsQPaxNgRhujI5YpMtinZ4414eSNeBbw1Ls6Gp2amgIjjunapxZgSPKLKeXY1BBiz3kxFjZLCmGrd20fav4lvWoCFiF0i7H/rBPPxcbTXmpffcEi0en9a4TrZ3b29250myHaYrEbXJ2IQIbKp61FYJT8MxSGdedJsFuVe2162qscnZbu93dHb9dtt/tHxOSmhwU4liXKB6sThZdbqZB68SUGFIUHO9hC4V931S2mW42m7B+S/EEgYKUJasluMCKgWG0syNq01mLLImeKX+CQedh0gE8PQ1oajBrg1UqguHfLBI4fLvEHTNqQ01rZq/1J39onmem5XFG2PmFXDN/f7C8Zl/Cq6X+CZJlshonJDsrE/AIu0EMC9sGlTQsLrgq4vVMLdh5NKgO4rC/QGaKWGIacOw8l5RuOgcchkMH1+90IOa/2N+azrACjLEvwNZsit0UF7BcoRWCbK67FLt24V0TPbgcxG39QNk1uUNKGPRZcS7Y7J5ktZljwx4ATLywmxph7hHqvPNfk+GdpPwQNMgQwXQYO54MZiiwuRQE2xAwOQgOAqGgE/RQl5+FfF7eDYfm2jFIhuuoz9XThdADbICBfGs1rTkfbCtCEhxC5FEhFdA8I68xxB3fDFU9JZjRqUMNKcPlXD7pCm4sIH8q20pngJRErVfT2Iahf+8X8Lvg3AOBsOtwuevJxeXm2SYvAbmlbDkExXPQNDIWTadUAEa98rqioP2RNAsLylBYAMEHqJgBVgaLpgzMHbjbBA2L39wEpEXjzCY7s00W1LgT1EwRxSjjxoJ/oFoKjHPON5aDfedhXl8dmckO1uIN10j1HFmyxd2SFOnC0Vh9kVKwrAGJr0OuGlYpYquJrxYtQ2mlzzGVcVCL8swKGkTQ64kagF8j100W718Q8VopCopjK6C4i689URK20A+IJnQuzXMmR52pWYXM9Hpi04bbbujXXkyI4rNVaAWkKSDXORDJu/7z0pirFs1kEmQzXpT6cfjEUGba5thBeu5/cVtb3kINXO93sNeGlXdWDqW8Hfe6osCwCoqrx2W+Y7uOkVA5lLKlGFBqiITEw/FVPIzO4oLVG5FIN0RNBuV1nGh7JMPZTXV5Ho4HjtjKUErsFtxU6QAwTFvFtdCrDy/vjtdR1yFyq7L59XcVnfG+Rx8fNugzG5n4hSR8dfVxQtOPLXnV3U7typyHRy8KvUrEizAGooABJbOhIKbfJpjGMVh3UtTP7zGK1rIRZfTb3Lsw1r2mC4I6QtKc6cFxOj0gJi8doJz3ht3QfkJJ1wL/kAGhczPEyF41Y2VGn1I5pc51d/6ovdWl/R++PzjbHq1PH8agTYWXvDKFjYlQtx/giou9Kijc3D51Ry9CZgqZoq2SRhVnwZlZRRRgBmkvlgBUl9aIk4EYz0Ld31USbuBrAuX2cHRLqLkvaB/EQt/dhAhuSvI+lWsRSEvUWC1eFNI9VBWo8ByVBbcPhCMpx9csfloGoIYWdabz1qC15pKm5GcSYKDyBZPDbdrU6okbWL/G04cmkqLK7na4JW3mTtSQ1lp4KzldOg7Q+7J3YEJwv/wuuru5bNkSevbx0X4pjyaLxzTIFpb2bTClTaYAK5VDU4gwIQ0oaMJgscXpMtSQPWSJnFlqSYHUQjHGOGRKUH8O36cNr9+SoNKjs5XxSJ5Ky+n2FS3j8cepyIBkSzCnH/K07s6pmXizamV/7UUOgEJDBqRBqHOygXBIIVHwVooRWC7qBIzPMuxeDuU5bMWvt3V8Ap51RNVMI+ghOGnGhok7t75QDbfX+hlVr7KXA93sSUUvdVq8g4hMktX8uiXrkdWyjmawkwnROjZ/yWSORHT1kZOeOU918lDEm08fmk5fQovOZw48n6lB0JwiejPCVQHNy+Yi3nStRNdRYsk3/KCdyzDOBPdT3RcSEWTnMhc1KtuAJeNCExCwxbvSEd+EWSLpqAokpBRDybILw0GWJ5WICLUxnrU3v70ZJFQ6snWeJKejBykXDXRK7poBRMxK96reuvm9SPI/uFVG+LeyL1wIiFdJFAobVU4sITsEjSkVvZSt9hFPFAmCMGfPWo+WrkRm1j/ICLuKrhjPMQCAxQTKRWMjcRloQoArUYtA9LrztibHkNO7kgft3xgnNF1DGixWcOCk/e6DuVeL37stucRVKA/8tjsTiaXlZu7soX8nyS/8SmuVRmdrVllccLKGEN7vqCrtcczv14jfmVyQykAf3ig1GTo1M8FzhXwRSOzZwpns4LloG9+SyHQgpVxK5LcGVeV6pUQuJDV6UqZP5MkoIO0/JAKD/mzgNHlCvngeFWPrYIiGTcW9SEAwPFJGZ6TF+fgrVBZjsLkB8oTbAUODXA/7t+eKQiDtdeVpWOCq06nj9NZEmQio7UC7ockeAm2JYyQQaaNj8MbMoZqyT4S40BUhJ5uwQyw3OepOW1Q2rITt1Hg3eCuYEDuDTlIiEoYSMSjSVHju3rK8Uj2/kPfI72reEEn5D77TsyRz46rb4Fwc49qev2NsROWSHfmmHx37briuXDtZPWbFaIaLrcdcUJnH1U2G8dkk24tVhjReHe3rCwhsStxxo6p1qZ5LW+u1kvD+DTsrFg4DdfyQCrTDuzdHOz6DNoWyqXOoncD8KLT+C8pNiqE0DdeyTpqd6z2CJn5jBu8mzsXQA4U0spwOkrV6VaYE3+8guIKg0kAD1yJoh6/vRtCpKHpfFxKlhjI5PlM5Nk6lDuQUPIkNdEWaXk/i9tdWDppsyTsM9t29y+sA7BtYHER5q2gbOYvRtmZjbLgnghKmHeSXKhrKGznO7v1Eg7jmvq4svo1Wl0/E20tH9qGyx5eeVJtr275eqrjRPVcplxx1P7Cq5W7s0FP/lsU8hM3qRNNylTBTwnbYbc0a5+ldB5M8UxzyV0VQ2r2Wg4zfxR3GBMGon5T36dCTMsX4GiqF/2wXk3OhUJR6gtdB19zBwOF5L7zh/8rK8dSB8rJGolYqjTme+17uQDY7tl/rLMiR+mJwqEUbS09a55yo2r4QRFC27tgamxxwCXrHW2OjKwwyZhwJVkQHojOMhCbV+OtExBzqWz144bIAwPXJWSDl9V/AT3gt/FvV9DLpa4kkcYPK75GNRA1aDiHjMMPATTRifViXHA909in81q1XvX+wfHiN61JXFECEqzYQEfv/HDFYFFItyUjz4zKqm7ovloZwWPTQH71LMd61qsNBMTe7JemSwyHp4larXRNCn7NMfu4U+NORlgAJjug7eX/XAHRQQxoCfDGwzf5gri3/qvYmu7pPq5YEDVaz+2trZMgC7pVtVTd2HRgFfPM2kY25Ll6SOc3Q2RIFUZaVzcL54q+Ozo4NM1XwLvi2osPGiWJUn9QSdlnqyZgbcO9yM4yiNIMijGdQ2zBUHF4UV6om7EWCKS5wS/J3xb8d+SONy9jOLvu2JoP60VwkMQN07ZQ5qqpMcd+CE4QRPn+dX0mvvNZkpVdfQfhPev1V0Z36wWachYYQ3eRmvw0y5MasO0b1iibPof8wcWiEbOXhB4XAP4S+B49q+gJmXzNGTQqCDxbw5WD66y/fHrPfyuT7YW7l8KdnE4Ps4t73zz+61KxOMOujxFj2aTTFe7gnp7kgABgVsD10CvwGqmAErcCqtHZWG+BT5s+IIwhUDu4iJAp4v4qLHTwU5tngUJrx4C5XWBI23qzM6zIhlfuU7P1CPqfrZ+QDVmmC4NoKNzL1OD2aSWC06s0Wn0fqZSMduphiyNC+okatppSEAPWk8qD+oix8EYiCJd+LNRAbStUos1rq14goRTgeVh4i0l4+RWmMVWQEJEhBtL4II0We6UBxmCHgYSS+LBCQU8pQbV3TwVaX+wVBsQ+CD091vUEfaANTl4fgzGu/c4rlFhh5y2Q07snSbzpu5QJgNLSolAGsz6U/0ZOhppppp0fLAwFMVBlmnVJFptBgpmVKGECEzg3aOPJmH1hIpGl91Lks8E+gcjD64gSTrluWWAARj6UXHhQnDNuB7keTt0mgXKCeVVsHBa0uFyMaKifSUUCyd020gBEpAb6cmV5IqOJ6xtw4G2jPFbVgdh94xis61hMVglUA7TV5Les9yNoiyN47XnFo5mqwv2Lglp5uzMELnNQ8kG3j/b3t+IjFV9cFIGsHsutjg6YbFMqPW13VdIxED5cwOv8Em0DAIUcRoon26OQP923iA49DobDctXYKxcR3AKUJsEnfYIiAn4NKPVZ25AZ2olE50nWtLWP/kn+rSQF84pbKtRCV+d0BLBrgJWuQ4Rh168LgfjctiRyqQ1nj+noGt/yUwhg5HkeEy4dwIc7Cvlm6ytQZ8L0D7/xRjz0whoJnHH5CH3tndWVoqNwmaLzQysMQvA+24yGzYD4ZwCbfT+thJ8klKI0fJlDw1RwxKDKWLUZCNoPssMf0o2Ws2PfiDG3cvgcILQ38kCGuiVAMWNZtfhAopddem+UJQj4OntsYGkIChGZlSC/o/UnkTV3yEDKDJBvAqAyZDcg7JPlmB3z/NuQx0bF3Ifcg98jZltCjGDAGpPw4QEwRwfgSJYvjatCyzG8y1NlMxL4o5HikxKOlh1VYlTzj9mnkl9RBc4ahQtI0wyMFXYJMc0Pge/jcwBPdRCLc+aJU3CWaqstAufCIeomrsJ1AFGY6/mwHPahHVh/xmfX2SZhV6gYEJhinHPjs/DwX2d77BhWFhvFvVr4jSuh3oin6ljQRfvjP+b/SlEj5odhpCCi4ehNhzBhLdLnKEP7BjR+Zhd/Y2SFIcV1rgKJwye1srRKZ5bHOxzNG2hgGxC+/0+P80WKyfY+qQZdbpRXue1R2KxSl2i00ZKA6kHU43MWiqyeAPwoAVbMwHnjk+CI3aPO5jrmHJGp++vAeWjEqU/aSkkip4n42UurvLMWqP+J+riFu6uxlpQlxxlpQGH9ZjptOKfaG0P9VeAyeGC+iqds18Q30QM2KhCXhHrokaLjPkmX8OKlSFU1D81hxS/d3AKcw3Ap0SgT6j9kX6AoW0VZCUSnE4w+jhJSm5m5EMFCP4V/I8RHzC0F+INjYCIVklYlSuUqNclnUOgtEmcoeWhwgldjKqhRP+plqNmICWyZufBov1/ZAsZQGuZP+nhwDvPJMeX8cwuo6oJfX6hV2FD9941s1rBQ6n7DAdI15y6+X74vQHtP5ytb3r8nJtZmaC5EcaBSLaANCXkwDKznaqFDKRwdl7b/Pu6So1X090akA1oTr0bEENqZmibeYBhvSUtw2gilHjQyl2Q/cuv6S4630xlYF8z9rkB+ZTDEvphEaVKZmMiwayg4SIHlhApIxEVX4q1ESoY0xg7pnKHauYTLwYkOFumLLuB/Iu8D5SIa+wZToNxJPGONdZEoLIv1xLjIJNo4K0wOHhjVjcmxHSsnOjO44yPwj5lpLOwJpINT8kWjT4WNwePOXADWeUepOyYP9ByhwoN7FZsU2vYcAGo3sJjEbT06dnVOKBwADocztZ50ekLFu25iQ5Ey6luygQRVUSxkZPZCg0hgd0l7xc+zFjiS+I5iWDIKxL7EIhwrcS5BLGgwiGJcPxj4e5h42pMjDLM8WQ5Te9YVf2TORuKL1oBck8gYY9kPWfPh55ynVii+ZI6T8vOnXgUQWJAINiPj1rkcDLdj7xI8xVSJI/NNdT6bR+QZO/q6sRMc7x+CifRr9ksSc57WoDOisla8Sm+VicLG9W/Wjn2SSQInxS52bIq7igDSTqCiS6g6VHv9GSh+Lb9KFgt3EbcE5lf6pSRWuDNsnzVFrsLoectCnXeOq4X3Wtd37AxxkO2o6QBGAhR09CkBMpESSRyN0OsDQBsIWCXWU5qDWewgqIxXQDp7q5uc6oYaeCF6zpjBCUZKGSLikTk1DZNb3f2khif0PTQCePvgV5Ap88EtMcUnEsBjxRbl4VX78/181nbbsAnR9pO7l1ns+4dY09vyk6xNJ8uOKcyT8X3j38KQ3OMgMhBqudT8NtadUCaoOwAiFAmttJC2uOHkMFtcGzl2JFqHtf7iaR6Ee1CBYFfz4TmjoWh1NwhNxWnKAdyozJ3DJvXD0O5jvA/UbJ7O2zR7j/Ma8zXWelB8Hxu9VnIEZ8K3Qp7FU0K03UoNmpzm2V9ewkctSvh8tvztZHP1WcN9gTxJMBBXiiieN5HX0qAX3WdJmM+Cg+LXLLHUMM9J4NZU0EKDQ5y3ZSXaKnUwHeVGVcW+O6GuWtgWa68FueXHPdCv1btld9de9DVs237UXFSFPu7C2uY2a5BZpyXzPt+HE/PDojq2sfzO5V6+zitZovjspcwG10LYGLRyDsUXeFKi3MbWuv1jnV1mTymNokNXj5kyegqNFKpKiAH2bwMAB+jQLxqlREBxqBU4rQuZO7Nw3IsBTeyICjSb2xEpzCKXOuH9doTUNshIBYRghJGAQprcbSgwtnlWe1jEiDCSUW7pbG/4lNn6P9a9b2B+ROjE61602C3dJuEmRBMAmafG96cuBzIpBn8bcs5OHfJulnFHMDqImCr8FPE019EJolMQNWebj+MZgdaooJdzqmaYUAxj8EVvi4gte1c/Pv0BmhKSZeipETqYs0wgMutcyaWGzQcNoCoU0I4zxFoTcm/dmQXdCSIOJGWzxZSV8PjSjyUnaC8qWLmSJG4Rrg5K/v3gz4kHcDkl5eHvGMDncEPfowxkgQqQT5mJ/PE27QqW1cQlV2Fg5L7h8VwqMyUIgZJS9nxfNewC06r/osk+IKyHWbu2QEc0ix2rrUW/m2ClM92zwr67lWnsuOEjI2RPNKgLrK9gIobDYqVy/rKxMn98GQTE/vv6tTo88CuGgHf0dlTVnXmwN+tijuS1roWz7DLDkRm3HOZxzM52Vc2nizruHB4UWrp0ZOwDgEu0h/skNdMNDwAx12D+iIWCajOMqiQYOwJNJhmAnBcO9wKkZQBWKPr+1bM5cOYHENjJ22vnLstPaVCU0g7lPud7tFppO5waQFjnIpfszDqTOuSTivW5XkerIsnjSvaGjIitzG892JwZ3cgO6i8c81IBKRWncjRQluGbU024NcCuNUqXf5gWbskkW28kBD971BIf2baAQbAJ5SjmXJqvLg48Ojg4gw8UbbsDOnfTgMw8rt8JmrjRpbeXyCoBWbe/7gBdPk243O1n1bNRaYwQ8y5GcMNYtBBL8FO/9T4Y7nXJebV/NIp4I+52EjYDu0B6l4gMPvKaq+LhSuMUdxE35PjcwYumtF0mKqNyHpjR4uglKPRtvex4WWLGMvJkqC6j48dwwjyWAxsGtiBLMEW3OOiWbKpZuVqTy27tLYK02PZluf9ZmJmDR3F2c4EjQVKwm75MPbusDCmQm3+JIN8OZqN238yGmXxqt2zvX+uMfHWQCSXNvSIMg2qnlU2htZUhlD6DuC4Q2cSGl6eOaT7Xj0cD2XdgHt5/7PGH4j8HFE73l/JZ9miWbCWm8//5Hnrd03uczmEBhI5O9/f27WdLYMMXGlvUbOToh11ztPEsX7zDLTQz7XO0H7+ygAm2xwzomNvZQQ5EgPXfbmD7+yZOfjR+UV8kWINsavhmQ1qMvbClbh57CRndTbytt/t+IlUM2cxsPPBrw83rbYUIveu0shyQDbG37gEOgv/NUZB7SrdcNOiIz/vTx4zP/i8+OqiKV01kK39MSzxiz/74i4ByvAwlB4LQM96HxCa2tJ2Z7P9y742U3IKkc3JyHDolnzESo9pSEqfOAbgMYPEq+sVD8goApBR5iZ0Th/0rQ+Qo1KhI9XzWQmhG6YnYJwBt4gtvZX35E/AbsTJHWAssmANx4d5Xlm8xN1Oxx+sLOq8sxlBgoPgvxUzDKB5+jKJV4nr8LCxaX6N7DpJ7h1MnITu+rLh5sas1ZDVppROoChQ5qt/Hm5sW1XXAypIkk2TCykwqBn9wWYXIGXau7W9ZVwu2scKr0o7Hg1a09J8+jVJBwFNn2OyucEj9xMXjT6WZezTSwCafUbTTd3eFgiFmVp+5FAU04C5BqkjAj2hYfuSG2C4WsQCHdQbNzcONmiGDe2twRmcbcVzlPOz2dvavXsFmBBFeBiDhmt7K2qiAKw8RoEJkh5f+V7NpApcnTYxo7Crs00VRPIx8i6V0gS52b1mne6MdttBzpvGZt72dkoMM6jByHgkDoBMIjj4Z5Zm6bsfOJfWOAbH5h/oqz8M54SQVoec3oIrBY+4qRfAJtZWIuFKTquOcAZby3OmKSTaKXOVvq9/ydsQP0nXBwpuSuAFupbqX/WLHUB0qjAyLZ+3pnbFJTSvtAMypOJ6nEElyeYDwlxg+CjU7fDVP6UuoPjczP6D1oOkVQVV5Z+nkepPSpr6Dn2/XtCE1msNbJSw3XyNsdqapYfZ4vy9VKgcB6xBXZTqQAivsJ54wxQJM7AF37VIPoUG9eU2rYQKui0A9zMaHShvtQ3m1TZUmfDPRoi3E988P9DmqjwV99YIg1NAMpHVJSLTe/Wp3dx6bajzhJ73ogv5IbLRDB9BhWRhYcRZGv3JYJDZyVSQNltW43IxhA11edZyGx7mm3fFdYxlR28lkgdRfM+5krv+JkWTUZ5bPzT+fMzUpr5pTK5PwapRXTeY/Q/8SPV/ZVrr4srVAreTIBbZdOrtKNiyEvvB+nDtkOfGm6zp+Exdfqoc5PI3k82P8i9VXhqm6V0XHMDRXVD1Ah/Mb+J/Q+qr2sjbqFvTq9ubph3Lt7qgpxw8wKPRi634f1obUcLKtmojKN87Bf50JkTFTaHJJ2EH8KDP4QlYHWc3o/YUPU2tlbLPjynfqo2tXMxdak1elHslskjmEkcQpRKbRlpdsnq9nTv7/MhttLe9VNOo/3b3u7XhvFYosW7f5zq/POMv8lTeLGL1RhroJoCYuw8DYXZ9a8hWwlH4OGW6WHB1+0PVKrgoZ/zAMjL0kFL2Y5n4izhSr5Iymmt8Hoqc7rZ5Tbob25k02c7b52ekb4PuEGv6xLK5bpQCqLkleLY+jqARs5k4LZN+LSBXssJ1usPp6RIEhIORUb9MdwA9xX2xpoOygT85EpSjkIBlFTl/s2P+cXPo33ihjerxjDfHR4Jy9fu9WQZ3ycya1spDKvpZ9wRLveYw1tFTzFMyzKYOogdg/v7Dwn2p84aI+Cb8g99hCqeTvo3k5PvDI8r3aTIiVXp5f2GUZS2+NBY9PU6nxTU9eotMgEhxlZ5PjA63QmoxikRzf41DSVFk9fSmmehDlHVWbTb2LGP5gRBTT2v0aEAWgSe9eh+SMaZ+eIsDF7NWdV6kqKoqajB7l4Lh0n2tqJx2RhXJktGpwVe7nNFq7aWJG1TAgEAoCjnrjAbas5Be8myuMRoPeFUhvpjc8pT9ux1lvqMb091AUsR3QeZNElBVzA+c2Zoe0ErjJlQqTQ+UDVo7aNIdIH54RtD+SgpjY4xpcJFo57Jnw+WDrUUAoNT7X8Djp9Jm+wCCHoDou0AJ5sjTncGxpshtfeEQhbL7SZeZUYT3ZfUkwSxHG5NAEGZQJNSIu7X9edFp8MoypP63hmS+WK7hMjD2JnK+QpKop9K+vNnWVoGNJrZuTNBOljPj9qj1Y84j0jAwuZYRjsGlpskyg+4DFbQrV0YIW0n9h7EQKucYF1FqjI1EKVDaBc7W2+mxopdX6QggduaFp11N2ek0uLImtCzfN/oyKGo//jLb4yZ3L4GDxsIkaklZNawo7uPizPiQqZunpon9N9BQ8QQPvVyQUXKYvSF1tNddo0b+2sz36gII1HakljwleeKESuApdIZvh7Si+vTlIynk9hJ7s91KqNTFaaaJ0VKsNAR+xkFJLMQ5bT6Og4rrNp19Rtrc4Z5ZnuWLbayzdZwJ3RqpXG7OEP0XJdTUCwHMrMr9TZuj87Xu3FjPJgeqT/nmijEZM/VnHS7W7Mi0rGvQZkNJmai+k8ExO7VnFuwyDpLqtamIdtiXxlmdIi00knRnaUtD9jbVKdV9qVOuKO0vItsodgR5wE7tz8lERgZXAWw4ov9LwsYee8h9Qmw8agNWL/K+9dQaXICLvqeQlUJTKKXFOE26e35d2oAKcDhynz4ZGb8v42CzZ/uEExKjPtyOsDfitDG/RLKcaN02KoyG44hg/K6hPthImDmpZAAZzA7XNE5hDKpFiuTK3pz1cD522bnaC0Kn6NytNzO+ZnpQ+teWCYWwNHq2dJiqlWqRrYJS1XXrIqt5FqlE6x+Bt+zVAU3EVz3x0CKA6XgN60oz/NTuA6QguEU3Y55pOune6iiINsj1Gz4QzZnMX3i8638sCvlpyAJ0+5HXPn3Fa2gqim7z1p9a+ZW4+0Ifgem+94lP5jLC7N40cdLHBONWWKfa6bZ3HekdhIQuHeHRT6JQIemMa06RoNKb5NFaTG+QGlulwI0bpIdEBKm51cFBvApVFkL+t/nzuqgUlo+RYkGoSHTUsr78N+AqJyqpmNXxsVe3se2z6nxjUclUGLz7N08URhKOXiPiNZvdCIsN6IwN3t6HJRJ+ZddcZcpfw/Z7+e39h4Hrk8m2TP4sU/mFaadJpUmf6wCjfLnsSv2m5a5Says0rHQ2uXrR1f1rhMkMiK1etjWQr7IUOFbi0rlq04yo5PWa6aqTazjz8akgzvmpraCRNlFN7VV/IcYHQ8hpybQwZ7TAG2Ixl+3fDNmzDYbgXoIz8g/7djLuZwfRqiLO0oBeS11RatK0gZqOYj3pSGODUmgrSi1aJ6LWkfcYWegD1dUihYG1U/9M1Eu2aoXt0+RDYlDx1cOLuD8pxQbt67d2ir1kS7bQgEl78wMcEeoq18l7AVIbWVnnVca3vErGhEMylma3fn9DTk5GmxtvIrL0xNwPGbLRlZtLpOKA9Rvm1beWMRHSEK5X3djyxaRguj26mb0dLLXJEPReflRTcW6mVQNG8JBH5+SvZ9+huFmm3nt7AG19t7utRN2IY4fRpeS9TQ5NeSVgS2Sw5u24qtofgtwBQxhfI7AGSGu0ya5pRvqOJO6Vr0SYyjA08AQnweopDQTgiFIreGtZIbvPciUZTrBT6Tg1QVlU+SzprOSknZzDMDVclSUo+BAVYtawBcowws1C4MULQUWar65YKUJaO+pKpYSspQi8gEK1WZeWzcgJ3KbiDum/RjsXExCAnc/oB3Vz2+dGyQSLTmhSimzavNZ8w+U/NpJvnUz0MjxGriyFCoJXESmpr6Bn6cXTi3czvP2gY9Y7aU7HSMMG82T6CJ+p2hntwb2gu6O6FQVE7uxEOIQlG6krcdJiMax/rGjPkBYYHUR1ogWI0ELQfeRMrbI7ZH3tq9cdp7I+NxXzF38d8yua+lHxImOFyKSdXGHDduBuJKZ9I33JkzFTUS+zrRkvUI4CcYEx2PINpqHmbcITGzy5LydrcNh7vf0A6Fqnw7TDriOnAwI0zl08HoiLo1iIPrQtW+3ubxHXgAMxapvNNMkVcaU1fGYlpJrZjyzMRAKE56nXz8UJFbNEWaVjzwb0A3ogW6zFf9lDFK/6tMnQAdj+HrRrp9Y4A2H4px48gHHwGalhZPywPR/23ljHG2/hcN8mi5N+xjIa0WisV9wLl92/uniwcz6wQLHSnPop5/PfL9h0dCl3o/4hOzJ0S/cSfgOwW/eRPm87yDgEy3ok2CSZoVvQbeFOcJ9Ez8BokYI3sUQ5wftgOTY+yLdwEQrbkXghK6Z/v0NLxz2N0oJTdgET2+2xBd8ERggt0bTmk4InjUOaz18UAKfwlZE0ted4017LEMrPAsHdak/Gvs8IiCFa/aI9fsVpC/xq9KDGm32aTlHzUyulU10Ya+FiluOS/W3SGWHi8JTqOksPhinGVyjPix7ZfMPZurc/7FQw3AqFb4Hi4cknrFrQUJyE1PLh+EFSWa0J26dHDVJkTYwCtBdFyd2AWUV8iq3WPMAUT0n8ZHLRzmjsDbGH4EwiUgBMOur7HP1RwWbissVHdfhbQalHLsyROWd335Ku3tieMbeP9JPjXBXSjpkWfLGYbg8Z863zQvz0t42OaF5h8fsJ3Xa5eX/x1p4VyAaFuL0CLy167NjwCirc2tq0VkyWXnWKggH8SB2IKCWCgOyi+Aeq7z80F6U23VGibHqqu2vM2q7UBnN7Zrz1aCVq+7rDjMNSVLEIN4mjWNhDpEopOPCt8OIBCDsnpWY2DxZgKV+A0Pg8gF2PIbgSaelQc2deICBqUw/B5BY73jAfgVfNahIrC5I5wACO+IRuJ17IdI30y793zAgcDJWdwx+DurjzcPH8Mt9Iv6F3C74Xme08Xao5PYBuT0EespGu+ILes7vBvHGqH0k481ZXiIktxFpTriArGPCIi6Uve33iaCEbkj1EuljZIELAFJ6UoCTEByVRFLgYgqG8/cEhD5EfJqC4ipX5xBQ4sFzaI1Qs7PXBqfMmqawFQAC4V/79qf4ANJfy7vUwEfiZNhUQD2MglqWGSFutx2g0Oiujy/qOAYFrlgbmCfN+oipCXQpk2IEkTpps4Sgg7HUClUsmlTySLfFB9Ber4gLYXvmwiVlEDBJuDFKkLH7EkgK9va2p7USHXxrCXRxqSTk1UmN5LiyliDgSxIk42ZkrQB/LLaALWUFxmWLQmKc91K+G7+nZAe+MXgc8MXscC4wg9X872rodycVD2bzmWlrGIWRh6kYMmnu+OVzH2XZ6nVdH+2rWoSCspWRf27hMuF3IL9924hMBuatFXb+0MF1IpPDE4ERuxbnn+w1aOkxDt2UF/mixVHFJnuAksLwhLzF6WwN8B+gE8P8VqPkeru6wSYDoxAl81qHcDwz0AdcDfvPq8bvoBU4TxDkL2QXl02supoUTG+CeF/YivwHb346D83uAqUtjO616w3jB2GKSrChNmHkalolBpV4c434vytEq0TnXRQgwWlHLe3g4sTm0udKH5RGyt2JWzCUcotCtv0+BmTGXxnbkWx+l552nS6Qz/28zVilb5jOtEb0rWfgZvuP+5/wJLtyrYE/3PxwMqey8bzu4ZtdyQOjDxb7XUY/2cGP/1IrpFiEeJ4fQztH+j00f5R9qNd+xAKOR0pED7Jp/pvBLW+3pU+agU0TFFPDoPYiGxXb9/lFkLo7tLVEidvt3CH/WB4Uk3+u0AUbUjpDRUGggFKOKsLWFX7iJAPHKPDLcug4bvJNgNAI7YBPn84pYmY222rBtQkm3kRzKim86G0mhXpEPcBDpyW/KPox2bTdERNDZTeQUBZA0qD0mtq0kNdpc4uEfGGKtP1k0ppBwlj/DbyY0rrLnj/l83lWUb0eecL+Ci4g9o7HbZ93uVvl6fB9dp/XO4Ghx5/yoi643QHFw1bUTumPXcA/6x9mKi7V0Ji7r7XOanZWNIHkw4EI/q289a0Z1cWx0zNu/zjfDeE/IVnSLkB7wD4T5iVHXZ0kqDB5umEBhVWQ5zdkx4WWSMJDA6UkWgkIcme7ATbJVv9Tra3opFnSfZjwrl9fJZMs4KjWYzqTegYzYpGEkRHdlmyDd0x8svYxfTBtkVG8snvk5NClpCBC8sDAlGtJWQBb6qYzZJI6ClF+hCLptDvrrMWPFKoM6Z/z6aY8o3G/Z9qDAenv/LCI1qv+eq1CUmY9N4Hpo9704Aws+MjPDWUaUe2sYbwrIzeu+bfqclgPwZ2icXmAN/nU8CQPzNkyM4wg03HzhgcO35kHWB67NnB3NYb3ukrh2oEFwypgcNBNT4B8mvxl2i1LrXUiyxqq7lMkS78IJRKhD9QpWCALCQXpHYwG5x+M/fPqtj14GGPlcCqn0YrpYdG639ne95011bQSAenMEQfy27Ft0m3pQ+zKz+/zbItFq0LbO2cOkB4iqhorwz7l2NAhqneL7KfXt4iBR77DjNMb/KShSPciUN/TPnc7f8bAiGfK3+wqA2vFWdWPIOLgQdanhHdt4ZXL3wcYeXbHa7xwVna4DF12E5vN4KWqsPXhLzE9dv6+2FCooAkCLfISW7bXyaXoxMw2mGR93EHvC86GNL1K26aJSBHzfqZn4GwmI7tpvRT+ynd3BujyP+/IM8hR798GQX2vwcA4Zh3kohgzGSISrpJog6ZjAFinxvmkCa8LMVQFlNGoo4xxsK/Qj6GVkx0a/Rozq0Rf0k5VywN+yomsx/7iqXu0qZAyUQJwsqq8sqS5wN82e66j5jfMR95RovfLYwjQMd4XryhCGxltNJ96jBGLyOmLrkuzUmdD7UFsbV5ykPsd1rmJYP9dM/STHbaz0NcI0uL/BwZU2bxQ98tyMyL10FIzf0s8JfQWhrgLKFvqxC++bFxLRSu6SMzVPZRs3xZ5pwsnCUxJfrKqv/nAClIT4ekmBmvGYyfS3ZMTJaLpqPArUbGzgRmjCAU5wniDuIJC8WaZ+XzdrIbzh3OPFhUr1B8cgfulIQEociuLyyIvtkFvKgHRShKSKC0vgD+px7+Y0vY4ffa99Vmm92IjPM80S7UBZsjdWSUX7GNjZuihllpDPKZp9L1UDxRWv27OigIcXScpqXRHXXceOkAkd1YBvO46In1W0k/XvqRtPXmOvD49xGWnjVSXz/I1rKHt012e4qgHi9hOfWuwZltLoCTxmi57VUFRIiRp4VNuHrfXIfwno3x8WnWc/Kpkvh40HshGqUT9gYpto4YuoFx74Je+KO1y1rQU15SQkwXC7gHpqnSfYryoqhd2DTCSnt/LkvN4/qziKtQysa2LepgZ0dut96aHevKAd60x9fSoRitNkbxgWdmTDqioru7AixCEYzpGja62EnqxPZfshjNng5ldDMW56WbdLEWs7pMTHdb+UrmcN9GMXWR8SdtKGYXU38mvMbuHK4FFgzUkx6LPTzTPWgdj3RPEFK+2VGqeKiQOg5AH/q2AX+M5QVpg9RY/cQR3ARO8fSNULCypgPJwgJRXLJZQeOhAvOCMcgXA/wuLTwsKsQMjhG4W6aF14m5njUcLDDNF8flm+WvO5ZiOoH/8NB+l2nWsvwZ/d+mpjZqwIJtk6HKSijY5A6wHTeBj0BvK+Hk/JB8oGEG6t0175Q4pXpADYT4iQHVVcOolINMDRQByTMz5RBRQvDWIjI1eut/HzCoDL+7p29ilNd5lZJKDlQeUDRyaheWIOpqoSUU6uocFuqEN1+7RG2ArycsCd0bumQ8oeFP8z0LTHMgEgHfhTlzYQ8IhOyqZ6tBHq2Dpn2xFXApnU1ivuv19jgJ7OftldQlte5RHqSjeWsnqWAbISE/o9Yt2p20h6Y16ChtnenQbwLZL0lyzsK58qS/FOfLGErAoJTkeDtsQEdn7xzFv8yzVggVYNmdUoLQB8yekhOIvqMfvTs0kP8FzAOPpfGfuM64fLfnz7kOz+c57I8ucy7z3pzvhicuH+1Wh2SGeZSa6ZRKnWmpe1hmCJRYXLz8tXAACbdfuNCOIEo0W0cOCMGyAFoTobXGuoFkXecuMhcyQ5aTJZ70aZlsmu4paHu8EjJF5nXu1iTrhprWJgLN+Pw5W2Qlw03gSTitBSY/I/zS9QckIQYI1/R4zx/juBkRvI/H+FZGzHYtjoSfwMmsROyBQY0GPF+L2pd6NIOwxj0JM+kqCveuR7QpQQS/MSe/wT8CWO/b0xiw3Pmagc3Yh6/5BSG7FNzkHLjcOSNX7BjdEBuNm8GZG27i4iBNZu8CbGZ1qcmZ4gDnpqCcDBffIClu5m5rJMsr/HNOVLMg+XVcyC9NmIDlLvVFLtgbOHPcCJZy5/LHLNLSYw6YO6NntgUh/ZPgJGWxLgkZBy3NQ8fipjU6fhPnECkWisWRyPRYdbWcqTtjpoJhEghOqKoxucm7xBsxIeBm8J/xMziC6TDv0tg0q7FRSqOi5hhBjLmylSoB5l5oyG2EfBPHZMTEwZ/ibJIjbr+HHDSZgk3NOKefjfTm+N6BXry5NMK7aYKhAd703FbzlTrisXJjlmneyupq2lzFt9nUxcp48oGKzdW/9NIOtha3prmSzT2KPVDf+lYjKUX1dpgutiH0/efLTWRz8eOZk4HxwaBqNc1UIYrbO4ohorRCFKt4RljNoXGAD+ww7AGgBkoVV839zQEdL6lUlb0qvKXJ7GVOSZL9kclIxGylmcSseRJGJgdK93e3oaqvF7KAfWr1DZMa4D+FqLhMMz7VRLLf5JRQwjs1fpJ9jl4OUf6S/Wdp1hIbWr9+uYhuPwnq/z1M5AGVjAOHjvh8Qg0aGV8/RiNupYlE1KXUsKFtJdLGWD1h3QskGmlLikhbCnSLdLQL3WE9SyOhIPn7GtS8YqliHlXzPkie273YbKnZBwj4id9s9LPKe7MTA6Aeb0YaADU0BX57HsbxK43KZsF6iyqNt/M4twFnOSQSU6liMSTHPk6Pd02Rtha6VaFbrXxuijD9MVbuWDAX1vK4q9LQ0eSsWDTZGtI6uYh6a4dhCF9xJmyJbfR7V7nzQG8/3O3cDcsR9M0RzRGCFUA00vXUA1S9QxWkqrx/uPJ3cx6yMGL66XqHfOgq5fvsEroe6rcwWvSDKgc9uPrpO+UqlG+zrV9nNO+HFOwXrtL0DvpHeLqe3o826g7Rv5L0KwtqmUAA+ZhehbQLQuYrao9O8Yj6iiQ8wO4zJVeTTfdDlD7hm+Evy37gWe64hLr6eVfu+qwa+0tzL4VXOFey2wBndhIoxFW+uUNGAxO+E3NriRQmhVSbS5SR64Zy+fVD8+GfndiWnVuNBpqWmJjomBYLqkWrRtM2ZMRw8zF4bg55/AIuc9wWGBuEYQP8Y5y1yzhJ/huLHzC5T+3+hOJF67n5rr/EqZTKjsHG7szkbRrNiAEzHBkdE9OiAejqrKzWcnHZ9et984gfCUgChZBXSwRMQKifAY8kGIm5glUhQAPg86lSM8smJ5LZFA2ZaTOz5jBtGLKvzAlt0bRDvDlMN8bb6+Dx8i9ohZ9IgcZX1AY3gCDDuhzLeLS/CK0gZB8/aBhtITVhH4UhtPixHoIQICKPWD7k/12ZAC3nfvX57j9UTlzuDwTlmwqytv1KxtRKMV0acpayIDuKlqJpxQCfzmLlpD05GsteSaaTokk0szRMF8Ye04rhalB7faeuzBerPm3+go7zFcah8TlrA1cFrVqRg3+s/YTouC99n0qfT7JJzfWgW43TzST6uw3Qnv/yr+W9ft+k2aCc+54LEpXf/IayiXn+gK9bcqJD7S3TnBKofUkLBtP8saKfSeNe559NPTvvNU66Wmy5n74d0XMACBAtRYV7ny5Hi5duA3lsLe2nhXnKT7Q8dh5tjKaVf1CmyPOfhJ/myULK/MIUTc1WgSkyjSwk0SaFkzQSIEgo0w7DDk+MqZ2cGx2dR/7HmCacBhxn1qHHtDZweDh69ybk2f1vuJIDYmGMXLA41SIt8dmrcRIhGgq3jghPbf9X+e7dTUwnbRURkapRdPfaTXpKGhYr901PwwBjo5DA9+P7+7fFDbuC1otjtnkDeXYka6VSLIyQeqtSzVPD7j0YJRLCIZGlo3mV/hLpqTKJTLLeslUu9clShY8fX8C4XjGx0qry8gl2N3s0MytK7u93bfwmp5UDWLD7CeTCR+RJ5ImFhRMwu7KwgDwBVGE91dU9QpWxABzSuWics5yvRkZHyX92znLKdNUdBIWIjrEL1C/0aghAegc9nVVNFwAz7IHzMZEnFz6eQOLrv3TAY2OIDmOhA+bMhbZlPrUaTZ2PwIy8RacxszPN8v+VMpS4faM0RHKh94m+1BL1HBgDhiIkH8I5loZpudEoTIF3VH0p98ck2Kjmg+3tYmvqfecsU5Zplm7r99WxJASYV1ifcpSiTqH4ilMavtMpZ59pyqnL+hr1lMbH+ZQTX3NKwc9JSB9RU1785CmFD/oUUiqcS+qod6azj14oRZ5C+zwGMxAULiTxuEJMIyZMw/al4GOahVnNIc3ZVU9Bs/w/vcwVDEVa0RTNIofNwvroFPy+MF3H5K3jpbx0YLzn5kbXO7TQ3YAbvcVBT18zFPIINEBFIAEkBFAAPbdvkgJMFQ8G1ANQNU0J6HoIqAGkH+3nEvYFmQftM98bbB68t952EKBHBweqXQ0CPx3D/Nb088S6G9Zr/rpRMcxqR6xOWI7UpjKdft7drbG6ubbQwulXzG9fYVfEP1D3f7f3XQ9mgoC9RyZ+Ls9EGm58Zb/W5AMni0Ic5ZoTMzWsdMLq5uuP/93+7/rOLtou4HN4Y122tIEid24irpySjkxDLqbMsQWGIvd+mu0O52RIN8ktvpf9km2Az3G7rCQct8i9h07Sh+pJE9AsvafI3SBgz3nVotJQtXmHU2xSzMEZd+PpBF2ALgFVKrPLybWbA+Gu7DnbuiWNrLMtT0QChTPLFDeXAZg9972k02Mu4fIMlzpUuEtY9Qi41KHGXsKpOi4Z8nCXMHrSi35El4hziVqkw8wxCPg8NidEb0Y97CDODM793cd8QzR1NyWW6b8ulisGZ4gdqIdvXKft9jniFHEOBF9sY77ZLETPyZCKnUrrnlhPWT9Zt8LS9Q2COLcdgm+tgyA63sJ8wHb41CmRaZjeJeAGdfTWrT//FKCCsD3Y4xjpx8tbt4cp9HNfnTdi5adPD9h+PTDol/p699eOzvT8jz5UKOf48d9+A189CJtf13DxTjZktli7G4dPtiZXe12EHcvepi+2XJxe8QbheJGXn9w2fNLd6L5NQ3zSu2UwjXXBn9Ky+ryVcrOqX6J9OYq2wwA/u9GBtH3gqycas2Y58Ow36UsslzAOFxYktzIerQMWLG6Fb/U6NppxwrFALE8RAjKf/Jk0dcxpyZ7SPISi/H5xXnJpivSZzKf07ktmR+0KutikRsHC24lQ2ZEI1K4xKHFGNnTgRPff61yds33/tpeaYznhZpzm23uB/544JpTs0875JGYuUy+anU1elClhfuJ4twM1a+JNkXLUz92CWbSrvhxUAPlfb4si2C7x9x9KLAsW2QRGV0XGYMesGZ2WnQz6qiDU0Tcf9clWqrZsDYBWIrbtgBoo1rLEQj42NmK84EbutXjbXwAE+Asmq1hdzt2MVYxu566OdNQo9Y+87u61kKy7rm6bGJzs7laH0UdN56df1tXWpqXU1AQHGr+drfj+vZVgqAVGoSei20nT3qnL/Y6HgvV9xmHQYXrz0s3TzKOZ7wqW+/MksC1sxwzyhvDWk+XeTVXet6dZYyXdgd2HtwlzvS4eW7AXO8fuoT0+0DXwHhOOg0h7t4swRaVaVtrdNeMw4jDz5ODBcNnAwC2nAadpD2Sq+ln6yoIsVmRkmz0+Qps14bgd5g9FRFIszd8r1ezlBGtySX9k2+AWYRLALF0qZ9ZFfUmuRKrF3ORAJSsqMlDby8sdZ0D9PbDGEelg7ZOkqQzCMsN8Hn96bXyX6ma2bA5tZjBDzy0zm3RbGqMaeyrrVZMOpE2cScM01oCdNrxZ4yOUstdvOX4MINgbNXrvFkOlWDaPNh2kyjvavWEDVe+gp9Jy2vdCT9Cm/y5MWbN7ABiLs7DaRG1SXmLecVeyXEQVEHhRFmCg+lANzvsBWLDbzmX1if87EFs5OhYQnpD61DnJ4HpQB0Jhv/xHOeXnj5pwn0D5+5lNu8+YSe+KGfdpdEml2gGiIoXsKO2mtVmCyTrtrspuW/5R+Z8/rLIyUYmsxq1EKhMrPh6YZveAQob9HJ7JGFV8OWN7JuRRRre2783laqH1tbPUjDMZatNr1kK1iWWa8839FvvRVfCSa4YpK8OYQUmlpUkQ9a8XBeGBRtkCw1ViJysslLEc93pTlMbAvOVx8VRE4rJi22+z82TUJ7H4E6r/hyz5qvup6dvdRc67dzkWH/x2a6n7VWt7fyo8RVtvMKQHIT118MUbEJywb/JQhcMvYgx/Ch63vtWDN1XLA1KgaF+m8j37nYUy0i/F0FPnfzyrm3EKlepW0Tp7Lb81Bf6xf15ZPP7X+MkW0qvuzfzI/gzypNuH1maz6XbMhJ3a0CvLLYDF8iujxat267qYt5ld6+wiOIg1utu6NQ4EP22o7w8wgH/wlRw/woqbFD5lt/O2NItc6G06zL2t3D4Q9opLnHPRaMFPt2xvs1i3rY/cFmDQlcPJJLY1m/yWDBqSfY5wxO3HAXcCBOls+/rKXavFcN/jR32wCI8eBYG+R4+diatdnfv6ZlwmXHidexAr+vpWIGoRjSI8BFoLCIsA1NMubBpG6ZkB3c+KKTNr5dKKzzvmOkrKxIPmm+2Bv8LcxvlwL8cLcRz++BF5Anlc6HFAuBw+Dp9w0zMd0JudN5+b+eleaFK57qvsK8+/x28bhYPQ1i5sD5ykdovtMehiMU4J/CNJAsDOfZ473HxQ7CFSU6rfSoOz/rFa5pFpgROJfM6T7YhCsFAoZFCXhocGicbSWEvMavxyDhx1DHDvcaQKCgSo+vCCLH5EiUkaDXmcgXCcRTEEpU9UapIsNjmDFflQIirV+IhEqRssUEZpcMuDrMV4FTNhiWsiiMXUmCcRoW1DFK94W7UgJbS/MfEqmnPIh1/Lio0V3LZqkOBouwWN3Fgg2CG4M4p2j963lx3PdGZHyUEExiQfeCZ5tCrcXzhmbWVsa1y9c3VTV5NOs7QgJQaw4EXn4C9XVphzEAwguUdwxblIYh5Rsljib/FECKKWeDKPQSQlLh2EHn33g5WVSaIOefSon0KJJpZW+1b9OvpeHGRWZ/tPOw7/d+ezMvYwLYrVSEiHkiSICATtpstrQQRKgxD+0YpVQbGIKiqLfklgUhYFNQKeG97qw/2RjaAijwVpYK+0ulq2Lw3UVV3LCSGW244tAbuk0wlJYc9tq107Xx3bgWDUMHkVhYJkACBX5IEIX6sjK3giqgq9m9i0Ad3EQIL/ikqiMdX0NtMtOYxlKBQGi+SbVVY0xm1JPimkmZjBVjvK8+39vmIQEkLvJlqY4Q7G3tfXwZUORE17Gc1VUCXnkF+/TgLp/NfJwXxlzt+RX78qLn07daanjbSqabVpWfOmpxQW9s/zv8fFpaR+W5+5dqBt7HXzGmEpWDXJOmhLgXXC0e+x8clpk0s2GtRbY1Zm+NZn/5TCwf554WNs90XXZawbaJ18cAcvWwkmLaXmzqPfYuNT0sb4tlQHsNl9kSs9A1XPippcSTkeL1Bn2ER/CHRdlEGvR0XZrbx7nCKIz1BH2wR+0Hk1dlF3L2WtnMT7X8p55LdvI8KeTwj6+A3tEZGrOboFj+ITYFcFFakgKJBUhStM4KPwW4Y0OSd97w7vPY4x3YUgyOBwZfpZO8+S0mGZExbeZYo+sXf4ki9Yv6gGlcL9Od3te8lZOxO7RO6sIZ69jr69eaCbTeJSTCjXS74HR//MRaXUuF33xyP+RVKLkRVt26oRekQ/VVAVxVTkvwi8/3XwdENna7A2YdVSILOm5njt8QUVB4TJaqPMEIzSza7cBM6iHu2GUumi4MSActweJS4KGb2xvIxYjt2TRJbkhvLUiEm9wwSYerW4dOqMkhkWTlXfAKFnzqwPBW7mK9bYJe+5f+xyivslMDUesTgUBPfpo4I2jOh/Kc5zb9c4pWR3FHs0STySSzYNFXs1JCxe1BDVLl0Iqfsf21ZBrym4evbflJ7x//KvAeFeh6gton2prl60Ufj//5GjRAlBP5L/oPxxBSrqS0cm4n0ynggX1XheH/Gv5kKQIA6FxbrkZT34YgqJdleWqoGr70I45433roakHZ/X5bq8Nl1lsAOuFrIG7q4Lz56/2oMX9HZeT7YUymmpjzeiQSKuIMlPWxWahE7C5if5h08gCEeAabz9YIm1kB0RZVe9zg50mWz6uzGP3g8iofjA7M2OsdPBK+QJYHR+XWBUn8aFudhf0JtZ4+sJDNiEgL+n6i+JkIl0koiUFf4jL/WvGL77Qgqh1iSaOWOR+NSUvzNvpy/Lb42ag31rbGalZogm6/ufelcvP7YY4+uEWLmfaig44Xsib9HcucigNxO6IwlHSq6sfTn2uzHz848W6W89IxHO75bZuARsikpPMmugZUEyWt3Kv4BXIvrbjTs/Lt73nfZb4hmbs4m/2fuX8LrNeOJZKgDz6uPOhinde7f3vC9uX8Ld1/m7pKgESSnJ3udnkUIXR9drarbfpQzzolPQ6cOFi4hCwXTYUupSR4nFQOeQl4ansdBoGP+favRy1f52iJfGigLRKKxO7hxNp6alOOMAQBRXW1TzGD635ol0qM/c2Uyfcci9ABVnGhnV8cyvPGsdldgCQtjbTKvGNu/O/LBdaqNr7dQxKA7Fr0BfypUq2/g8t/jUu0oEJEnI/pbHpCOc02UXX1a6iMwSft24gX4oGHEEMRizUAOjbNTuoUFeIts0Ak0AaU6ILGO9UdsGdzeDnpE84EAyuEV4iGvjVFg1MtcBRqj4dlSW0EIILkEL9iJns/s6iGGfkcjrhMAdkOxJDrMMs/po+bEzkGS0JEj7YSov7p5mzTNVS+KdzaQ/ecV6QUpDiQZSgVWp1PBeQiJUrIVimdoOmQL3lElNgoqXQBFQeHFGEhQHLctAhKPdJOqTuFv0WzjSN/q3tbgZ+sxcnDn6HBh0oX4yzz25shZqhc5sh6uAWFLyiJVdFni/0IY628FBlPR0+KdTlU4qp6tO9+4qGClccSLaASScs3u1bqPQoZ7ViBxEbk+zHqHDrknhmStMFmWWZJI4TPYYNZGZtIfIZ/oMscgpAsR/+Yh8Yj4pKiYhBJ595/cOltWtJ/VlQfNyHcFsPbLahGbbEH7C9kQg+iSDyIs8a3s2/AcIit61li094fOjpMrUUQmyN/BkY9+34X8CUwEu5Iemjrb7Xw7zi7eetU+MKa0kMc23yO1WR8LpYL2nV7rzavi3JAQHUVtV+47zLukaZwuSwSez4jiP449a32nSlV7O2mF3XyNVr2kQsTtle2OGyq6H/U8vb5qEj+aQG/8stRvxCHfqAIWKk3YIaKe7NSJtC6w+joEZSd/5MdbmUSZxJfst9oWn3E+AyiE59qDtXcSFFEby+8CgtHgRC1++J9rx5Acr2ckdJ2k3Wisb6/Ci37QVYsuo8qiOColn9OLQEvO3v4KccbYrs5JJTJYeQb79Cz5LlLOOIPm3nWISQO4NikVREVlAmZ/7Wvd99UUk9eSfB3R7nAoQtV1pJBwQeZT+fOIu8uPZw4/a7RuOIDZmeSES4RoV1ISY6ol79I5TcB5EDXmSPb2QXkD/8IY9UZ5Q8lKwBLXl3qSfi5nFP1tehfhVnvHMulrCLLlqCQRwGm+Zv9lFM88YT0+0J+H/8KgHCB5oi8QJRr9PQSl3oTFF9B8+JmtPSoWZaJ0pppQjO8MuFW+0F8dUfVG+X2DgcfmdJZqbMy9MifT5x+J3jqb3HLPZG8T2Sw/ay0obnUa2SHf1ZhFi/lOJvqbkoY6E91IVsz/t7EXysSPDMRF96F9x8dlSojRN6tPJ2KmRchR2D9FFcBrYyWKJpe+RTEK0WUxNSXlClCOr0PQH7xfp0cR/GL+yRGgSWo8qRuej8S72kgdKCwWxjpXIYJeaRSZGH5hVKslk52ZZoa1qQGVzr5fv9+MN8Bv7JybmAljWuqeU/qCSk5HgvYw0HhPzpPofJ9N2ClKqSZYCQfkvLKSU0m7q9E+1Q1XYPxD0TxhloFBJb0WMu3NiRUEJzJOxJE05iB9DVLPxfqhAs0dHvlv1cm4WosQxJzkuYTDcSuMaZTcxiNhRokgAnd6/QHxIY+oX8PCPfK+dfv415j6ThHxFwkVY+T0RYRUfv9ZCjIi0ER4alNlo2ONV8YnTjgMOt+MTpEucQDA998QaXQRTG19GS2e1LL/xAuum4huoPaSY9M3czdZPuWlRVE9rvJSoDtIG5QWpcNZShu1nh8+2js52xk8Na6AufoWVU2GzlzvoSnjauw+xDFHbaMvRcziDds6HTGcSDjl/Gl7kanHNjZkMbx2VGib0j5PNunZNBpWW6yP8xwr20fba2gJ8MjAJ/pZpjulJblmMYDlE0fZuKwbbCosLeznaXgozJqazU8/E4Y4UOD6Z0R/J7+t5SUa0BRcJZ3e/upw2WdpNN6eaMroBC44YQwKAHKMAQLAdl6YY523STj2W73wv4UQR6fk7U2f6t35Gn5mFbXXuMiHHJz94kRl+68eQPIxcIsOzB56YgHuIGgSENxnp16zVNvvJ61jbJmpYJl3OrdisTH3rDl5XBBR0GN/OUE3tdnVUyB9nkKCA0yJ9F1mYAKdf7EVM3GK7k8Clt+Bu+aQnbEidEbLcVzO6ES+wge6D+v6x4U0ZfBaZeZv/QHK+ZMOk+9071AuSV4LbSFmvbjndGhi4IIYqMe00IJFLYhjAnq10HZjd6mcQNAiwWbm5Wdi+xuC3ZRZaN/JXx2g10KTNL5PbX8orLR3hOVPr758I8dz0vH9S8alpk2mBxvqJLdUh1b85wFivhioqoDalrihXI4iScLMKdX4FU0vMyxfkqxlTC5T1UESGJhxSLzIyIXkWVUl2XEL1g9KAjOKYSVZSNz8BH2dnPwJ8OCfAx1btDlB9DTVQxDyNpPBV9pmdnpv8m4N8aj2dSkOQh8DsrE/OIg/xlEJn5P3IN4Eh9Hlf8jvQ1QRHNQX2we8KrAJ3w5Mn4DVAObgb5ieRERhr7jIkqrJzb3VrDCgP8qogcLRY5K6Fu1euEneRu6DwUVT/gVP8oqVSUrvP0o/yYKf1hgcU9IzHzBMz33N6g/XOB7bxXGBE74enp+H9RArBdvxqSBaNwjfdA9ceSFfWqUhqyDrAosLIE0bzwHsukrvf2t4xIQNjlEHYOLf3GcM8kBprtVgY8tTCBHPBHVmYtehnAO7J33feME/ObjwTcI1VSTtOXc649mxAh6KhaSgd/8NMeN/58H1PqlWh7QfkhdUKhdZNW9VAq59nJ2ayE+YZ5UPG5ieGLwgvWfqMeA4hnaXAS0D64/VP4Az46fXzlgeU7TqKhdqCottOebCVPOqpW+VZNtKiAeatAsf0AjUVtJpB5g3LJFL5T1cEVW6LOTDXT4T1HIYwoeeegoCpI7VBkf2qPHAMfv8BeRQ+9uHDMWQbdHer5wp0YlOWU8bOjIzf/l////XMOX5k/ZGdSq9LLf32cW7svA9T+BOXp0SCE6gm4F/e2WmvCSQQ5NZyoL2mU2hEvoKNwnmhEX6FNFoFYbDzWMwrjO6aaxVRPuyaDlMf1LiLNB5Z2eirRXJvN57Q1dvbRcB3g+DsSlFstJYbGA+kLv89evRfthYPArXc2Gi3vEC/ZDsgiEtNjJEtT0rcvdxk+e7E0VqMLDVREAfskv0CJxDV0Wbm/VBSWakS6l0SuHu3x3uV0PZZCCWZ90ebIavAH2bMXkdOzZJpZJJJop07gMHoTMNDa3QadN4ANT1IXujcQbSmqyvO06ALoZQn6UAQHWthcWvo7NPiQOANuxe6/ecfAnTgq9Id18inBm0n9xXdUL795Rgthsa0i0NafFtKW3JrSiswfnqYUE8k+7eh+vHlIP+gy3kiF4gZgYO0cGO05V42OR470YmIIkWS4IYJC3I8fVOMZSNDTcNbhEMu3svvRflF3lO3sQhnQmqTxhjLTWxSvMVTZnh0OKJzwmKxYO+Ntmw0UUM45muuqI0rgxYvBjKiHJNB4dwpCBLd2d7/vtpd7HwwGahBQ45V3M/J1+IxtSFbDWmATFi3snlTcEoDmGj0K/JIve+R4lc80dAApXT6Zz0U7wM5niBwyuuzmdoJ5I17HYvfil4Ydd6xZ3nhzUhRXa9X8n1eBxCiGq4Q6kR9S7ALa8C9tZ4rp5XL4TDiOvV6s2bvu6YW4Usq/mqQtad6bkJGF2VEgyhQnIGMdlXellqw3XLdbSiSnqACDfhfC4pygv3jl2EUWU7Z5Sr7BjVobYSb4qweBco5Gon2Edl+uuRelEViS/o8033sVxTFaAixLLHccd1OqwiXLBkHFNbbJSV9+iQRO3bv8M78j+gBb+NKxvnP66z3dCTnu+9NPRDBcagFYrj/zse9VmVP4oirI65UldJPJy/pjCuzDswGx5KE8a13LSMb4gELFpw/3/cdDm3ue9rs9YcQG5eF9o5j/bW85meBIv2yrKmrgJFRDmKj/71FEvuNyV1kNvU2XVJOhx9JeAsbDWIzywsYtFCrMnRgR4vXgafQFuT5L1/AyRzW4n88VodlNFMxE7emj6Z2OLICvlTCXkeiYzayPYU1TFlldFSvwwoJpxiNCIct47/ulqY02wkDi0zUzdpERBa3hIkxvVNuT4x8WddxnDnpehx5w3tZnHe4k8OiIbgaQvRaZpXvFbY+clAu/9BQ3fChHMiBd6L9N5ks1x/I/d9X8arei10Oeumu5szXAZYBjmnA2Ppgyw0beON8QuQX1A2FhYIcJrCQCau9rECHlbWJVdak66SjBvE8M+4zOvhb8GHRx7ErBLXb4QvnkO2003ivoRu2N8ZwXndNZPuFc+0fXp1+j61FFLe3FweL6Ag67IrTHxaRG2uwFKdPWQHFVtWvtrln1dgDNQ0IKO/09Dygq9iG8PQwaXNu5Xl4wHtxoofnjUJvMM8CUoO5+SaFcfGFJvnc4FQMFKvVLhnntSHgNceOtyDWII4fD0eMbhYIKBvhcIY/HXJOmDF1PmQ3uAh6aTMm72rEjyzm9RoFN2GZfk7gJwAB3qfbry08C4o9PsuI5jBgcaBJIELC4OBHR3SwvpBD7l5baDf/6PkR1Ml1RGe2exURbo5/lu/sZZuFa5uD757fzdsXrnnuuxdMjma88fN7kxbkEJDqb2Ybxv9jvDan+FPSoEJ6Vd91vxtUvW4E+HfsNidP7lbjBf+KedWetu621YE8MewEeq/+vu/b0xEt6pb7LZR2mJGajgZ880M8dHJ6qLfn1yDwmcnqZqB7kPfPCYXHIdP4Wy9NUT3EEzEW+xHtC5v2//eFuP/+cmQMJh8+AcMRGGTUJf1+EEJraIWzYZTy28MnLXTmM0p59PB2msXoxx+QZ/a/sfmppxX3bO7x4/ZN1RIoNRWIgUQlCcR7JUAsPRXub7ei0JjaaEEAPZb6xHHCaYZCnXMadXpCpd52GjmfZAfNKVZ9Wzn1Ll1qoq0cQ9FwYtlxbBAtdSzqivCaw8BMBkJTX6+BiFJGaBgRmMJv/OPH54+g9U1ifWKkDkVvYGsDpDHUZ6KHnRcghOqIpvsRbqeHDEOn3SLuX+2r53bf0kPwzHLA8pnAw/K+W/x37KsI1BmcAXcGFTGg5NJbqAPUFvp9cLuswQpS7DY5vbnmBRnSW/TfHuN/pccFjFNuXIbeoYXBBVxGi4OewXVr2BJTgMYujWZdSLFdcvvKtnskeosEXFcjTVeq6Eu+qwchPd2N2wIGBieAQOm4u1eV351Q2CXjB6538pt+8r7K+FGW0nuvMCLberVjobosnB5tO6XczM+/2dOPVlWNsrvZEgDCbpoIuMl64muBMJySwfDlpkOuMP7PH7Hkhvn7z49Nr+2/Kv6PU+uHKKMC1IbzDvF4wJtmeQNelneWgP4AfAehBwDRttmfKeMXWwkqjRa/v6KvlqA0qL9e7LhO0QgHkM3IAS7dGB4Fxnoh/vKBzXOU8PH0BcwRysSN4VSzBmS+h3RIYgbmHNh92aEh2FgFHMdt45NfPc+QzZx42S7u+HzPHa6wUJhXovcfwLBqprtqB+rrhx/kmEe+/UeqQsn4amxu6iK3bbGRu+gboMLmrgKqUiEk8sBCc7thYDTZoyi5f3BBiFRxaAJNQWl6fVqwUMcAEUtE2fq9y2ipaRQVBedH8CyalvoD/dzNU7rYJv3xFNCYR9qtzzFgfNe+br8WOazfcXN3e+YwuYcOkG3VjYBfo25c4lLhWu1a4SIZN6y6yxkLK9pRiw6WRII4U9olMS5GHcRV4w6iJL3gtLfqHNQxOjjV5L5jP5zS4EhiK59Kd3gsCwVRwqbzZ6cCrG/84pP3JMwH3+EqXL5ft5ufT5VSEQd19GPf1iGsTTDYD9tqbV+DpaCfJWX1gPcYQV9jXDNeYNJkSaCfu7UZeTyXKJM5Kj7v95RTx7adFzaBKAmf2NeVrq6fDozm2TJIRgFve6TlFE2xxUax1S4ZE8u3UHJUca5ptACpF2WSW6nNC9eG52krT37myC675DZRZD050lb+DtSXBmnb/tgkywk+pJYDnCDe7sUkBnnInJUO3sJuFvU7LmOTQhfwB14sj7MX2Y/h8UZ5ebQskjUX6xFFUD+5ruQ/+TLIHQevZRVhbh23tJNNQ6+Y5tas+VoNjfJNMGuKDMx4cmtXA/YB24+Ku2qZdO8BHJD2rvaSxt/1E6r3c5cnZc88z0GrIFcJJ4GyKV5UnjEk7vFKfwsmufbwtoWZx9POTTKL5MtcSt4bYErIwSTE132kTybxbnbkRZ/3EI6TFMOC9ER02QiGMXEORLBhQeAgc6Q7QvnpnmnMygBXW07yRzEmTAcEnFKbqtc8lg2chHiu/5Pfl/rOutLrOMCVPRU66TZpu9CcHnngXBFblDLXHHWg+0p4XfQmYCAlCNLoFDiebubEjhsv9ej0MJxSwiREhAseHjNwg/i4gwN+0jnazisISAG9z3IgHHMsDD7cdJIvxDfdsR3P1s6iwzLZdz2N9jDwMO2KDy0Q7HSlFY6ECOfD3JkOloDUOkubJog37g66+MsbMenqid3syX1B4RNmDtAbmvmRVf1j2rkTQqbEDyU+68sS/RTqzIZTvugF+jl6uTZ23OlVG23l5M5hJNQ0mYl82yJMY6iAzpPMuCSqv22TiATxbX/R4nMCbW9NphE60LzL6BJvP+4yThA/R+oLCrmzZIg/Q/n+7n04JNXuNnXRjfrwkhQ5ZmpB0MQqAQ70uIpnxmygIA/09gE8c9LGMWbc5xE5xJEiaU6FZJCe2lzPRKNLjRIi1kdgKG3D/pvXgUiiUzzOxXX0DdH2Nsp/+Me2qce4uY0+IWK0ae5ANY0O94H6zSIUL7fj+m7j4ZekpofyJkmqhNiSHrR9NoxBcKklxJsR7yeR1dFD1ysfVbZRtuKvYVn6jQl2Pa1u4/1qD2QkiHdLcRWV9PXxjKQt8+sGSDomSomslSIOGPqIA/R5PtYImrcaC3Y0iGlMH3P1itsQka2VCWv2OtBAfKBfMD0E8VyEj3bzY8Dob+6OvpD/mzAUwDd1HPiKBDzz8kduCCA1fmybvXKohuz/E7Xt/NqLQ3wwQ/GJ6MjbD9Do8Mj+K0bH8wE4mkBmaP/YBVywiwD4mnkfeGYTGUDe3UnARwxaUNT3bdOUSL2KAEvg2M/AsPEjLAcn67r7ORAI/Jywwvy83LR6fT4MUw0BZUcBqlsx8CFUl3wEsgs+jOo9B+l+56OY+c9HowbYx1MHBpNDAqcwolpIQAsxbL+gi7VUsXU6bfqD/Sg0blfiZ/7HmLomvKQy0fWfaBgibOZ7f12aQhKr4WNwbCjFgov9gtej6PK3p/QWrY1H5vpwggZoIYbtFr6ssrX01tcp9sD/YD8KDcZOly/7H2PqJx5eHp9T+D75lmqnuhjneX9dUE0hjWWr58gHqoZSLDi92i94PQqH6m9PuytLaflH+ZH6qYGvfbvcNibL/0LBFGXZ2nkmeVe3x+vzA4gw+ZUMfVGhU1UqbazzQRjFSZrlRVnVTdv1wzjNy7rtx3ndz/v9AAjBP1aHn/mLxLONifSzNllxvCBKb2KWp2q68Twxettxf3b0AxSEUZykWV6UVd20XT+M07ys236c1/283w+AEIygGE6QFM2wHC+Ikqy8soeqG8/i3R3bcT0/CKM4SbO8KKu6abt+GKd5+YOw7u72h+PpfLne8AQiiUyh0ugMJovN4fL4AqFI7Pml25LJtbSv7tJB/tBMwRuzudgO1ByO07HlupMvSmhRD/15p/Xy3EgK4ySTuOEMGwFlnmxMMQiWMqEVQcaeaaMJkGXLsC7RmyVxI7Z6MM1fTrQoy++ic8ieSqsOSV/d8CmXp100JloyZFxpCH8cCFF9tPrMeIutGbpuo/tkB4J3Wl6oZ5jlk+ZsTNCcGr39RuF9xv7h1nxmweX15K+vJLegUOlwrvAZpqJ9aMKNd9OSb0O8UwvCKXhWWTKu+6c4Xjc79AOLJibjVAsaLlxwPNufYt4Re7a3FFttkQ2GsFyK6WbGWnMkFEBjBFBjm7AurDwns6iciBeuZOLjrlWpFu/gQ5vLXLxETJ/2LucldX+WyrJkeb5I48Nh8+ibQwqTj8ioOX1Sw4e6pLSiHJJIR7GdGrTnl93FqqwZSvFCOc6jMR6N5dRztiZcBXI4EOWu5pTdETV8r4xYPcYOqZ0M1Iz6PB8yFWBZcrN216hjIKir58345V60wkPuUoEinHFzwO7eDs2JsCdpqjIpZJ3zAr9r1TVRWbjEECDR7iMFSxH1k8bLJxVEHZgyUgCZBj6JAsu4Fawee5s5HT6ZfECmdIqKegsoOglC/0zJQAAFo07pPAWouhaIFniwH2U7ErVzgYyBSKpwE/LGq2t3rEQDYlJfXeokwGbtRWMagrd5S3FMmtEvfPV0RttXVhP00QgyNZWmULkKPDVwgXrMGUa6Nqdh0qBCyjYstQkmtAAjAXvZgIZJBi7b7v2FhBKtExYJ5a4Hu+d1oxRq/iK2eki0oPeEj1OWneh3JryGGVrlvdqOpOqOwGz6+CWn3u/T/a3IJ3FBevI1zIBdukX8BL4ds1y7rUtSRbnjDP1etwvSN1HUdbC5r8ddUqyiwiFBmxNv9RpmfXt10aJDAFX5oH5CNdHabugdixB1rUtLYdnmKXwcTy3yTOLZGQJzetKitZgpIPjoLzMF1Ton0NRLyhu6dNyiQUuG6GMlWO60RaOWzTX67usKiuFECGN5oxXp5rRsZAG14Eyuzsqi0lcsIXbhZXfE6EcNZIbQMe0oYAQgasNMBz3b7BUkHTFTg0RHoQhMlFZGGU/ejdeMfwpLflT1HFiEd7znbVfdav94mdP3O1MIyQDLftKTl4cVRG0qHVMl62E/A27D/FIprv6AhPMnZyCtkyiY2+6pcPhsG04nYIZDR726wQ2tPPykY/qi72XWgLJd/QA7GNW5ClDzf93Ax5/xDwF6LH+Ojcb7g0HTgZkhDLg1su2qLt5SbLB98Sv0n7jS8XkU1BIX6/wZHi1U+twvu9VQ3N3+DwAAAA==") format("woff2")
    }

    .u-iconfont {
      position: relative;
      display: flex;
      text-rendering: auto;
      font-family: uicon-iconfont !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
    }

    /* .u-iconfont::before {
	display: flex;
	align-items: center;
} */
    .uicon-en:before {
      content: "\e70a"
    }

    .uicon-zh:before {
      content: "\e692"
    }

    .uicon-level:before {
      content: "\e693"
    }

    .uicon-woman:before {
      content: "\e69c"
    }

    .uicon-man:before {
      content: "\e697"
    }

    .uicon-column-line:before {
      content: "\e68e"
    }

    .uicon-empty-page:before {
      content: "\e627"
    }

    .uicon-empty-data:before {
      content: "\e62f"
    }

    .uicon-empty-car:before {
      content: "\e602"
    }

    .uicon-empty-order:before {
      content: "\e639"
    }

    .uicon-empty-address:before {
      content: "\e646"
    }

    .uicon-empty-message:before {
      content: "\e6a9"
    }

    .uicon-empty-search:before {
      content: "\e664"
    }

    .uicon-empty-favor:before {
      content: "\e67c"
    }

    .uicon-empty-coupon:before {
      content: "\e682"
    }

    .uicon-empty-history:before {
      content: "\e684"
    }

    .uicon-empty-permission:before {
      content: "\e686"
    }

    .uicon-empty-news:before {
      content: "\e687"
    }

    .uicon-empty-wifi:before {
      content: "\e688"
    }

    .uicon-empty-list:before {
      content: "\e68b"
    }

    .uicon-arrow-left-double:before {
      content: "\e68c"
    }

    .uicon-arrow-right-double:before {
      content: "\e68d"
    }

    .uicon-red-packet:before {
      content: "\e691"
    }

    .uicon-red-packet-fill:before {
      content: "\e690"
    }

    .uicon-order:before {
      content: "\e68f"
    }

    .uicon-nav-back-arrow:before {
      content: "\e67f"
    }

    .uicon-nav-back:before {
      content: "\e683"
    }

    .uicon-checkbox-mark:before {
      content: "\e6a8"
    }

    .uicon-arrow-up-fill:before {
      content: "\e6b0"
    }

    .uicon-arrow-down-fill:before {
      content: "\e600"
    }

    .uicon-backspace:before {
      content: "\e67b"
    }

    .uicon-android-circle-fill:before {
      content: "\e67e"
    }

    .uicon-android-fill:before {
      content: "\e67d"
    }

    .uicon-question:before {
      content: "\e715"
    }

    .uicon-pause:before {
      content: "\e8fa"
    }

    .uicon-close:before {
      content: "\e685"
    }

    .uicon-volume-up:before {
      content: "\e633"
    }

    .uicon-volume-off:before {
      content: "\e644"
    }

    .uicon-info:before {
      content: "\e653"
    }

    .uicon-error:before {
      content: "\e6d3"
    }

    .uicon-lock-opened-fill:before {
      content: "\e974"
    }

    .uicon-lock-fill:before {
      content: "\e979"
    }

    .uicon-lock:before {
      content: "\e97a"
    }

    .uicon-photo-fill:before {
      content: "\e98b"
    }

    .uicon-photo:before {
      content: "\e98d"
    }

    .uicon-account-fill:before {
      content: "\e614"
    }

    .uicon-minus-people-fill:before {
      content: "\e615"
    }

    .uicon-plus-people-fill:before {
      content: "\e626"
    }

    .uicon-account:before {
      content: "\e628"
    }

    .uicon-thumb-down-fill:before {
      content: "\e726"
    }

    .uicon-thumb-down:before {
      content: "\e727"
    }

    .uicon-thumb-up-fill:before {
      content: "\e72f"
    }

    .uicon-thumb-up:before {
      content: "\e733"
    }

    .uicon-person-delete-fill:before {
      content: "\e66a"
    }

    .uicon-cut:before {
      content: "\e948"
    }

    .uicon-fingerprint:before {
      content: "\e955"
    }

    .uicon-home-fill:before {
      content: "\e964"
    }

    .uicon-home:before {
      content: "\e965"
    }

    .uicon-hourglass-half-fill:before {
      content: "\e966"
    }

    .uicon-hourglass:before {
      content: "\e967"
    }

    .uicon-lock-open:before {
      content: "\e973"
    }

    .uicon-integral-fill:before {
      content: "\e703"
    }

    .uicon-integral:before {
      content: "\e704"
    }

    .uicon-coupon:before {
      content: "\e8ae"
    }

    .uicon-coupon-fill:before {
      content: "\e8c4"
    }

    .uicon-kefu-ermai:before {
      content: "\e656"
    }

    .uicon-scan:before {
      content: "\e662"
    }

    .uicon-rmb:before {
      content: "\e608"
    }

    .uicon-rmb-circle-fill:before {
      content: "\e657"
    }

    .uicon-rmb-circle:before {
      content: "\e677"
    }

    .uicon-gift:before {
      content: "\e65b"
    }

    .uicon-gift-fill:before {
      content: "\e65c"
    }

    .uicon-bookmark-fill:before {
      content: "\e63b"
    }

    .uicon-zhuanfa:before {
      content: "\e60b"
    }

    .uicon-eye-off-outline:before {
      content: "\e62b"
    }

    .uicon-eye-off:before {
      content: "\e648"
    }

    .uicon-pause-circle:before {
      content: "\e643"
    }

    .uicon-play-circle:before {
      content: "\e647"
    }

    .uicon-pause-circle-fill:before {
      content: "\e654"
    }

    .uicon-play-circle-fill:before {
      content: "\e655"
    }

    .uicon-grid:before {
      content: "\e673"
    }

    .uicon-play-right:before {
      content: "\e610"
    }

    .uicon-play-left:before {
      content: "\e66d"
    }

    .uicon-calendar:before {
      content: "\e66e"
    }

    .uicon-rewind-right:before {
      content: "\e66f"
    }

    .uicon-rewind-left:before {
      content: "\e671"
    }

    .uicon-skip-forward-right:before {
      content: "\e672"
    }

    .uicon-skip-back-left:before {
      content: "\e674"
    }

    .uicon-play-left-fill:before {
      content: "\e675"
    }

    .uicon-play-right-fill:before {
      content: "\e676"
    }

    .uicon-grid-fill:before {
      content: "\e678"
    }

    .uicon-rewind-left-fill:before {
      content: "\e679"
    }

    .uicon-rewind-right-fill:before {
      content: "\e67a"
    }

    .uicon-pushpin:before {
      content: "\e7e3"
    }

    .uicon-star:before {
      content: "\e65f"
    }

    .uicon-star-fill:before {
      content: "\e669"
    }

    .uicon-server-fill:before {
      content: "\e751"
    }

    .uicon-server-man:before {
      content: "\e6bc"
    }

    .uicon-edit-pen:before {
      content: "\e612"
    }

    .uicon-edit-pen-fill:before {
      content: "\e66b"
    }

    .uicon-wifi:before {
      content: "\e667"
    }

    .uicon-wifi-off:before {
      content: "\e668"
    }

    .uicon-file-text:before {
      content: "\e663"
    }

    .uicon-file-text-fill:before {
      content: "\e665"
    }

    .uicon-more-dot-fill:before {
      content: "\e630"
    }

    .uicon-minus:before {
      content: "\e618"
    }

    .uicon-minus-circle:before {
      content: "\e61b"
    }

    .uicon-plus:before {
      content: "\e62d"
    }

    .uicon-plus-circle:before {
      content: "\e62e"
    }

    .uicon-minus-circle-fill:before {
      content: "\e652"
    }

    .uicon-plus-circle-fill:before {
      content: "\e661"
    }

    .uicon-email:before {
      content: "\e611"
    }

    .uicon-email-fill:before {
      content: "\e642"
    }

    .uicon-phone:before {
      content: "\e622"
    }

    .uicon-phone-fill:before {
      content: "\e64f"
    }

    .uicon-clock:before {
      content: "\e60f"
    }

    .uicon-car:before {
      content: "\e60c"
    }

    .uicon-car-fill:before {
      content: "\e636"
    }

    .uicon-warning:before {
      content: "\e694"
    }

    .uicon-warning-fill:before {
      content: "\e64d"
    }

    .uicon-search:before {
      content: "\e62a"
    }

    .uicon-baidu-circle-fill:before {
      content: "\e680"
    }

    .uicon-baidu:before {
      content: "\e681"
    }

    .uicon-facebook:before {
      content: "\e689"
    }

    .uicon-facebook-circle-fill:before {
      content: "\e68a"
    }

    .uicon-qzone:before {
      content: "\e695"
    }

    .uicon-qzone-circle-fill:before {
      content: "\e696"
    }

    .uicon-moments-circel-fill:before {
      content: "\e69a"
    }

    .uicon-moments:before {
      content: "\e69b"
    }

    .uicon-qq-circle-fill:before {
      content: "\e6a0"
    }

    .uicon-qq-fill:before {
      content: "\e6a1"
    }

    .uicon-weibo:before {
      content: "\e6a4"
    }

    .uicon-weibo-circle-fill:before {
      content: "\e6a5"
    }

    .uicon-taobao:before {
      content: "\e6a6"
    }

    .uicon-taobao-circle-fill:before {
      content: "\e6a7"
    }

    .uicon-twitter:before {
      content: "\e6aa"
    }

    .uicon-twitter-circle-fill:before {
      content: "\e6ab"
    }

    .uicon-weixin-circle-fill:before {
      content: "\e6b1"
    }

    .uicon-weixin-fill:before {
      content: "\e6b2"
    }

    .uicon-zhifubao-circle-fill:before {
      content: "\e6b8"
    }

    .uicon-zhifubao:before {
      content: "\e6b9"
    }

    .uicon-zhihu:before {
      content: "\e6ba"
    }

    .uicon-zhihu-circle-fill:before {
      content: "\e709"
    }

    .uicon-list:before {
      content: "\e650"
    }

    .uicon-list-dot:before {
      content: "\e616"
    }

    .uicon-setting:before {
      content: "\e61f"
    }

    .uicon-bell:before {
      content: "\e609"
    }

    .uicon-bell-fill:before {
      content: "\e640"
    }

    .uicon-attach:before {
      content: "\e632"
    }

    .uicon-shopping-cart:before {
      content: "\e621"
    }

    .uicon-shopping-cart-fill:before {
      content: "\e65d"
    }

    .uicon-tags:before {
      content: "\e629"
    }

    .uicon-share:before {
      content: "\e631"
    }

    .uicon-question-circle-fill:before {
      content: "\e666"
    }

    .uicon-question-circle:before {
      content: "\e625"
    }

    .uicon-error-circle:before {
      content: "\e624"
    }

    .uicon-checkmark-circle:before {
      content: "\e63d"
    }

    .uicon-close-circle:before {
      content: "\e63f"
    }

    .uicon-info-circle:before {
      content: "\e660"
    }

    .uicon-md-person-add:before {
      content: "\e6e4"
    }

    .uicon-md-person-fill:before {
      content: "\e6ea"
    }

    .uicon-bag-fill:before {
      content: "\e617"
    }

    .uicon-bag:before {
      content: "\e619"
    }

    .uicon-chat-fill:before {
      content: "\e61e"
    }

    .uicon-chat:before {
      content: "\e620"
    }

    .uicon-more-circle:before {
      content: "\e63e"
    }

    .uicon-more-circle-fill:before {
      content: "\e645"
    }

    .uicon-volume:before {
      content: "\e66c"
    }

    .uicon-volume-fill:before {
      content: "\e670"
    }

    .uicon-reload:before {
      content: "\e788"
    }

    .uicon-camera:before {
      content: "\e7d7"
    }

    .uicon-heart:before {
      content: "\e7df"
    }

    .uicon-heart-fill:before {
      content: "\e851"
    }

    .uicon-minus-square-fill:before {
      content: "\e855"
    }

    .uicon-plus-square-fill:before {
      content: "\e856"
    }

    .uicon-pushpin-fill:before {
      content: "\e86e"
    }

    .uicon-camera-fill:before {
      content: "\e870"
    }

    .uicon-setting-fill:before {
      content: "\e872"
    }

    .uicon-google:before {
      content: "\e87a"
    }

    .uicon-ie:before {
      content: "\e87b"
    }

    .uicon-apple-fill:before {
      content: "\e881"
    }

    .uicon-chrome-circle-fill:before {
      content: "\e885"
    }

    .uicon-github-circle-fill:before {
      content: "\e887"
    }

    .uicon-IE-circle-fill:before {
      content: "\e889"
    }

    .uicon-google-circle-fill:before {
      content: "\e88a"
    }

    .uicon-arrow-down:before {
      content: "\e60d"
    }

    .uicon-arrow-left:before {
      content: "\e60e"
    }

    .uicon-map:before {
      content: "\e61d"
    }

    .uicon-man-add-fill:before {
      content: "\e64c"
    }

    .uicon-tags-fill:before {
      content: "\e651"
    }

    .uicon-arrow-leftward:before {
      content: "\e601"
    }

    .uicon-arrow-rightward:before {
      content: "\e603"
    }

    .uicon-arrow-downward:before {
      content: "\e604"
    }

    .uicon-arrow-right:before {
      content: "\e605"
    }

    .uicon-arrow-up:before {
      content: "\e606"
    }

    .uicon-arrow-upward:before {
      content: "\e607"
    }

    .uicon-bookmark:before {
      content: "\e60a"
    }

    .uicon-eye:before {
      content: "\e613"
    }

    .uicon-man-delete:before {
      content: "\e61a"
    }

    .uicon-man-add:before {
      content: "\e61c"
    }

    .uicon-trash:before {
      content: "\e623"
    }

    .uicon-error-circle-fill:before {
      content: "\e62c"
    }

    .uicon-calendar-fill:before {
      content: "\e634"
    }

    .uicon-checkmark-circle-fill:before {
      content: "\e635"
    }

    .uicon-close-circle-fill:before {
      content: "\e637"
    }

    .uicon-clock-fill:before {
      content: "\e638"
    }

    .uicon-checkmark:before {
      content: "\e63a"
    }

    .uicon-download:before {
      content: "\e63c"
    }

    .uicon-eye-fill:before {
      content: "\e641"
    }

    .uicon-mic-off:before {
      content: "\e649"
    }

    .uicon-mic:before {
      content: "\e64a"
    }

    .uicon-info-circle-fill:before {
      content: "\e64b"
    }

    .uicon-map-fill:before {
      content: "\e64e"
    }

    .uicon-trash-fill:before {
      content: "\e658"
    }

    .uicon-volume-off-fill:before {
      content: "\e659"
    }

    .uicon-volume-up-fill:before {
      content: "\e65a"
    }

    .uicon-share-fill:before {
      content: "\e65e"
    }

    @font-face {
      font-family: uk-iconfont;
      /* Project id 4405111 */
      src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff"), url(/static/fonts/iconfont.0a1bcab7.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-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"
    }

    .u-relative,
    .u-rela {
      position: relative
    }

    .u-absolute,
    .u-abso {
      position: absolute
    }

    uni-image {
      display: inline-block
    }

    uni-view,
    uni-text {
      box-sizing: border-box
    }

    .u-font-xs {
      font-size: 11px
    }

    .u-font-sm {
      font-size: 13px
    }

    .u-font-md {
      font-size: 14px
    }

    .u-font-lg {
      font-size: 15px
    }

    .u-font-xl {
      font-size: 17px
    }

    .u-flex {
      display: flex;
      flex-direction: row;
      align-items: center
    }

    .u-flex-wrap {
      flex-wrap: wrap
    }

    .u-flex-nowrap {
      flex-wrap: nowrap
    }

    .u-col-center {
      align-items: center
    }

    .u-col-top {
      align-items: flex-start
    }

    .u-col-bottom {
      align-items: flex-end
    }

    .u-row-center {
      justify-content: center
    }

    .u-row-left {
      justify-content: flex-start
    }

    .u-row-right {
      justify-content: flex-end
    }

    .u-row-between {
      justify-content: space-between
    }

    .u-row-around {
      justify-content: space-around
    }

    .u-text-left {
      text-align: left
    }

    .u-text-center {
      text-align: center
    }

    .u-text-right {
      text-align: right
    }

    .u-flex-col {
      display: flex;
      flex-direction: column
    }

    /**
* 弹性盒三段式布局
*/
    .page_box {
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow-x: hidden;
      background: #f3f4f6
    }

    .scroll-box {
      flex: 1;
      height: 100%;
      position: relative
    }

    .content_box {
      flex: 1;
      overflow-y: auto
    }

    /**
* 溢出省略号
* @param {Number} 行数
*/
    .u-ellipsis-1 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .u-ellipsis-2 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-3 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-4 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-5 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-6 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-7 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-8 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-9 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 9;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-10 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-11 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 11;
      -webkit-box-orient: vertical
    }

    .u-ellipsis-12 {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 12;
      -webkit-box-orient: vertical
    }

    .u-flex-0 {
      flex: 0
    }

    .u-flex-1 {
      flex: 1
    }

    .u-flex-2 {
      flex: 2
    }

    .u-flex-3 {
      flex: 3
    }

    .u-flex-4 {
      flex: 4
    }

    .u-flex-5 {
      flex: 5
    }

    .u-flex-6 {
      flex: 6
    }

    .u-flex-7 {
      flex: 7
    }

    .u-flex-8 {
      flex: 8
    }

    .u-flex-9 {
      flex: 9
    }

    .u-flex-10 {
      flex: 10
    }

    .u-flex-11 {
      flex: 11
    }

    .u-flex-12 {
      flex: 12
    }

    .u-font-9 {
      font-size: 9px
    }

    .u-font-10 {
      font-size: 10px
    }

    .u-font-11 {
      font-size: 11px
    }

    .u-font-12 {
      font-size: 12px
    }

    .u-font-13 {
      font-size: 13px
    }

    .u-font-14 {
      font-size: 14px
    }

    .u-font-15 {
      font-size: 15px
    }

    .u-font-16 {
      font-size: 16px
    }

    .u-font-17 {
      font-size: 17px
    }

    .u-font-18 {
      font-size: 18px
    }

    .u-font-19 {
      font-size: 19px
    }

    .u-font-20 {
      font-size: 10px
    }

    .u-font-21 {
      font-size: 10px
    }

    .u-font-22 {
      font-size: 11px
    }

    .u-font-23 {
      font-size: 11px
    }

    .u-font-24 {
      font-size: 12px
    }

    .u-font-25 {
      font-size: 13px
    }

    .u-font-26 {
      font-size: 13px
    }

    .u-font-27 {
      font-size: 14px
    }

    .u-font-28 {
      font-size: 14px
    }

    .u-font-29 {
      font-size: 15px
    }

    .u-font-30 {
      font-size: 15px
    }

    .u-font-31 {
      font-size: 16px
    }

    .u-font-32 {
      font-size: 16px
    }

    .u-font-33 {
      font-size: 17px
    }

    .u-font-34 {
      font-size: 17px
    }

    .u-font-35 {
      font-size: 18px
    }

    .u-font-36 {
      font-size: 18px
    }

    .u-font-37 {
      font-size: 19px
    }

    .u-font-38 {
      font-size: 19px
    }

    .u-font-39 {
      font-size: 20px
    }

    .u-font-40 {
      font-size: 20px
    }

    .u-margin-0,
    .u-m-0 {
      margin: 0px !important
    }

    .u-m-x-0 {
      margin-left: 0px !important;
      margin-right: 0px !important
    }

    .u-m-y-0 {
      margin-top: 0px !important;
      margin-bottom: 0px !important
    }

    .u-padding-0,
    .u-p-0 {
      padding: 0px !important
    }

    .u-p-x-0 {
      padding-left: 0px !important;
      padding-right: 0px !important
    }

    .u-p-y-0 {
      padding-top: 0px !important;
      padding-bottom: 0px !important
    }

    .u-m-l-0 {
      margin-left: 0px !important
    }

    .u-p-l-0 {
      padding-left: 0px !important
    }

    .u-margin-left-0 {
      margin-left: 0px !important
    }

    .u-padding-left-0 {
      padding-left: 0px !important
    }

    .u-m-t-0 {
      margin-top: 0px !important
    }

    .u-p-t-0 {
      padding-top: 0px !important
    }

    .u-margin-top-0 {
      margin-top: 0px !important
    }

    .u-padding-top-0 {
      padding-top: 0px !important
    }

    .u-m-r-0 {
      margin-right: 0px !important
    }

    .u-p-r-0 {
      padding-right: 0px !important
    }

    .u-margin-right-0 {
      margin-right: 0px !important
    }

    .u-padding-right-0 {
      padding-right: 0px !important
    }

    .u-m-b-0 {
      margin-bottom: 0px !important
    }

    .u-p-b-0 {
      padding-bottom: 0px !important
    }

    .u-margin-bottom-0 {
      margin-bottom: 0px !important
    }

    .u-padding-bottom-0 {
      padding-bottom: 0px !important
    }

    .u-margin-2,
    .u-m-2 {
      margin: 1px !important
    }

    .u-m-x-2 {
      margin-left: 1px !important;
      margin-right: 1px !important
    }

    .u-m-y-2 {
      margin-top: 1px !important;
      margin-bottom: 1px !important
    }

    .u-padding-2,
    .u-p-2 {
      padding: 1px !important
    }

    .u-p-x-2 {
      padding-left: 1px !important;
      padding-right: 1px !important
    }

    .u-p-y-2 {
      padding-top: 1px !important;
      padding-bottom: 1px !important
    }

    .u-m-l-2 {
      margin-left: 1px !important
    }

    .u-p-l-2 {
      padding-left: 1px !important
    }

    .u-margin-left-2 {
      margin-left: 1px !important
    }

    .u-padding-left-2 {
      padding-left: 1px !important
    }

    .u-m-t-2 {
      margin-top: 1px !important
    }

    .u-p-t-2 {
      padding-top: 1px !important
    }

    .u-margin-top-2 {
      margin-top: 1px !important
    }

    .u-padding-top-2 {
      padding-top: 1px !important
    }

    .u-m-r-2 {
      margin-right: 1px !important
    }

    .u-p-r-2 {
      padding-right: 1px !important
    }

    .u-margin-right-2 {
      margin-right: 1px !important
    }

    .u-padding-right-2 {
      padding-right: 1px !important
    }

    .u-m-b-2 {
      margin-bottom: 1px !important
    }

    .u-p-b-2 {
      padding-bottom: 1px !important
    }

    .u-margin-bottom-2 {
      margin-bottom: 1px !important
    }

    .u-padding-bottom-2 {
      padding-bottom: 1px !important
    }

    .u-margin-4,
    .u-m-4 {
      margin: 2px !important
    }

    .u-m-x-4 {
      margin-left: 2px !important;
      margin-right: 2px !important
    }

    .u-m-y-4 {
      margin-top: 2px !important;
      margin-bottom: 2px !important
    }

    .u-padding-4,
    .u-p-4 {
      padding: 2px !important
    }

    .u-p-x-4 {
      padding-left: 2px !important;
      padding-right: 2px !important
    }

    .u-p-y-4 {
      padding-top: 2px !important;
      padding-bottom: 2px !important
    }

    .u-m-l-4 {
      margin-left: 2px !important
    }

    .u-p-l-4 {
      padding-left: 2px !important
    }

    .u-margin-left-4 {
      margin-left: 2px !important
    }

    .u-padding-left-4 {
      padding-left: 2px !important
    }

    .u-m-t-4 {
      margin-top: 2px !important
    }

    .u-p-t-4 {
      padding-top: 2px !important
    }

    .u-margin-top-4 {
      margin-top: 2px !important
    }

    .u-padding-top-4 {
      padding-top: 2px !important
    }

    .u-m-r-4 {
      margin-right: 2px !important
    }

    .u-p-r-4 {
      padding-right: 2px !important
    }

    .u-margin-right-4 {
      margin-right: 2px !important
    }

    .u-padding-right-4 {
      padding-right: 2px !important
    }

    .u-m-b-4 {
      margin-bottom: 2px !important
    }

    .u-p-b-4 {
      padding-bottom: 2px !important
    }

    .u-margin-bottom-4 {
      margin-bottom: 2px !important
    }

    .u-padding-bottom-4 {
      padding-bottom: 2px !important
    }

    .u-margin-5,
    .u-m-5 {
      margin: 2px !important
    }

    .u-m-x-5 {
      margin-left: 2px !important;
      margin-right: 2px !important
    }

    .u-m-y-5 {
      margin-top: 2px !important;
      margin-bottom: 2px !important
    }

    .u-padding-5,
    .u-p-5 {
      padding: 2px !important
    }

    .u-p-x-5 {
      padding-left: 2px !important;
      padding-right: 2px !important
    }

    .u-p-y-5 {
      padding-top: 2px !important;
      padding-bottom: 2px !important
    }

    .u-m-l-5 {
      margin-left: 2px !important
    }

    .u-p-l-5 {
      padding-left: 2px !important
    }

    .u-margin-left-5 {
      margin-left: 2px !important
    }

    .u-padding-left-5 {
      padding-left: 2px !important
    }

    .u-m-t-5 {
      margin-top: 2px !important
    }

    .u-p-t-5 {
      padding-top: 2px !important
    }

    .u-margin-top-5 {
      margin-top: 2px !important
    }

    .u-padding-top-5 {
      padding-top: 2px !important
    }

    .u-m-r-5 {
      margin-right: 2px !important
    }

    .u-p-r-5 {
      padding-right: 2px !important
    }

    .u-margin-right-5 {
      margin-right: 2px !important
    }

    .u-padding-right-5 {
      padding-right: 2px !important
    }

    .u-m-b-5 {
      margin-bottom: 2px !important
    }

    .u-p-b-5 {
      padding-bottom: 2px !important
    }

    .u-margin-bottom-5 {
      margin-bottom: 2px !important
    }

    .u-padding-bottom-5 {
      padding-bottom: 2px !important
    }

    .u-margin-6,
    .u-m-6 {
      margin: 3px !important
    }

    .u-m-x-6 {
      margin-left: 3px !important;
      margin-right: 3px !important
    }

    .u-m-y-6 {
      margin-top: 3px !important;
      margin-bottom: 3px !important
    }

    .u-padding-6,
    .u-p-6 {
      padding: 3px !important
    }

    .u-p-x-6 {
      padding-left: 3px !important;
      padding-right: 3px !important
    }

    .u-p-y-6 {
      padding-top: 3px !important;
      padding-bottom: 3px !important
    }

    .u-m-l-6 {
      margin-left: 3px !important
    }

    .u-p-l-6 {
      padding-left: 3px !important
    }

    .u-margin-left-6 {
      margin-left: 3px !important
    }

    .u-padding-left-6 {
      padding-left: 3px !important
    }

    .u-m-t-6 {
      margin-top: 3px !important
    }

    .u-p-t-6 {
      padding-top: 3px !important
    }

    .u-margin-top-6 {
      margin-top: 3px !important
    }

    .u-padding-top-6 {
      padding-top: 3px !important
    }

    .u-m-r-6 {
      margin-right: 3px !important
    }

    .u-p-r-6 {
      padding-right: 3px !important
    }

    .u-margin-right-6 {
      margin-right: 3px !important
    }

    .u-padding-right-6 {
      padding-right: 3px !important
    }

    .u-m-b-6 {
      margin-bottom: 3px !important
    }

    .u-p-b-6 {
      padding-bottom: 3px !important
    }

    .u-margin-bottom-6 {
      margin-bottom: 3px !important
    }

    .u-padding-bottom-6 {
      padding-bottom: 3px !important
    }

    .u-margin-8,
    .u-m-8 {
      margin: 4px !important
    }

    .u-m-x-8 {
      margin-left: 4px !important;
      margin-right: 4px !important
    }

    .u-m-y-8 {
      margin-top: 4px !important;
      margin-bottom: 4px !important
    }

    .u-padding-8,
    .u-p-8 {
      padding: 4px !important
    }

    .u-p-x-8 {
      padding-left: 4px !important;
      padding-right: 4px !important
    }

    .u-p-y-8 {
      padding-top: 4px !important;
      padding-bottom: 4px !important
    }

    .u-m-l-8 {
      margin-left: 4px !important
    }

    .u-p-l-8 {
      padding-left: 4px !important
    }

    .u-margin-left-8 {
      margin-left: 4px !important
    }

    .u-padding-left-8 {
      padding-left: 4px !important
    }

    .u-m-t-8 {
      margin-top: 4px !important
    }

    .u-p-t-8 {
      padding-top: 4px !important
    }

    .u-margin-top-8 {
      margin-top: 4px !important
    }

    .u-padding-top-8 {
      padding-top: 4px !important
    }

    .u-m-r-8 {
      margin-right: 4px !important
    }

    .u-p-r-8 {
      padding-right: 4px !important
    }

    .u-margin-right-8 {
      margin-right: 4px !important
    }

    .u-padding-right-8 {
      padding-right: 4px !important
    }

    .u-m-b-8 {
      margin-bottom: 4px !important
    }

    .u-p-b-8 {
      padding-bottom: 4px !important
    }

    .u-margin-bottom-8 {
      margin-bottom: 4px !important
    }

    .u-padding-bottom-8 {
      padding-bottom: 4px !important
    }

    .u-margin-10,
    .u-m-10 {
      margin: 5px !important
    }

    .u-m-x-10 {
      margin-left: 5px !important;
      margin-right: 5px !important
    }

    .u-m-y-10 {
      margin-top: 5px !important;
      margin-bottom: 5px !important
    }

    .u-padding-10,
    .u-p-10 {
      padding: 5px !important
    }

    .u-p-x-10 {
      padding-left: 5px !important;
      padding-right: 5px !important
    }

    .u-p-y-10 {
      padding-top: 5px !important;
      padding-bottom: 5px !important
    }

    .u-m-l-10 {
      margin-left: 5px !important
    }

    .u-p-l-10 {
      padding-left: 5px !important
    }

    .u-margin-left-10 {
      margin-left: 5px !important
    }

    .u-padding-left-10 {
      padding-left: 5px !important
    }

    .u-m-t-10 {
      margin-top: 5px !important
    }

    .u-p-t-10 {
      padding-top: 5px !important
    }

    .u-margin-top-10 {
      margin-top: 5px !important
    }

    .u-padding-top-10 {
      padding-top: 5px !important
    }

    .u-m-r-10 {
      margin-right: 5px !important
    }

    .u-p-r-10 {
      padding-right: 5px !important
    }

    .u-margin-right-10 {
      margin-right: 5px !important
    }

    .u-padding-right-10 {
      padding-right: 5px !important
    }

    .u-m-b-10 {
      margin-bottom: 5px !important
    }

    .u-p-b-10 {
      padding-bottom: 5px !important
    }

    .u-margin-bottom-10 {
      margin-bottom: 5px !important
    }

    .u-padding-bottom-10 {
      padding-bottom: 5px !important
    }

    .u-margin-12,
    .u-m-12 {
      margin: 6px !important
    }

    .u-m-x-12 {
      margin-left: 6px !important;
      margin-right: 6px !important
    }

    .u-m-y-12 {
      margin-top: 6px !important;
      margin-bottom: 6px !important
    }

    .u-padding-12,
    .u-p-12 {
      padding: 6px !important
    }

    .u-p-x-12 {
      padding-left: 6px !important;
      padding-right: 6px !important
    }

    .u-p-y-12 {
      padding-top: 6px !important;
      padding-bottom: 6px !important
    }

    .u-m-l-12 {
      margin-left: 6px !important
    }

    .u-p-l-12 {
      padding-left: 6px !important
    }

    .u-margin-left-12 {
      margin-left: 6px !important
    }

    .u-padding-left-12 {
      padding-left: 6px !important
    }

    .u-m-t-12 {
      margin-top: 6px !important
    }

    .u-p-t-12 {
      padding-top: 6px !important
    }

    .u-margin-top-12 {
      margin-top: 6px !important
    }

    .u-padding-top-12 {
      padding-top: 6px !important
    }

    .u-m-r-12 {
      margin-right: 6px !important
    }

    .u-p-r-12 {
      padding-right: 6px !important
    }

    .u-margin-right-12 {
      margin-right: 6px !important
    }

    .u-padding-right-12 {
      padding-right: 6px !important
    }

    .u-m-b-12 {
      margin-bottom: 6px !important
    }

    .u-p-b-12 {
      padding-bottom: 6px !important
    }

    .u-margin-bottom-12 {
      margin-bottom: 6px !important
    }

    .u-padding-bottom-12 {
      padding-bottom: 6px !important
    }

    .u-margin-14,
    .u-m-14 {
      margin: 7px !important
    }

    .u-m-x-14 {
      margin-left: 7px !important;
      margin-right: 7px !important
    }

    .u-m-y-14 {
      margin-top: 7px !important;
      margin-bottom: 7px !important
    }

    .u-padding-14,
    .u-p-14 {
      padding: 7px !important
    }

    .u-p-x-14 {
      padding-left: 7px !important;
      padding-right: 7px !important
    }

    .u-p-y-14 {
      padding-top: 7px !important;
      padding-bottom: 7px !important
    }

    .u-m-l-14 {
      margin-left: 7px !important
    }

    .u-p-l-14 {
      padding-left: 7px !important
    }

    .u-margin-left-14 {
      margin-left: 7px !important
    }

    .u-padding-left-14 {
      padding-left: 7px !important
    }

    .u-m-t-14 {
      margin-top: 7px !important
    }

    .u-p-t-14 {
      padding-top: 7px !important
    }

    .u-margin-top-14 {
      margin-top: 7px !important
    }

    .u-padding-top-14 {
      padding-top: 7px !important
    }

    .u-m-r-14 {
      margin-right: 7px !important
    }

    .u-p-r-14 {
      padding-right: 7px !important
    }

    .u-margin-right-14 {
      margin-right: 7px !important
    }

    .u-padding-right-14 {
      padding-right: 7px !important
    }

    .u-m-b-14 {
      margin-bottom: 7px !important
    }

    .u-p-b-14 {
      padding-bottom: 7px !important
    }

    .u-margin-bottom-14 {
      margin-bottom: 7px !important
    }

    .u-padding-bottom-14 {
      padding-bottom: 7px !important
    }

    .u-margin-15,
    .u-m-15 {
      margin: 7px !important
    }

    .u-m-x-15 {
      margin-left: 7px !important;
      margin-right: 7px !important
    }

    .u-m-y-15 {
      margin-top: 7px !important;
      margin-bottom: 7px !important
    }

    .u-padding-15,
    .u-p-15 {
      padding: 7px !important
    }

    .u-p-x-15 {
      padding-left: 7px !important;
      padding-right: 7px !important
    }

    .u-p-y-15 {
      padding-top: 7px !important;
      padding-bottom: 7px !important
    }

    .u-m-l-15 {
      margin-left: 7px !important
    }

    .u-p-l-15 {
      padding-left: 7px !important
    }

    .u-margin-left-15 {
      margin-left: 7px !important
    }

    .u-padding-left-15 {
      padding-left: 7px !important
    }

    .u-m-t-15 {
      margin-top: 7px !important
    }

    .u-p-t-15 {
      padding-top: 7px !important
    }

    .u-margin-top-15 {
      margin-top: 7px !important
    }

    .u-padding-top-15 {
      padding-top: 7px !important
    }

    .u-m-r-15 {
      margin-right: 7px !important
    }

    .u-p-r-15 {
      padding-right: 7px !important
    }

    .u-margin-right-15 {
      margin-right: 7px !important
    }

    .u-padding-right-15 {
      padding-right: 7px !important
    }

    .u-m-b-15 {
      margin-bottom: 7px !important
    }

    .u-p-b-15 {
      padding-bottom: 7px !important
    }

    .u-margin-bottom-15 {
      margin-bottom: 7px !important
    }

    .u-padding-bottom-15 {
      padding-bottom: 7px !important
    }

    .u-margin-16,
    .u-m-16 {
      margin: 8px !important
    }

    .u-m-x-16 {
      margin-left: 8px !important;
      margin-right: 8px !important
    }

    .u-m-y-16 {
      margin-top: 8px !important;
      margin-bottom: 8px !important
    }

    .u-padding-16,
    .u-p-16 {
      padding: 8px !important
    }

    .u-p-x-16 {
      padding-left: 8px !important;
      padding-right: 8px !important
    }

    .u-p-y-16 {
      padding-top: 8px !important;
      padding-bottom: 8px !important
    }

    .u-m-l-16 {
      margin-left: 8px !important
    }

    .u-p-l-16 {
      padding-left: 8px !important
    }

    .u-margin-left-16 {
      margin-left: 8px !important
    }

    .u-padding-left-16 {
      padding-left: 8px !important
    }

    .u-m-t-16 {
      margin-top: 8px !important
    }

    .u-p-t-16 {
      padding-top: 8px !important
    }

    .u-margin-top-16 {
      margin-top: 8px !important
    }

    .u-padding-top-16 {
      padding-top: 8px !important
    }

    .u-m-r-16 {
      margin-right: 8px !important
    }

    .u-p-r-16 {
      padding-right: 8px !important
    }

    .u-margin-right-16 {
      margin-right: 8px !important
    }

    .u-padding-right-16 {
      padding-right: 8px !important
    }

    .u-m-b-16 {
      margin-bottom: 8px !important
    }

    .u-p-b-16 {
      padding-bottom: 8px !important
    }

    .u-margin-bottom-16 {
      margin-bottom: 8px !important
    }

    .u-padding-bottom-16 {
      padding-bottom: 8px !important
    }

    .u-margin-18,
    .u-m-18 {
      margin: 9px !important
    }

    .u-m-x-18 {
      margin-left: 9px !important;
      margin-right: 9px !important
    }

    .u-m-y-18 {
      margin-top: 9px !important;
      margin-bottom: 9px !important
    }

    .u-padding-18,
    .u-p-18 {
      padding: 9px !important
    }

    .u-p-x-18 {
      padding-left: 9px !important;
      padding-right: 9px !important
    }

    .u-p-y-18 {
      padding-top: 9px !important;
      padding-bottom: 9px !important
    }

    .u-m-l-18 {
      margin-left: 9px !important
    }

    .u-p-l-18 {
      padding-left: 9px !important
    }

    .u-margin-left-18 {
      margin-left: 9px !important
    }

    .u-padding-left-18 {
      padding-left: 9px !important
    }

    .u-m-t-18 {
      margin-top: 9px !important
    }

    .u-p-t-18 {
      padding-top: 9px !important
    }

    .u-margin-top-18 {
      margin-top: 9px !important
    }

    .u-padding-top-18 {
      padding-top: 9px !important
    }

    .u-m-r-18 {
      margin-right: 9px !important
    }

    .u-p-r-18 {
      padding-right: 9px !important
    }

    .u-margin-right-18 {
      margin-right: 9px !important
    }

    .u-padding-right-18 {
      padding-right: 9px !important
    }

    .u-m-b-18 {
      margin-bottom: 9px !important
    }

    .u-p-b-18 {
      padding-bottom: 9px !important
    }

    .u-margin-bottom-18 {
      margin-bottom: 9px !important
    }

    .u-padding-bottom-18 {
      padding-bottom: 9px !important
    }

    .u-margin-20,
    .u-m-20 {
      margin: 10px !important
    }

    .u-m-x-20 {
      margin-left: 10px !important;
      margin-right: 10px !important
    }

    .u-m-y-20 {
      margin-top: 10px !important;
      margin-bottom: 10px !important
    }

    .u-padding-20,
    .u-p-20 {
      padding: 10px !important
    }

    .u-p-x-20 {
      padding-left: 10px !important;
      padding-right: 10px !important
    }

    .u-p-y-20 {
      padding-top: 10px !important;
      padding-bottom: 10px !important
    }

    .u-m-l-20 {
      margin-left: 10px !important
    }

    .u-p-l-20 {
      padding-left: 10px !important
    }

    .u-margin-left-20 {
      margin-left: 10px !important
    }

    .u-padding-left-20 {
      padding-left: 10px !important
    }

    .u-m-t-20 {
      margin-top: 10px !important
    }

    .u-p-t-20 {
      padding-top: 10px !important
    }

    .u-margin-top-20 {
      margin-top: 10px !important
    }

    .u-padding-top-20 {
      padding-top: 10px !important
    }

    .u-m-r-20 {
      margin-right: 10px !important
    }

    .u-p-r-20 {
      padding-right: 10px !important
    }

    .u-margin-right-20 {
      margin-right: 10px !important
    }

    .u-padding-right-20 {
      padding-right: 10px !important
    }

    .u-m-b-20 {
      margin-bottom: 10px !important
    }

    .u-p-b-20 {
      padding-bottom: 10px !important
    }

    .u-margin-bottom-20 {
      margin-bottom: 10px !important
    }

    .u-padding-bottom-20 {
      padding-bottom: 10px !important
    }

    .u-margin-22,
    .u-m-22 {
      margin: 11px !important
    }

    .u-m-x-22 {
      margin-left: 11px !important;
      margin-right: 11px !important
    }

    .u-m-y-22 {
      margin-top: 11px !important;
      margin-bottom: 11px !important
    }

    .u-padding-22,
    .u-p-22 {
      padding: 11px !important
    }

    .u-p-x-22 {
      padding-left: 11px !important;
      padding-right: 11px !important
    }

    .u-p-y-22 {
      padding-top: 11px !important;
      padding-bottom: 11px !important
    }

    .u-m-l-22 {
      margin-left: 11px !important
    }

    .u-p-l-22 {
      padding-left: 11px !important
    }

    .u-margin-left-22 {
      margin-left: 11px !important
    }

    .u-padding-left-22 {
      padding-left: 11px !important
    }

    .u-m-t-22 {
      margin-top: 11px !important
    }

    .u-p-t-22 {
      padding-top: 11px !important
    }

    .u-margin-top-22 {
      margin-top: 11px !important
    }

    .u-padding-top-22 {
      padding-top: 11px !important
    }

    .u-m-r-22 {
      margin-right: 11px !important
    }

    .u-p-r-22 {
      padding-right: 11px !important
    }

    .u-margin-right-22 {
      margin-right: 11px !important
    }

    .u-padding-right-22 {
      padding-right: 11px !important
    }

    .u-m-b-22 {
      margin-bottom: 11px !important
    }

    .u-p-b-22 {
      padding-bottom: 11px !important
    }

    .u-margin-bottom-22 {
      margin-bottom: 11px !important
    }

    .u-padding-bottom-22 {
      padding-bottom: 11px !important
    }

    .u-margin-24,
    .u-m-24 {
      margin: 12px !important
    }

    .u-m-x-24 {
      margin-left: 12px !important;
      margin-right: 12px !important
    }

    .u-m-y-24 {
      margin-top: 12px !important;
      margin-bottom: 12px !important
    }

    .u-padding-24,
    .u-p-24 {
      padding: 12px !important
    }

    .u-p-x-24 {
      padding-left: 12px !important;
      padding-right: 12px !important
    }

    .u-p-y-24 {
      padding-top: 12px !important;
      padding-bottom: 12px !important
    }

    .u-m-l-24 {
      margin-left: 12px !important
    }

    .u-p-l-24 {
      padding-left: 12px !important
    }

    .u-margin-left-24 {
      margin-left: 12px !important
    }

    .u-padding-left-24 {
      padding-left: 12px !important
    }

    .u-m-t-24 {
      margin-top: 12px !important
    }

    .u-p-t-24 {
      padding-top: 12px !important
    }

    .u-margin-top-24 {
      margin-top: 12px !important
    }

    .u-padding-top-24 {
      padding-top: 12px !important
    }

    .u-m-r-24 {
      margin-right: 12px !important
    }

    .u-p-r-24 {
      padding-right: 12px !important
    }

    .u-margin-right-24 {
      margin-right: 12px !important
    }

    .u-padding-right-24 {
      padding-right: 12px !important
    }

    .u-m-b-24 {
      margin-bottom: 12px !important
    }

    .u-p-b-24 {
      padding-bottom: 12px !important
    }

    .u-margin-bottom-24 {
      margin-bottom: 12px !important
    }

    .u-padding-bottom-24 {
      padding-bottom: 12px !important
    }

    .u-margin-25,
    .u-m-25 {
      margin: 13px !important
    }

    .u-m-x-25 {
      margin-left: 13px !important;
      margin-right: 13px !important
    }

    .u-m-y-25 {
      margin-top: 13px !important;
      margin-bottom: 13px !important
    }

    .u-padding-25,
    .u-p-25 {
      padding: 13px !important
    }

    .u-p-x-25 {
      padding-left: 13px !important;
      padding-right: 13px !important
    }

    .u-p-y-25 {
      padding-top: 13px !important;
      padding-bottom: 13px !important
    }

    .u-m-l-25 {
      margin-left: 13px !important
    }

    .u-p-l-25 {
      padding-left: 13px !important
    }

    .u-margin-left-25 {
      margin-left: 13px !important
    }

    .u-padding-left-25 {
      padding-left: 13px !important
    }

    .u-m-t-25 {
      margin-top: 13px !important
    }

    .u-p-t-25 {
      padding-top: 13px !important
    }

    .u-margin-top-25 {
      margin-top: 13px !important
    }

    .u-padding-top-25 {
      padding-top: 13px !important
    }

    .u-m-r-25 {
      margin-right: 13px !important
    }

    .u-p-r-25 {
      padding-right: 13px !important
    }

    .u-margin-right-25 {
      margin-right: 13px !important
    }

    .u-padding-right-25 {
      padding-right: 13px !important
    }

    .u-m-b-25 {
      margin-bottom: 13px !important
    }

    .u-p-b-25 {
      padding-bottom: 13px !important
    }

    .u-margin-bottom-25 {
      margin-bottom: 13px !important
    }

    .u-padding-bottom-25 {
      padding-bottom: 13px !important
    }

    .u-margin-26,
    .u-m-26 {
      margin: 13px !important
    }

    .u-m-x-26 {
      margin-left: 13px !important;
      margin-right: 13px !important
    }

    .u-m-y-26 {
      margin-top: 13px !important;
      margin-bottom: 13px !important
    }

    .u-padding-26,
    .u-p-26 {
      padding: 13px !important
    }

    .u-p-x-26 {
      padding-left: 13px !important;
      padding-right: 13px !important
    }

    .u-p-y-26 {
      padding-top: 13px !important;
      padding-bottom: 13px !important
    }

    .u-m-l-26 {
      margin-left: 13px !important
    }

    .u-p-l-26 {
      padding-left: 13px !important
    }

    .u-margin-left-26 {
      margin-left: 13px !important
    }

    .u-padding-left-26 {
      padding-left: 13px !important
    }

    .u-m-t-26 {
      margin-top: 13px !important
    }

    .u-p-t-26 {
      padding-top: 13px !important
    }

    .u-margin-top-26 {
      margin-top: 13px !important
    }

    .u-padding-top-26 {
      padding-top: 13px !important
    }

    .u-m-r-26 {
      margin-right: 13px !important
    }

    .u-p-r-26 {
      padding-right: 13px !important
    }

    .u-margin-right-26 {
      margin-right: 13px !important
    }

    .u-padding-right-26 {
      padding-right: 13px !important
    }

    .u-m-b-26 {
      margin-bottom: 13px !important
    }

    .u-p-b-26 {
      padding-bottom: 13px !important
    }

    .u-margin-bottom-26 {
      margin-bottom: 13px !important
    }

    .u-padding-bottom-26 {
      padding-bottom: 13px !important
    }

    .u-margin-28,
    .u-m-28 {
      margin: 14px !important
    }

    .u-m-x-28 {
      margin-left: 14px !important;
      margin-right: 14px !important
    }

    .u-m-y-28 {
      margin-top: 14px !important;
      margin-bottom: 14px !important
    }

    .u-padding-28,
    .u-p-28 {
      padding: 14px !important
    }

    .u-p-x-28 {
      padding-left: 14px !important;
      padding-right: 14px !important
    }

    .u-p-y-28 {
      padding-top: 14px !important;
      padding-bottom: 14px !important
    }

    .u-m-l-28 {
      margin-left: 14px !important
    }

    .u-p-l-28 {
      padding-left: 14px !important
    }

    .u-margin-left-28 {
      margin-left: 14px !important
    }

    .u-padding-left-28 {
      padding-left: 14px !important
    }

    .u-m-t-28 {
      margin-top: 14px !important
    }

    .u-p-t-28 {
      padding-top: 14px !important
    }

    .u-margin-top-28 {
      margin-top: 14px !important
    }

    .u-padding-top-28 {
      padding-top: 14px !important
    }

    .u-m-r-28 {
      margin-right: 14px !important
    }

    .u-p-r-28 {
      padding-right: 14px !important
    }

    .u-margin-right-28 {
      margin-right: 14px !important
    }

    .u-padding-right-28 {
      padding-right: 14px !important
    }

    .u-m-b-28 {
      margin-bottom: 14px !important
    }

    .u-p-b-28 {
      padding-bottom: 14px !important
    }

    .u-margin-bottom-28 {
      margin-bottom: 14px !important
    }

    .u-padding-bottom-28 {
      padding-bottom: 14px !important
    }

    .u-margin-30,
    .u-m-30 {
      margin: 15px !important
    }

    .u-m-x-30 {
      margin-left: 15px !important;
      margin-right: 15px !important
    }

    .u-m-y-30 {
      margin-top: 15px !important;
      margin-bottom: 15px !important
    }

    .u-padding-30,
    .u-p-30 {
      padding: 15px !important
    }

    .u-p-x-30 {
      padding-left: 15px !important;
      padding-right: 15px !important
    }

    .u-p-y-30 {
      padding-top: 15px !important;
      padding-bottom: 15px !important
    }

    .u-m-l-30 {
      margin-left: 15px !important
    }

    .u-p-l-30 {
      padding-left: 15px !important
    }

    .u-margin-left-30 {
      margin-left: 15px !important
    }

    .u-padding-left-30 {
      padding-left: 15px !important
    }

    .u-m-t-30 {
      margin-top: 15px !important
    }

    .u-p-t-30 {
      padding-top: 15px !important
    }

    .u-margin-top-30 {
      margin-top: 15px !important
    }

    .u-padding-top-30 {
      padding-top: 15px !important
    }

    .u-m-r-30 {
      margin-right: 15px !important
    }

    .u-p-r-30 {
      padding-right: 15px !important
    }

    .u-margin-right-30 {
      margin-right: 15px !important
    }

    .u-padding-right-30 {
      padding-right: 15px !important
    }

    .u-m-b-30 {
      margin-bottom: 15px !important
    }

    .u-p-b-30 {
      padding-bottom: 15px !important
    }

    .u-margin-bottom-30 {
      margin-bottom: 15px !important
    }

    .u-padding-bottom-30 {
      padding-bottom: 15px !important
    }

    .u-margin-32,
    .u-m-32 {
      margin: 16px !important
    }

    .u-m-x-32 {
      margin-left: 16px !important;
      margin-right: 16px !important
    }

    .u-m-y-32 {
      margin-top: 16px !important;
      margin-bottom: 16px !important
    }

    .u-padding-32,
    .u-p-32 {
      padding: 16px !important
    }

    .u-p-x-32 {
      padding-left: 16px !important;
      padding-right: 16px !important
    }

    .u-p-y-32 {
      padding-top: 16px !important;
      padding-bottom: 16px !important
    }

    .u-m-l-32 {
      margin-left: 16px !important
    }

    .u-p-l-32 {
      padding-left: 16px !important
    }

    .u-margin-left-32 {
      margin-left: 16px !important
    }

    .u-padding-left-32 {
      padding-left: 16px !important
    }

    .u-m-t-32 {
      margin-top: 16px !important
    }

    .u-p-t-32 {
      padding-top: 16px !important
    }

    .u-margin-top-32 {
      margin-top: 16px !important
    }

    .u-padding-top-32 {
      padding-top: 16px !important
    }

    .u-m-r-32 {
      margin-right: 16px !important
    }

    .u-p-r-32 {
      padding-right: 16px !important
    }

    .u-margin-right-32 {
      margin-right: 16px !important
    }

    .u-padding-right-32 {
      padding-right: 16px !important
    }

    .u-m-b-32 {
      margin-bottom: 16px !important
    }

    .u-p-b-32 {
      padding-bottom: 16px !important
    }

    .u-margin-bottom-32 {
      margin-bottom: 16px !important
    }

    .u-padding-bottom-32 {
      padding-bottom: 16px !important
    }

    .u-margin-34,
    .u-m-34 {
      margin: 17px !important
    }

    .u-m-x-34 {
      margin-left: 17px !important;
      margin-right: 17px !important
    }

    .u-m-y-34 {
      margin-top: 17px !important;
      margin-bottom: 17px !important
    }

    .u-padding-34,
    .u-p-34 {
      padding: 17px !important
    }

    .u-p-x-34 {
      padding-left: 17px !important;
      padding-right: 17px !important
    }

    .u-p-y-34 {
      padding-top: 17px !important;
      padding-bottom: 17px !important
    }

    .u-m-l-34 {
      margin-left: 17px !important
    }

    .u-p-l-34 {
      padding-left: 17px !important
    }

    .u-margin-left-34 {
      margin-left: 17px !important
    }

    .u-padding-left-34 {
      padding-left: 17px !important
    }

    .u-m-t-34 {
      margin-top: 17px !important
    }

    .u-p-t-34 {
      padding-top: 17px !important
    }

    .u-margin-top-34 {
      margin-top: 17px !important
    }

    .u-padding-top-34 {
      padding-top: 17px !important
    }

    .u-m-r-34 {
      margin-right: 17px !important
    }

    .u-p-r-34 {
      padding-right: 17px !important
    }

    .u-margin-right-34 {
      margin-right: 17px !important
    }

    .u-padding-right-34 {
      padding-right: 17px !important
    }

    .u-m-b-34 {
      margin-bottom: 17px !important
    }

    .u-p-b-34 {
      padding-bottom: 17px !important
    }

    .u-margin-bottom-34 {
      margin-bottom: 17px !important
    }

    .u-padding-bottom-34 {
      padding-bottom: 17px !important
    }

    .u-margin-35,
    .u-m-35 {
      margin: 18px !important
    }

    .u-m-x-35 {
      margin-left: 18px !important;
      margin-right: 18px !important
    }

    .u-m-y-35 {
      margin-top: 18px !important;
      margin-bottom: 18px !important
    }

    .u-padding-35,
    .u-p-35 {
      padding: 18px !important
    }

    .u-p-x-35 {
      padding-left: 18px !important;
      padding-right: 18px !important
    }

    .u-p-y-35 {
      padding-top: 18px !important;
      padding-bottom: 18px !important
    }

    .u-m-l-35 {
      margin-left: 18px !important
    }

    .u-p-l-35 {
      padding-left: 18px !important
    }

    .u-margin-left-35 {
      margin-left: 18px !important
    }

    .u-padding-left-35 {
      padding-left: 18px !important
    }

    .u-m-t-35 {
      margin-top: 18px !important
    }

    .u-p-t-35 {
      padding-top: 18px !important
    }

    .u-margin-top-35 {
      margin-top: 18px !important
    }

    .u-padding-top-35 {
      padding-top: 18px !important
    }

    .u-m-r-35 {
      margin-right: 18px !important
    }

    .u-p-r-35 {
      padding-right: 18px !important
    }

    .u-margin-right-35 {
      margin-right: 18px !important
    }

    .u-padding-right-35 {
      padding-right: 18px !important
    }

    .u-m-b-35 {
      margin-bottom: 18px !important
    }

    .u-p-b-35 {
      padding-bottom: 18px !important
    }

    .u-margin-bottom-35 {
      margin-bottom: 18px !important
    }

    .u-padding-bottom-35 {
      padding-bottom: 18px !important
    }

    .u-margin-36,
    .u-m-36 {
      margin: 18px !important
    }

    .u-m-x-36 {
      margin-left: 18px !important;
      margin-right: 18px !important
    }

    .u-m-y-36 {
      margin-top: 18px !important;
      margin-bottom: 18px !important
    }

    .u-padding-36,
    .u-p-36 {
      padding: 18px !important
    }

    .u-p-x-36 {
      padding-left: 18px !important;
      padding-right: 18px !important
    }

    .u-p-y-36 {
      padding-top: 18px !important;
      padding-bottom: 18px !important
    }

    .u-m-l-36 {
      margin-left: 18px !important
    }

    .u-p-l-36 {
      padding-left: 18px !important
    }

    .u-margin-left-36 {
      margin-left: 18px !important
    }

    .u-padding-left-36 {
      padding-left: 18px !important
    }

    .u-m-t-36 {
      margin-top: 18px !important
    }

    .u-p-t-36 {
      padding-top: 18px !important
    }

    .u-margin-top-36 {
      margin-top: 18px !important
    }

    .u-padding-top-36 {
      padding-top: 18px !important
    }

    .u-m-r-36 {
      margin-right: 18px !important
    }

    .u-p-r-36 {
      padding-right: 18px !important
    }

    .u-margin-right-36 {
      margin-right: 18px !important
    }

    .u-padding-right-36 {
      padding-right: 18px !important
    }

    .u-m-b-36 {
      margin-bottom: 18px !important
    }

    .u-p-b-36 {
      padding-bottom: 18px !important
    }

    .u-margin-bottom-36 {
      margin-bottom: 18px !important
    }

    .u-padding-bottom-36 {
      padding-bottom: 18px !important
    }

    .u-margin-38,
    .u-m-38 {
      margin: 19px !important
    }

    .u-m-x-38 {
      margin-left: 19px !important;
      margin-right: 19px !important
    }

    .u-m-y-38 {
      margin-top: 19px !important;
      margin-bottom: 19px !important
    }

    .u-padding-38,
    .u-p-38 {
      padding: 19px !important
    }

    .u-p-x-38 {
      padding-left: 19px !important;
      padding-right: 19px !important
    }

    .u-p-y-38 {
      padding-top: 19px !important;
      padding-bottom: 19px !important
    }

    .u-m-l-38 {
      margin-left: 19px !important
    }

    .u-p-l-38 {
      padding-left: 19px !important
    }

    .u-margin-left-38 {
      margin-left: 19px !important
    }

    .u-padding-left-38 {
      padding-left: 19px !important
    }

    .u-m-t-38 {
      margin-top: 19px !important
    }

    .u-p-t-38 {
      padding-top: 19px !important
    }

    .u-margin-top-38 {
      margin-top: 19px !important
    }

    .u-padding-top-38 {
      padding-top: 19px !important
    }

    .u-m-r-38 {
      margin-right: 19px !important
    }

    .u-p-r-38 {
      padding-right: 19px !important
    }

    .u-margin-right-38 {
      margin-right: 19px !important
    }

    .u-padding-right-38 {
      padding-right: 19px !important
    }

    .u-m-b-38 {
      margin-bottom: 19px !important
    }

    .u-p-b-38 {
      padding-bottom: 19px !important
    }

    .u-margin-bottom-38 {
      margin-bottom: 19px !important
    }

    .u-padding-bottom-38 {
      padding-bottom: 19px !important
    }

    .u-margin-40,
    .u-m-40 {
      margin: 20px !important
    }

    .u-m-x-40 {
      margin-left: 20px !important;
      margin-right: 20px !important
    }

    .u-m-y-40 {
      margin-top: 20px !important;
      margin-bottom: 20px !important
    }

    .u-padding-40,
    .u-p-40 {
      padding: 20px !important
    }

    .u-p-x-40 {
      padding-left: 20px !important;
      padding-right: 20px !important
    }

    .u-p-y-40 {
      padding-top: 20px !important;
      padding-bottom: 20px !important
    }

    .u-m-l-40 {
      margin-left: 20px !important
    }

    .u-p-l-40 {
      padding-left: 20px !important
    }

    .u-margin-left-40 {
      margin-left: 20px !important
    }

    .u-padding-left-40 {
      padding-left: 20px !important
    }

    .u-m-t-40 {
      margin-top: 20px !important
    }

    .u-p-t-40 {
      padding-top: 20px !important
    }

    .u-margin-top-40 {
      margin-top: 20px !important
    }

    .u-padding-top-40 {
      padding-top: 20px !important
    }

    .u-m-r-40 {
      margin-right: 20px !important
    }

    .u-p-r-40 {
      padding-right: 20px !important
    }

    .u-margin-right-40 {
      margin-right: 20px !important
    }

    .u-padding-right-40 {
      padding-right: 20px !important
    }

    .u-m-b-40 {
      margin-bottom: 20px !important
    }

    .u-p-b-40 {
      padding-bottom: 20px !important
    }

    .u-margin-bottom-40 {
      margin-bottom: 20px !important
    }

    .u-padding-bottom-40 {
      padding-bottom: 20px !important
    }

    .u-margin-42,
    .u-m-42 {
      margin: 21px !important
    }

    .u-m-x-42 {
      margin-left: 21px !important;
      margin-right: 21px !important
    }

    .u-m-y-42 {
      margin-top: 21px !important;
      margin-bottom: 21px !important
    }

    .u-padding-42,
    .u-p-42 {
      padding: 21px !important
    }

    .u-p-x-42 {
      padding-left: 21px !important;
      padding-right: 21px !important
    }

    .u-p-y-42 {
      padding-top: 21px !important;
      padding-bottom: 21px !important
    }

    .u-m-l-42 {
      margin-left: 21px !important
    }

    .u-p-l-42 {
      padding-left: 21px !important
    }

    .u-margin-left-42 {
      margin-left: 21px !important
    }

    .u-padding-left-42 {
      padding-left: 21px !important
    }

    .u-m-t-42 {
      margin-top: 21px !important
    }

    .u-p-t-42 {
      padding-top: 21px !important
    }

    .u-margin-top-42 {
      margin-top: 21px !important
    }

    .u-padding-top-42 {
      padding-top: 21px !important
    }

    .u-m-r-42 {
      margin-right: 21px !important
    }

    .u-p-r-42 {
      padding-right: 21px !important
    }

    .u-margin-right-42 {
      margin-right: 21px !important
    }

    .u-padding-right-42 {
      padding-right: 21px !important
    }

    .u-m-b-42 {
      margin-bottom: 21px !important
    }

    .u-p-b-42 {
      padding-bottom: 21px !important
    }

    .u-margin-bottom-42 {
      margin-bottom: 21px !important
    }

    .u-padding-bottom-42 {
      padding-bottom: 21px !important
    }

    .u-margin-44,
    .u-m-44 {
      margin: 22px !important
    }

    .u-m-x-44 {
      margin-left: 22px !important;
      margin-right: 22px !important
    }

    .u-m-y-44 {
      margin-top: 22px !important;
      margin-bottom: 22px !important
    }

    .u-padding-44,
    .u-p-44 {
      padding: 22px !important
    }

    .u-p-x-44 {
      padding-left: 22px !important;
      padding-right: 22px !important
    }

    .u-p-y-44 {
      padding-top: 22px !important;
      padding-bottom: 22px !important
    }

    .u-m-l-44 {
      margin-left: 22px !important
    }

    .u-p-l-44 {
      padding-left: 22px !important
    }

    .u-margin-left-44 {
      margin-left: 22px !important
    }

    .u-padding-left-44 {
      padding-left: 22px !important
    }

    .u-m-t-44 {
      margin-top: 22px !important
    }

    .u-p-t-44 {
      padding-top: 22px !important
    }

    .u-margin-top-44 {
      margin-top: 22px !important
    }

    .u-padding-top-44 {
      padding-top: 22px !important
    }

    .u-m-r-44 {
      margin-right: 22px !important
    }

    .u-p-r-44 {
      padding-right: 22px !important
    }

    .u-margin-right-44 {
      margin-right: 22px !important
    }

    .u-padding-right-44 {
      padding-right: 22px !important
    }

    .u-m-b-44 {
      margin-bottom: 22px !important
    }

    .u-p-b-44 {
      padding-bottom: 22px !important
    }

    .u-margin-bottom-44 {
      margin-bottom: 22px !important
    }

    .u-padding-bottom-44 {
      padding-bottom: 22px !important
    }

    .u-margin-45,
    .u-m-45 {
      margin: 23px !important
    }

    .u-m-x-45 {
      margin-left: 23px !important;
      margin-right: 23px !important
    }

    .u-m-y-45 {
      margin-top: 23px !important;
      margin-bottom: 23px !important
    }

    .u-padding-45,
    .u-p-45 {
      padding: 23px !important
    }

    .u-p-x-45 {
      padding-left: 23px !important;
      padding-right: 23px !important
    }

    .u-p-y-45 {
      padding-top: 23px !important;
      padding-bottom: 23px !important
    }

    .u-m-l-45 {
      margin-left: 23px !important
    }

    .u-p-l-45 {
      padding-left: 23px !important
    }

    .u-margin-left-45 {
      margin-left: 23px !important
    }

    .u-padding-left-45 {
      padding-left: 23px !important
    }

    .u-m-t-45 {
      margin-top: 23px !important
    }

    .u-p-t-45 {
      padding-top: 23px !important
    }

    .u-margin-top-45 {
      margin-top: 23px !important
    }

    .u-padding-top-45 {
      padding-top: 23px !important
    }

    .u-m-r-45 {
      margin-right: 23px !important
    }

    .u-p-r-45 {
      padding-right: 23px !important
    }

    .u-margin-right-45 {
      margin-right: 23px !important
    }

    .u-padding-right-45 {
      padding-right: 23px !important
    }

    .u-m-b-45 {
      margin-bottom: 23px !important
    }

    .u-p-b-45 {
      padding-bottom: 23px !important
    }

    .u-margin-bottom-45 {
      margin-bottom: 23px !important
    }

    .u-padding-bottom-45 {
      padding-bottom: 23px !important
    }

    .u-margin-46,
    .u-m-46 {
      margin: 23px !important
    }

    .u-m-x-46 {
      margin-left: 23px !important;
      margin-right: 23px !important
    }

    .u-m-y-46 {
      margin-top: 23px !important;
      margin-bottom: 23px !important
    }

    .u-padding-46,
    .u-p-46 {
      padding: 23px !important
    }

    .u-p-x-46 {
      padding-left: 23px !important;
      padding-right: 23px !important
    }

    .u-p-y-46 {
      padding-top: 23px !important;
      padding-bottom: 23px !important
    }

    .u-m-l-46 {
      margin-left: 23px !important
    }

    .u-p-l-46 {
      padding-left: 23px !important
    }

    .u-margin-left-46 {
      margin-left: 23px !important
    }

    .u-padding-left-46 {
      padding-left: 23px !important
    }

    .u-m-t-46 {
      margin-top: 23px !important
    }

    .u-p-t-46 {
      padding-top: 23px !important
    }

    .u-margin-top-46 {
      margin-top: 23px !important
    }

    .u-padding-top-46 {
      padding-top: 23px !important
    }

    .u-m-r-46 {
      margin-right: 23px !important
    }

    .u-p-r-46 {
      padding-right: 23px !important
    }

    .u-margin-right-46 {
      margin-right: 23px !important
    }

    .u-padding-right-46 {
      padding-right: 23px !important
    }

    .u-m-b-46 {
      margin-bottom: 23px !important
    }

    .u-p-b-46 {
      padding-bottom: 23px !important
    }

    .u-margin-bottom-46 {
      margin-bottom: 23px !important
    }

    .u-padding-bottom-46 {
      padding-bottom: 23px !important
    }

    .u-margin-48,
    .u-m-48 {
      margin: 24px !important
    }

    .u-m-x-48 {
      margin-left: 24px !important;
      margin-right: 24px !important
    }

    .u-m-y-48 {
      margin-top: 24px !important;
      margin-bottom: 24px !important
    }

    .u-padding-48,
    .u-p-48 {
      padding: 24px !important
    }

    .u-p-x-48 {
      padding-left: 24px !important;
      padding-right: 24px !important
    }

    .u-p-y-48 {
      padding-top: 24px !important;
      padding-bottom: 24px !important
    }

    .u-m-l-48 {
      margin-left: 24px !important
    }

    .u-p-l-48 {
      padding-left: 24px !important
    }

    .u-margin-left-48 {
      margin-left: 24px !important
    }

    .u-padding-left-48 {
      padding-left: 24px !important
    }

    .u-m-t-48 {
      margin-top: 24px !important
    }

    .u-p-t-48 {
      padding-top: 24px !important
    }

    .u-margin-top-48 {
      margin-top: 24px !important
    }

    .u-padding-top-48 {
      padding-top: 24px !important
    }

    .u-m-r-48 {
      margin-right: 24px !important
    }

    .u-p-r-48 {
      padding-right: 24px !important
    }

    .u-margin-right-48 {
      margin-right: 24px !important
    }

    .u-padding-right-48 {
      padding-right: 24px !important
    }

    .u-m-b-48 {
      margin-bottom: 24px !important
    }

    .u-p-b-48 {
      padding-bottom: 24px !important
    }

    .u-margin-bottom-48 {
      margin-bottom: 24px !important
    }

    .u-padding-bottom-48 {
      padding-bottom: 24px !important
    }

    .u-margin-50,
    .u-m-50 {
      margin: 26px !important
    }

    .u-m-x-50 {
      margin-left: 26px !important;
      margin-right: 26px !important
    }

    .u-m-y-50 {
      margin-top: 26px !important;
      margin-bottom: 26px !important
    }

    .u-padding-50,
    .u-p-50 {
      padding: 26px !important
    }

    .u-p-x-50 {
      padding-left: 26px !important;
      padding-right: 26px !important
    }

    .u-p-y-50 {
      padding-top: 26px !important;
      padding-bottom: 26px !important
    }

    .u-m-l-50 {
      margin-left: 26px !important
    }

    .u-p-l-50 {
      padding-left: 26px !important
    }

    .u-margin-left-50 {
      margin-left: 26px !important
    }

    .u-padding-left-50 {
      padding-left: 26px !important
    }

    .u-m-t-50 {
      margin-top: 26px !important
    }

    .u-p-t-50 {
      padding-top: 26px !important
    }

    .u-margin-top-50 {
      margin-top: 26px !important
    }

    .u-padding-top-50 {
      padding-top: 26px !important
    }

    .u-m-r-50 {
      margin-right: 26px !important
    }

    .u-p-r-50 {
      padding-right: 26px !important
    }

    .u-margin-right-50 {
      margin-right: 26px !important
    }

    .u-padding-right-50 {
      padding-right: 26px !important
    }

    .u-m-b-50 {
      margin-bottom: 26px !important
    }

    .u-p-b-50 {
      padding-bottom: 26px !important
    }

    .u-margin-bottom-50 {
      margin-bottom: 26px !important
    }

    .u-padding-bottom-50 {
      padding-bottom: 26px !important
    }

    .u-margin-52,
    .u-m-52 {
      margin: 27px !important
    }

    .u-m-x-52 {
      margin-left: 27px !important;
      margin-right: 27px !important
    }

    .u-m-y-52 {
      margin-top: 27px !important;
      margin-bottom: 27px !important
    }

    .u-padding-52,
    .u-p-52 {
      padding: 27px !important
    }

    .u-p-x-52 {
      padding-left: 27px !important;
      padding-right: 27px !important
    }

    .u-p-y-52 {
      padding-top: 27px !important;
      padding-bottom: 27px !important
    }

    .u-m-l-52 {
      margin-left: 27px !important
    }

    .u-p-l-52 {
      padding-left: 27px !important
    }

    .u-margin-left-52 {
      margin-left: 27px !important
    }

    .u-padding-left-52 {
      padding-left: 27px !important
    }

    .u-m-t-52 {
      margin-top: 27px !important
    }

    .u-p-t-52 {
      padding-top: 27px !important
    }

    .u-margin-top-52 {
      margin-top: 27px !important
    }

    .u-padding-top-52 {
      padding-top: 27px !important
    }

    .u-m-r-52 {
      margin-right: 27px !important
    }

    .u-p-r-52 {
      padding-right: 27px !important
    }

    .u-margin-right-52 {
      margin-right: 27px !important
    }

    .u-padding-right-52 {
      padding-right: 27px !important
    }

    .u-m-b-52 {
      margin-bottom: 27px !important
    }

    .u-p-b-52 {
      padding-bottom: 27px !important
    }

    .u-margin-bottom-52 {
      margin-bottom: 27px !important
    }

    .u-padding-bottom-52 {
      padding-bottom: 27px !important
    }

    .u-margin-54,
    .u-m-54 {
      margin: 28px !important
    }

    .u-m-x-54 {
      margin-left: 28px !important;
      margin-right: 28px !important
    }

    .u-m-y-54 {
      margin-top: 28px !important;
      margin-bottom: 28px !important
    }

    .u-padding-54,
    .u-p-54 {
      padding: 28px !important
    }

    .u-p-x-54 {
      padding-left: 28px !important;
      padding-right: 28px !important
    }

    .u-p-y-54 {
      padding-top: 28px !important;
      padding-bottom: 28px !important
    }

    .u-m-l-54 {
      margin-left: 28px !important
    }

    .u-p-l-54 {
      padding-left: 28px !important
    }

    .u-margin-left-54 {
      margin-left: 28px !important
    }

    .u-padding-left-54 {
      padding-left: 28px !important
    }

    .u-m-t-54 {
      margin-top: 28px !important
    }

    .u-p-t-54 {
      padding-top: 28px !important
    }

    .u-margin-top-54 {
      margin-top: 28px !important
    }

    .u-padding-top-54 {
      padding-top: 28px !important
    }

    .u-m-r-54 {
      margin-right: 28px !important
    }

    .u-p-r-54 {
      padding-right: 28px !important
    }

    .u-margin-right-54 {
      margin-right: 28px !important
    }

    .u-padding-right-54 {
      padding-right: 28px !important
    }

    .u-m-b-54 {
      margin-bottom: 28px !important
    }

    .u-p-b-54 {
      padding-bottom: 28px !important
    }

    .u-margin-bottom-54 {
      margin-bottom: 28px !important
    }

    .u-padding-bottom-54 {
      padding-bottom: 28px !important
    }

    .u-margin-55,
    .u-m-55 {
      margin: 28px !important
    }

    .u-m-x-55 {
      margin-left: 28px !important;
      margin-right: 28px !important
    }

    .u-m-y-55 {
      margin-top: 28px !important;
      margin-bottom: 28px !important
    }

    .u-padding-55,
    .u-p-55 {
      padding: 28px !important
    }

    .u-p-x-55 {
      padding-left: 28px !important;
      padding-right: 28px !important
    }

    .u-p-y-55 {
      padding-top: 28px !important;
      padding-bottom: 28px !important
    }

    .u-m-l-55 {
      margin-left: 28px !important
    }

    .u-p-l-55 {
      padding-left: 28px !important
    }

    .u-margin-left-55 {
      margin-left: 28px !important
    }

    .u-padding-left-55 {
      padding-left: 28px !important
    }

    .u-m-t-55 {
      margin-top: 28px !important
    }

    .u-p-t-55 {
      padding-top: 28px !important
    }

    .u-margin-top-55 {
      margin-top: 28px !important
    }

    .u-padding-top-55 {
      padding-top: 28px !important
    }

    .u-m-r-55 {
      margin-right: 28px !important
    }

    .u-p-r-55 {
      padding-right: 28px !important
    }

    .u-margin-right-55 {
      margin-right: 28px !important
    }

    .u-padding-right-55 {
      padding-right: 28px !important
    }

    .u-m-b-55 {
      margin-bottom: 28px !important
    }

    .u-p-b-55 {
      padding-bottom: 28px !important
    }

    .u-margin-bottom-55 {
      margin-bottom: 28px !important
    }

    .u-padding-bottom-55 {
      padding-bottom: 28px !important
    }

    .u-margin-56,
    .u-m-56 {
      margin: 29px !important
    }

    .u-m-x-56 {
      margin-left: 29px !important;
      margin-right: 29px !important
    }

    .u-m-y-56 {
      margin-top: 29px !important;
      margin-bottom: 29px !important
    }

    .u-padding-56,
    .u-p-56 {
      padding: 29px !important
    }

    .u-p-x-56 {
      padding-left: 29px !important;
      padding-right: 29px !important
    }

    .u-p-y-56 {
      padding-top: 29px !important;
      padding-bottom: 29px !important
    }

    .u-m-l-56 {
      margin-left: 29px !important
    }

    .u-p-l-56 {
      padding-left: 29px !important
    }

    .u-margin-left-56 {
      margin-left: 29px !important
    }

    .u-padding-left-56 {
      padding-left: 29px !important
    }

    .u-m-t-56 {
      margin-top: 29px !important
    }

    .u-p-t-56 {
      padding-top: 29px !important
    }

    .u-margin-top-56 {
      margin-top: 29px !important
    }

    .u-padding-top-56 {
      padding-top: 29px !important
    }

    .u-m-r-56 {
      margin-right: 29px !important
    }

    .u-p-r-56 {
      padding-right: 29px !important
    }

    .u-margin-right-56 {
      margin-right: 29px !important
    }

    .u-padding-right-56 {
      padding-right: 29px !important
    }

    .u-m-b-56 {
      margin-bottom: 29px !important
    }

    .u-p-b-56 {
      padding-bottom: 29px !important
    }

    .u-margin-bottom-56 {
      margin-bottom: 29px !important
    }

    .u-padding-bottom-56 {
      padding-bottom: 29px !important
    }

    .u-margin-58,
    .u-m-58 {
      margin: 30px !important
    }

    .u-m-x-58 {
      margin-left: 30px !important;
      margin-right: 30px !important
    }

    .u-m-y-58 {
      margin-top: 30px !important;
      margin-bottom: 30px !important
    }

    .u-padding-58,
    .u-p-58 {
      padding: 30px !important
    }

    .u-p-x-58 {
      padding-left: 30px !important;
      padding-right: 30px !important
    }

    .u-p-y-58 {
      padding-top: 30px !important;
      padding-bottom: 30px !important
    }

    .u-m-l-58 {
      margin-left: 30px !important
    }

    .u-p-l-58 {
      padding-left: 30px !important
    }

    .u-margin-left-58 {
      margin-left: 30px !important
    }

    .u-padding-left-58 {
      padding-left: 30px !important
    }

    .u-m-t-58 {
      margin-top: 30px !important
    }

    .u-p-t-58 {
      padding-top: 30px !important
    }

    .u-margin-top-58 {
      margin-top: 30px !important
    }

    .u-padding-top-58 {
      padding-top: 30px !important
    }

    .u-m-r-58 {
      margin-right: 30px !important
    }

    .u-p-r-58 {
      padding-right: 30px !important
    }

    .u-margin-right-58 {
      margin-right: 30px !important
    }

    .u-padding-right-58 {
      padding-right: 30px !important
    }

    .u-m-b-58 {
      margin-bottom: 30px !important
    }

    .u-p-b-58 {
      padding-bottom: 30px !important
    }

    .u-margin-bottom-58 {
      margin-bottom: 30px !important
    }

    .u-padding-bottom-58 {
      padding-bottom: 30px !important
    }

    .u-margin-60,
    .u-m-60 {
      margin: 31px !important
    }

    .u-m-x-60 {
      margin-left: 31px !important;
      margin-right: 31px !important
    }

    .u-m-y-60 {
      margin-top: 31px !important;
      margin-bottom: 31px !important
    }

    .u-padding-60,
    .u-p-60 {
      padding: 31px !important
    }

    .u-p-x-60 {
      padding-left: 31px !important;
      padding-right: 31px !important
    }

    .u-p-y-60 {
      padding-top: 31px !important;
      padding-bottom: 31px !important
    }

    .u-m-l-60 {
      margin-left: 31px !important
    }

    .u-p-l-60 {
      padding-left: 31px !important
    }

    .u-margin-left-60 {
      margin-left: 31px !important
    }

    .u-padding-left-60 {
      padding-left: 31px !important
    }

    .u-m-t-60 {
      margin-top: 31px !important
    }

    .u-p-t-60 {
      padding-top: 31px !important
    }

    .u-margin-top-60 {
      margin-top: 31px !important
    }

    .u-padding-top-60 {
      padding-top: 31px !important
    }

    .u-m-r-60 {
      margin-right: 31px !important
    }

    .u-p-r-60 {
      padding-right: 31px !important
    }

    .u-margin-right-60 {
      margin-right: 31px !important
    }

    .u-padding-right-60 {
      padding-right: 31px !important
    }

    .u-m-b-60 {
      margin-bottom: 31px !important
    }

    .u-p-b-60 {
      padding-bottom: 31px !important
    }

    .u-margin-bottom-60 {
      margin-bottom: 31px !important
    }

    .u-padding-bottom-60 {
      padding-bottom: 31px !important
    }

    .u-margin-62,
    .u-m-62 {
      margin: 32px !important
    }

    .u-m-x-62 {
      margin-left: 32px !important;
      margin-right: 32px !important
    }

    .u-m-y-62 {
      margin-top: 32px !important;
      margin-bottom: 32px !important
    }

    .u-padding-62,
    .u-p-62 {
      padding: 32px !important
    }

    .u-p-x-62 {
      padding-left: 32px !important;
      padding-right: 32px !important
    }

    .u-p-y-62 {
      padding-top: 32px !important;
      padding-bottom: 32px !important
    }

    .u-m-l-62 {
      margin-left: 32px !important
    }

    .u-p-l-62 {
      padding-left: 32px !important
    }

    .u-margin-left-62 {
      margin-left: 32px !important
    }

    .u-padding-left-62 {
      padding-left: 32px !important
    }

    .u-m-t-62 {
      margin-top: 32px !important
    }

    .u-p-t-62 {
      padding-top: 32px !important
    }

    .u-margin-top-62 {
      margin-top: 32px !important
    }

    .u-padding-top-62 {
      padding-top: 32px !important
    }

    .u-m-r-62 {
      margin-right: 32px !important
    }

    .u-p-r-62 {
      padding-right: 32px !important
    }

    .u-margin-right-62 {
      margin-right: 32px !important
    }

    .u-padding-right-62 {
      padding-right: 32px !important
    }

    .u-m-b-62 {
      margin-bottom: 32px !important
    }

    .u-p-b-62 {
      padding-bottom: 32px !important
    }

    .u-margin-bottom-62 {
      margin-bottom: 32px !important
    }

    .u-padding-bottom-62 {
      padding-bottom: 32px !important
    }

    .u-margin-64,
    .u-m-64 {
      margin: 33px !important
    }

    .u-m-x-64 {
      margin-left: 33px !important;
      margin-right: 33px !important
    }

    .u-m-y-64 {
      margin-top: 33px !important;
      margin-bottom: 33px !important
    }

    .u-padding-64,
    .u-p-64 {
      padding: 33px !important
    }

    .u-p-x-64 {
      padding-left: 33px !important;
      padding-right: 33px !important
    }

    .u-p-y-64 {
      padding-top: 33px !important;
      padding-bottom: 33px !important
    }

    .u-m-l-64 {
      margin-left: 33px !important
    }

    .u-p-l-64 {
      padding-left: 33px !important
    }

    .u-margin-left-64 {
      margin-left: 33px !important
    }

    .u-padding-left-64 {
      padding-left: 33px !important
    }

    .u-m-t-64 {
      margin-top: 33px !important
    }

    .u-p-t-64 {
      padding-top: 33px !important
    }

    .u-margin-top-64 {
      margin-top: 33px !important
    }

    .u-padding-top-64 {
      padding-top: 33px !important
    }

    .u-m-r-64 {
      margin-right: 33px !important
    }

    .u-p-r-64 {
      padding-right: 33px !important
    }

    .u-margin-right-64 {
      margin-right: 33px !important
    }

    .u-padding-right-64 {
      padding-right: 33px !important
    }

    .u-m-b-64 {
      margin-bottom: 33px !important
    }

    .u-p-b-64 {
      padding-bottom: 33px !important
    }

    .u-margin-bottom-64 {
      margin-bottom: 33px !important
    }

    .u-padding-bottom-64 {
      padding-bottom: 33px !important
    }

    .u-margin-65,
    .u-m-65 {
      margin: 33px !important
    }

    .u-m-x-65 {
      margin-left: 33px !important;
      margin-right: 33px !important
    }

    .u-m-y-65 {
      margin-top: 33px !important;
      margin-bottom: 33px !important
    }

    .u-padding-65,
    .u-p-65 {
      padding: 33px !important
    }

    .u-p-x-65 {
      padding-left: 33px !important;
      padding-right: 33px !important
    }

    .u-p-y-65 {
      padding-top: 33px !important;
      padding-bottom: 33px !important
    }

    .u-m-l-65 {
      margin-left: 33px !important
    }

    .u-p-l-65 {
      padding-left: 33px !important
    }

    .u-margin-left-65 {
      margin-left: 33px !important
    }

    .u-padding-left-65 {
      padding-left: 33px !important
    }

    .u-m-t-65 {
      margin-top: 33px !important
    }

    .u-p-t-65 {
      padding-top: 33px !important
    }

    .u-margin-top-65 {
      margin-top: 33px !important
    }

    .u-padding-top-65 {
      padding-top: 33px !important
    }

    .u-m-r-65 {
      margin-right: 33px !important
    }

    .u-p-r-65 {
      padding-right: 33px !important
    }

    .u-margin-right-65 {
      margin-right: 33px !important
    }

    .u-padding-right-65 {
      padding-right: 33px !important
    }

    .u-m-b-65 {
      margin-bottom: 33px !important
    }

    .u-p-b-65 {
      padding-bottom: 33px !important
    }

    .u-margin-bottom-65 {
      margin-bottom: 33px !important
    }

    .u-padding-bottom-65 {
      padding-bottom: 33px !important
    }

    .u-margin-66,
    .u-m-66 {
      margin: 34px !important
    }

    .u-m-x-66 {
      margin-left: 34px !important;
      margin-right: 34px !important
    }

    .u-m-y-66 {
      margin-top: 34px !important;
      margin-bottom: 34px !important
    }

    .u-padding-66,
    .u-p-66 {
      padding: 34px !important
    }

    .u-p-x-66 {
      padding-left: 34px !important;
      padding-right: 34px !important
    }

    .u-p-y-66 {
      padding-top: 34px !important;
      padding-bottom: 34px !important
    }

    .u-m-l-66 {
      margin-left: 34px !important
    }

    .u-p-l-66 {
      padding-left: 34px !important
    }

    .u-margin-left-66 {
      margin-left: 34px !important
    }

    .u-padding-left-66 {
      padding-left: 34px !important
    }

    .u-m-t-66 {
      margin-top: 34px !important
    }

    .u-p-t-66 {
      padding-top: 34px !important
    }

    .u-margin-top-66 {
      margin-top: 34px !important
    }

    .u-padding-top-66 {
      padding-top: 34px !important
    }

    .u-m-r-66 {
      margin-right: 34px !important
    }

    .u-p-r-66 {
      padding-right: 34px !important
    }

    .u-margin-right-66 {
      margin-right: 34px !important
    }

    .u-padding-right-66 {
      padding-right: 34px !important
    }

    .u-m-b-66 {
      margin-bottom: 34px !important
    }

    .u-p-b-66 {
      padding-bottom: 34px !important
    }

    .u-margin-bottom-66 {
      margin-bottom: 34px !important
    }

    .u-padding-bottom-66 {
      padding-bottom: 34px !important
    }

    .u-margin-68,
    .u-m-68 {
      margin: 35px !important
    }

    .u-m-x-68 {
      margin-left: 35px !important;
      margin-right: 35px !important
    }

    .u-m-y-68 {
      margin-top: 35px !important;
      margin-bottom: 35px !important
    }

    .u-padding-68,
    .u-p-68 {
      padding: 35px !important
    }

    .u-p-x-68 {
      padding-left: 35px !important;
      padding-right: 35px !important
    }

    .u-p-y-68 {
      padding-top: 35px !important;
      padding-bottom: 35px !important
    }

    .u-m-l-68 {
      margin-left: 35px !important
    }

    .u-p-l-68 {
      padding-left: 35px !important
    }

    .u-margin-left-68 {
      margin-left: 35px !important
    }

    .u-padding-left-68 {
      padding-left: 35px !important
    }

    .u-m-t-68 {
      margin-top: 35px !important
    }

    .u-p-t-68 {
      padding-top: 35px !important
    }

    .u-margin-top-68 {
      margin-top: 35px !important
    }

    .u-padding-top-68 {
      padding-top: 35px !important
    }

    .u-m-r-68 {
      margin-right: 35px !important
    }

    .u-p-r-68 {
      padding-right: 35px !important
    }

    .u-margin-right-68 {
      margin-right: 35px !important
    }

    .u-padding-right-68 {
      padding-right: 35px !important
    }

    .u-m-b-68 {
      margin-bottom: 35px !important
    }

    .u-p-b-68 {
      padding-bottom: 35px !important
    }

    .u-margin-bottom-68 {
      margin-bottom: 35px !important
    }

    .u-padding-bottom-68 {
      padding-bottom: 35px !important
    }

    .u-margin-70,
    .u-m-70 {
      margin: 36px !important
    }

    .u-m-x-70 {
      margin-left: 36px !important;
      margin-right: 36px !important
    }

    .u-m-y-70 {
      margin-top: 36px !important;
      margin-bottom: 36px !important
    }

    .u-padding-70,
    .u-p-70 {
      padding: 36px !important
    }

    .u-p-x-70 {
      padding-left: 36px !important;
      padding-right: 36px !important
    }

    .u-p-y-70 {
      padding-top: 36px !important;
      padding-bottom: 36px !important
    }

    .u-m-l-70 {
      margin-left: 36px !important
    }

    .u-p-l-70 {
      padding-left: 36px !important
    }

    .u-margin-left-70 {
      margin-left: 36px !important
    }

    .u-padding-left-70 {
      padding-left: 36px !important
    }

    .u-m-t-70 {
      margin-top: 36px !important
    }

    .u-p-t-70 {
      padding-top: 36px !important
    }

    .u-margin-top-70 {
      margin-top: 36px !important
    }

    .u-padding-top-70 {
      padding-top: 36px !important
    }

    .u-m-r-70 {
      margin-right: 36px !important
    }

    .u-p-r-70 {
      padding-right: 36px !important
    }

    .u-margin-right-70 {
      margin-right: 36px !important
    }

    .u-padding-right-70 {
      padding-right: 36px !important
    }

    .u-m-b-70 {
      margin-bottom: 36px !important
    }

    .u-p-b-70 {
      padding-bottom: 36px !important
    }

    .u-margin-bottom-70 {
      margin-bottom: 36px !important
    }

    .u-padding-bottom-70 {
      padding-bottom: 36px !important
    }

    .u-margin-72,
    .u-m-72 {
      margin: 37px !important
    }

    .u-m-x-72 {
      margin-left: 37px !important;
      margin-right: 37px !important
    }

    .u-m-y-72 {
      margin-top: 37px !important;
      margin-bottom: 37px !important
    }

    .u-padding-72,
    .u-p-72 {
      padding: 37px !important
    }

    .u-p-x-72 {
      padding-left: 37px !important;
      padding-right: 37px !important
    }

    .u-p-y-72 {
      padding-top: 37px !important;
      padding-bottom: 37px !important
    }

    .u-m-l-72 {
      margin-left: 37px !important
    }

    .u-p-l-72 {
      padding-left: 37px !important
    }

    .u-margin-left-72 {
      margin-left: 37px !important
    }

    .u-padding-left-72 {
      padding-left: 37px !important
    }

    .u-m-t-72 {
      margin-top: 37px !important
    }

    .u-p-t-72 {
      padding-top: 37px !important
    }

    .u-margin-top-72 {
      margin-top: 37px !important
    }

    .u-padding-top-72 {
      padding-top: 37px !important
    }

    .u-m-r-72 {
      margin-right: 37px !important
    }

    .u-p-r-72 {
      padding-right: 37px !important
    }

    .u-margin-right-72 {
      margin-right: 37px !important
    }

    .u-padding-right-72 {
      padding-right: 37px !important
    }

    .u-m-b-72 {
      margin-bottom: 37px !important
    }

    .u-p-b-72 {
      padding-bottom: 37px !important
    }

    .u-margin-bottom-72 {
      margin-bottom: 37px !important
    }

    .u-padding-bottom-72 {
      padding-bottom: 37px !important
    }

    .u-margin-74,
    .u-m-74 {
      margin: 38px !important
    }

    .u-m-x-74 {
      margin-left: 38px !important;
      margin-right: 38px !important
    }

    .u-m-y-74 {
      margin-top: 38px !important;
      margin-bottom: 38px !important
    }

    .u-padding-74,
    .u-p-74 {
      padding: 38px !important
    }

    .u-p-x-74 {
      padding-left: 38px !important;
      padding-right: 38px !important
    }

    .u-p-y-74 {
      padding-top: 38px !important;
      padding-bottom: 38px !important
    }

    .u-m-l-74 {
      margin-left: 38px !important
    }

    .u-p-l-74 {
      padding-left: 38px !important
    }

    .u-margin-left-74 {
      margin-left: 38px !important
    }

    .u-padding-left-74 {
      padding-left: 38px !important
    }

    .u-m-t-74 {
      margin-top: 38px !important
    }

    .u-p-t-74 {
      padding-top: 38px !important
    }

    .u-margin-top-74 {
      margin-top: 38px !important
    }

    .u-padding-top-74 {
      padding-top: 38px !important
    }

    .u-m-r-74 {
      margin-right: 38px !important
    }

    .u-p-r-74 {
      padding-right: 38px !important
    }

    .u-margin-right-74 {
      margin-right: 38px !important
    }

    .u-padding-right-74 {
      padding-right: 38px !important
    }

    .u-m-b-74 {
      margin-bottom: 38px !important
    }

    .u-p-b-74 {
      padding-bottom: 38px !important
    }

    .u-margin-bottom-74 {
      margin-bottom: 38px !important
    }

    .u-padding-bottom-74 {
      padding-bottom: 38px !important
    }

    .u-margin-75,
    .u-m-75 {
      margin: 39px !important
    }

    .u-m-x-75 {
      margin-left: 39px !important;
      margin-right: 39px !important
    }

    .u-m-y-75 {
      margin-top: 39px !important;
      margin-bottom: 39px !important
    }

    .u-padding-75,
    .u-p-75 {
      padding: 39px !important
    }

    .u-p-x-75 {
      padding-left: 39px !important;
      padding-right: 39px !important
    }

    .u-p-y-75 {
      padding-top: 39px !important;
      padding-bottom: 39px !important
    }

    .u-m-l-75 {
      margin-left: 39px !important
    }

    .u-p-l-75 {
      padding-left: 39px !important
    }

    .u-margin-left-75 {
      margin-left: 39px !important
    }

    .u-padding-left-75 {
      padding-left: 39px !important
    }

    .u-m-t-75 {
      margin-top: 39px !important
    }

    .u-p-t-75 {
      padding-top: 39px !important
    }

    .u-margin-top-75 {
      margin-top: 39px !important
    }

    .u-padding-top-75 {
      padding-top: 39px !important
    }

    .u-m-r-75 {
      margin-right: 39px !important
    }

    .u-p-r-75 {
      padding-right: 39px !important
    }

    .u-margin-right-75 {
      margin-right: 39px !important
    }

    .u-padding-right-75 {
      padding-right: 39px !important
    }

    .u-m-b-75 {
      margin-bottom: 39px !important
    }

    .u-p-b-75 {
      padding-bottom: 39px !important
    }

    .u-margin-bottom-75 {
      margin-bottom: 39px !important
    }

    .u-padding-bottom-75 {
      padding-bottom: 39px !important
    }

    .u-margin-76,
    .u-m-76 {
      margin: 39px !important
    }

    .u-m-x-76 {
      margin-left: 39px !important;
      margin-right: 39px !important
    }

    .u-m-y-76 {
      margin-top: 39px !important;
      margin-bottom: 39px !important
    }

    .u-padding-76,
    .u-p-76 {
      padding: 39px !important
    }

    .u-p-x-76 {
      padding-left: 39px !important;
      padding-right: 39px !important
    }

    .u-p-y-76 {
      padding-top: 39px !important;
      padding-bottom: 39px !important
    }

    .u-m-l-76 {
      margin-left: 39px !important
    }

    .u-p-l-76 {
      padding-left: 39px !important
    }

    .u-margin-left-76 {
      margin-left: 39px !important
    }

    .u-padding-left-76 {
      padding-left: 39px !important
    }

    .u-m-t-76 {
      margin-top: 39px !important
    }

    .u-p-t-76 {
      padding-top: 39px !important
    }

    .u-margin-top-76 {
      margin-top: 39px !important
    }

    .u-padding-top-76 {
      padding-top: 39px !important
    }

    .u-m-r-76 {
      margin-right: 39px !important
    }

    .u-p-r-76 {
      padding-right: 39px !important
    }

    .u-margin-right-76 {
      margin-right: 39px !important
    }

    .u-padding-right-76 {
      padding-right: 39px !important
    }

    .u-m-b-76 {
      margin-bottom: 39px !important
    }

    .u-p-b-76 {
      padding-bottom: 39px !important
    }

    .u-margin-bottom-76 {
      margin-bottom: 39px !important
    }

    .u-padding-bottom-76 {
      padding-bottom: 39px !important
    }

    .u-margin-78,
    .u-m-78 {
      margin: 40px !important
    }

    .u-m-x-78 {
      margin-left: 40px !important;
      margin-right: 40px !important
    }

    .u-m-y-78 {
      margin-top: 40px !important;
      margin-bottom: 40px !important
    }

    .u-padding-78,
    .u-p-78 {
      padding: 40px !important
    }

    .u-p-x-78 {
      padding-left: 40px !important;
      padding-right: 40px !important
    }

    .u-p-y-78 {
      padding-top: 40px !important;
      padding-bottom: 40px !important
    }

    .u-m-l-78 {
      margin-left: 40px !important
    }

    .u-p-l-78 {
      padding-left: 40px !important
    }

    .u-margin-left-78 {
      margin-left: 40px !important
    }

    .u-padding-left-78 {
      padding-left: 40px !important
    }

    .u-m-t-78 {
      margin-top: 40px !important
    }

    .u-p-t-78 {
      padding-top: 40px !important
    }

    .u-margin-top-78 {
      margin-top: 40px !important
    }

    .u-padding-top-78 {
      padding-top: 40px !important
    }

    .u-m-r-78 {
      margin-right: 40px !important
    }

    .u-p-r-78 {
      padding-right: 40px !important
    }

    .u-margin-right-78 {
      margin-right: 40px !important
    }

    .u-padding-right-78 {
      padding-right: 40px !important
    }

    .u-m-b-78 {
      margin-bottom: 40px !important
    }

    .u-p-b-78 {
      padding-bottom: 40px !important
    }

    .u-margin-bottom-78 {
      margin-bottom: 40px !important
    }

    .u-padding-bottom-78 {
      padding-bottom: 40px !important
    }

    .u-margin-80,
    .u-m-80 {
      margin: 41px !important
    }

    .u-m-x-80 {
      margin-left: 41px !important;
      margin-right: 41px !important
    }

    .u-m-y-80 {
      margin-top: 41px !important;
      margin-bottom: 41px !important
    }

    .u-padding-80,
    .u-p-80 {
      padding: 41px !important
    }

    .u-p-x-80 {
      padding-left: 41px !important;
      padding-right: 41px !important
    }

    .u-p-y-80 {
      padding-top: 41px !important;
      padding-bottom: 41px !important
    }

    .u-m-l-80 {
      margin-left: 41px !important
    }

    .u-p-l-80 {
      padding-left: 41px !important
    }

    .u-margin-left-80 {
      margin-left: 41px !important
    }

    .u-padding-left-80 {
      padding-left: 41px !important
    }

    .u-m-t-80 {
      margin-top: 41px !important
    }

    .u-p-t-80 {
      padding-top: 41px !important
    }

    .u-margin-top-80 {
      margin-top: 41px !important
    }

    .u-padding-top-80 {
      padding-top: 41px !important
    }

    .u-m-r-80 {
      margin-right: 41px !important
    }

    .u-p-r-80 {
      padding-right: 41px !important
    }

    .u-margin-right-80 {
      margin-right: 41px !important
    }

    .u-padding-right-80 {
      padding-right: 41px !important
    }

    .u-m-b-80 {
      margin-bottom: 41px !important
    }

    .u-p-b-80 {
      padding-bottom: 41px !important
    }

    .u-margin-bottom-80 {
      margin-bottom: 41px !important
    }

    .u-padding-bottom-80 {
      padding-bottom: 41px !important
    }

    .u-margin-82,
    .u-m-82 {
      margin: 42px !important
    }

    .u-m-x-82 {
      margin-left: 42px !important;
      margin-right: 42px !important
    }

    .u-m-y-82 {
      margin-top: 42px !important;
      margin-bottom: 42px !important
    }

    .u-padding-82,
    .u-p-82 {
      padding: 42px !important
    }

    .u-p-x-82 {
      padding-left: 42px !important;
      padding-right: 42px !important
    }

    .u-p-y-82 {
      padding-top: 42px !important;
      padding-bottom: 42px !important
    }

    .u-m-l-82 {
      margin-left: 42px !important
    }

    .u-p-l-82 {
      padding-left: 42px !important
    }

    .u-margin-left-82 {
      margin-left: 42px !important
    }

    .u-padding-left-82 {
      padding-left: 42px !important
    }

    .u-m-t-82 {
      margin-top: 42px !important
    }

    .u-p-t-82 {
      padding-top: 42px !important
    }

    .u-margin-top-82 {
      margin-top: 42px !important
    }

    .u-padding-top-82 {
      padding-top: 42px !important
    }

    .u-m-r-82 {
      margin-right: 42px !important
    }

    .u-p-r-82 {
      padding-right: 42px !important
    }

    .u-margin-right-82 {
      margin-right: 42px !important
    }

    .u-padding-right-82 {
      padding-right: 42px !important
    }

    .u-m-b-82 {
      margin-bottom: 42px !important
    }

    .u-p-b-82 {
      padding-bottom: 42px !important
    }

    .u-margin-bottom-82 {
      margin-bottom: 42px !important
    }

    .u-padding-bottom-82 {
      padding-bottom: 42px !important
    }

    .u-margin-84,
    .u-m-84 {
      margin: 43px !important
    }

    .u-m-x-84 {
      margin-left: 43px !important;
      margin-right: 43px !important
    }

    .u-m-y-84 {
      margin-top: 43px !important;
      margin-bottom: 43px !important
    }

    .u-padding-84,
    .u-p-84 {
      padding: 43px !important
    }

    .u-p-x-84 {
      padding-left: 43px !important;
      padding-right: 43px !important
    }

    .u-p-y-84 {
      padding-top: 43px !important;
      padding-bottom: 43px !important
    }

    .u-m-l-84 {
      margin-left: 43px !important
    }

    .u-p-l-84 {
      padding-left: 43px !important
    }

    .u-margin-left-84 {
      margin-left: 43px !important
    }

    .u-padding-left-84 {
      padding-left: 43px !important
    }

    .u-m-t-84 {
      margin-top: 43px !important
    }

    .u-p-t-84 {
      padding-top: 43px !important
    }

    .u-margin-top-84 {
      margin-top: 43px !important
    }

    .u-padding-top-84 {
      padding-top: 43px !important
    }

    .u-m-r-84 {
      margin-right: 43px !important
    }

    .u-p-r-84 {
      padding-right: 43px !important
    }

    .u-margin-right-84 {
      margin-right: 43px !important
    }

    .u-padding-right-84 {
      padding-right: 43px !important
    }

    .u-m-b-84 {
      margin-bottom: 43px !important
    }

    .u-p-b-84 {
      padding-bottom: 43px !important
    }

    .u-margin-bottom-84 {
      margin-bottom: 43px !important
    }

    .u-padding-bottom-84 {
      padding-bottom: 43px !important
    }

    .u-margin-85,
    .u-m-85 {
      margin: 44px !important
    }

    .u-m-x-85 {
      margin-left: 44px !important;
      margin-right: 44px !important
    }

    .u-m-y-85 {
      margin-top: 44px !important;
      margin-bottom: 44px !important
    }

    .u-padding-85,
    .u-p-85 {
      padding: 44px !important
    }

    .u-p-x-85 {
      padding-left: 44px !important;
      padding-right: 44px !important
    }

    .u-p-y-85 {
      padding-top: 44px !important;
      padding-bottom: 44px !important
    }

    .u-m-l-85 {
      margin-left: 44px !important
    }

    .u-p-l-85 {
      padding-left: 44px !important
    }

    .u-margin-left-85 {
      margin-left: 44px !important
    }

    .u-padding-left-85 {
      padding-left: 44px !important
    }

    .u-m-t-85 {
      margin-top: 44px !important
    }

    .u-p-t-85 {
      padding-top: 44px !important
    }

    .u-margin-top-85 {
      margin-top: 44px !important
    }

    .u-padding-top-85 {
      padding-top: 44px !important
    }

    .u-m-r-85 {
      margin-right: 44px !important
    }

    .u-p-r-85 {
      padding-right: 44px !important
    }

    .u-margin-right-85 {
      margin-right: 44px !important
    }

    .u-padding-right-85 {
      padding-right: 44px !important
    }

    .u-m-b-85 {
      margin-bottom: 44px !important
    }

    .u-p-b-85 {
      padding-bottom: 44px !important
    }

    .u-margin-bottom-85 {
      margin-bottom: 44px !important
    }

    .u-padding-bottom-85 {
      padding-bottom: 44px !important
    }

    .u-margin-86,
    .u-m-86 {
      margin: 44px !important
    }

    .u-m-x-86 {
      margin-left: 44px !important;
      margin-right: 44px !important
    }

    .u-m-y-86 {
      margin-top: 44px !important;
      margin-bottom: 44px !important
    }

    .u-padding-86,
    .u-p-86 {
      padding: 44px !important
    }

    .u-p-x-86 {
      padding-left: 44px !important;
      padding-right: 44px !important
    }

    .u-p-y-86 {
      padding-top: 44px !important;
      padding-bottom: 44px !important
    }

    .u-m-l-86 {
      margin-left: 44px !important
    }

    .u-p-l-86 {
      padding-left: 44px !important
    }

    .u-margin-left-86 {
      margin-left: 44px !important
    }

    .u-padding-left-86 {
      padding-left: 44px !important
    }

    .u-m-t-86 {
      margin-top: 44px !important
    }

    .u-p-t-86 {
      padding-top: 44px !important
    }

    .u-margin-top-86 {
      margin-top: 44px !important
    }

    .u-padding-top-86 {
      padding-top: 44px !important
    }

    .u-m-r-86 {
      margin-right: 44px !important
    }

    .u-p-r-86 {
      padding-right: 44px !important
    }

    .u-margin-right-86 {
      margin-right: 44px !important
    }

    .u-padding-right-86 {
      padding-right: 44px !important
    }

    .u-m-b-86 {
      margin-bottom: 44px !important
    }

    .u-p-b-86 {
      padding-bottom: 44px !important
    }

    .u-margin-bottom-86 {
      margin-bottom: 44px !important
    }

    .u-padding-bottom-86 {
      padding-bottom: 44px !important
    }

    .u-margin-88,
    .u-m-88 {
      margin: 45px !important
    }

    .u-m-x-88 {
      margin-left: 45px !important;
      margin-right: 45px !important
    }

    .u-m-y-88 {
      margin-top: 45px !important;
      margin-bottom: 45px !important
    }

    .u-padding-88,
    .u-p-88 {
      padding: 45px !important
    }

    .u-p-x-88 {
      padding-left: 45px !important;
      padding-right: 45px !important
    }

    .u-p-y-88 {
      padding-top: 45px !important;
      padding-bottom: 45px !important
    }

    .u-m-l-88 {
      margin-left: 45px !important
    }

    .u-p-l-88 {
      padding-left: 45px !important
    }

    .u-margin-left-88 {
      margin-left: 45px !important
    }

    .u-padding-left-88 {
      padding-left: 45px !important
    }

    .u-m-t-88 {
      margin-top: 45px !important
    }

    .u-p-t-88 {
      padding-top: 45px !important
    }

    .u-margin-top-88 {
      margin-top: 45px !important
    }

    .u-padding-top-88 {
      padding-top: 45px !important
    }

    .u-m-r-88 {
      margin-right: 45px !important
    }

    .u-p-r-88 {
      padding-right: 45px !important
    }

    .u-margin-right-88 {
      margin-right: 45px !important
    }

    .u-padding-right-88 {
      padding-right: 45px !important
    }

    .u-m-b-88 {
      margin-bottom: 45px !important
    }

    .u-p-b-88 {
      padding-bottom: 45px !important
    }

    .u-margin-bottom-88 {
      margin-bottom: 45px !important
    }

    .u-padding-bottom-88 {
      padding-bottom: 45px !important
    }

    .u-margin-90,
    .u-m-90 {
      margin: 46px !important
    }

    .u-m-x-90 {
      margin-left: 46px !important;
      margin-right: 46px !important
    }

    .u-m-y-90 {
      margin-top: 46px !important;
      margin-bottom: 46px !important
    }

    .u-padding-90,
    .u-p-90 {
      padding: 46px !important
    }

    .u-p-x-90 {
      padding-left: 46px !important;
      padding-right: 46px !important
    }

    .u-p-y-90 {
      padding-top: 46px !important;
      padding-bottom: 46px !important
    }

    .u-m-l-90 {
      margin-left: 46px !important
    }

    .u-p-l-90 {
      padding-left: 46px !important
    }

    .u-margin-left-90 {
      margin-left: 46px !important
    }

    .u-padding-left-90 {
      padding-left: 46px !important
    }

    .u-m-t-90 {
      margin-top: 46px !important
    }

    .u-p-t-90 {
      padding-top: 46px !important
    }

    .u-margin-top-90 {
      margin-top: 46px !important
    }

    .u-padding-top-90 {
      padding-top: 46px !important
    }

    .u-m-r-90 {
      margin-right: 46px !important
    }

    .u-p-r-90 {
      padding-right: 46px !important
    }

    .u-margin-right-90 {
      margin-right: 46px !important
    }

    .u-padding-right-90 {
      padding-right: 46px !important
    }

    .u-m-b-90 {
      margin-bottom: 46px !important
    }

    .u-p-b-90 {
      padding-bottom: 46px !important
    }

    .u-margin-bottom-90 {
      margin-bottom: 46px !important
    }

    .u-padding-bottom-90 {
      padding-bottom: 46px !important
    }

    .u-margin-92,
    .u-m-92 {
      margin: 47px !important
    }

    .u-m-x-92 {
      margin-left: 47px !important;
      margin-right: 47px !important
    }

    .u-m-y-92 {
      margin-top: 47px !important;
      margin-bottom: 47px !important
    }

    .u-padding-92,
    .u-p-92 {
      padding: 47px !important
    }

    .u-p-x-92 {
      padding-left: 47px !important;
      padding-right: 47px !important
    }

    .u-p-y-92 {
      padding-top: 47px !important;
      padding-bottom: 47px !important
    }

    .u-m-l-92 {
      margin-left: 47px !important
    }

    .u-p-l-92 {
      padding-left: 47px !important
    }

    .u-margin-left-92 {
      margin-left: 47px !important
    }

    .u-padding-left-92 {
      padding-left: 47px !important
    }

    .u-m-t-92 {
      margin-top: 47px !important
    }

    .u-p-t-92 {
      padding-top: 47px !important
    }

    .u-margin-top-92 {
      margin-top: 47px !important
    }

    .u-padding-top-92 {
      padding-top: 47px !important
    }

    .u-m-r-92 {
      margin-right: 47px !important
    }

    .u-p-r-92 {
      padding-right: 47px !important
    }

    .u-margin-right-92 {
      margin-right: 47px !important
    }

    .u-padding-right-92 {
      padding-right: 47px !important
    }

    .u-m-b-92 {
      margin-bottom: 47px !important
    }

    .u-p-b-92 {
      padding-bottom: 47px !important
    }

    .u-margin-bottom-92 {
      margin-bottom: 47px !important
    }

    .u-padding-bottom-92 {
      padding-bottom: 47px !important
    }

    .u-margin-94,
    .u-m-94 {
      margin: 48px !important
    }

    .u-m-x-94 {
      margin-left: 48px !important;
      margin-right: 48px !important
    }

    .u-m-y-94 {
      margin-top: 48px !important;
      margin-bottom: 48px !important
    }

    .u-padding-94,
    .u-p-94 {
      padding: 48px !important
    }

    .u-p-x-94 {
      padding-left: 48px !important;
      padding-right: 48px !important
    }

    .u-p-y-94 {
      padding-top: 48px !important;
      padding-bottom: 48px !important
    }

    .u-m-l-94 {
      margin-left: 48px !important
    }

    .u-p-l-94 {
      padding-left: 48px !important
    }

    .u-margin-left-94 {
      margin-left: 48px !important
    }

    .u-padding-left-94 {
      padding-left: 48px !important
    }

    .u-m-t-94 {
      margin-top: 48px !important
    }

    .u-p-t-94 {
      padding-top: 48px !important
    }

    .u-margin-top-94 {
      margin-top: 48px !important
    }

    .u-padding-top-94 {
      padding-top: 48px !important
    }

    .u-m-r-94 {
      margin-right: 48px !important
    }

    .u-p-r-94 {
      padding-right: 48px !important
    }

    .u-margin-right-94 {
      margin-right: 48px !important
    }

    .u-padding-right-94 {
      padding-right: 48px !important
    }

    .u-m-b-94 {
      margin-bottom: 48px !important
    }

    .u-p-b-94 {
      padding-bottom: 48px !important
    }

    .u-margin-bottom-94 {
      margin-bottom: 48px !important
    }

    .u-padding-bottom-94 {
      padding-bottom: 48px !important
    }

    .u-margin-95,
    .u-m-95 {
      margin: 49px !important
    }

    .u-m-x-95 {
      margin-left: 49px !important;
      margin-right: 49px !important
    }

    .u-m-y-95 {
      margin-top: 49px !important;
      margin-bottom: 49px !important
    }

    .u-padding-95,
    .u-p-95 {
      padding: 49px !important
    }

    .u-p-x-95 {
      padding-left: 49px !important;
      padding-right: 49px !important
    }

    .u-p-y-95 {
      padding-top: 49px !important;
      padding-bottom: 49px !important
    }

    .u-m-l-95 {
      margin-left: 49px !important
    }

    .u-p-l-95 {
      padding-left: 49px !important
    }

    .u-margin-left-95 {
      margin-left: 49px !important
    }

    .u-padding-left-95 {
      padding-left: 49px !important
    }

    .u-m-t-95 {
      margin-top: 49px !important
    }

    .u-p-t-95 {
      padding-top: 49px !important
    }

    .u-margin-top-95 {
      margin-top: 49px !important
    }

    .u-padding-top-95 {
      padding-top: 49px !important
    }

    .u-m-r-95 {
      margin-right: 49px !important
    }

    .u-p-r-95 {
      padding-right: 49px !important
    }

    .u-margin-right-95 {
      margin-right: 49px !important
    }

    .u-padding-right-95 {
      padding-right: 49px !important
    }

    .u-m-b-95 {
      margin-bottom: 49px !important
    }

    .u-p-b-95 {
      padding-bottom: 49px !important
    }

    .u-margin-bottom-95 {
      margin-bottom: 49px !important
    }

    .u-padding-bottom-95 {
      padding-bottom: 49px !important
    }

    .u-margin-96,
    .u-m-96 {
      margin: 49px !important
    }

    .u-m-x-96 {
      margin-left: 49px !important;
      margin-right: 49px !important
    }

    .u-m-y-96 {
      margin-top: 49px !important;
      margin-bottom: 49px !important
    }

    .u-padding-96,
    .u-p-96 {
      padding: 49px !important
    }

    .u-p-x-96 {
      padding-left: 49px !important;
      padding-right: 49px !important
    }

    .u-p-y-96 {
      padding-top: 49px !important;
      padding-bottom: 49px !important
    }

    .u-m-l-96 {
      margin-left: 49px !important
    }

    .u-p-l-96 {
      padding-left: 49px !important
    }

    .u-margin-left-96 {
      margin-left: 49px !important
    }

    .u-padding-left-96 {
      padding-left: 49px !important
    }

    .u-m-t-96 {
      margin-top: 49px !important
    }

    .u-p-t-96 {
      padding-top: 49px !important
    }

    .u-margin-top-96 {
      margin-top: 49px !important
    }

    .u-padding-top-96 {
      padding-top: 49px !important
    }

    .u-m-r-96 {
      margin-right: 49px !important
    }

    .u-p-r-96 {
      padding-right: 49px !important
    }

    .u-margin-right-96 {
      margin-right: 49px !important
    }

    .u-padding-right-96 {
      padding-right: 49px !important
    }

    .u-m-b-96 {
      margin-bottom: 49px !important
    }

    .u-p-b-96 {
      padding-bottom: 49px !important
    }

    .u-margin-bottom-96 {
      margin-bottom: 49px !important
    }

    .u-padding-bottom-96 {
      padding-bottom: 49px !important
    }

    .u-margin-98,
    .u-m-98 {
      margin: 50px !important
    }

    .u-m-x-98 {
      margin-left: 50px !important;
      margin-right: 50px !important
    }

    .u-m-y-98 {
      margin-top: 50px !important;
      margin-bottom: 50px !important
    }

    .u-padding-98,
    .u-p-98 {
      padding: 50px !important
    }

    .u-p-x-98 {
      padding-left: 50px !important;
      padding-right: 50px !important
    }

    .u-p-y-98 {
      padding-top: 50px !important;
      padding-bottom: 50px !important
    }

    .u-m-l-98 {
      margin-left: 50px !important
    }

    .u-p-l-98 {
      padding-left: 50px !important
    }

    .u-margin-left-98 {
      margin-left: 50px !important
    }

    .u-padding-left-98 {
      padding-left: 50px !important
    }

    .u-m-t-98 {
      margin-top: 50px !important
    }

    .u-p-t-98 {
      padding-top: 50px !important
    }

    .u-margin-top-98 {
      margin-top: 50px !important
    }

    .u-padding-top-98 {
      padding-top: 50px !important
    }

    .u-m-r-98 {
      margin-right: 50px !important
    }

    .u-p-r-98 {
      padding-right: 50px !important
    }

    .u-margin-right-98 {
      margin-right: 50px !important
    }

    .u-padding-right-98 {
      padding-right: 50px !important
    }

    .u-m-b-98 {
      margin-bottom: 50px !important
    }

    .u-p-b-98 {
      padding-bottom: 50px !important
    }

    .u-margin-bottom-98 {
      margin-bottom: 50px !important
    }

    .u-padding-bottom-98 {
      padding-bottom: 50px !important
    }

    .u-margin-100,
    .u-m-100 {
      margin: 52px !important
    }

    .u-m-x-100 {
      margin-left: 52px !important;
      margin-right: 52px !important
    }

    .u-m-y-100 {
      margin-top: 52px !important;
      margin-bottom: 52px !important
    }

    .u-padding-100,
    .u-p-100 {
      padding: 52px !important
    }

    .u-p-x-100 {
      padding-left: 52px !important;
      padding-right: 52px !important
    }

    .u-p-y-100 {
      padding-top: 52px !important;
      padding-bottom: 52px !important
    }

    .u-m-l-100 {
      margin-left: 52px !important
    }

    .u-p-l-100 {
      padding-left: 52px !important
    }

    .u-margin-left-100 {
      margin-left: 52px !important
    }

    .u-padding-left-100 {
      padding-left: 52px !important
    }

    .u-m-t-100 {
      margin-top: 52px !important
    }

    .u-p-t-100 {
      padding-top: 52px !important
    }

    .u-margin-top-100 {
      margin-top: 52px !important
    }

    .u-padding-top-100 {
      padding-top: 52px !important
    }

    .u-m-r-100 {
      margin-right: 52px !important
    }

    .u-p-r-100 {
      padding-right: 52px !important
    }

    .u-margin-right-100 {
      margin-right: 52px !important
    }

    .u-padding-right-100 {
      padding-right: 52px !important
    }

    .u-m-b-100 {
      margin-bottom: 52px !important
    }

    .u-p-b-100 {
      padding-bottom: 52px !important
    }

    .u-margin-bottom-100 {
      margin-bottom: 52px !important
    }

    .u-padding-bottom-100 {
      padding-bottom: 52px !important
    }

    .u-reset-nvue {
      flex-direction: row;
      align-items: center
    }

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

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

    .u-type-success-light {
      color: #dbf1e1
    }

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

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

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

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

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

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

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

    .u-type-primary-dark {
      color: #2b85e4
    }

    .u-type-warning-dark {
      color: #f29100
    }

    .u-type-success-dark {
      color: #18b566
    }

    .u-type-error-dark {
      color: #dd6161
    }

    .u-type-info-dark {
      color: #82848a
    }

    .u-type-primary-dark-bg {
      background-color: #2b85e4
    }

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

    .u-type-success-dark-bg {
      background-color: #18b566
    }

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

    .u-type-info-dark-bg {
      background-color: #82848a
    }

    .u-type-primary-disabled {
      color: #a0cfff
    }

    .u-type-warning-disabled {
      color: #fcbd71
    }

    .u-type-success-disabled {
      color: #71d5a1
    }

    .u-type-error-disabled {
      color: #fab6b6
    }

    .u-type-info-disabled {
      color: #c8c9cc
    }

    .u-type-primary {
      color: #2979ff
    }

    .u-type-warning {
      color: #f90
    }

    .u-type-success {
      color: #19be6b
    }

    .u-type-error {
      color: #fa3534
    }

    .u-type-info {
      color: #909399
    }

    .u-type-primary-bg {
      background-color: #2979ff
    }

    .u-type-warning-bg {
      background-color: #f90
    }

    .u-type-success-bg {
      background-color: #19be6b
    }

    .u-type-error-bg {
      background-color: #fa3534
    }

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

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

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

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

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

    uni-page-body {
      color: #303133;
      font-size: 14px
    }

    /* start--去除webkit的默认样式--start */
    .u-fix-ios-appearance {
      -webkit-appearance: none
    }

    /* end--去除webkit的默认样式--end */
    /* start--icon图标外层套一个view，让其达到更好的垂直居中的效果--start */
    .u-icon-wrap {
      display: flex;
      align-items: center
    }

    /* end-icon图标外层套一个view，让其达到更好的垂直居中的效果--end */
    /* start--iPhoneX底部安全区定义--start */
    .safe-area-inset-bottom {
      padding-bottom: 0;
      padding-bottom: constant(safe-area-inset-bottom);
      padding-bottom: env(safe-area-inset-bottom)
    }

    /* end-iPhoneX底部安全区定义--end */
    /* start--各种hover点击反馈相关的类名-start */
    .u-hover-class {
      opacity: .6
    }

    .u-cell-hover {
      background-color: #f7f8f9 !important
    }

    /* end--各种hover点击反馈相关的类名--end */
    /* start--文本行数限制--start */
    .u-line-1 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
    }

    .u-line-2 {
      -webkit-line-clamp: 2
    }

    .u-line-3 {
      -webkit-line-clamp: 3
    }

    .u-line-4 {
      -webkit-line-clamp: 4
    }

    .u-line-5 {
      -webkit-line-clamp: 5
    }

    .u-line-2,
    .u-line-3,
    .u-line-4,
    .u-line-5 {
      overflow: hidden;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical
    }

    /* end--文本行数限制--end */
    /* start--Retina 屏幕下的 1px 边框--start */
    .u-border,
    .u-border-bottom,
    .u-border-left,
    .u-border-right,
    .u-border-top,
    .u-border-top-bottom {
      position: relative
    }

    .u-border-bottom:after,
    .u-border-left:after,
    .u-border-right:after,
    .u-border-top-bottom:after,
    .u-border-top:after,
    .u-border:after {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      box-sizing: border-box;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      width: 199.8%;
      height: 199.7%;
      -webkit-transform: scale(.5);
      transform: scale(.5);
      border: 0 solid #e4e7ed;
      z-index: 2
    }

    .u-border-top:after {
      border-top-width: 1px
    }

    .u-border-left:after {
      border-left-width: 1px
    }

    .u-border-right:after {
      border-right-width: 1px
    }

    .u-border-bottom:after {
      border-bottom-width: 1px
    }

    .u-border-top-bottom:after {
      border-width: 1px 0
    }

    .u-border:after {
      border-width: 1px
    }

    /* end--Retina 屏幕下的 1px 边框--end */
    /* start--clearfix--start */
    .u-clearfix:after,
    .clearfix:after {
      content: "";
      display: table;
      clear: both
    }

    /* end--clearfix--end */
    /* start--高斯模糊tabbar底部处理--start */
    .u-blur-effect-inset {
      width: 390px;
      height: var(--window-bottom);
      background-color: #fff
    }

    /* end--高斯模糊tabbar底部处理--end */
    /* start--提升H5端uni.toast()的层级，避免被uView的modal等遮盖--start */
    uni-toast {
      z-index: 10090
    }

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

    /* end--提升H5端uni.toast()的层级，避免被uView的modal等遮盖--end */
    /* start--去除button的所有默认样式--start */
    .u-reset-button {
      padding: 0;
      margin: 0;
      font-size: inherit;
      line-height: inherit;
      background-color: initial;
      color: inherit;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px)
    }

    .u-reset-button.button-hover {
      -webkit-transform: translate(0.5px, 0.5px);
      transform: translate(0.5px, 0.5px)
    }

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

    /* end--去除button的所有默认样式--end */
    /* H5的时候，隐藏滚动条 */
    ::-webkit-scrollbar {
      display: none;
      width: 0 !important;
      height: 0 !important;
      -webkit-appearance: none;
      background: transparent
    }

    /* 字体文件 */
    @font-face {
      font-family: OPPOSANS;
      src: url(/static/fonts/OPPOSANS-M-subfont.6d4230b2.ttf)
    }

    .font-OPPOSANS {
      font-family: OPPOSANS
    }

    uni-page-body {
      -webkit-overflow-scrolling: touch;
      height: 100%;
      background: #f7f6fb;
      width: 100%;
      font-size: 15px;
      font-family: OPPOSANS;
      word-break: break-all;
      white-space: normal;
      color: #303133
    }

    body {
      background: #f7f6fb
    }

    ::-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__label {
      font-size: 11px !important;
      margin-top: 0 !important
    }

    @media screen and (min-width:960px) {
      uni-app {
        width: inherit;
        height: 100%;
        max-width: 450px;
        margin: 0 auto
      }
    }

    .unit {
      margin-right: 3px
    }

    uni-tabbar .uni-tabbar__iconfont {
      font-family: uk-iconfont
    }

    .main-text-color {
      color: #16adf1
    }

    .main-text-color-lg {
      color: #f09b16
    }

    .title-active {
      color: #16adf1
    }

    .underline-active {
      background: #16adf1
    }

    .main-bd-color {
      border: 1px solid #16adf1
    }

    .main-bg-color {
      background-image: linear-gradient(15deg, #bae9ff, #d6faff)
    }

    .logobtn-bg-color {
      background-color: #f09b16
    }