@charset "UTF-8";
.ele_week_outer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
  border-radius: 15px;
  margin-top: 10px;
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .ele_week_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ele_week_outer .ele_week_tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .ele_week_outer .ele_week_tip {
    display: none;
  }
}
.ele_week_outer .ele_week_tip .top {
  height: 21px;
}
.ele_week_outer .ele_week_tip .mid {
  position: relative;
  height: 250px;
}
.ele_week_outer .ele_week_tip .mid .fs {
  position: absolute;
  top: 0;
  right: 0;
}
.ele_week_outer .ele_week_tip .mid .se {
  position: absolute;
  top: 33.3333%;
  right: 0;
}
.ele_week_outer .ele_week_tip .mid .th {
  position: absolute;
  top: 70.833333%;
  right: 0;
}
.ele_week_outer .ele_week_tip .mid .la {
  position: absolute;
  top: 100%;
  right: 0;
}

#schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#schedule .noUi-vertical .noUi-handle {
  width: 70px;
  height: 10px;
  bottom: -5px;
  right: -1px;
  cursor: -webkit-grab;
  cursor: grab;
}
#schedule .noUi-vertical .noUi-handle::after, #schedule .noUi-vertical .noUi-handle::before {
  display: none;
}
#schedule .noUi-connect {
  background-color: #92D050;
}
#schedule .day {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#schedule .day h4 {
  font-size: 18px;
  margin-bottom: 0;
}
#schedule .slider {
  height: 250px; /* 設定垂直高度 */
  width: 70px;
  margin: 10px 0;
  background: #D9D9D9;
}
#schedule .unset {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#schedule .time-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#schedule .time-inputs span {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
#schedule .time-inputs input {
  width: 45px;
}
@media (max-width: 992px) {
  #schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
  #schedule .unset {
    width: 100%;
    height: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #schedule .time-inputs {
    width: 100%;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #schedule .time-inputs span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  #schedule .day {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  #schedule .day h4 {
    padding: 15px 15px 15px 0;
  }
  #schedule .slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 20px;
    width: 200px;
  }
  #schedule .noUi-horizontal .noUi-handle {
    width: 10px;
    right: -5px;
  }
  #schedule .noUi-horizontal .noUi-handle::after, #schedule .noUi-horizontal .noUi-handle::before {
    display: none;
  }
}

.ele_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.ele_btn_list .electricitydf {
  padding: 8px 24px;
  border-radius: 12px;
  min-width: 100px;
  border: 1px solid #fefefe;
}
@media (max-width: 992px) {
  .ele_btn_list .electricitydf {
    width: calc(50% - 5px);
  }
}

.ele_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.ele_box .ele_num {
  padding: 0 10px 0 0;
  margin-bottom: 10px;
}
.ele_box .ele_num span {
  background-color: #FF782D;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f1f1f1;
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.label_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
}
.label_list .form-check {
  margin-right: 10px;
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .label_list .form-check {
    width: 100%;
  }
}

.price_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Calculation_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Calculation_left span:first-child {
  margin-right: 20px;
}
.Calculation_left span .openaddproof {
  background-color: #FF782D;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .Calculation_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .Calculation_left span:first-child {
    margin-right: 0px;
  }
  .Calculation_left span .openaddproof {
    margin-bottom: 20px;
  }
}

.openaddproof {
  background-color: #FF782D;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
}

.Calculation_table {
  background: url(../images/watermask.png) no-repeat;
  background-position: center;
}
.Calculation_table .table.table_mb1 thead {
  background-color: #f1f1f1;
}
.Calculation_table .table.table_mb1 thead tr th:nth-child(5) {
  text-align: center;
}
.Calculation_table .table.table_mb1 thead tr th:nth-child(6) {
  text-align: center;
}
.Calculation_table .table.table_mb1 thead tr th:nth-child(7) {
  text-align: center;
}
.Calculation_table .table.table_mb1 thead tr th:nth-child(8) {
  text-align: center;
}
.Calculation_table .table.table_mb1 tbody tr:nth-child(even) {
  background-color: rgba(160, 160, 160, 0.0549019608);
}
.Calculation_table .table.table_mb1 tbody tr td:nth-child(5) {
  text-align: center;
}
.Calculation_table .table.table_mb1 tbody tr td:nth-child(6) {
  text-align: center;
}
.Calculation_table .table.table_mb1 tbody tr td:nth-child(7) {
  text-align: center;
}
.Calculation_table .table.table_mb1 tbody tr td:nth-child(8) {
  text-align: center;
}
@media (max-width: 992px) {
  .Calculation_table .table.table_mb1 {
    width: 100%;
  }
  .Calculation_table .table.table_mb1 thead {
    display: none;
  }
  .Calculation_table .table.table_mb1 tr th, .Calculation_table .table.table_mb1 tr td {
    display: block;
    width: 100%;
  }
  .Calculation_table .table.table_mb1 tbody tr:nth-child(even) {
    background-color: rgba(160, 160, 160, 0.0549019608);
  }
  .Calculation_table .table.table_mb1 tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(1)::before {
    content: "服務名稱:";
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(2)::before {
    content: "電號:";
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(3)::before {
    content: "電壓類型:";
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(4)::before {
    content: "需求日期:";
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(5)::before {
    content: "年限:";
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(6)::before {
    content: "數量:";
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(7)::before {
    content: "單價";
  }
  .Calculation_table .table.table_mb1 tbody td:nth-child(8)::before {
    content: "小計";
  }
}
.Calculation_table .table.table_mb2 thead {
  background-color: #f1f1f1;
}
.Calculation_table .table.table_mb2 thead tr th:nth-child(3) {
  text-align: center;
}
.Calculation_table .table.table_mb2 thead tr th:nth-child(4) {
  text-align: center;
}
.Calculation_table .table.table_mb2 thead tr th:nth-child(5) {
  text-align: center;
}
.Calculation_table .table.table_mb2 thead tr th:nth-child(6) {
  text-align: center;
}
.Calculation_table .table.table_mb2 tbody tr:nth-child(even) {
  background-color: rgba(160, 160, 160, 0.0549019608);
}
.Calculation_table .table.table_mb2 tbody tr td:nth-child(3) {
  text-align: center;
}
.Calculation_table .table.table_mb2 tbody tr td:nth-child(4) {
  text-align: center;
}
.Calculation_table .table.table_mb2 tbody tr td:nth-child(5) {
  text-align: center;
}
.Calculation_table .table.table_mb2 tbody tr td:nth-child(6) {
  text-align: center;
}
@media (max-width: 992px) {
  .Calculation_table .table.table_mb2 {
    width: 100%;
  }
  .Calculation_table .table.table_mb2 thead {
    display: none;
  }
  .Calculation_table .table.table_mb2 tr th, .Calculation_table .table.table_mb2 tr td {
    display: block;
    width: 100%;
  }
  .Calculation_table .table.table_mb2 tbody tr:nth-child(even) {
    background-color: rgba(160, 160, 160, 0.0549019608);
  }
  .Calculation_table .table.table_mb2 tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Calculation_table .table.table_mb2 tbody td:nth-child(1)::before {
    content: "服務名稱:";
  }
  .Calculation_table .table.table_mb2 tbody td:nth-child(2)::before {
    content: "需求日期:";
  }
  .Calculation_table .table.table_mb2 tbody td:nth-child(3)::before {
    content: "年限:";
  }
  .Calculation_table .table.table_mb2 tbody td:nth-child(4)::before {
    content: "數量:";
  }
  .Calculation_table .table.table_mb2 tbody td:nth-child(5)::before {
    content: "單價:";
  }
  .Calculation_table .table.table_mb2 tbody td:nth-child(6)::before {
    content: "小計:";
  }
}

.Calculation_tips {
  margin: 20px 0;
  padding: 30px;
  border-radius: 12px;
  background-color: #eee;
}
@media (max-width: 992px) {
  .Calculation_tips {
    padding: 15px;
  }
}

.proof_item {
  margin: 10px 0;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
}
.proof_item ul {
  padding-left: 0;
  list-style: none;
}
.proof_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.proof_item ul li input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.proof_item ul li .add-single-cert {
  border: 0;
  background-color: #FF782D;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
}
/*# sourceMappingURL=trade.css.map */