.footer:after,.footer-container:after{
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.footer{
    width: 100%;
    min-height: 152px;
    background: #232323;
}
.footer .footer-container{
    width: 80%;
    min-height: 152px;
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
}
.ewm{
    position: absolute;
    right: 0;
    bottom: 20px;
}
.ewm img{
    width: 105px;
}
.footer_text{
    clear: both;
}
.footer_text{
    color: #ddd;
}
.footer_text>p:first-child{
    padding-top: 30px;
}
.footer_text>p .title:nth-of-type(1){
    padding-left: 0;
}
.footer_text>p .title{
    padding: 0 15px 0 30px ;
}
.mobile{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.copyright{
    padding: 5px 10px;
    color: #999999;
    border: solid 1px #ddd;
    width: 400px;
    float: left;
}


