@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.submit-bar.data-v-6e07bb07 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  z-index: 100;
  background-color: #fff;
}
.submit-bar__tip.data-v-6e07bb07 {
  padding: 10px;
  color: #f56723;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff7cc;
}
.submit-bar__tip.data-v-6e07bb07:empty {
  display: none;
}
.submit-bar__tip-icon.data-v-6e07bb07 {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 12px;
  min-width: 18px;
}
.submit-bar__tip-text.data-v-6e07bb07 {
  display: inline;
  vertical-align: middle;
}
.submit-bar__bar.data-v-6e07bb07 {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0 16px;
  height: 50px;
  font-size: 14px;
  background-color: #fff;
}
.submit-bar__safe.data-v-6e07bb07 {
  height: constant(safe-area-inset-bottom);
  height: env(safe-area-inset-bottom);
}
.submit-bar__text.data-v-6e07bb07 {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: right;
  color: #323233;
  padding-right: 12px;
}
.submit-bar__price.data-v-6e07bb07,
.submit-bar__text.data-v-6e07bb07 {
  font-weight: 500;
}
.submit-bar__price.data-v-6e07bb07 {
  color: var(--primary-color, #ee0a24);
  font-size: 12px;
}
.submit-bar__price-integer.data-v-6e07bb07 {
  font-size: 20px;
  font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif;
}
.submit-bar__currency.data-v-6e07bb07 {
  font-size: 12px;
}
.submit-bar__suffix-label.data-v-6e07bb07 {
  margin-left: 5px;
}
.submit-bar__button.data-v-6e07bb07 {
  width: 110px;
  font-weight: 500;
  --button-default-height: 40px !important;
  --button-line-height: 40px !important;
}

