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

    body .footer {

        min-width: unset;

        width: 100vw;

    }



    body .footer-content {

        width: 100%;

        padding: 0 1rem;

    }



    body .footer-top {

        padding: 0;

    }



    html body .last-list {

        display: flex;

        flex-direction: column;

        width: 100%;

    }



    html body .last-list .footer-list-title {

        display: none;

    }



    html body .last-list .footer-list-content {

        width: 100%;

        flex-direction: unset;

        align-items: center;

        justify-content: space-between;

        padding: 2rem 0;

    }



    html body .last-list .footer-list-content img {

        display: block;

        width: 7rem;

        height: 7rem;

        padding: .5rem;

        box-sizing: border-box;

        background-color: #ffffff;

        border-radius: 3px;

        margin-left: 1rem;

    }



    html body .last-list .footer-list-content .footer-contact {

        margin: 0;

        display: flex;

        flex-direction: column;

        justify-content: center;

        padding: 2rem 0;

        box-sizing: border-box;

    }



    html body .last-list .footer-list-content .footer-contact div {

        margin: 0;

        font-size: 1rem;

    }

    



    body .footer-list {

        display: none;

    }



    body .footer-bottom {

        padding: 1rem 0;

        margin: 0;

        flex-direction: column;

    }

    html body .footer-bottom div{

        margin: 0;

        font-size: 1rem;

    }

    body .footer-bottom div:nth-child(2){

        margin: 0;

        /*display: none;*/

    }

    body .footer-bottom div:nth-child(3){

        margin: 0;

        display: none;

    }

}



.footer {

    background-image: url('../images/footerBg.png');

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    height: 100%;

    /* min-width: 1420px; */
/* 
    height: 100%; */
    width: 100vw;

}



.footer-content {

    width: 1360px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    padding: 0 20px;

    box-sizing: border-box;

}



.footer-top {

    padding: 50px 0;

    box-sizing: border-box;

    border-bottom: 1px solid #80c3e9;

    display: flex;

    justify-content: space-between;

}



.footer-bottom {

    padding: 38px 0;

    box-sizing: border-box;

    margin-bottom: 30px;

    display: flex;

    justify-content: space-between;

}



.footer-bottom div {

    color: #ffffff;

    font-size: 14px;

}



.footer-bottom div:nth-child(2) {

    flex: 1;

    margin-left: 40px;

}



.footer-list {

    display: flex;

    flex-direction: column;

}



.footer-list-title {

    margin: 40px 0;

    color: #ffffff;

    font-size: 18px;

    cursor: pointer;

}



.footer-list-content {

    display: flex;

    flex-direction: column;

}



.footer-list-content div {

    color: #ffffff;

    font-size: 15px;

    margin-bottom: 22px;

    cursor: pointer;

}



.footer-list-content img {

    display: block;

    width: 100px;

    height: 100px;

    padding: 6px;

    box-sizing: border-box;

    background-color: #ffffff;

    border-radius: 3px;

}

.last-list div{
   cursor: auto;
}