.footer-parent {
    background: #3b4853;
    color: #c9ccce;
    z-index: 10;
    position: relative;
}

.footer {
    height: 240px;
}

.footer .left-link {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer .left-link a {
    margin-top: 20px;
    color: #fff;
    margin-right: 50px;
    font-weight: 600;
}

.footer .top {
    /* width: 895px; */
    height: 166px;
    align-items: center;
    border-bottom: 1px solid #717c81;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.friends_title {
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
}

.friends_title_color_a{
    color: #fff;
}

.friends_title_color_b{
    color: #c9ccce;
}

.friends_url {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-bottom: 20px;
    height: 50px;
}

.friends_url a {
    color: #c9ccce;
    display: block;
    margin-right: 30px;
    font-size: 14px;
}

.address {
    display: flex;
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
}

.address_first {
    padding-right: 40px;
}

.footer .top ul li a {
    color: #fff;
    padding: 0 65px;
    font-weight: 700;
}

.footer .top ul li a:nth-child(1) {
    padding-left: 0;
}

.footer .right-qrcode {
    flex-shrink: 0;
}

.footer .right-qrcode img {
    width: 92px;
}

.footer .right-qrcode p {
    padding: 15px 0;
}

.footer .right-qrcode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.bottom {
    flex: 1;
    align-items: center;
    padding: 15px 0 30px 0;
    font-size: 14px;
    text-align: center;
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

.fix-scroll-top {
    position: fixed;
    z-index: 99;
    width: 46px;
    height: 46px;
    bottom: 100px;
    color: #fff;
    /* background: #2f929f; */
    right: 20px;
    text-align: center;
    cursor: pointer;
}

.fix-scroll-top img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

/* 移动端适配 */
@media only screen and (max-width: 768px) {
    .mobile {
        display: block;
    }

    .flex-row.mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .mobile-footer {
        background: #3b4853;
        padding-top: .9375rem;
        padding-bottom: 3.25rem;
    }

    .mobile-footer ul {
        flex-wrap: wrap;
        margin-bottom: 2.8125rem;
    }

    .mobile-footer ul li {
        margin: 0 2%;
    }

    .mobile-footer ul li a {
        font-weight: 700;
    }

    .mobile-footer p,
    .mobile-footer a {
        color: #fff;
    }

    .adress {
        justify-content: space-between;
        padding: 0 3%;
    }

    .adress .right-qrcode img {
        width: 5.21875rem;
        height: auto;
    }

    .left-adress {
        margin-top: 2%;
        text-indent: -3rem;
        padding-left: 3rem;
        margin-right: 2.5rem;
        padding-right: .9375rem;
    }

    .right-qrcode {
        align-items: center;
    }

    .right-qrcode p {
        white-space: nowrap;
    }

    .footer-bottom {
        padding-left: .9375rem;
    }


    /* 底部固定导航栏样式 */
    .fixed-nav {
        position: fixed;
        height: 3.125rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 999;
    }

    .fixed-nav ul {
        justify-content: center;
        align-items: center;
    }

    .fixed-nav ul li {
        position: relative;
        width: 20%;
        height: 100%;
        box-sizing: border-box;
        padding: .4rem 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fixed-nav ul li a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .fixed-nav ul li img {
        width: 1.25rem;
        height: auto;
        margin-bottom: .3125rem;
    }

    .fixed-nav ul li:last-child img {
        border-radius: 50%;
    }

    .fixed-nav ul li p {
        font-size: .5625rem;
        color: #666666;
    }
}