.h5 .download {
  max-width: 750px;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.h5 .download .pos_box {
  width: 100%;
  height: 100%;
}
.h5 .download .pos_box .pos_top {
  width: 100%;
  height: 50%;
  background: #fff;
  position: relative;
  padding-top: 28%;
  box-sizing: border-box;
}
.h5 .download .pos_box .pos_top .uls {
  width: 100%;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
.h5 .download .pos_box .pos_top .uls .lis1 {
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 2.05rem;
}
.h5 .download .pos_box .pos_top .uls .lis2 {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.46rem;
  margin-top: 0.25rem;
  z-index: 999;
}
.h5 .download .pos_box .pos_top .pos_top_img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.h5 .download .pos_box .pos_top .pos_top_img img {
  width: 100%;
  position: absolute;
  bottom: -3.5rem;
}
.h5 .download .pos_box .pos_centent {
  width: 100%;
  height: calc(100% - 50%);
  background: #e13434;
}
.h5 .download .pos_box .pos_centent .lis1 {
  width: 100%;
  height: 6.5rem;
  position: relative;
}
.h5 .download .pos_box .pos_centent .lis1 .logo {
  width: 6.5rem;
  height: 6.5rem;
  background: #ffffff;
  box-shadow: 0rem 0.13rem 1.88rem 0rem rgba(91, 27, 27, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  margin: auto;
}
.h5 .download .pos_box .pos_centent .lis1 .logo img {
  width: 100%;
  height: 100%;
}
.h5 .download .pos_box .pos_centent .lis2 {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.63rem;
}
.h5 .download .pos_box .pos_centent .lis3 {
  width: 85%;
  height: 3.8rem;
  text-align: center;
  line-height: 3.8rem;
  margin: auto;
  margin-top: 2.25rem;
  border-radius: 1.88rem 1.88rem 1.88rem 1.88rem;
  border: 0.06rem solid #ffffff;
  font-size: 1.25rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  color: #ffffff;
  font-weight: 600;
}
.h5 .download .pos_box .pos_centent .lis4 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffd0d0;
  margin-top: 0.85rem;
}
.h5 .download .pos_box .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 999999999;
}
.h5 .download .pos_box .modal .arrowImg {
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.h5 .download .pos_box .modal .openTxt {
  position: absolute;
  top: 10%;
  /* transform: translateX(-50%); */
  width: 100%;
  text-align: center;
  padding: 0.2rem;
  box-sizing: border-box;
  font-size: 1.25rem;
}
