

 #goods-placehold  .row {
    margin-top: 2rem;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}

#goods-placehold  .row .col {
    padding: 2rem;
    border-radius: 0.3rem;
    border: 0.2rem 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: 0.2rem solid #876298;
}

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


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

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

/* .button{
    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);
} */

.hot_btn{
    display: inline-block;
    width: 40%;
    background-color: rgba(66, 152, 180, 1);
    line-height: 6rem;
    margin-top: 40px;
    font-size: 1.8rem;
    color: #fff;
}

.white_block{
    display: inline-block;
    width: 10%;
}

.button{
    display: inline-block;
    width: 50%;
    line-height: 6rem;
    background-color: #876298;
    margin-top: 20px;
    font-size: 1.8rem;
    color: #fff;    
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.button_text{
   animation: zoom 2s infinite;
}

.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;
}