.footer {
    width: 100%;
    background: #32373F;
}

.footer .footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 20px 40px;
}

.footer-top .footer-logo {
    height: 90px;
    cursor: pointer;
}

.footer-logo .xp-tit {
    margin-top: 24px;
}

.footer-info .footer-info-item {
    white-space: nowrap;
    margin-left: 110px;
}

.footer-info-item .info-item-text {
    height: 18px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 15px;
    margin-bottom: 24px;
}

.footer-info-item .info-item-text:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.footer-contact .contact-tit {
    height: 18px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 15px;
}

.footer-contact .contact-tit-line {
    width: 100%;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 20px 0 28px;
}

.contact-info .contact-text {
    margin-left: 15px;
    margin-right: 67px;
    height: 18px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 15px;
}

.footer-content .footer-line {
    max-width: 1400px;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    /* margin-top: 120px; */
}

.footer-content .footer-blogroll {
    display: flex;
    padding: 18px 0;
    box-sizing: border-box;
}

.footer-content .footer-blogroll-tit {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 36px;
    white-space: nowrap;
}

.footer-content .footer-blogroll-link {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-content .footer-blogroll-link .footer-blogroll-item {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

.footer-content .footer-blogroll-link .footer-blogroll-item:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-content .footer-bottom {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 28px;
}

.footer-bottom .info-item-text:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.footer .footer-app {
    width: 100%;
    margin: 0 auto;
    padding: 16px 38px 25px;
}

.footer-app-entry .entry-top,
.footer-app-contact .contact-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 16px;
    margin-top: 20px;
}

.footer-app-entry .entry-top .entry-tit,
.contact-top .contact-tit {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.entry-top .no-active {
    display: block;
    cursor: pointer;
}

.entry-top .img-active {
    display: none;
    cursor: pointer;
}

.footer-app-entry .entry-list {
    background: #2C2F35;
    padding: 16px 38px 24px;
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 20%);
    row-gap: 12px;
    column-gap: 60px;
    justify-content: center;
    align-items: center;
}

.entry-list .entry-item {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    cursor: pointer;
}

.footer-app-blogroll .blogroll-top,
.footer-app-contact .contact-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 16px;
    margin-top: 20px;
}

.footer-app-blogroll .blogroll-top .blogroll-tit,
.contact-top .contact-tit {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.blogroll-top .blogroll-no-active {
    display: none;
    cursor: pointer;
}

.blogroll-top .blogroll-img-active {
    display: block;
    cursor: pointer;
}

.footer-app-blogroll .blogroll-list {
    background: #2C2F35;
    padding: 16px 38px 24px;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-app-blogroll .blogroll-list {
    line-height: 20px;
}

.footer-app-contact .contact-text {
    margin: 16px 0 16px 6px;
    height: 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 12px;
}

.footer-app-contact .contact-code {
    justify-content: center;
    margin-top: 6px;
}

/* .contact-code .contact-info .qrcode {
    width: 60px;
} */

.contact-code .contact-tit {
    height: 11px;
    font-weight: bold;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 9px;
    text-align: center;
    margin-top: 4px;
}

.footer-app-logo .footer-line {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    opacity: 0.12;
    margin: 31px auto 25px;
}

.footer-app-text {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-app-text .info-item-text:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.service-agreement {
    width: 100%;
    position: relative;
    top: 76px;
}

.service-agreement .wel-box {
    max-width: 1240px;
    margin: 0 auto 100px;
    background: #FFFFFF;
    padding: 30px 60px;
}

.wel-box .wel-top .wel-tit {
    font-size: 26px;
    font-weight: bold;
    margin-top: 18px;
    color: #333333;
}

.wel-box .wel-top .tit-1 {
    font-size: 16px;
    margin-top: 8px;
    color: #777777;
}

.wel-box .wel-top .tit-2 {
    font-size: 12px;
    margin: 8px 0 25px;
    color: #999999;
}

.service-agreement .wel-box .wel-bet {
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 0 20px 15px;
    box-sizing: border-box;
}

.wel-box .wel-bet .user-notice {
    margin: 15px 0 5px;
    font-size: 15px;
    color: #444444;
}

.wel-box .wel-bet .line {
    font-size: 12px;
    color: #666666;
    line-height: 19px;
}

.wel-box .wel-bet .line .line-cont {
    padding-left: 15px;

}

.online {
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 10000;
}

.online .qrcode {
    width: 60px;
    height: 56px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 12px 0 rgba(52, 52, 52, 0.16);
    border-radius: 4px;
}

.qrcode-icon,
.qrcode-icon1,
.qrcode-icon2,
.qrcode-icon3 {
    display: block;
}

.qrcode .qrcode-icon1,
.qrcode .qrcode-icon3 {
    display: none;
}

.qr:hover .qrcode-icon,
.gotop:hover .qrcode-icon2 {
    display: none;
}

.qr:hover .qrcode-icon1,
.gotop:hover .qrcode-icon3 {
    display: block;
}

.qrcode .code {
    position: absolute;
    top: 0;
    right: 70px;
    display: none;
    width: 160px;
    box-shadow: 0 4px 12px 0 rgba(34, 34, 34, 0.4);
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    text-align: center;
}

.qrcode .code .text {
    margin: 11px 0 6px;
    font-size: 12px;
    color: #565656;
}

.qrcode .code .img-qr {
    width: 108px;
    height: 108px;
    border: 1px solid #6F69E5;
    margin: 0 auto;
}

.qrcode .code .qr-tit {
    font-size: 12px;
    color: #565656;
    margin: 6px 0 11px;
}

.qr:hover .person-code {
    display: block;
}

.gotop:hover .wx-code {
    display: block;
}


@media screen and (max-width: 1200px) {
    .wel-box .wel-top .wel-tit {
        font-size: 24px;
    }

    .wel-box .wel-top .tit-1 {
        font-size: 14px;
    }

    .wel-box .wel-bet .user-notice {
        font-size: 13px;
    }
}

@media screen and (max-width: 1100px) {
    .footer-info .footer-info-item {
        margin-left: 60px;
    }
}

@media screen and (max-width: 900px) {
    .footer-info .footer-info-item {
        margin-left: 30px;
    }
}

@media screen and (max-width: 769px) {
    .footer .footer-content {
        display: none;
    }

    .footer .footer-app {
        display: block;
    }

    .wel-box .wel-top .tit-1 {
        font-size: 12px;
    }

    .online {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .footer .footer-content {
        display: block;
    }

    .footer .footer-app {
        display: none;
    }
}