.pc .handbook{
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.pc .handbook .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.pc .handbook .handImg {
  margin-bottom: 20px;
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url('../../image/flow.png');
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  transform: scale(1.03);
}
.pc .handbook .download {
  position: relative;
  width: 100%;
  /* min-height: 60px; */
  padding-right: 70px;
  padding-left: 40px;
  margin-bottom: 50px;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #009C45;
  line-height: 60px;
}
.pc .handbook .downImg {
  position: absolute;
  right: 30px;
  width: 38px;
  height: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.pc .handbook .content p {
  padding-bottom: 20px;
}

.phone .handbook{
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.phone .handbook .title {
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
.phone .handbook .handImg {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 9.6875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url('../../image/flow1.png');
  font-weight: bold;
  color: #000000;
  transform: scale(1.03);
}
.phone .handbook .download {
  position: relative;
  width: 100%;
  /* min-height:3.75rem; */
  padding: 0.625rem 4.375rem 0.625rem 0.625rem;
  margin-bottom:3.125rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: #009C45;
}
.phone .handbook .downImg {
  position: absolute;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  min-height: 1.875rem;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.phone .handbook .content p {
  padding-bottom: 1.25rem;
}