  .modal {
    display: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.6);
    position: fixed;
  }

  .modal-confirm {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.137931rem /* 33/29 */;
    bottom: 0;
    margin:auto;
    width: 23rem /* 667/29 */;
    height: 12.931034rem /* 375/29 */;
  }

  .modal-info {
    font-size: .793103rem /* 23/29 */;
    width: 15.172414rem /* 440/29 */;
    height: 1.931034rem /* 56/29 */;
    margin: auto;
    margin-top: 2.172414rem /* 63/29 */;
    text-align: center;
  }

  .modal-ok {

  }

  .modal-cancel {
    position: absolute;
    top: .448276rem /* 13/29 */;
    right: 1.551724rem /* 45/29 */;
    height: 1.724138rem /* 50/29 */;
    width: 1.724138rem /* 50/29 */;
    text-align: center;
  }
