.exchange-result .mask_box {
    width: 286px;

    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 20px 30px;
    position: absolute;
    top: calc(50% - 118.5px);
    left: calc(50% - 143px);
}

.exchange-result .dt {
    width: 158px;
    height: 130px;
    background: url("../../imgs/procurement/tdcg.png");
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: -59px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: bold;
}

.exchange-result.failure .dt {
    background-image: url("../../imgs/procurement/tdsb.png");
}

.exchange-result .conten-text {
    font-size: 14px;
    line-height: 20px;
}

.exchange-result .bot03 {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.exchange-result .bot03 .btn {
    height: 32px;
    background: #F5F6FA;
    line-height: 32px;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 14px;
    color: #333;
}

.exchange-result .bot03 .btn.tijiao {
    color: #fff;
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
}
