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

.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;
    height: 5rem;
}

.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;
}

