.swiper-container {
width: 100%;
padding-top: 20px;
padding-bottom: 50px;
background: #262626;
}
.swiper-slide {
background: #fff;
background-position: center;
background-size: cover;
width: 300px;
height: 380px;
}
.swiper-slide .imgBx
{
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.swiper-slide .imgBx img
{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: 25px auto 0;
    overflow: hidden;
    width: 120px;
}
.swiper-slide .details
{
  box-sizing: border-box;
  padding: 2px;
}
.swiper-slide .details h3
{
  margin: -130px auto 0;
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  height: 45px;
}
.swiper-slide .details h3 span
{
  font-size: 16px;
  color: #f44336;
}
.checked
{
  color: orange;
}