.card{
    background: #fff;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease-in-out;
}
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 *//
.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%;
}