.subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #222222;
}
.subTitle i {
  color: #ff5656;
  margin-right: 2px;
  font-style: normal;
  /* 移除斜体 */
}
.subTitle span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-left: 16px;
  color: #ff8100;
  cursor: pointer;
}
.subTitle .priceDe {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #ff8100;
  margin-left: 16px;
}
.subTitle .addBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.subTitle .addBtn .btnContent {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #f7f7f7;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subTitle .addBtn .btnContent i {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}
.workDayTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
  color: #666666;
}
.workDayTitle i {
  color: #ff5656;
  margin-right: 2px;
  font-style: normal;
  /* 移除斜体 */
}
.radios {
  margin-top: 16px;
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.tip {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  color: #666666;
}
.tip span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #ff8100;
  margin-left: 3px;
  cursor: pointer;
}
.footText {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  padding-right: 12px;
  color: #999999;
}
.footTextLig {
  font-size: 14px;
  line-height: 36px;
  padding-right: 12px;
  color: #222222;
}
.diyPower {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13px;
  padding: 20px 12px;
}
.diyPower .diyPowerTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.diyPower .diyPowerTop .reduceContent {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #f7f7f7;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.diyPower .diyPowerTop .reduceContent i {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}
::v-deep(.el-input__inner) {
  height: 36px;
  border-radius: 6px;
  background: #f7f7f7;
  border: none;
  padding: 0 12px;
}
.map16 {
  margin-top: 16px;
}
.map24 {
  margin-top: 24px;
}
.map8 {
  margin-top: 8px;
}
.mal16 {
  margin-left: 16px;
}
.width270 {
  width: 307px;
}
.SNH96 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SNH96 .SNH48 {
  width: 48%;
}
::v-deep(.el-range-input) {
  background: transparent;
}
.module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-title .titleBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tableSty {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 16px;
}
.tableSty tr {
  border-bottom: 1px solid #e8e8e8;
}
.tableSty tr td,
.tableSty tr th {
  padding: 16px 0px 16px 5px;
  font-size: 14px;
  color: #222222;
  text-align: left;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.tableSty tr th:nth-child(1) {
  width: 150px;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.tableSty tr td:nth-child(1),
.tableSty tr th {
  font-weight: 600;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.tableSty tbody tr:nth-child(even) {
  background-color: #e8e8e8;
}
::v-deep(.el-input--prefix .el-input__inner) {
  padding-left: 30px !important;
}
::v-deep(.el-form-item__content) {
  width: 100%;
}
::v-deep(.el-form-item__error) {
  padding-bottom: 4px;
}
::v-deep(.el-form-item) {
  margin-bottom: 0 !important;
}
.width100 {
  width: 100%;
}
.width80 {
  width: 160px;
}
.priceWidth {
  width: 100px;
}


/*# sourceMappingURL=331.35d3171c.css.map*/