.ls-gxph>div {
    padding: 10px 10px 0;
    position: relative;
}
.ls-gxph>div>a {
    margin: 0 10px 10px 0;
    float: left;
    position: relative;
    width: calc((100% - 30px)/4);
    text-align: center;
    display: block;
}
.ls-gxph>div>a:nth-child(4n) {
    margin-right: 0;
}
.ls-gxph>div>a>img {
    border-radius: 50%;
    display: block;
    margin: auto;
}
.ls-gxph>div>a>i {
    bottom: inherit;
    top: 35px;
    right: 3px;
}
.ls-gxph>div>a>font {
    display: block;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}