.ktop3 {
 color: #fff;
}


#send_pay_btn {
  display: none;
}


#send_pay_btn1_1, #send_pay_btn1_2 {
    padding-left: 16px;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0 0 28px 0;
    text-align: left;
    color: #000;
    font-size: 16px;
    height: 108px;
    position: relative;
    padding-bottom: 47px;
    line-height: 1;
    height: 96px;
    border: 1px solid #aaa;
    transition: .3s;
    background-position: center;
}


#send_pay_btn1_1::after, #send_pay_btn1_2::after {
    content: "";
    background-image: url(/css/imgn/pos.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    position: absolute;
    right: 26px;
    left: 68%;
    bottom: 1px;
    top: 1px;
    padding: 0 !important;
    z-index: 22;
}
#send_pay_btn1_2::after {
    content: "";
    background-image: url(/css/imgn/nal.jpg);
}

#zdu {
    display: flex;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    justify-content:center;
    align-items:center;
    background-color: #8888;
    z-index: 11111;
}
#zdu-1 {
    display: flex;
    justify-content:center;
    align-items:center;
    background-color: #fd0;
    flex-direction: column;
    gap: 40px;
    padding: 60px;
    border-radius: 20px;
}

#zdu-11 {
    font-size: 48px;
    color: #fff;
}    
#zdu-12 {
    font-size: 86px;
    color: #f00;
    font-weight: bold;
}   

.modal-flex {
  min-height: calc(100vh - 530px);
}



