@font-face {
    font-family: "HYQiHei";
    src: url("https://res.zulong.com/cms/mystyle/fonts/HanQiHei.otf");
}

.red {
    color: red;
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.loading img {
    width: 2rem;
}

.dialog {
    font-family: "HYQiHei";
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    box-sizing: border-box;
}

.dialog-main {
    width: 5.47rem;
    height: 7.36rem;
    border-radius: 0.04rem;
    border: 0.23rem solid rgba(255, 255, 255, 0.55);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.2rem;
    /* overflow: auto; */
}

.dialog-main-con {
    background: #fff;
    width: 100%;
    height: 100%;
    border: 0.03rem dotted #5163B8;
    border-radius: 0.04rem;
}

.dialog-close {
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    background: url(../../img/mo/pop_close.png) no-repeat top center;
    background-size: 100%;
}

.dialog-q-content {
    width: 100%;
    display: flex;
}

.dialog-q-content img {
    width: 100%;
}

.dialog-q .dialog-main {
    height: 4.91rem;
}

.dialog-q .dialog-close {
    right: -0.21rem;
    top: -0.21rem;
}

.dialog-rule .dialog-main-con {
    padding: 0.35rem 0.3rem;
    line-height: 0.27rem;
    box-sizing: border-box;
    overflow: auto;
}

.dialog-info .dialog-main {
    text-align: center;
    height: 2rem;
    /* line-height: 2rem; */
    overflow: initial;
    font-size: 0.24rem;

}

.dialog-info .dialog-main-con {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.5rem;
    /* text-align: center;
    box-sizing: border-box;
    padding-top: 0.6rem; */
}

.dialog-info .dialog-main span {
    /* word-break: break-all; */
}

.dialog-code .dialog-main {
    height: 4.47rem;
}

.dialog-code-title {
    font-size: 0.4rem;
    text-align: center;
    margin-top: 0.4rem;
}

#qrcode {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}

#qrcode img {
    width: 100%;
    height: 100%;
}

.zfb-code {
    color: #1677FF;
}

.wx-code {
    color: #09BB07;
}

.pay-success-con {
    text-align: center;
}

.pay-success-img {
    width: 35%;
    margin-top: 0.8rem;
}

.pay-success-info {
    font-size: 0.4rem;
    color: #000;
    margin-top: 0.4rem;
}

.zfb-code .pay-success-info>span {
    color: #1677FF;
    cursor: pointer;
}

.wx-code .pay-success-info>span {
    color: #09BB07;
    cursor: pointer;
}

.dialog-inPayment .dialog-main {
    height: 5.47rem;

}

.dialog-inPayment .dialog-main-con {
    width: 100%;
    height: 100%;
}

.dialog-inPayment-img {
    width: 2.84rem;
    height: 1.56rem;
    background: url(../../img/pc/in_payment.png) no-repeat top center;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 0.79rem;
}

.dialog-inPayment-info1 {
    font-weight: bold;
    font-size: 0.27rem;
    text-align: center;
    color: #2F2F2F;
    margin-top: 0.28rem;
}

.dialog-inPayment-info2 {
    font-size: 0.22rem;
    text-align: center;
    color: #2F2F2F;
    line-height: 0.48rem;
    width: 4.04rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}