.prompt-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.prompt-title{
  font-size: .24rem;
  color: #0C32A6;
  font-family: GameFont;
  text-align: center;
  margin-bottom: .14rem;
}

.prompt-text1,.prompt-text2{
  width: 4.56rem;
  text-align: center;
  font-size: .24rem;
  color: #294391;
  font-family: GameFont;
}
.prompt-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 2.2rem;
}
.prompt-text2{
  margin-top: .1rem;
}
.prompt-light{
  color: #de6707;
}
.btn-yellow{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 2.24rem;
  height: .88rem;
  font-family: 'Fonteditor';
  background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/btn-yellow.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn-yellow-text{
  font-size: .28rem;
  color: #010101;
}