﻿/* 设置外部容器样式 */
.footouter {
    width: 100%;
    height: 160px;
    background-color: #ffdec2;
}
/* 设置内容容器的样式 */
.footinter {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    /* background-color: cornflowerblue; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
    /* 设置中间文字样式 */
    .footinter .intr {
        text-align: center;
        line-height: normal;
        font-size: 14px;
        color: #8d867e;
    }

        .footinter .intr li {
            list-style: none;
        }
    /* 设置二维码样式 */
    .footinter .vchet {
        width: 232px;
        display: flex;
        justify-content: space-between;
        margin-left: -150px;
    }

        .footinter .vchet li {
            list-style: none;
        }
