.pdf-app {
  --pdf-loading-bar-color: red ;
}

@page {
  margin: 0mm;
  display: block;
  width: 100%;
  overflow: hidden;
}

.bouns_list_table th.bonus_th,
.bouns_sum_table th.bonus_th {
  background: #e1f0ff;
  border: 0px;
}
.bouns_list_table td.bonus_td,
.bouns_sum_table td.bonus_td {
  background: #f3f9ff;
  width: 50%;
}
.bouns_list_table .b-table-bottom-row,
.bouns_sum_table .b-table-bottom-row {
  color: #D81800;
  font-weight: 400;
  font-size: 15px;
  background: #f3f9ff;
}
.bouns_list_table tbody tr,
.bouns_sum_table tbody tr {
  border-width: 0px;
}
.bouns_list_table tbody tr td,
.bouns_sum_table tbody tr td {
  border-width: 0px;
}
.info-table .thead-light th {
  background-color: #f8f9fa !important;
}
@charset "UTF-8";
/** 
* 文字大小
*/
/** 
* border line
*/
/** 
* gray
*/
/** 
* color
*/
.bonus_list_wrapper .table_header[data-v-7d23b9ed] {
  background-color: #f8f9fa;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #d5d5d5;
}
.bonus_list_wrapper .table_header .col[data-v-7d23b9ed] {
  padding-left: 60px;
}
.bonus_list_wrapper .table_item[data-v-7d23b9ed] {
  padding-top: 6px;
  padding-bottom: 0px;
  min-height: 48px;
  line-height: 22px;
  border-bottom: 1px solid #d5d5d5;
}
.bonus_list_wrapper .table_item .table_item_title[data-v-7d23b9ed] {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.bonus_list_wrapper .table_item .table_item_title .table_item_title_itme[data-v-7d23b9ed] {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.bonus_list_wrapper .table_item .table_item_title .table_item_title_itme img[data-v-7d23b9ed] {
  transition: all 0.3s ease;
  transform: rotate(180deg);
  margin-bottom: 6px;
}
.bonus_list_wrapper .table_item .table_item_title .table_item_title_itme[data-v-7d23b9ed]:nth-child(2) {
  padding-left: 45px;
  box-sizing: border-box;
}
.bonus_list_wrapper .table_item .table_item_content[data-v-7d23b9ed] {
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  box-sizing: border-box;
}
.bonus_list_wrapper .table_item .table_item_content h3[data-v-7d23b9ed] {
  padding: 12px 0px 0px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #495057;
}
.bonus_list_wrapper .table_item input[type=checkbox][data-v-7d23b9ed] {
  display: none;
}
.bonus_list_wrapper .table_item input[type=checkbox]:checked ~ .table_item_content[data-v-7d23b9ed] {
  display: none;
}
.bonus_list_wrapper .table_item input[type=checkbox]:checked ~ .table_item_title .table_item_title_itme img[data-v-7d23b9ed] {
  transform: rotate(0deg);
}
.sub_title[data-v-7d23b9ed] {
  color: #495057;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 19px;
  padding-left: 12px;
  margin-top: 36px;
  padding-bottom: 6px;
}
h3[data-v-7d23b9ed] {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #212529;
}
ul li[data-v-7d23b9ed] {
  list-style-type: decimal;
  color: #212529;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
}
.sub_title[data-v-7d23b9ed]:after {
  content: "";
  background-color: #EE3423;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.print[data-v-7d23b9ed] {
  text-align: right;
  cursor: pointer;
  text-decoration: none;
  color: #007bff;
}
.print[data-v-7d23b9ed]:hover {
  color: #0056b3;
}
.print.btn[data-v-7d23b9ed]:focus, .print.btn.focus[data-v-7d23b9ed] {
  box-shadow: 0 0 0 0.2rem transparent;
}
.maintain[data-v-7d23b9ed] {
  color: #495057;
  font-size: 0.75rem;
}
.unit[data-v-7d23b9ed] {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
.bonus_list_wrapper .table_header .col[data-v-7d23b9ed] {
    padding-left: 15px;
}
.bonus_list_wrapper .table_item .table_item_title .table_item_title_itme[data-v-7d23b9ed] {
    text-align: left;
    padding-left: 15px;
}
.bonus_list_wrapper .table_item .table_item_title .table_item_title_itme[data-v-7d23b9ed]:nth-child(2) {
    padding-left: 15px;
}
}
