.mask[data-v-6f48af22] {
  width: 100%;
  height: -webkit-calc(100vh - .96rem);
  height: calc(100vh - .96rem);
  position: fixed;
  left: 0;
  top: .96rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal[data-v-6f48af22] {
  width: -webkit-calc(100% - .4rem);
  width: calc(100% - .4rem);
  background-color: white;
  -webkit-border-radius: .2rem;
          border-radius: .2rem;
  position: absolute;
  top: .32rem;
  left: .2rem;
  padding: .4rem .22rem .4rem .44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: .32rem;
}
.modal img[data-v-6f48af22] {
    width: .52rem;
    height: .28rem;
    position: absolute;
    top: -.16rem;
    left: .41rem;
}
.modal span[data-v-6f48af22] {
    color: #EB7734;
}
.modal .btns[data-v-6f48af22] {
    margin-top: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.modal .btns span[data-v-6f48af22] {
      font-size: .36rem;
}
.modal .btns span[data-v-6f48af22]:first-child {
        color: #2D363E;
}
.modal .btns span[data-v-6f48af22]:last-child {
        color: #A6ABC0;
        margin: 0 .34rem 0 .93rem;
}

