/* 页脚 - 参照参考图布局 */
#bottom {
    width: 100%;
    position: relative;
    padding: 36px 0 28px;
    text-align: left;
    background: #7f1879;
    overflow: hidden;
    box-sizing: border-box;
}

#bottom::before {
    background: url(../images/bottom_bj.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    filter: alpha(opacity=15);
}

.bottom-inner {
    width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bottom-info {
    flex: 1;
    padding-right: 60px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.bottom-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.bottom-item {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.7;
    font-family: "Microsoft YaHei", sans-serif;
}

.bottom-item a {
    color: #fff;
    font-weight: bold;
}

.bottom-item a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.bottom-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.bottom-qrcodes {
    display: flex;
    gap: 28px;
    flex-shrink: 0;
    align-items: center;
}

.bottom-qrcode-item {
    text-align: center;
}

.bottom-qrcode-item img {
    width: 92px;
    height: 92px;
    background: #fff;
    padding: 5px;
    display: block;
    box-sizing: border-box;
}

.bottom-qrcode-item p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
    line-height: 1.4;
    font-family: "Microsoft YaHei", sans-serif;
    white-space: nowrap;
}

.bottom-copyright {
    width: 1230px;
    margin: 26px auto 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    position: relative;
    z-index: 1;
}

.bottom-copyright p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
    font-family: "Microsoft YaHei", sans-serif;
}
