/* 底部容器 */
.footer-wrapper {
    width: 100%;
    background-color: #ddd;
}

/* 底部说明 */
.footer-illustrate {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    height: max-content;
}

/* 多快好省容器 */
.big-content-wrapper {
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding: 30px 0;
}

/* 多快好省div */
.big-content {
    width: 880px;
    height: 40px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
}

/* 多快好省列表 */
.big-content-list {
    list-style: none;
}

/* 多快好省内容 */
.big-content-item {
    width: max-content;
    float: left;
    margin: 0 20px;
}

/* 单元内容块 */
.big-content-unit {
    position: relative;
    height: 40px;
    line-height: 40px;
}

/* icon */
.big-content-unit-icon {
    position: relative;
    float: left;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-image: url(../img/footerSpirit.png);
    overflow: hidden;
    width: 36px;
    height: 42px;
    text-indent: -999px;
}

/* 文字 */
.big-content-text {
    float: left;
    margin-left: 10px;
    height: 40px;
    font-size: 18px;
    color: #555;
    font-weight: 800;
}

/* 底部备案 */
.footer-beian-wrapper {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    height: 60px;
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
    color: #555;
}

/* 备案logo */
.beian-logo {
    position: relative;
    top: 4px;
    left: 2px;
}

/* 底部备案 */
.footer-beian-wrapper>a {
    color: #555;
    font-weight: 400;
    text-decoration: none;
}

/* 底部备案hover */
.footer-beian-wrapper>a:hover {
    color: #5af;
}