/* CSS Document */
.footerWrapper {
    background-color: #353B43;
    padding: 10px 60px;
}
.footContainer {
    display: flex;
    align-items: flex-start;
}
.footContainer .footer-left, .footContainer .footer-right {
    flex: 0 0 auto;
}
.footContainer .footer-center {
    padding-left: 20px;
    flex: 1 1 auto;
}
.footerMeike {
    width: 160px;
    height: 50px;
}
.weixin-qr-img{
    width: 88px;
    height: 88px;
}

.footerWrapper .ipc-icon {
    height: 20px;
    width: 20px;
    vertical-align: -6px;
}
.footerWrapper .ipc-link {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    display: inline-block;
}
.footerWrapper .ipc-text {
    opacity: 0.6;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0;
    margin-right: 40px;
    display: inline-block;
    margin-bottom: 10px;
}
.footerWrapper .law-link {
    font-weight: bold;
}
.footContainer .footer-center .col:first-child .ipc-text {
    opacity: 1;
}

.contact-us-btn,.contact-us-help-btn {
    position: fixed;
    right: 50px;
    bottom: 180px;
    width: 64px;
    /* height: 96px; */
    background: linear-gradient(180deg, #008AFF 0%, #3585F7 100%);
    box-shadow: 0px 4px 20px 0px rgba(43, 160, 255, 0.5);
    border-radius: 8px;
    opacity: 0.9;
    /* padding: 8px; */
    padding: 14px 0 8px 0;
    cursor: pointer;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-us-btn .icon-contact,.contact-us-help-btn .icon-contact {
    width: 32px;
    height: 32px;
}
.contact-us-btn .label-contact,.contact-us-help-btn .label-contact {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}
.contact-us-help-btn {
    bottom: 268px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 20px 0px rgba(199, 199, 199, 0.5);
}
.contact-us-help-btn .label-contact {
    color: #3585F7;
}
.contact-us-popup {
    position: fixed;
    right: 130px;
    bottom: 180px;
    width: 300px;
    height: 280px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    text-align: center;
    padding-top: 20px;
    z-index: 100;
    display: none;
}
.contact-us-popup .contact-title {
    font-size: 48px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #2F77FF;
    line-height: 64px;
}
.contact-us-popup .contact-phone {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3585F7;
    line-height: 33px;
}
.contact-us-popup .contact-qr-img {
    width: 128px;
    height: 128px;
    margin-top: 16px;
}
.contact-us-popup .contact-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
}
.contact-us-popup .contact-text.sec{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.6;
}
.contact-us-popup .contact-divide {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    margin: 28px 0 24px;
}

@media only screen and (max-device-width: 768px) {
    .footerWrapper {
        padding: 4rem 6rem;
    }
    .footContainer {
        display: flex;
        align-items: center;
        padding: 4rem 6rem;
        position: relative;
    }
    .footerMeike{
        width: 16rem;
        height: 5rem;
    }
    .weixin-qr-img{
        width: 20rem;
        height: 20rem;
        position: absolute;
        top: 0;
        right: 0;
    }
    .footerWrapper .ipc-link, .footerWrapper .ipc-text {
        font-size: 1.4rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2rem;
        margin-top: 1.2rem;
    }
    .footerWrapper .ipc-text {
        display: block;
        margin-right: 130px;
    }
    .footerWrapper .ipc-link {
        opacity: 0.6;
        margin: 0;
    }
    /* .footerWrapper .ipc-link, .footerWrapper .ipc-text {
        font-size: 1.43rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.05rem;
    } */
}