.icon_group.fenlei {
    display: flex;
    flex-wrap: wrap;
}

.icon_item_a {
    float: none;
}

.icon_group.fenlei .icon_item_a {
    width: auto;
    margin-right: 0.2rem;
    margin-bottom: 0.17rem;
}

.icon_group .icon_item_a div {
    width: auto;
    padding: 0.05rem 0.2rem;
    background: rgb(243, 243, 243);
    border-radius: 0.4rem;
}

.shotcut {
    display: none;
}

.icon_group.fenlei {
    padding: 0 0.3rem;
}

.page {
    display: block;
}

.search_top {
    position: fixed;
    top: 0;
    height: 1rem;
    width: 100%;
    max-width: 7.5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0.29rem 0.24rem 0.24rem 0.24rem;
    box-sizing: border-box;

}

.left {
    top: 1rem;
}

.right {
    margin-top: 1rem;
}

.job-input {
    padding: 0.16rem 0.2rem 0.16rem 0.71rem;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.83rem;
    background: #FFF;
    border: none;
    box-shadow: 0 0 0.15rem 0#ccc;
    height: 0.68rem;

    color: #000;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.36rem;
    flex-grow: 1;
    position: relative;
}

.job-input::placeholder {
    color: #b0b3b9;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.36rem;
}

.search_img {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 1.2rem;
    top: 0.34rem;
    z-index: 99;
}