.shenqingliucheng {
  width: 1400px;
  height: 738px;
  margin: 0 auto;
  background-image: url(../imgs/currentindexbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.shenqingliuchengbgwarp {
  width: 1400px;
  height: 738px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
}

.flowtitle {
  display: flex;
  align-items: center;
  font-family: "FangSong_GB2312";
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #bd1a2d;
  height: 100px;
  padding-left: 5%;
  gap: 25%;
}

.flowtitle a {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: white;
  text-decoration: none;
  background: #bd1a2d;
  font-size: 14px;
}

.flowmap {
  height: 232px;
  background-image: url(../imgs/bandage.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.flowmap .f {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../imgs/bgrounded.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: LiSu;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #bd1a2d;
  text-align: center;
}

.flowmap .f p {
  padding: 0 1rem;
}

.flowmap .v {
  width: 22px;
  height: 16px;
  background-image: url(../imgs/vector.png);
}
.flowbooks {
  height: 362px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0 10px 0 10px;
}
.flowbooks .flowbook {
  display: flex;
  width: 234px;
  height: 278px;
  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;
  letter-spacing: 0px;
  color: #000000;
  padding: .6rem 0;
}
.flowbooks .flowbook .content .bookcontent{
  width: 85%;
  display: flex;
  height: 65%;
  flex-direction: column;
  justify-content: center;
  line-height: 36px;
}