@media screen and (max-width: 1024px) {
     footer{
        min-width:0;
    } 
  
}
@media screen and (min-width:640px) and (max-width:1024px) {
   
  
    footer .footer_one{
       width:100%;
    }
    footer .footer_one .foot_link ul{
            width: 77px;
    }
    footer .foot_link li span, footer ul.f_contact li:first-child span {
         font-size: 12px;
    }

    footer .f_contact1{
           margin-left: 0px; 
    }
    footer .footer_one .foot_link ul.f_contact2{
            width: 116px;
                margin-left: 26px;
    }
}

@media screen and (max-width: 640px) {
    footer {
        min-width: 375px;
    }
    footer .footer_one .foot_top{
        width: 375px;
         height:auto;
    }
        footer .footer_one {
            width: 100%;
        }

        footer .foot_link {
            display: inline-block;
            height: auto;
            overflow: hidden;
            text-decoration: none;
            padding-left: 17px;
        }

        footer .footer_one .foot_link ul {
            width: 118px;
            height: 197px;
            float: left;
            overflow: initial;
            margin-bottom: 20px;
        }

            footer .footer_one .foot_link ul:nth-last-child(4), footer .footer_one .foot_link ul:nth-last-child(5) {
                height: 150px;
            }

            footer .footer_one .foot_link ul:nth-last-child(2) {
                height: 210px;
                margin-left: 0;
                margin-right: 0;
            }

            footer .footer_one .foot_link ul:last-child {
                margin-left: 0;
                width: 100%;
                height: 150px;
                position: relative;
            }

                footer .footer_one .foot_link ul:last-child li {
                    position: absolute;
                }

                    footer .footer_one .foot_link ul:last-child li:nth-child(2) {
                        top: 30px;
                    }

                    footer .footer_one .foot_link ul:last-child li:nth-child(3) {
                        top: 60px;
                    }

                    footer .footer_one .foot_link ul:last-child li:nth-child(4) {
                        top: 30px;
                        margin-top: 0;
                        left: 49%;
                    }

                    footer .footer_one .foot_link ul:last-child li:nth-child(5) {
                        top: 60px;
                        left: 50%;
                    }

        footer .foot_link li span, footer ul.f_contact li:first-child span {
            font-size: 12px;
        }

    .ewm1, .ewm3 {
        display: block !important;
    }

        .ewm1 img, .ewm3 img {
            width: 100%;
        }

    footer .footer_one p .jt {
        background-position: 40%;
    }

    footer .footer_one p {
        line-height: 1.5;
    }
}

@media screen and (max-width: 375px) {
    footer .footer_one .foot_link ul {
        width: 109px;
    }
}
