.modal[data-v-95d102f4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 19, 19, 0.7);
  text-align: center;
}
.modal .message[data-v-95d102f4] {
    margin-top: 3rem;
    color: white;
    font-size: .36rem;
}
.modal .certBg[data-v-95d102f4] {
    width: 100%;
}
.modal button[data-v-95d102f4] {
    width: 4.8rem;
    height: .92rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc097), to(#ea712b));
    background: -webkit-linear-gradient(top, #ffc097 0%, #ea712b 100%);
    background: linear-gradient(180deg, #ffc097 0%, #ea712b 100%);
    -webkit-border-radius: .24rem;
            border-radius: .24rem;
    color: white;
    font-size: .36rem;
    border: none;
    margin-top: 1.28rem;
}

