body {
    background: #F7F8FA;
}

.part2 {
    background-color: #fff;
    padding: 0.3rem 0;
}

.wrap_swiper {
    margin: 0 auto !important;
}

.tool_wrap {
    margin-top: 0.2rem;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_tool {
    width: 3.65rem;
    height: 4.2rem;
    background-color: #fff;
    margin-top: 0.2rem;
    padding-top: 0.3rem;
    box-sizing: border-box;
}
.item_tool img {
    width: 1.71rem;
    height: 2.74rem;
}

.item_tool p {
    margin-top: 0.45rem;
    font-size: 0.25rem;
    font-family: OPPOSans;
    font-weight: normal;
    color: #111111;
}