#footer {
    overflow: hidden; 
}

.footer img {
    width: 100%;
}

.footer {}

.footer-content {
   background: #F2F2F2;
}

.footer-content .content-top {
    border-bottom: none!important;
    padding: 4rem 0 3.5rem;
}

.footer-content .footer-left {
    position: relative;
    width: 36%;
}

.footer-content .footer-right {
    flex: 1;
    max-width: 51.5%;
}

.footer-content .footer-logo {
    /* width: 29rem; */
}


.footer-content .contact {
    padding: 4.25rem 0;
}

.footer-content .contact p {
    font-size: 1rem;
    font-weight: bold;
    line-height: normal; 
    color: #333333;
}

.footer-content .code-box {
    position: relative;
}

.footer-content .code-box .code {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1.25rem;
}

.footer-content .code-box .code i {
    font-size: 1.5rem;
    color: #333333;
}

.footer-content .code-img {
    display: none;
    position: absolute;
    left: 0;
    bottom: 5rem;
    width: 10rem;
    height: 10rem;
    padding: .625rem;
    background-color: #FFFFFF;
}

.footer-content .footer-list {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.footer-content .footer-list .item  {
    
}

.footer-content .footer-list .item p {
    padding: 1rem 0;
    width: 28%;
}
 
.footer-content .footer-list .item p a {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: normal; 
    color: #B4030B;
}

.footer-content .footer-list .item ul {
    flex: 1;
    border-top: 1px solid rgba(51, 51, 51, 0.6);
    padding-top: 1rem;
}

.footer-content .footer-list .item:first-child ul {
    border-top: none;
}

.footer-content .footer-list .item ul li {
    /* margin: 1rem 0; */
    margin-right: 1.25rem;
    margin-bottom: .75rem;
}

.footer-content .footer-list .item ul li:last-child {
    margin-right: 0;
}

.footer-content .footer-list .item ul li a {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1rem;
    color: #333333;
}

.content-bottom {
    padding: 1.25rem 0;
}
.content-bottom p {
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.125rem;
    color: rgba(51, 51, 51, 0.5);
}

 
@media screen and (max-width:1440px) {}

@media (max-width:1280px) {
    .footer-content .footer-list .item p {
         width: 20%;
    }
    .footer-content .footer-right {
        max-width: 58%;
    }
}

@media (max-width:992px) {}

@media (max-width:768px) {
    .page-footer .footer-content .container-heart {
        width: 95% !important;
    }
    .footer-content .footer-left {
        width: 100%;
    }
    .footer-content .footer-logo {
        width: 29rem;
    }
    .footer-content .code-img {
        bottom: 3rem;
    }
    .footer-content .footer-right {
        flex: auto;
        max-width: 100%;
        margin-top: 3rem;
    }
}

@media (max-width:576px) {
 
}
