.swiperimg {
    width: 100%;
    height: 100%;
}

img {
    border-radius: 2px;
    object-fit: cover;

}

body {
    background-color: rgba(247, 247, 247, 1);
}

.item {
    background-color: white;
    border-radius: 2px;
    margin-bottom: 13px;
}

.item>img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.name {
    font-size: 16px;
    color: #323233;

}

.age {
    font-size: 14px;
    color: #969799;
    margin-top: 5px;
}

.bottomicon {
    width: 30px;
    height: 30px;
}

.genderimg {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 10px;
}

.mybutton {

    background-color: #ff5d94;
    border: none;
}