.prompt-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none; }
  .prompt-info .prompt-info-content {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    height: auto;
    line-height: 0.36267rem;
    transform: translate(-50%, -50%);
    padding: 0 0.40533rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0.18133rem; }
    .prompt-info .prompt-info-content span {
      width: auto;
      height: auto; }
      .prompt-info .prompt-info-content span .prompt-info-text {
        margin-top: -0.02133rem;
        margin-left: 0.05333rem;
        height: auto;
        font-size: 0.14933rem;
        color: white; }
      .prompt-info .prompt-info-content span .icon-uniE912:before {
        font-size: 0.14933rem;
        color: #92f722; }
      .prompt-info .prompt-info-content span .icon-2:before {
        font-size: 0.14933rem;
        color: #d7000f; }
      .prompt-info .prompt-info-content span .icon-1:before {
        font-size: 0.14933rem;
        color: #f67b29; }
