
.footer.pc
{
    width: 100%;
    background-color: #087ba4;
    position: relative;
    display: inline-block;
}

.footer.mobile
{
    display: none;
}

.site-map
{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    display: none;
}

.sm-item
{
    list-style: none;
    color: white;
    width: 33.33%;
    font-size: 1.2rem;
    text-align: center;
    float: left;
}

.basic-intro
{
    width: 100%;
    clear: none;
    color: white;
    text-align: center;
    float: left;
    margin-top: 1rem;
}

.footer-logo
{
    height: 4rem;
    text-align: center;
    margin-top: 2rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
}

.footer-logo img
{
    height: 100%;
    border-radius: 50%;
}

.bi-content
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.bic-item
{
    list-style: none;
}

.footer-section1,
.footer-section2
{
    width: 50%;
    float: left;
}

.copy-declare
{
    float: left;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
    color: #a80707;
    font-size: 1.0rem;
    word-break: break-word;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 1rem;
    font-weight: bold;
}

.text-muted {
    color: #a54444!important;
}


.beian,
.beian:hover{
    color: white;
}

.beian img[class=ga]{
    margin-bottom: 0.25rem;
    margin-right: 0.2rem;
}

.cd{
    color: white;
    text-decoration: underline;
}

.cd:hover,
.cd:active{
    color: #ff9f9f;
    text-decoration: underline;
}

/*---右侧导航---*/
.nav-float{
    position: fixed;
    right: 2rem;
    font-size: 3.5rem;
    z-index: 19910306;
    height: 7rem;
    top: 50%;
    margin-top: -3.5rem;
    background-color: rgb(255 255 255 / 12%);
    border-radius: 1rem;
    cursor: pointer;
}

.nav-float .icon-weixin{
    color: green;
}

.nav-float .icon-weixin:hover{
    color: #20b234;
}

.nav-float .icon-to-top:hover{
    color: #313131b0;
}

.nav-float .nf-item{
   height: 3.5rem;
    line-height: 3.5rem;
}

.qrcode-panel{
    position: fixed;
    width: 20rem;
    height: 22rem;
    left: 50%;
    margin-left: -10rem;
    text-align: center;
    bottom: -22rem;
    box-shadow: 0 0 10px 3px #aeaeae;
    z-index: 19910306;
}

.qrcode-panel.show{
    bottom: 50%;
    margin-bottom: -10rem;
    transition: transform 0.3s, bottom 0.3s;
}

.qrcode-panel.hide{
    bottom: -22rem;
    margin-bottom: -10rem;
    transition: transform 0.3s, bottom 0.3s;
}

.qp-head{
    height: 2rem;
    background-color: white;
    display: flex;
    flex-direction: row;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.qph-title{
    width: 100%;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
}

.qph-close{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.01rem solid #aeaeae;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    background-color: white;
    line-height: 1.5rem;
}

.qph-close:hover{
    background-color: red;
    border-color: red;
    color: white;
    cursor: pointer;
}

.qp-data{
    height: 20rem;
    background: white;
    width: 20rem;
}

.qp-data img{
    height: 100%;
    width: 100%;
}


/*---右侧导航---*/


@media screen and (max-width: 900px){

    .footer.pc
    {
        display: none;
    }

    .footer.mobile
    {
        width: 100%;
        display: inline-block;
        height: 4rem;
        background-color: white;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
    }

    .fm-nav
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .fm-nav-item
    {
        float: left;
        width: 20%;
        text-align: center;
        color: #666666;
    }

    .fm-nav-item.active,
    .fm-nav-item:active
    {
        color: #03a9f4;
    }

    .fm-icon,
    .fm-icon i
    {
        font-size: 1.8rem!important;
    }

    .fm-title
    {
        font-size: 0.8rem;
    }

    .fm-nav
    {
        width: 100%;
        height: 4rem;
        box-shadow: 0 0 1rem #b7b7b7;
    }

    .sm-item:nth-child(4)
    {
        clear: both;
    }
}
