/* 底部 */
.footer-bottom{
    margin: 0px 0px 191px;
    border-top: 1px solid #eaeaea;
    /* height:575px; */
    /* background-color: #292929; */
}
.footer-bottom .layui-col-md2,.layui-col-lg2{
    width:18.75% !important
}
.footer-bottom .layui-col-md4,.layui-col-lg4{
    width: 25% !important;
}
.footer-bottom .layui-col-md2>ul>li>a{
    color:rgb(140 ,140, 140);
    line-height: 60px;
    font-size: 20px;
}

.footer-bottom .layui-col-md2>ul>li:first-child>a{
    color:rgb(0 ,0, 0) !important;
    font-size: 26px;
    line-height: 124px;
}
.footer-bottom .layui-col-md4{
    text-align: right;
    margin-top: 143px;
}
.footer-bottom .layui-col-md2{
    /* text-align: right; */
    margin-top: 22px;
}
footer{
    background: #f76060;
    text-align: center;
    color:#ffffff;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}