@media screen and (max-width: 750px) {
  .wrappos {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    display: none;
  }
  .poscontent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 80%;
    border-radius: 12px;
    padding: 6.4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .poscontenttop {
    position: relative;
  }
  .poscontenttop h1 {
    font-size: 4.26667vw;
    color: #333;
    text-align: center;
  }
  #closebtn {
    position: absolute;
    width: 5.33333vw;
    height: 5.33333vw;
    top: -2.66667vw;
    right: -2.66667vw;
  }
  .copycode button {
    width: 100%;
    height: 9.6vw;
    line-height: 9.6vw;
    color: #fff;
    background-color: #3eb79d;
    font-size: 4.26667vw;
    border: none;
    border-radius: 1.6vw;
    margin-top: 3.2vw;
  }
  .copycode p {
    font-size: 3.73333vw;
    color: #666;
    text-align: center;
  }
  .copycode p span {
    font-size: 3.73333vw;
    color: #666;
  }
  .ewmcode {
    width: 58.66667vw;
    height: 58.66667vw;
    margin: 0 auto;
    margin-top: 2.66667vw;
  }
  .poscontentbot > p {
    font-size: 3.73333vw;
    color: #666;
    text-align: center;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
  }
}

@media screen and (min-width: 750px) {
  .wrappos {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    display: none;
  }
  .poscontent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 47%;
    border-radius: 12px;
    padding: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .poscontenttop {
    position: relative;
  }
  .poscontenttop h1 {
    font-size: 32px;
    color: #333;
    text-align: center;
  }
  #closebtn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
  .copycode button {
    width: 100%;
    height: 72px;
    line-height: 72px;
    color: #fff;
    background-color: #3eb79d;
    font-size: 32px;
    border: none;
    border-radius: 12px;
    margin-top: 14px;
  }
  .copycode p {
    font-size: 28px;
    color: #666;
    text-align: center;
  }
  .copycode p span {
    font-size: 28px;
    color: #666;
  }
  .ewmcode {
    width: 440px;
    height: 440px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .poscontentbot > p {
    font-size: 28px;
    color: #666;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=dialog.css.map */