footer{

    background: #F2F2F2;

    padding: 0.6rem 0;

    padding-top: 0.6rem;

}

.footer_center{

    width: 16rem;

    margin: 0 auto;

}

.footer_seacherbox{

    width: 100%;

    display: flex;

    justify-content: flex-end;

}

.footer_seacher{

    width: 6.45rem;

    height: 0.5rem;

    background: pink;

    position: relative;

}

.footer_inp{

    width: 100%;

    height: 100%;

    background: #fff;

    border: none;

    text-indent: 0.32rem;

    font-size: 0.2rem   ;
    outline: 0;

}

.footer_seacher::after{

    content: '';

    width: 0.01rem;

    height: 0.35rem;

    background: #B5B5B5;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 0.8rem;

}

.footer_seacher::before{

    content: '';

    width: 0.27rem;

    height: 0.27rem;

    background:url(../images/footer/seacher.png) no-repeat;

    background-size: 100% 100%;

    position:absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 0.2rem;

    cursor: pointer;

}

.footer_textbox{

    display: flex;

    justify-content: space-between;

    margin-top: 0.4rem;

}

.footer_text_items{

    display: flex;

    flex-direction: column;

}

.footer_atit{

    color: #1D1D1F;

    font-size: 0.25rem;

    margin-bottom: 0.25rem;

    font-weight: bold;

}

.footer_a{

    margin-bottom: 0.1rem;

    color: #1D1D1F;

    /* color:red; */

    font-size: 0.16rem;

}

.footer_img{

    width: 1.35rem;

    height: 1.35rem;

    display: block;

    object-fit: cover;

    cursor: pointer;

}



.footer_h{

    font-size: 0.18rem;

    text-align: center;

}

.footer_bottom{

    margin-top: 0.4rem;

    border-top: 0.01rem solid #ccc;

    padding: 0.6rem 0 0 0;

    display: flex;

    justify-content: space-between;

    align-items: center;    

}

.footer_im{

    width: 0.43rem;

    height: 0.43rem;

    background: #C6C6C6;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 0.1rem;

    border-radius: 0.07rem;

}

.footer_im img{

    object-fit: cover;

    cursor: pointer;

}

.footer_icobox{

    display: flex;

}

.footer_i_im1{

    width: 0.31rem;

    height: 0.25rem;

}

.footer_i_im2{

    width: 0.27rem;

    height: 0.26rem;

}

.footer_i_im3{

    width: 0.15rem;

    height: 0.27rem;

}

.footer_i_im4{

    width: 0.3rem;

    height: 0.22rem;

}
@media screen and (max-width:1024px){
    .footer_center{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_seacher{
        width: 80% !important;
        height: 45px;
    }
    .footer_seacherbox{
      
        justify-content: center!important;
    }
    
    .footer_text_items,.footer_atit{
        display: none;
    }
    .footer_text_items:last-child{
        display: block;
    }
    .footer_bottom{
        flex-wrap: wrap;
        padding: 20px;
    }
    .footer_icobox,.footer_rtext{
        width: 100%!important;
    }
    .footer_icobox{
        margin-bottom: 10px;
    }
    .footer_img{
        width: auto;
        height: auto;
    }
    .footer_a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_h{
        font-size: 14px;
        text-align: center;
    }
    .footer_icobox{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer_im{
        width: 52px!important;
        height: 52px!important;
    }
    .footer_rtext span{
        font-size: 14px!important;
        padding: 3px 0!important;
    }
    .footer_im img{
        width: auto!important;
        height: auto!important;
    }
    .footer_i_im1{
        max-width: 100%;
        max-height: 100%;
    }

    footer{
        padding: 0.6rem 0 0 0!important;
    }

    .footer_rtext{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


}