
#goods-placehold {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #goods-placehold  .row {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 16px;
}

#goods-placehold  .row .col {
    padding: 2rem;
    border-radius: 1.2rem;
    /* border: .4rem solid #87629820; */
    /* opacity: .5; */
    flex: 1;
    background-color: #fff;
    color: initial;
    font-size: 1.2rem;
    position: relative;
}

#goods-placehold .row .col .choose {
    display: none;
    background-color: #876298;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 3rem;
    border-top-left-radius: 1.2rem;
}

#goods-placehold  .row .col_active {
    border: .4rem solid #876298;
}

#goods-placehold .row .col .img{
    /* height: 100px; */
}
#goods-placehold .row .col .img img{
    width: 4.5rem;
}


#goods-placehold .row .col .h_1{
    font-size: 1.6rem;
    color: #41464b;
}
#goods-placehold .row .col .h_2{
    font-size: 18px;
    color: #343446;
    font-weight: bold;
}

#goods-placehold .row .statistics {
    color: #9996c7;
}

.button{
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 50px;
    background-color: #876298;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 4px 6px rgba(103, 62, 0, 0.14);
} 


.text_center{
    margin-top: 20px;
}
.font_blue {
    color: rgb(66 152 180)
}

.border_solid {
    border-radius: 1rem;
    border: 2px solid rgb(246 246 246);
    margin-top: 2rem;
}
.border_b {
    border-bottom: 2px solid rgb(246 246 246);
}
.main .line_height_4 {
    line-height: 4rem;
}
.text{
    text-align: left;
    padding: .8rem 1.8rem;
}

.text p{
    margin: 1rem 0;
}

/* 找回报告按钮 */
.retrieve-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #8663c9, #6c5ce7);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(134, 99, 201, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
}

.retrieve-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(134, 99, 201, 0.4);
}

.retrieve-button-inner {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .retrieve-button {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 20px;
    }

    .retrieve-button-inner {
        font-size: 10px;
    }
}
