.part_one {
    background: url(../img/solution/bg.png);
}

body {
    background: #f5f5f5;
}

.wrap .solution {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.wrap .solution ul {
    margin-top: 0.68rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap .solution ul li {
    width: 2.8rem;
    height: 2.41rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 0.24rem;
}

.wrap .solution .pic {
    display: flex;
    height: 0.86rem;
    justify-content: center;
    align-items: center;
}

.wrap .solution h5 {
    font-size: 0.17rem;
    line-height: 0.17rem;
    margin-bottom: 0.11rem;
}

.wrap .solution p {
    padding: 0 0.23rem;
    font-size: 0.12rem;
    line-height: 0.25rem;
    color: #808080;
    margin-bottom: 0.31rem;
    height: 0.48rem;
}

.wrap .solution a {
    display: block;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.15rem;
    text-align: center;
    color: #f0a676;
    border-top: 1px solid #e6e6e6;
}