.app{
  font-family:'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.autofix{
  width: 78%;
  margin: 0 auto;
  min-width: 960px;
}
.autopetty{
  width: 66%;
  margin: 0 auto;
  min-width: 960px;
}
.banner{
  width: 100%;
  display: block;
}
.milogo{
  width: 2.10rem;
  display: block;
  margin: .76rem auto .5rem;
}
.tags{
  display: flex;
  justify-content: space-between;
  padding: 0 0.9rem;
}
.tags>div{
  position: relative;
  font-size: 0.58rem;
  line-height: 0.58rem;
  color: #e7f0fd;
  width: 160px;
}
.tatxt{
  position: absolute;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #333333;
  bottom: 0.07rem;
  left: 0.5rem;
  font-weight: 550;
  white-space: nowrap;
}
.content{
  font-size: .20rem;
  text-indent: .36rem;
  line-height: .40rem;
  padding: 0.54rem 0 0.86rem;
}
.cptitle{
  text-align: center;
  background: url("/reception/img/index/titlebg.png") center/auto .3rem no-repeat;
  font-size: .3rem;
  font-weight: 550;
  margin-bottom: .76rem;
}
.honor{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}
.himg{
  width: 100%;
  display: block;
}
.more{
  font-size: 0.36rem;
  text-align: center;
  margin-bottom: 0.5rem;
}