.footerBanner {
  height: 88px;
  width: 100%;
  background: #fff url(../imgs/newBannerBottom/pdfMerge.png) no-repeat;
  padding-top: 21px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
}
.footerBanner .box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footerBanner .box .text {
  color: #fff;
  text-align: left;
}
.footerBanner .box .text h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 11px;
}
.footerBanner .box .text p {
  font-size: 15px;
}
.bottom-btns {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fe7326;
  font-size: 22px;
  background: linear-gradient(180deg, #FFFF9C 0%, #ECCD00 100%);
  font-weight: bold;
  border-radius: 25px;
}
body {
  padding-bottom: 87px;
}
.generate-button-box-bottom {
  position: absolute;
  right: 0;
  top: 0;
}

/* 转word页面 */
.pdfToWordFooterBanner.footerBanner {
  background: #fff url(../imgs/newBannerBottom/pdf2word.png) no-repeat;
  /* background-position: -4px -7px; */
}
.pdfToWordFooterBanner .bottom-btns {
  color: #2a8274;
  /* background: linear-gradient(0deg, #fbfd4f 0%, #fff 100%); */
}
/* 转图片页面 */
.pdfToJpgFooterBanner.footerBanner {
  background: #fff url(../imgs/newBannerBottom/pdf2jpg.png) no-repeat;
  /* background-position: -4px -8px; */
}
.pdfToJpgFooterBanner .bottom-btns {
  color: #8555ed;
  /* background: linear-gradient(0deg, #fbfd4f 0%, #fff 100%); */
}
/* 转换教程页面 */
.pdfHelpFooterBanner.footerBanner {
  background: #fff url(../imgs/newBannerBottom/pdfHelp.png) no-repeat;
  /* background-position: 0px -1px; */
}
.pdfHelpFooterBanner .bottom-btns {
  color: #0092ff;
  /* background: linear-gradient(0deg, #9fedff 0%, #fff 100%); */
}