.main{
    background: #fff;
    margin-top: 0.44rem;
}
.main ul li {
    width: 1.7rem;
    height: 1.53rem;
    text-align: center;
    border: 1px solid #E8E8E8;
    float: left;
    margin: 0.1rem 0.06rem;
    padding-top: 0.05rem;
    position: relative;
}
.main ul li img{
    width: 1.59rem;
}
.main ul li span{
    display: block;
    width: 100%;
    height: 0.37rem;
    line-height: 0.37rem;
    
    font-size: 0.13rem;
    color: #5B98EB;
    position: absolute;
    bottom: 0rem;
}
