body {
    min-width: 1400px
}

.pc_footer {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    background: #0146ae;
    color: #fff;
    font-size: 14px;
    padding: 60px 0
}

.pc_footer span {
    margin: 0 13px
}

.pc_footer p {
    margin-bottom: 5px; line-height:30px;
}

.pc_footer p a {
    color: #fff;
    margin: 0 13px
}

.pc_footer .Icons {
    text-align: center;
    margin-top: 40px
}

.pc_footer .Icons img {
    width: auto;
    height: 45px;
    margin: 0 10px
}

.m_footer {
    display: none
}

.fixed {
    position: fixed;
    right: 15px;
    bottom: 30px;
    text-align: center;
    z-index: 99;
    cursor: pointer
}

.fixed span {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ededed;
    border-radius: 7px
}

.fixed #fix_wza {
    color: #999;
    font-size: 14px
}

.fixed #fix_wza span {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/content/img/wza.png");
    background-position: center;
    background-size: 100% auto
}

.fixed .scroll_top {
    margin-top: 10px;
    display: none
}

.fixed .scroll_top span {
    position: relative
}

.fixed .scroll_top span::before,
.fixed .scroll_top span::after {
    content: "";
    width: 4px;
    height: 25px;
    background: #b4b4b4;
    position: absolute;
    top: 17px;
    border-radius: 5px
}

.fixed .scroll_top span::before {
    transform-origin: 0 0;
    transform: rotateZ(45deg);
    left: 30px
}

.fixed .scroll_top span::after {
    transform-origin: 100% 0;
    transform: rotateZ(-45deg);
    right: 30px
}

.fixed .scroll_top a {
    color: #999;
    font-size: 14px
}

@media screen and (max-width: 1420px) {
    body {
        min-width: 1000px
    }

    .pc_footer {
        margin-top: 40px;
        font-size: 12px;
        padding: 30px 0
    }

    .pc_footer .Icons {
        margin-top: 30px
    }

    .pc_footer .Icons img {
        height: 40px;
        margin: 0 8px
    }
}

@media screen and (max-width: 750px) {
    body {
        min-width: 100%
    }

    .pc_footer {
        display: none
    }

    .m_footer {
        display: block;
        background: #0146ae;
        padding: .3rem .3rem .7rem;
        font-size: .3rem;
        color: #fff;
        line-height: 1em;
        text-align: center
    }

    .m_footer .ft1 {
        padding-bottom: .35rem;
        display: flex;
        justify-content: center;
        gap: .8rem
    }

    .m_footer .ft1 div {
        display: flex;
        align-items: center
    }

    .m_footer .ft1 div:nth-child(1) img {
        width: .46rem
    }

    .m_footer .ft1 div:nth-child(2) img {
        width: .3rem
    }

    .m_footer .ft1 div img {
        margin-right: .15rem
    }

    .m_footer p {
        padding-top: .35rem;
        border-top: .01rem solid rgba(255, 255, 255, .2)
    }

    .fixed {
        display: none !important
    }
}

/*# sourceMappingURL=china_footer.min.css.map */