body{
    background-color: #f9f9f9;
    min-height: 100vh;
    font-size: 0.30rem;
    color: #333;
}

.page_top{
    height: 1rem; 
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.32rem;
    font-weight: bold;
    background-color: #fff;
    
}
.page_main{
    padding: 0.26rem;
     
}

.shangjia_card{
    position: relative;
    background-color: white;
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
    padding: 0.33rem 0.24rem;
    margin-bottom: 0.24rem; 
    font-size: 0.28rem;
    color: #333;
}
.shangjia_card .profile{
    max-width: 0.84rem;;
    min-width: 0.84rem; 
    height: 0.84rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.16rem;
}
.shangjia_card .abs{
    position: absolute;
    right: 0.24rem;
    bottom: 0rem;
    width: 0.94rem;
    height: 0.86rem;
}


.shangjia_card .more_tehui{
    position: absolute;
    right: 0.26rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.24rem;
    color: #666;
}
