@media (max-width: 1220px) {
    html body{
         width:100%;
         min-width:unset;
     }
     
 
     body .foot .ftright{
         display:none;
     }
     body  .foot .ftleft,
     html .foot .container, .foot .container2,
     .foot,
     .foot .ftmid{
         width:100% !important;
         min-width:unset !important;
         text-align: center  !important;
     }
     html .foot{
           padding:  25px 0 18px 0;
     }
     html .foot .ftleft .p1,  html .foot .ftleft .p2, html  .foot .ftleft .p3, html  .foot .ftleft .p4{
         margin:0px;
         line-height: 26px !important;
     }
     html .foot .ftleft .p2 span{
         display: inline-block;
     }
     
     html .foot .ftleft a{
         padding:0 5px;
    }
 }
