body {
  background: url("../img/bj@2x.png") no-repeat;
  /*height: 300vh;*/
  background-size: 100% 100%;
  color: #1E1E1E;
}

.logoBox {
  display: flex;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 600;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}

.logoBox2{
  display: flex;
  align-items: center;
}

.logo {
  width: 50px;
  height: 50px;
  border: #c8c2f8 3px solid;
  border-radius: 15px;
  margin-right: 8px;
}

.recharge-btn{
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  border-radius: 30px;
  color: #FFFFFF;
  cursor: pointer;
}

.dpBox {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}

.dpBoxTitle {
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 600;
}

.dpImg {
  height: 40px;
}

.contentBox {
  position: relative;

}

.syImg {
  position: absolute;
  top: 12vh;
  width: 75vw;
  right: 10.525vw;
  z-index: -10;
}

.botBox {
  margin-top: 62vh;
  display: flex;
  justify-content: space-around;
}

.buttonBox {
  width: 155px;
  height: 50px;
  font-size: 14px;
  border-radius: 12px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonBox img {
  height: 22px;
  margin-right: 8px;
}

.downBox {
  margin-top: 60px;
  display: flex;
  justify-content: space-evenly;
}

.downBox img {
  height: 15px;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-12px);
  }
}

.introBox{
  margin-top: 30px;
  text-align: center;
}

.inTitBox{
  font-size: 1.4rem;
  font-weight: 600;
}

.inBox{
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
}

.inBox img{
  width: 75vw;
}

.alertImg{
  width: 90vw;
}

