.content {
    padding: 0 0.3rem;
}
.searchTitle {
    width: 0.96rem;
    height: 0.34rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: .3rem;
    margin-bottom: 0.2rem;
}
.searchAll {
    min-height: 6.5rem;
}
.searchList{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.searchList a {
    margin-right: 0.58rem;
    margin-bottom: 0.28rem;
}
.searchList a:nth-child(4n){
    margin-right: 0;
}
.searchList a img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
}
.searchList a p {
    width: 1.2rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 0.1rem;
}

.searchText {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.56rem;
}
@media screen and (max-width:414px) {
    .searchText a {
        width: 1.7rem;
        height: 0.34rem;
        margin-right: 0.66rem;
        margin-bottom: 0.34rem;
        background: url("/kaifamei/images/search_hot1.png") right center no-repeat;
    }
}@media screen and (min-width:415px) {
    .searchText a {
        width: 1.7rem;
        height: 0.34rem;
        margin-right: 0.66rem;
        margin-bottom: 0.34rem;
        background: url("/kaifamei/images/search_hot.png") right center no-repeat;
    }
}

.searchText a:nth-child(3n) {
    margin-right: 0;
}
.searchText a span {
    display: block;
    width: 1.44rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}































