.aboutHuaRui-img{
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}
.aboutHuaRui-img img{
  width: 100%;
}
.aboutHuaRui-list{
  position: absolute;
  top: 8.3rem;
  right: 1.6rem;
  width: 11.7rem;
  height: 1.4rem;
  background-color: #29286a;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.list-item{
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #fefefe;
  text-align: center;
  font-size: 0.2rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.list-item:last-of-type{
  margin-right: 0;
}
.list-item span{
  width: 0.62rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background-color: transparent;
}
.list-item.active span{
  background-color: #2a68b3;
}
.aboutHuaRui-content{
  margin-top: 1.14rem;
  width: 100%;
}

@media (max-width: 768px) {
  .aboutHuaRui-list{
    display: none;
  }
}