@charset "utf-8";
/* CSS Document */

.footer {
    background-color: #226bc5
}

.footer .wrap-1 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .43rem 0 .23rem;
    border-bottom: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-size: 14px;
    line-height: 2.14
}

.footer .wrap-1 .link {
    display: flex;
    flex-wrap: wrap
}

.footer .wrap-1 .link a {
    margin-left: .26rem;
    white-space: nowrap
}

.footer .wrap-1 .feedback {
    display: flex;
    gap: 0 .26rem
}

.footer .wrap-1 .feedback a {
    display: flex;
    align-items: center;
    gap: 0 5px
}

.footer .wrap-1 .other-link a {
    padding: 0 .125rem;
    border-left: 1px solid #fff
}

.footer .wrap-1 .other-link a:first-child {
    border-left: none
}

.footer .wrap-2 {justify-content: space-around;gap: 30px 1.35rem;padding: .33rem 0 .3rem;}

.footer .wrap-2 .wrap-2-left {
      display: flex;
  align-items: center;   /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  
}

.footer .wrap-2 .footer-logo-wrap {
    display: flex;
   width: 100%;
    height: 100%;

}


.footer .wrap-2 .footer-logo {

    width: 100%;
    height: 100%;
    background: url(./images/footer-logo.png) no-repeat center/contain;
    
}

.footer .wrap-2 .code-list {
    display: flex;
    flex-wrap: wrap;
    gap: .32rem;
    margin-top: .2rem
}
.footer .wrap-2 .code-item {

    
}
.footer .wrap-2 .code-img {
    width: 103px;
    height: 103px;
    margin:0px 0px 12px 20px;
    
}

.footer .wrap-2 .code-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
    
}

.footer .wrap-2 .code-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.42;
    width:1.5rem;
    text-align: center;
}

.footer .wrap-2 .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px .3rem
}

.footer .wrap-2 .footer-menu>li>a {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.375
}

.footer .wrap-2 .footer-menu>li>ul a {
    color: rgba(255,255,255,.8);
    font-size: 12px;
    line-height: 2.66
}

.footer .footer-bottom {
    background-color: #0d61b9
}

.footer .footer-bottom .bottom-wrap {
    display: flex;
    gap: 20px 30px;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
    line-height: 2.16;
    justify-content: space-evenly;
}

.footer .footer-bottom .bottom-wrap p {
        text-align:center;
}

.footer .footer-bottom .site-url {
    margin-left: .4rem
}

.footer .footer-bottom .site-url:hover {
    text-decoration: underline
}

@media screen and (max-width: 910px) {
    .footer .wrap-1 {
        flex-direction:column
    }

    .footer .wrap-2 {
        flex-direction: column
    }

    .footer .wrap-2 .wrap-2-right {
        white-space: nowrap
    }

    .footer .wrap-2 .footer-menu {
        flex-wrap: wrap
    }

    .footer .footer-bottom .bottom-wrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}
