.select_wrap[data-v-7a3666ce] {
  width: 7.5rem;
  height: 2rem;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.select_wrap .select_input[data-v-7a3666ce] {
  -webkit-appearance: none;
  background-color: #F5F5F6;
  background-image: none;
  border-radius: 0.3125rem;
  border: 0.03125rem solid #EEEEEE;
  color: #092C4D;
  font-size: inherit;
  display: flex;
  align-items: center;
  outline: none;
  padding: 0 0.3125rem;
  height: 2rem;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  padding-right: 0.3125rem;
}
.select_wrap .select_input .input_info[data-v-7a3666ce] {
  font-size: 0.875rem;
  width: 100%;
  height: 100%;
  margin-left: 0.3125rem;
}
.select_wrap .select_input .input_info .text_tips[data-v-7a3666ce] {
  height: 100%;
  color: #092C4D;
  font-size: 0.875rem;
}
.select_wrap .select_input .icon_arrow[data-v-7a3666ce] {
  position: absolute;
  width: 1.5625rem;
  height: 2rem;
  right: 0;
  top: 0;
  text-align: center;
  color: #c0c4cc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.select_wrap .select_input .icon_arrow .arrow[data-v-7a3666ce] {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: transparent;
  /* 模块背景为透明 */
  border-color: #c0c4cc;
  border-style: solid;
  border-width: 0.03125rem 0.03125rem 0 0;
  transition: all 0.3s;
  box-sizing: border-box;
  /*箭头方向可以自由切换角度*/
}
.select_wrap .select_input .icon_arrow .arrow_down[data-v-7a3666ce] {
  transform: rotate(-45deg);
  margin-top: 0.15625rem;
}
.select_wrap .select_input .icon_arrow .arrow_up[data-v-7a3666ce] {
  transform: rotate(135deg);
  margin-top: -0.15625rem;
}
.select_wrap .select_input .icon_arrow .arrow-clear[data-v-7a3666ce] {
  width: 0.84375rem;
  height: 0.84375rem;
  border: 0.03125rem solid #c0c4cc;
  color: #c0c4cc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
}
.select_wrap .select_input .icon_arrow .arrow-clear > uni-image[data-v-7a3666ce] {
  width: 0.65625rem;
  height: 0.65625rem;
}
.select_wrap .select_input_select[data-v-7a3666ce] {
  border-color: #D3832A80;
}
.select_modal_con[data-v-7a3666ce] {
  width: 100%;
  transform-origin: center top;
  z-index: 2062;
  position: absolute;
  top: 1.25rem;
  left: 0;
  border: 0.03125rem solid #e4e7ed;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 1.25rem;
}
.select_modal_con .cons_arrow[data-v-7a3666ce] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -0.1875rem;
  left: 10%;
  margin-right: 0.09375rem;
  border-top-width: 0;
  border-bottom-color: #ebeef5;
}
.select_modal_con .cons_arrow[data-v-7a3666ce]:after {
  content: " ";
  border-width: 0.1875rem;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  margin-left: -0.1875rem;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.select_modal[data-v-7a3666ce] {
  overflow: scroll;
}
.select_modal .select_content[data-v-7a3666ce] {
  list-style: none;
  padding: 0.375rem 0;
  margin: 0;
  box-sizing: border-box;
}
.select_modal .select_content .select_content_li[data-v-7a3666ce] {
  font-size: 0.875rem;
  padding: 0.25rem 0.5625rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  cursor: pointer;
}
.select_modal .select_content .select_content_li.selected[data-v-7a3666ce] {
  color: #D3832A90;
  font-weight: 700;
  background-color: #f5f7fa;
}
.select_modal .select_content .select_content_li[data-v-7a3666ce]:hover {
  background-color: #f5f7fa;
}

/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.xialaxz {
  display: flex;
  flex-direction: column;
}
.xialaxz > uni-view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 0.03125rem solid #00000010;
  padding: 0.625rem 0;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: #092C4D;
}
.xialaxz > uni-view > uni-view {
  word-wrap: break-word;
  word-break: break-all;
  margin-right: 0.3125rem;
}
.xialaxz > uni-view > uni-view:nth-last-child(1) {
  margin-right: 0;
}
.butlur {
  width: 6.25rem !important;
  height: 2rem !important;
  background: #D3832A;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.tabtip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabtip > uni-view {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  color: #90A0AF;
}
.tabtip > uni-view > uni-view {
  height: 2.5rem;
  border-bottom: 0.25rem solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabtip .xz {
  color: #D3832A;
  border-bottom: 0.25rem solid #D3832A;
}
.hdtp {
  padding: 1.0625rem 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hdtp > uni-view {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 400;
  color: #092C4D;
  margin-bottom: 0.75rem;
}
.hdtp > uni-view:nth-last-child(1) {
  margin-bottom: 0;
}
.hdtp > uni-view > uni-view {
  width: 50%;
}
.scve {
  width: 100%;
  height: 50vh;
  margin-top: 0.625rem;
}
.scve .mabx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scve .mabx > .itec {
  width: 21.4375rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  padding: 1.125rem 0.75rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.scve .mabx > .itec:nth-last-child(1) {
  margin-bottom: 0;
}
.scve .mabx > .itec > .contenbx1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #092C4D;
  margin-bottom: 0.625rem;
}
.scve .mabx > .itec > .contenbx1:nth-last-child(1) {
  margin-bottom: 0;
}
.scve .mabx > .itec > .contenbx1 > uni-view {
  flex: 1;
}
.scve .mabx > .itec .tip {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 1.5rem;
  border-radius: 0 0.25rem 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.scve .mabx > .itec .tp1 {
  background-color: #0086F120;
  color: #0086F1;
}
.scve .mabx > .itec .tp2 {
  background-color: #F8544B20;
  color: #F8544B;
}
.scve .mabx > .itec .tp3 {
  background-color: #FA8C1620;
  color: #FA8C16;
}
.scinp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
}
.scinp > uni-view:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 400;
  color: #092C4D;
}
.scinp .inputs {
  width: 8.625rem;
  height: 2rem;
  background: #F5F5F6;
  border-radius: 0.25rem;
  opacity: 1;
  border: 0.0625rem solid #EEEEEE;
  padding: 0.3125rem;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: 400;
  color: #AFB4BA;
}
.scinp .inputs > uni-input {
  flex: 1;
  font-size: 0.75rem;
  color: #092C4D;
}
.scinp .btscan {
  width: 4rem;
  height: 2rem;
  background: #D3832A;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.hdtpnum {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 0.875rem 0;
  border-bottom: 0.09375rem solid #EEEEEE;
}
.hdtpnum > uni-view {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 400;
  color: #092C4D;
}
.hdtpnum > uni-view:nth-of-type(1) > uni-view:nth-of-type(2) {
  color: #092C4D;
}
.hdtpnum > uni-view:nth-of-type(2) > uni-view:nth-of-type(2) {
  color: #0086F1;
}
.hdtpnum > uni-view:nth-of-type(3) > uni-view:nth-of-type(2) {
  color: #3AD8BC;
}
.hdtpnum > uni-view:nth-of-type(4) > uni-view:nth-of-type(2) {
  color: #FA8C16;
}
.hdtpnum > uni-view > uni-view:nth-of-type(2) {
  font-size: 1.125rem;
  font-weight: 400;
  color: #092C4D;
  margin-top: 0.625rem;
}
.abnormalStyleContainer {
  top: -0.625rem;
  left: -0.625rem;
  position: absolute;
  padding: 0.3125rem;
  border: 0.03125rem solid #f8544b;
  border-radius: 50%;
}
.abnormalStyle {
  font-size: 0.875rem;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f8544b;
  padding: 0.3125rem;
  border-radius: 50%;
  border: 0.03125rem solid #f8544b;
  opacity: 0.6;
}