.ggh-footer {
    background-color: #1a1b1d;
    color: white;
    font-size: 14px;
}

.ggh-footer .container .row1 {
    border-bottom: 1px solid #cccccc;
}

.ggh-footer .container .row1 .col {
    color: white;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
}

.ggh-footer .container .row1 .col .line {
    width: 1px;
    background-color: #cccccc;
    height: 10px;
}

.ggh-footer .container .row1 .col a {
    color: white;
    font-size: 16px;
}

.ggh-footer .container .row1 .col a:hover {
    color: var(--main-color);
}

.ggh-footer .container .row1 .col span {
    cursor: pointer;
}

.ggh-footer .container .row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ggh-footer .container .row2 .col {
    color: #cccccc !important;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    padding: 0;
    color: #e3e3e3;
}

.ggh-footer .container .row2 .col .row {
    display: flex;
    flex-wrap: wrap;
}

.ggh-footer .container .row2 .col .row .content {
    flex: 1;
}

.ggh-footer .container .row2 .col .row .footer-title {
    min-width: 70px;
    text-align: justify;
    text-align-last: justify;
    margin-left: 10px;
}

.ggh-footer .container .row2 .col .row .content {
    margin-right: 10px;
}


.ggh-footer .container .row2 .col img {
    /* content: url('../assets/qrcode.jpg'); */
    width: 130px;
    height: 130px;
}

.ggh-footer .b-bar {
    background-color: black;
    color: white;
    font-size: 14px;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ggh-footer .b-bar span {
    margin: 0 10px;
}


/* 实时在线人数统计样式 */
.ggh-footer .b-bar span a span {
    display: none;
}

.ggh-footer .b-bar span a {
    width: auto;
    height: auto;
}

.ggh-footer .b-bar span .waubutton img {
    display: none !important
}
.ggh-footer .b-bar span .waubutton {
    margin-right:-55px !important;
}
.ggh-footer .b-bar span .waubutton p {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-left: 0px !important;
}