/** footer样式 */

.footer-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #225eb8;
    /*margin-top: 50px;*/
    padding: 24px 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.5;
    clear: both;
}


.footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
}

.footer-link-layout {
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background: black;
}

.footer-link-list {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    padding-top: 20px;
    margin-bottom: 10px;
}

.footer-link-item {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-link-title {
    font-size: 110%;
    font-weight: 600;
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
    color: #BBBBBB;
}

.footer-link-item-all {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gap-line {
    width: 100%;
    height: 2px;
    background-color: rgb(70, 69, 69);
    margin-top: 10px;
}

.blog-roll-link {
    flex-basis: 20%;
    box-sizing: border-box;
    background-color: black;
    padding: 0;
}

.blog-roll-link-a {
    text-align: left;
    font-size: 13px;
    color: #BBBBBB;
    border-color: transparent;
    text-shadow: none;
    line-height: 30px;
}

.footer-copyright {
    width: 80%;
    margin-top: 10px;
    position: relative;
    height: auto;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
}

.footer-flag {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 0 !important;
}

.footer-flag-image {
    width: 45px;
    height: 48px;
    background-image: url("../images/footer/logo_footer.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-CR {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.footer-menu-link {
    text-align: center;
    margin-left: 20px;
    font-size: 13px;
}

.footer-menu-link li {
    display: inline;
    margin-left: 22px;
}

.footer-menu-link a {
    color: #918F8F;
}

.CR-rows {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.CR-item {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.CR-item label {
    color: rgb(187, 187, 187);
    font-size: 12px;
    margin-left: 15px;
}

.footer-report{
    margin-left: 32px;
}

.CR-item-image {
    width: 144px;
    height: 45px;
    background-image: url("../images/footer/footer_report.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-QR {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-QR-image {
    width: 90px;
    height: 90px;
    background-image: url("../images/footer/wxQR.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/*btjt*/
.container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #225eb8;
    padding: 40px 0;
}
.footer {
    width: 80%;
}
.footer .link a{
    font-size: 1.5rem;
    color: #fff;
}
.footer .link i {
    display: inline-block;
    margin: 4px 20px 0 20px;
    width: 1px;
    height: 14px;
    background: #5892e9;
}
.footer .copyright {
    display: flex;
    justify-content: space-between;
}
.footer .copyright p {
    margin-top: 10px;
    color: #92beff;
    font-size: 14px;
    line-height: 30px;
}
.footer .copyright .qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #92beff;
}

/*移动端*/
.footer-mobile .copyright .qr-code  {
    display: none;
}
