.preferentialActivities {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
}

.activitiesLeft {
    margin: 0 0.2rem;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    border-radius: 6px;
    padding: 0.1rem;
    box-sizing: border-box;
}

.activitiesLeft>img{
    width: 1.3rem;
    height: 1.3rem;
}

.activitiesRight {
    width: 75%;
    height: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
}

.activitiesRight > p {
    width: 100%;
}

.activitiesRight p:nth-child(2) {
    color: #999;
    font-size: 0.26rem;
}
