.dingdan_rt_2 {
    position: relative;
}
.dingdan_rt_2 .sl {
    display: inline;
}
.dingdan_rt_2 .detail-prefix {
    display: inline-block;
    padding: 0 5px;
    margin-right: 6px;
    border-radius: 4px;
    background: #fff3e6;
    color: #93481f;
    font-size: inherit;
    line-height: 18px;
    vertical-align: baseline;
    position: relative;
    top: -1px;
}
.detail-copy-pill {
    cursor: pointer;
    user-select: none;
}
.detail-copy-toast {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(17, 24, 39, .92);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .2);
    opacity: 0;
    pointer-events: none;
    z-index: 10020;
    transition: opacity .18s ease, transform .18s ease;
}
.detail-copy-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.dingdan_lf .ts span {
    display: block;
}
.dingdan_lf .time p {
    font-size: 15px;
    line-height: 24px;
}
.dingdan_lf .time p span {
    display: inline-block;
    margin-left: 4px;
    font-size: 13px;
    line-height: 1.4;
}
.dingdan_lf .ts {
    font-size: 15px;
    line-height: 24px;
}
.dingdan_lf .ts span {
    font-size: 15px;
    line-height: 24px;
}
.dingdan_rt_1 .shuoming {
    font-size: 14px;
    line-height: 20px;
}
.dingdan_rt ul li:last-child {
    display: inline-block !important;
}
.dingdan_lf {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(221, 21, 22, .4);
}
.front-detail-desc {
    margin-top: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #eef0f5;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}
.front-detail-desc h4 {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    color: #111827;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.front-detail-desc__body {
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    word-break: break-word;
}
.front-trade-flow {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin-left: 60px;
    flex: 1 1 auto;
}
.front-trade-step {
    position: relative;
    flex: 1 1 0;
    min-height: 88px;
    padding: 8px 12px 12px;
    text-align: center;
}
.front-trade-step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    border-top: 3px solid #efb4bb;
    border-right: 3px solid #efb4bb;
    transform: rotate(45deg);
    z-index: 2;
}
.front-trade-step:last-child::after {
    display: none;
}
.front-trade-step__icon {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    padding: 9px;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff5f6 0%, #fff 100%);
    box-sizing: border-box;
}
.front-trade-step__icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.front-trade-step__title {
    color: #333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}
@media (max-width: 768px) {
    .dingdan_rt_1 {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center;
        gap: .08rem;
        overflow: visible;
        white-space: normal;
    }
    .dingdan_rt_1 .items > span:first-child,
    .dingdan_rt_1 .items.with-tip .tip-label {
        display: none !important;
    }
    .dingdan_rt_1 .items.with-tip .tip-value,
    .dingdan_rt_1 .items > span:not(:first-child),
    .dingdan_rt_1 .items.with-tip .tip-value {
        display: inline !important;
    }
    .dingdan_rt_1 .items {
        flex: 0 0 auto;
        font-size: .1rem !important;
        line-height: .16rem !important;
    }
    .dingdan_rt_1 .items.with-tip {
        display: inline-flex !important;
        align-items: center;
    }
    .dingdan_rt_1 .items.with-tip i {
        margin-left: -.032rem !important;
    }
    .dingdan_rt_2 .sl {
        font-size: .1rem !important;
        line-height: .12rem !important;
    }
    .dingdan_rt_2 .detail-prefix {
        padding: 0 .03rem;
        margin-right: .03rem;
        line-height: .12rem;
        top: 0;
    }
    .front-trade-flow {
        margin-left: 0;
        display: flex;
        align-items: flex-start;
        gap: .03rem;
    }
    .front-trade-step {
        flex: 1 1 0;
        min-width: 0;
        min-height: auto;
        padding: .04rem .01rem;
    }
    .front-trade-step::after {
        display: block;
        top: .15rem;
        right: -.015rem;
        width: .06rem;
        height: .06rem;
        margin-top: 0;
        border-top: 2px solid #efb4bb;
        border-right: 2px solid #efb4bb;
    }
    .front-trade-step__icon {
        width: .32rem;
        height: .32rem;
        margin-bottom: .05rem;
        padding: .06rem;
        border-radius: .1rem;
    }
    .front-trade-step__title {
        font-size: .1rem;
        line-height: 1.25;
    }
    .front-trade-step:last-child::after {
        display: none;
    }
    .front-detail-desc {
        margin-top: .08rem;
        padding: .1rem .12rem;
        border-radius: .12rem;
    }
    .dingdan_rt_1 .shuoming {
        font-size: .1rem !important;
        line-height: .12rem !important;
    }
    .front-detail-desc__body {
        font-size: .12rem;
        line-height: 1.7;
    }
}
.front-detail-related {
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 16px 20px 22px;
}
.front-detail-related .tit {
    margin-bottom: 12px !important;
}
.front-detail-related .list_tu {
    margin-top: 0;
}
.front-detail-related .jingpin {
    padding-bottom: 0;
}
.front-detail-related .jingpin ul li:nth-child(4n+1) {
    margin-left: 0;
}
@media (max-width: 768px) {
    .front-detail-related {
        margin-top: .12rem;
        padding: .1rem;
    }
    .front-detail-related .tit {
        margin-bottom: .08rem !important;
    }
}
