.ReceiveAward {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 39;
}
.ReceiveAward .ReceiveAward_wrap {
  width: 550px;
  height: 400px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ReceiveAward .ReceiveAward_wrap .ReceiveAward_img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 145px;
  left: 49%;
}
.ReceiveAward .ReceiveAward_wrap .ReceiveAward_text {
  text-align: center;
  padding-left: 25px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #303030;
}
.ReceiveAward .ReceiveAward_wrap .ReceiveAward_btn {
  margin-top: 30px;
  text-align: center;
}
.ReceiveAward .ReceiveAward_wrap .ReceiveAward_btn {
  position: absolute;
  bottom: 39px;
  left: 51%;
  transform: translateX(-50%);
}
.ReceiveAward .ReceiveAward_wrap .ReceiveAward_btn button {
  width: 120px;
  height: 30px;
  background: #388cff;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
}
.ReceiveAward .ReceiveAward_wrap .ReceiveAward_btn button:hover {
  background: #0057ff;
}
