.flowbooks {
  height: 300px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.flowbooks .flowbook {
  display: flex;
  width: 151px;
  height: 205px;
  background: #fff8e5;
  border-radius: 2px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3),
    inset 0px 0px 10px 0px rgba(189, 26, 45, 0.1);
}
.flowbooks .flowbook .booklift {
  width: 8px;
  height: 100%;
  border-right: 1px solid black;
  overflow: hidden;
}
.flowbooks .flowbook .booklift .liftblock {
  height: 13px;
  width: 100%;
  border-bottom: 1px solid black;
}
.flowbooks .flowbook .content {
  font-family: Source Han Sans CN;
  font-size: 14px;
  width: 100%;
  font-weight: 350;
  line-height: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0px;
  color: #9e9e9e;
}
.flowbooks .flowbook .content .booktitle {
  font-family: LiSu;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  padding: 0.6rem 0;
}
.flowbooks .flowbook .content .bookcontent {
  width: 90%;
  display: block;
  line-height: normal;
}

.instruction {
  font-family: LiSu;
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 15px;
}
