.pic {
  margin-top: 64px;
}
.pic .img {
  display: block;
  width: 325px;
}
.section {
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
}
.section > .lb {
  width: 325px;
}
.section > .lb.fixed {
  position: fixed;
  top: 110px;
}
.section > .lb .text {
  font-size: 18px;
  color: #595757;
}
.section > .lb .text.active {
  color: #0062B1;
  position: relative;
  display: inline-block;
}
.section > .lb .text.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0979C5;
  position: absolute;
  bottom: -5px;
}
.section > .lb .text:nth-child(2) {
  margin-top: 16px;
}
.section > .rb {
  flex: 1;
  min-width: 800px;
  margin-left: 32px;
}
.section > .rb.scroll {
  margin-left: 357px;
}
.section > .rb .cell:nth-child(2) {
  margin-top: 48px;
}
.section > .rb .cell .head {
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid #0062B1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section > .rb .cell .head .lb {
  font-size: 30px;
  font-weight: bold;
  color: #0062B1;
}
.section > .rb .cell .head .rb {
  font-size: 22px;
  color: #595757;
}
.section > .rb .cell .bb .box:nth-child(2) {
  margin-top: 32px;
}
.section > .rb .cell .bb .box .text {
  margin: 16px 0;
  font-size: 16px;
  color: #595757;
}
.section > .rb .cell .bb .box .text.big {
  font-size: 22px;
}
.section > .rb .cell .bb .box .text.blod {
  font-size: 22px;
  font-weight: bold;
}
.section > .rb .cell .bb .box .text.abso {
  position: absolute;
  right: 5%;
  width: 30%;
}
.section > .rb .cell .bb .box .text.abso:nth-child(3) {
  top: 30%;
}
.section > .rb .cell .bb .box .text.abso:nth-child(4) {
  top: 60%;
}
.section > .rb .cell .bb .box .text.abso:nth-child(5) {
  top: 75%;
}
.section > .rb .cell .bb .box .title {
  font-size: 22px;
  font-weight: bold;
  color: #595757;
}
.section > .rb .cell .bb .box .list .item {
  position: relative;
}
.section > .rb .cell .bb .box .list .item:nth-child(n+2) {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px dashed #8A8A8A;
}
.section > .rb .cell .bb .box .list .item .step .img {
  display: block;
}
