.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.copyright-meun {
display: flex;
justify-content: center;
align-items: center;
width: 204px;
height: 32px;
background: #fff;
  /* height: 2rem;
  line-height: 2rem;
  margin: 0.625rem 0;
  padding: 0 */
}

.copyright-meun .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    line-height: 14px
}

.copyright-meun .menu-item .icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.copyright-meun .menu-left {
    color: #FF8134;
font-size: 12px;
border-right: 1px solid #E3ECFF;
}

.copyright-meun .menu-right {
color: #0082FA;
font-size: 12px;
}

.copyright-meun a {
  border: none;
  background: #fff;
}