@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.invoice-request-page.data-v-bf72f50e {
  padding: 30rpx;
  box-sizing: border-box;
  padding-bottom: 180rpx;
  background: #f7f8fa;
}
.top-card.data-v-bf72f50e,
.form-card.data-v-bf72f50e,
.detail-card.data-v-bf72f50e {
  background: #ffffff;
  border-radius: 18rpx;
  box-shadow: 0 8rpx 24rpx rgba(25, 55, 102, 0.03);
}
.top-card.data-v-bf72f50e {
  padding: 26rpx 28rpx;
}
.top-line.data-v-bf72f50e {
  font-size: 34rpx;
  line-height: 48rpx;
  color: #4a4a4a;
}
.top-line + .top-line.data-v-bf72f50e {
  margin-top: 18rpx;
}
.amount-text.data-v-bf72f50e {
  font-weight: 700;
  color: #ff4537;
}
.form-card.data-v-bf72f50e {
  margin-top: 24rpx;
  padding: 0 28rpx;
}
.form-row.data-v-bf72f50e {
  display: flex;
  align-items: center;
  min-height: 94rpx;
}
.row-label.data-v-bf72f50e {
  flex-shrink: 0;
  width: 195rpx;
  font-size: 34rpx;
  line-height: 48rpx;
  color: #4a4a4a;
}
.required-star.data-v-bf72f50e {
  color: #ff4d4f;
  margin-right: 4rpx;
}
.row-value.data-v-bf72f50e {
  flex: 1;
  font-size: 34rpx;
  line-height: 48rpx;
  color: #3a3f46;
}
.with-arrow.data-v-bf72f50e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10rpx;
}
.placeholder-text.data-v-bf72f50e {
  color: #c9c9c9;
}
.selected-text.data-v-bf72f50e {
  color: #3a3f46;
}
.divider.data-v-bf72f50e {
  height: 1rpx;
  background: #efefef;
}
.title-type-row.data-v-bf72f50e {
  align-items: flex-start;
  padding: 24rpx 0;
  min-height: auto;
}
.title-options.data-v-bf72f50e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 34rpx;
  padding-top: 2rpx;
}
.radio-item.data-v-bf72f50e,
.detail-check.data-v-bf72f50e {
  display: flex;
  align-items: center;
}
.radio-dot.data-v-bf72f50e,
.check-circle.data-v-bf72f50e {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34rpx;
  height: 34rpx;
  border: 2rpx solid #d9d9d9;
  border-radius: 50%;
  background: #ffffff;
}
.radio-dot.active.data-v-bf72f50e {
  border-color: #20b4ff;
  box-shadow: inset 0 0 0 8rpx #20b4ff;
}
.check-circle.active.data-v-bf72f50e {
  border-color: #20b4ff;
  background: #20b4ff;
}
.radio-text.data-v-bf72f50e {
  margin-left: 14rpx;
  font-size: 34rpx;
  line-height: 48rpx;
  color: #4a4a4a;
}
.input-row.data-v-bf72f50e {
  justify-content: space-between;
}
.row-input.data-v-bf72f50e {
  flex: 1;
  height: 94rpx;
  font-size: 32rpx;
  text-align: right;
  color: #3a3f46;
}
.input-placeholder.data-v-bf72f50e {
  color: #c9c9c9;
}
.detail-card.data-v-bf72f50e {
  margin-top: 24rpx;
  padding: 0 28rpx;
}
.detail-row.data-v-bf72f50e {
  justify-content: space-between;
}
.detail-row.disabled.data-v-bf72f50e {
  opacity: 0.6;
}
.invoice-type-popup.data-v-bf72f50e {
  padding: 24rpx 24rpx calc(env(safe-area-inset-bottom) + 24rpx);
  background: #ffffff;
}
.popup-head.data-v-bf72f50e {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88rpx;
}
.popup-title.data-v-bf72f50e {
  font-size: 42rpx;
  font-weight: 700;
  line-height: 58rpx;
  color: #222222;
}
.popup-close.data-v-bf72f50e {
  position: absolute;
  right: 8rpx;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56rpx;
  height: 56rpx;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.type-option.data-v-bf72f50e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20rpx;
  padding: 34rpx 28rpx;
  margin-top: 22rpx;
  border: 2rpx solid transparent;
  border-radius: 20rpx;
  background: #f7f8fa;
}
.type-option.active.data-v-bf72f50e {
  border-color: #25b8ff;
  background: rgba(37, 184, 255, 0.12);
}
.option-copy.data-v-bf72f50e {
  flex: 1;
  min-width: 0;
}
.option-title.data-v-bf72f50e {
  font-size: 34rpx;
  font-weight: 700;
  line-height: 48rpx;
  color: #2b2f36;
}
.option-desc.data-v-bf72f50e {
  margin-top: 18rpx;
  font-size: 24rpx;
  line-height: 38rpx;
  color: #8d949f;
}
.option-check.data-v-bf72f50e {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40rpx;
  height: 40rpx;
  border-radius: 50%;
  background: #d7e0e8;
}
.option-check.active.data-v-bf72f50e {
  background: #25b8ff;
}
.popup-confirm.data-v-bf72f50e {
  height: 88rpx;
  margin-top: 36rpx;
  line-height: 88rpx;
  text-align: center;
  border-radius: 999rpx;
  background: linear-gradient(135deg, #29c2ff 0%, #1ea6ff 100%);
  font-size: 36rpx;
  font-weight: 600;
  color: #ffffff;
}
.submit-wrap.data-v-bf72f50e {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20rpx 28rpx calc(env(safe-area-inset-bottom) + 20rpx);
  background: linear-gradient(180deg, rgba(247, 248, 250, 0) 0%, rgba(247, 248, 250, 0.96) 24%, #f7f8fa 100%);
}
.submit-btn.data-v-bf72f50e {
  height: 88rpx;
  line-height: 88rpx;
  text-align: center;
  border-radius: 999rpx;
  background: linear-gradient(135deg, #29c2ff 0%, #1ea6ff 100%);
  font-size: 36rpx;
  font-weight: 500;
  color: #ffffff;
  box-shadow: 0 14rpx 28rpx rgba(30, 166, 255, 0.22);
}

