#banner {
  height: 3.6rem;
  background: url("../images/max-03.jpg") no-repeat;
  background-size: cover;
  font-size: 0.48rem;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.96rem;
  padding-top: 0.64rem;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
}
#banner p {
  width: 14.4rem;
  margin: 0 auto;
}
#programs-plp {
  width: 14.4rem;
  margin: 0 auto;
}
#programs-plp h3.title {
  margin: 0.4rem 0 0.16rem 0;
  font-size: 0.2rem;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #A0211C;
  line-height: 0.24rem;
}
#programs-plp .text {
  margin-top: 0.16rem;
  display: flex;
}
#programs-plp .text p.name {
  margin-right: 0.08rem;
  font-size: 0.16rem;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #333333;
  line-height: 0.26rem;
}
#programs-plp .text .val p {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  font-family: Helvetica;
  color: #222222;
  line-height: 0.26rem;
}
#programs-plp .text .val p:first-child {
  margin-top: unset;
}
#programs-plp p.synopsis {
  margin-top: 0.16rem;
  font-size: 0.18rem;
  font-family: Helvetica;
  color: #333333;
  line-height: 0.28rem;
}
#programs-plp a.pay {
  margin-top: 0.24rem;
  display: inline-block;
  border-radius: 2px;
  padding: 0.09rem 0.24rem;
  background-color: #A0211C;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.22rem;
}
.to_buy {
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  z-index: 99999999;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #A0211C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
}
.to_buy em {
  font-size: 0.26rem;
  color: #FFF;
  line-height: 0.26rem;
}
.to_buy p {
  margin-top: 0.04rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.17rem;
}
@media (max-width: 1024px) {
  #banner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.44rem;
    line-height: 0.53rem;
    padding-top: unset;
    margin-top: 0.88rem;
    box-sizing: border-box;
    background-image: url("../images/max-m03.jpg");
  }
  #banner p {
    text-align: center;
    width: unset;
    margin: unset;
  }
  #banner p span {
    display: block;
  }
  #programs-plp {
    width: 6.86rem;
  }
  #programs-plp h3.title {
    font-size: 0.32rem;
    line-height: 0.38rem;
  }
  #programs-plp .text {
    margin-top: 0.16rem;
    display: flex;
  }
  #programs-plp .text.cur {
    flex-direction: column;
  }
  #programs-plp .text.cur .val {
    margin-top: 0.16rem;
  }
  #programs-plp .text p.name {
    margin-right: 0.08rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  #programs-plp .text .val p {
    margin-top: 0.16rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 0.4rem;
  }
  #programs-plp .text .val p:first-child {
    margin-top: unset;
  }
  #programs-plp p.synopsis {
    height: auto;
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
  #programs-plp a.pay {
    padding: unset;
    width: 100%;
    height: 0.8rem;
    border-radius: 0.02rem;
    background-color: #A0211C;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.8rem;
    box-sizing: border-box;
    text-align: center;
  }
  .to_buy {
    display: none !important;
  }
}
