

.image-group {
    display: flex;
    justify-content: space-around;
    font-size: .16rem;
    background: #fff;
    text-align: center;
    padding: 0 .15rem;
}

.targetImage {
    margin-bottom: .2rem;
    width: 2rem;
    height: 2rem;
}

.btn {
    width: 1.2rem;
    height: .28rem;
    font-size: .12rem;
    color: #3C76FF;
    position: center;
    margin: 0 auto;
    margin-bottom: .28rem;
    line-height: .12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button::after {
    border: 0;
}

button {
    border: 1px solid #3c76ff;
    border-radius: .05rem;
}