/*
 * @Descripttion: 底部-css
 * @Author:
 * @Date: 2022-2023-04-17 11:18:34
 * @LastEditTime: 2023-04-21 10:22:34
 * @FilePath: \cms-PanJin\cms\cms_css\footer.css
 */

footer {
    width: 100%;
    background-color: #de1f20;
}

.mr30 {
    margin-right: 30px;
}

footer .bottom {
    padding: 14px 0;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .bottom .left .text {
    display: flex;
    align-items: center;
    line-height: 26px;
}


footer .bottom .left .text a {
    color: #FFFFFF;
}

footer .bottom .left .text a:hover {
    text-decoration: underline;
}

footer .bottom .right {
    display: flex;
    align-items: center;
}

footer .bottom .right img:hover {
    opacity: 0.8;
}

