.section1 {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.section1 .lb {
  margin-right: 32px;
}
.section1 .lb .img {
  display: block;
  width: 470px;
}
.section1 .rb {
  flex: 1;
}
.section1 .rb > .text {
  font-size: 14px;
  color: #373737;
  line-height: 38px;
}
.section1 .rb .report {
  min-width: 470px;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.section1 .rb .report .line::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #838383;
}
.section1 .rb .report .item > .text {
  font-size: 24px;
  font-weight: bold;
  color: #373737;
}
.section1 .rb .report .item > .text:nth-child(n+2) {
  margin-top: 8px;
}
.section1 .rb .report .item > .text:nth-child(4) {
  font-size: 14px;
  color: #373737;
}
.section1 .rb .report .item .qr {
  margin-top: 16px;
}
.section1 .rb .report .item .qr .img {
  display: block;
  width: 81px;
}
.section1 .rb .report .item .box {
  display: flex;
  align-items: center;
}
.section1 .rb .report .item .box .pic {
  margin-right: 16px;
}
.section1 .rb .report .item .box .pic .img {
  display: block;
  width: 29px;
}
.section1 .rb .report .item .box .text {
  font-size: 22px;
  color: #373737;
}
.section2 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.section2 .pic .img {
  display: block;
  width: 17.8125rem;
}
.section2 .list .item {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #EEEEEE;
}
.section2 .list .item .text {
  font-size: 14px;
  color: #373737;
  letter-spacing: 2px;
}
.section2 .list .item .text:nth-child(1) {
  margin-bottom: 24px;
  font-size: 22px;
}
.section2 .list .item .tblod {
  display: flex;
  justify-content: flex-end;
  font-size: 17px;
  font-weight: bold;
  color: #373737;
}
