html, body {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

.container-box {
    background-image: url("../pay-images/bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    padding: 32px;
}

.main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-box .role-yxw {
    width: 254px;
    height: 307px;
    position: absolute;
    top: 174px;
}

.main-box .info-box {
    margin-top:330px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    width: 100%;
    min-height: 453px;
    border-radius: 32px;
    position: relative;
    color: #22262B;
    padding: 64px 32px 40px;
}

.main-box .info-box_money {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.main-box .info-box_money .num {
    font-size: 88px;
}

.main-box .info-box_label {
    color: #8A8C8F;
    font-size: 28px;
    margin: 8px 0 53px;
    text-align: center;
}

.main-box .info-box_cell {
    background-color: rgba(238, 238, 238, 0.6);
    color: #22262B;
    font-size: 28px;
    padding: 24px 36px;
    gap: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    position: relative;
}

.main-box .info-box_cell .icon {
    width: 70px;
    height: 70px;
}

.main-box .info-box_cell .trangle {
    width: 56px;
    height: 21px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -21px;
}

.main-box .order-box {
    font-size: 28px;
    background-color: #FFFFFF;
    border-radius: 32px;
    width: 100%;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.order-box .order-box_num {
    color: #8A8C8F;
}
.order-box_left .label{
    font-weight: 500;
    color: #22262B;
    margin-right: 24px;
}
.order-box .icon-copy{
    width: 32px;
    height: 32px;
}

.bottom-btn{
    width: 96%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: white;
    font-size: 32px;
    border-radius: 44px;
    border: 0;
    background: linear-gradient(to left, #FF7022, #FFB62E);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

#copyValueTextArea{
    /*display: none;*/
    position: absolute;
    opacity:0;
    z-index: -1;
    left: -99999px;
}