.footer_logo .footer_icon{
    gap: 35px;
    padding: 0 10px;
    margin-top: 26px;
}
.container:after{
    content:none;
}
.container > ul{
    display: flex;
    gap: 45px;
}
.item-last p{
    white-space: nowrap;   
}
.web_copyright{
    gap: 30px;
    font-weight: normal;
    font-size: 12px;
    color: #C5C5C5;
    margin-top: 50px;
}
.web_copyright a{
    
    font-weight: normal;
    font-size: 12px;
    color: #C5C5C5;
}
.contact .media-x  p{
    line-height: 20px;
}
.contact .media-x  p a{
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
}
.icon1,.icon2{
    position: relative;
    width: 80px;
}

.icon1 .erweima, .icon2 .erweima {
    position: absolute;
    bottom: -29px;
    left: 36px;
    height: auto;
     display: none; 
}
@media(max-width:768px){
    
.icon1 .erweima,.icon2 .erweima{
    position: absolute;
    bottom: -88px;
    left: 0;
    height: auto;
    display: none;
}
    .footer_logo .footer_icon{
        padding: 0;
        margin-bottom: 0px;
    }
    .footer_logo{
        width: 100%;
    }
    footer{
        position: relative;
    }
    .web_copyright a{
        color: #FFFFFF;
    }
    .web_copyright{
        gap: 25px;
        margin-top: 20px;
        /*position: absolute;*/
        bottom: 40px;
        left: 20px;
        right: 20px;
        color: #FFFFFF;
        justify-content: space-between;
    }
    footer{
        padding-bottom: 40px;
    }
}