.mySwiper {
    margin-left: 15px;
    background: #eeeeee;
  width: 56px;
  height: 56px;
}
.mySwiper:hover {
  background:#8f8f8f;
  color: #fff;
}
.flex-between-end {
    display: flex;
    justify-content: right;
    align-items: flex-end;
}
.flex-center {
    display: flex;
    align-items: center;
}
.radius50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.iconfont {
    font-size: 20px;
}