.payroll {
  font-size: 14px;
  padding: 0 12px;
  color: #2e2f48;
}
.payroll .top-info {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 30px;
}
.payroll .top-info .top-info-item {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.payroll-top {
  position: sticky;
  top: 0;
  padding-top: 15px;
  background-color: #FFF;
  z-index: 1;
}
.payroll-info {
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 14px 0;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.payroll-info-icon {
  height: 42px;
  margin-right: 20px;
}
.payroll-info-content-top {
  display: flex;
  align-items: center;
}
.payroll-info-icon-check {
  width: 14px;
  height: 14px;
}
.payroll-info-content-check-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payroll-info-content-toptitle {
  margin-right: 6px;
}
.payroll-info-content-bot {
  font-size: 18px;
  font-weight: bold;
}
.payrollList {
  padding-bottom: 10px;
}
.payrollList-item {
  margin-bottom: 15px;
  background-image: url('../image/baomi.png');
  background-size: 60px 60px;
}
.payrollList-item-head {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid;
  font-weight: bold;
}
.payrollList-item-head-pre {
  display: flex;
}
.payrollList-item-head-pre-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}
.payrollList-item-head-next {
  margin-left: 10px;
}
.payrollList-sub-item {
  display: flex;
  min-height: 40px;
  align-items: center;
}
.payrollList-sub-item:nth-child(odd) {
  background-color: #f7f7f7;
}
.payrollList-sub-item-title {
  text-align: right;
  width: 50%;
}
.payrollList-sub-item-amount {
  text-align: right;
  width: 50%;
  padding-right: 20px;
  font-weight: bold;
}