.card{
    background: #fff;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease-in-out;
}
/* 风格酷模版网 做优质整站源码下载网站 www.FengGeKu.com */
/* QQ群：434230249 */
.card-infos{
    padding: 0px 8px;
    background: #181818;
    color:#fff;
    position:relative;
}
.card__text {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
    color: #86888A;
    margin: 2px 0 10px 10px;
}
.card__title{
    font-family: 'Hind';
    font-size: 1.7rem;
    font-weight:normal;
    line-height: 1.4;
    margin: 10px 0 0 10px;
}
.icon06{
    float:right;
    position:absolute;
    right:7%;
    top:30%;
}