.footer{
    width: 100%;
    /*height: 230px;*/
    background: rgb(40,40,45);
    padding-top: 30px;
    line-height: 20px;
    color: #fff;
}
.footerItem{
    width: 280px;
    height: 100%;
    float: left;
    font-size: 16px;
    color: rgb(149,148,148);
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
}
.footerItem img{
    margin-right: 10px;

}
.record{
    text-align: center;
    font-size: 12px;
    padding: 20px 0 10px;
}
.footerItem_title{
    font-size: 18px;
    margin-bottom: 10px;

}
.socialIcon{
    margin-top: 10px;
}
