body {
  margin: 0;
}
.footer-box{
    border-top: 1px solid #EEE;
    padding-top: 20px;
    background: #FFFFFF;
    display: flex;
    width: 100%;
}
.footer-div-list{
    width: 1200px;
    margin: auto;
}
.box-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.size-list{
    font-size: 12px;
    font-weight: 400;
    color: #657180;
}
/**规定的底部样式**/
p{
    margin: 0;
    /* margin-bottom: 8px; */
}
.footer-div-lists{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.left-footer{
    display: flex;
    flex-direction: row;
}
.box-beian{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 24px;
}
.footer-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}