.payModal[data-v-13c88ee1] {
  width: 100%;
  height: 100%;
  background-color: rgba(25, 19, 19, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}
.payModal .box[data-v-13c88ee1] {
    width: 100%;
    height: 95%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0.6rem 0.6rem 0 0;
            border-radius: 0.6rem 0.6rem 0 0;
    text-align: center;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
}
.payModal .box.show[data-v-13c88ee1] {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
}
.payModal .head[data-v-13c88ee1] {
    padding: 0.2rem 0.62rem 0 0;
    text-align: right;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
}
.payModal .head span[data-v-13c88ee1] {
      font-size: 0.36rem;
      color: #2d363e;
      font-weight: bold;
}
.payModal .certImg[data-v-13c88ee1] {
    width: 5.88rem;
    margin: 0.2rem auto;
}
.payModal .uploadBox[data-v-13c88ee1] {
    text-align: left;
    font-size: 0.32rem;
    color: #2d363e;
    padding: 0.5rem 0.4rem 0;
}
.payModal .uploadBox p[data-v-13c88ee1]:nth-child(2) {
      padding: 0.32rem 0;
}
.payModal .uploadBox p:nth-child(2) span[data-v-13c88ee1]:first-child {
        color: #3886cc;
}
.payModal .uploadBox p:nth-child(2) .isUpload[data-v-13c88ee1] {
        color: #eb7734;
        text-decoration: underline;
}
.payModal .certWrap[data-v-13c88ee1] {
    font-size: 0.32rem;
    padding: 0 0.4rem;
    margin: auto auto;
    text-align: left;
    color: #2d363e;
}
.payModal .certWrap p[data-v-13c88ee1] {
      color: #2d363e;
}
.payModal .certWrap a[data-v-13c88ee1] {
      color: #3886cc;
}
.payModal button[data-v-13c88ee1] {
    margin: 0.2rem 0 0.2rem;
    width: 4.8rem;
    height: 0.9rem;
    -webkit-border-radius: 0.24rem;
            border-radius: 0.24rem;
    color: #ea712b;
    font-size: 0.36rem;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

