.images-wrap {
    margin-top: .36rem
}

.images-wrap .images-box {
    padding: 0 .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.images-wrap .images-box .images-item {
    margin-bottom: .2rem;
    width: 1.6rem
}

.images-wrap .images-box .images-item img {
    width: 1.6rem;
    height: 1.24rem
}

.images-wrap .images-box .images-item p {
    overflow: hidden;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    font-size: .12rem;
    color: #354054;
    border: 1px solid #f0f0f0
}

.images-wrap .btn-box {
    margin-bottom: .2rem;
    text-align: center
}