.footer{
  width: 100vw;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}
.right{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  font-style: normal;
}
.no{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  font-style: normal;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer{
    display: block;
    height: 65px;
    padding-top: 27px;
  }
  .right{
    margin: 0 auto 7px;
    font-size: 12px;
  }
  .no{
    margin: 0 auto;
    font-size: 12px;
  }
}