
/* 求购材料详情 start */
.latest-purchase-detail-outer{
    z-index: 9;
    align-items: center;
    justify-content: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);;
}
.latest-purchase-detail{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 12px;
    width: 506px;
    background: #FFFFFF;
    border-radius: 4px;
}
.latest-purchase-detail-header-title{
    display: inline-block;
    width: 416px;
    height: 48px;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}
.latest-purchase-detail-header{
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}
.latest-purchase-detail-list{
    display: flex;
    padding: 12px;
    margin-top: 12px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}
.latest-purchase-detail-title{
    min-width: 88px;
    font-size: 14px;
    line-height: 22px;
    color: #AAAAAA;
}
.latest-purchase-detail-content{
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.latest-purchase-detail-btn-center{
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.latest-purchase-detail-btn{
    margin: 0 auto;
    padding: 8px 118px;
    background: #2577E3;
    mix-blend-mode: normal;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.latest-purchase-detail-time{
    position: absolute;
    padding: 10px 7px;
    text-align: center;
    right: 10px;
    top: 0px;
    background: linear-gradient(47.44deg, #FF7B55 2.75%, #FF445D 90.09%);
    border-radius: 0px 0px 4px 4px;
}
.latest-purchase-detail-time-num{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
.latest-purchase-detail-time-text{
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
}
.phone-content {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: center;
}
.phone-item:not(:first-of-type) {
    margin-top: 8px;
}
/* 求购材料详情 end */