footer{
    background-color: #EBEBEB;
    border-top: 2px solid #e4e4e4;
}

footer .mid{
    margin: auto;
    width: 1000px;
}

footer .selectLine{
    padding: 20px 0;
}

footer .selectLine select{
    margin-right: 16px;
    padding: 0 20px;
    height: 39px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

footer .centerbox{
    padding: 45px 0;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    /* font-size: 14px; */
}

footer .centerbox>.mid{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .centerbox>.mid .left{
line-height: 3;
}

footer .centerbox>.mid .right{
display: flex;
align-items: center;
}

footer .bottom{
    padding: 15px 0;
    text-align: center;
    /* font-size: 14px; */
}