.mid-block {
    background-image: url("/static/img/apply-account/apply-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f9fe;
}


.page-title {
    color: #232325;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 2.7rem auto;
}

.steps {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 20px
}

.step {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.step .dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #c7d2fe;
    margin-top: 1.6rem;
    margin-bottom: 2.7rem;
    background-image: url("/static/img/apply-account/dot.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.step.active .dot {
    background-image: url("/static/img/apply-account/dot-blue.svg");
}

.step::after {
    content: "";
    position: absolute;
    top: 3.3rem;
    left: 4%;
    right: -20%;
    height: 2px;
    background: linear-gradient(to right, #AFB7CD, #AFB7CD)
}

.step.active::after {
    content: "";
    position: absolute;
    top: 3.3rem;
    left: 4%;
    right: -18.5%;
    height: 2px;
    background: linear-gradient(to right, #4875f3, #0646f4)
}

/* 主卡片 */
.section {
    margin: 0.8rem 0 1.5rem
}

.section-title {
    display: flex;
    color: #232325;
    align-items: center;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0.8rem 0 1.5rem
}

.section-title .bar {
    width: 4px;
    height: 27px;
    border-left: #3C71F5 solid 6px;
    margin-right: 8px
}

/* 厂商选择 */
.vendors {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 65px;
    margin-bottom: 12px;
}

.vendor {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #CDD4EB;
    border-radius: 8px;
    background: #FFF;
    cursor: pointer;
    transition: all .2s;
    height: 4.5rem;
    padding: 1.2rem 3.55rem;
    justify-content: center;
}

.icon-yun {
    display: inline-block;
}

.vendor.active {
    border-radius: 8px;
    border: 2px solid #3C71F5;
    background: #FFF;
    box-shadow: 5px 10px 30px 0 rgba(204, 212, 237, 0.50);
}

.tip {
    display: flex;
    color: #3C71F5;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 15px;
}

.tip img {
    width: 1rem;
    height: auto;
}

/* 金额选择 */
.amounts {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 12px
}

.amount {
    padding: 14px;
    text-align: center;
    cursor: pointer;
    color: #232325;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #CDD4EB;
    background: #FFF;
}

.amount.active {
    border-color: #3C71F5;
    background: #fff;
    box-shadow: 0 8px 20px rgba(45, 116, 255, .12)
}

.amount input {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 14px;
    outline: none
}

.summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-top: 6px
}

.summary .left, .summary .right, .summary .mid {
    color: #000;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.summary .num {
    color: #3C71F5;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 10px;
}

.summary .num1 {
    color: #3C71F5;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.summary .confirm {
    border-radius: 8px;
    width: 17.75rem;
    background: #3C71F5;
    text-align: center;
    color: #FFF;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}

.summary .confirm:hover {
    background: #5c89f6;
}

/* 完成支付 */
.done {
    margin-top: 8px;

}

.done input {
    width: 100%;
    padding: 1rem 3.5rem;
    border-radius: 8px;
    border: 1px solid #CDD4EB;
    background: #FFF;
    color: #AFB7CD;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.attention-black {
    position: absolute;
    top: 1rem;
    left: 2rem;
}

/* 流程 */

.flow {
    padding: 2.5rem 0;
    background: #FFF;
}

.flow .title {
    text-align: center;
    color: #232325;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.flow-steps {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px;
    align-items: start
}

.flow-step {
    padding: 14px;
    text-align: center;
    position: relative;
}

.flow-step .badge {
    position: absolute;
    top: 28%;
    right: -13%;
}

.flow-icon {
    position: relative;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    margin: 10px auto;
}

.sqlc {
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 0;
    left: -1rem;
}

.flow-step .name {
    margin-bottom: 6px;
    color: #232325;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.flow-step .desc {
    color: #3F3F3F;
    text-align: center;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#uidInput {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 8px;
    border: 1px solid #CDD4EB;
    background: #FFF;
    padding: 0.15rem 1.5rem;
    outline: none;
}

.layui-form-radio {
    margin-right: 3.1rem;
}

.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: #3C71F5;
}

.layui-form-radio div {
    font-size: 1.1rem;
}

.layui-layer-title {
    border-bottom: none;
    position: relative;
    padding: 0.25rem 2.5rem;
    font-size: 0.9rem;
}

.layui-layer-title:after {
    display: block;
    position: absolute;
    width: 8px;
    height: 1.3rem;
    border-left: #3C71F5 solid 6px;
    left: 1.5rem;
    top: 38%;
    content: '';
}

.pay-tip {
    padding: 3rem 1.5rem 0.25rem 2rem;
    color: #232325;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.8rem;
    margin-bottom: 12px;
    margin-right: 2.5rem;
}

.pay-tip1 {
    display: flex;
    margin: 0.3rem 2rem;
    padding: 0.6rem 1.5rem;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #FFD07B;
    background: #FFFCF5;
    color: #FF9451;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
}

.pay-tip2 {
    padding: 0.25rem 2rem;
    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
    margin-top: 1.5rem;
}

.bar1 {
    width: 8px;
    height: 0.9rem;
    border-left: #3C71F5 solid 6px;
    margin-right: 8px
}

.pay-tip3 {
    display: grid;
    padding: 0.25rem 3rem;
    grid-template-columns:repeat(3, 1fr);
    color: #232325;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7rem;
    margin: 1.6rem 0;
    gap: 24px;
}

.order-type {
    color: #797F91;
    margin-right: 0.9rem;
}

.pay-tip4 {
    padding: 0.25rem 3rem;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7rem;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 1.6rem;
}

.pay-tip5 {
    padding: 0.25rem 1.5rem 0.25rem 0;
    display: flex;
}

.pay-tip5 .qrcode img {
    width: 18.4rem;
    height: auto;
}

.qrcode-cont {
    padding-top: 2rem;
}

.qrcode-txt {
    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
}

.qrcode-amount {
    color: #FF4A4A;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    margin: 1rem 0 1.3rem 0;
}

.qrcode-tip {
    display: flex;
    color: #FF4A4A;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8rem;
    margin-bottom: 1.1rem;
}

.qrcode-txt1 {
    margin-bottom: 1rem;
}

.last-time {
    color: #3C71F5;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1rem;
}

.qrcode-txt img {
    display: inline-block;
}

.close-order-btn {
    width: 15rem;
    padding: 0.9rem 0;
    text-align: center;
    border-radius: 8px;
    background: #3C71F5;
    color: #FFF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
}

.order-going {
    color: #3C71F5;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 1rem;
}

.order-going-tip {
    color: #797F91;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8rem;
    margin-bottom: 4.5rem;
}

.close-order-btn:hover {
    background: #608af3;
}

.die-div {
    width: 35rem;
    text-align: center;
    padding-bottom: 2rem;
}

.die-div img {
    margin: 4rem auto 1.5rem auto;
    width: 6.5rem;
}

.pay-img {
    width: 10rem !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.order-going1 {
    color: #6995FE;
}

.order-going-tip1 {
    margin-bottom: 1rem;
}

.pay-success {
    text-align: left;
    padding: 0.25rem 2.5rem 1.5rem
}

.copy-btn {
    cursor: pointer;
}

.order-detail {
    color: #797F91;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    margin-top: 1rem;
}

.order-detail span {
    color: #232325;
}

.product-name {
    color: #797F91 !important;
    margin-left: 4rem;
}

.pay-success-price {
    color: #6995FE !important;
    font-size: 1.1rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.1rem !important;
}


@media screen and (max-width: 768px) {
    .steps {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 24px;
        align-items: center;
        margin-bottom: 20px
    }

    .pay-tip3 {
        grid-template-columns:repeat(2, 1fr);
    }

    .step21::after {
        right: 0;
    }

    .step21.active::after {
        right: 0 !important;
    }

    .step.active::after {
        right: -14.5%;
    }

    .vendors {
        display: block;
    }

    .vendor {
        width: 100%;
        margin-top: 0.8rem;
    }

    .section-title {
        display: block;
    }

    .summary {
        display: block;
    }

    .summary .left, .summary .right, .summary .mid {
        line-height: 3rem;
    }

    .summary .confirm {
        padding: 0.5rem 2rem;
        display: block;
        margin-top: 1rem;
        width: 100%;
    }

    .done input {
        padding: 1.23rem 4rem;
    }

    .flow-steps {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 16px;
        align-items: start
    }

    .flow-step .badge {
        display: none;
    }

    .qrcode img {
        margin-top: 5rem;
    }

}
