.r1 {
  width: 100vw;
  height: 8.84rem;
  overflow: hidden;
}
.r1 .list {
  display: flex;
  height: 100%;
}
.r1 .list.phone {
  display: none;
}
.r1 .list .item {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  background: url('../assets/images/img6.png') no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.5s;
}
.r1 .list .item .info {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0.48rem;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
}
.r1 .list .item .info .title {
  transition: all 0.5s;
}
.r1 .list .item .info .content {
  width: 10.28rem;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
}
.r1 .list .item .info .right {
  transition: all 0.5s;
}
.r1 .list .item.noActive .info {
  padding: 0.48rem 18px;
}
.r1 .list .item.active {
  flex-shrink: 0;
  width: 10.28rem;
}
.r1 .list .item.active .info {
  position: absolute;
  bottom: 0;
}
.r1 .list .item.active .info .content {
  opacity: 1;
  font-family: Source Han Sans;
  font-size: var(--font14);
  line-height: 0.28rem;
  color: #EBEBEB;
}
.r1 .list .item .title {
  font-family: Source Han Sans;
  font-size: var(--font14);
  line-height: 0.28rem;
  color: #FFFFFF;
  margin-bottom: 0.1rem;
  position: relative;
}
.r1 .list .item .title .num {
  position: absolute;
  display: inline-block;
  font-family: DingTalk JinBuTi;
  font-size: var(--font60);
  line-height: 1;
  background: linear-gradient(180deg, rgba(66, 166, 255, 0.3) 3%, rgba(66, 166, 255, 0) 124%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  left: 0;
  bottom: 0.15rem;
}
.r1 .list .item .right {
  width: 0.32rem;
  height: 0.32rem;
}
@media screen and (orientation: portrait) {
  .r1 .list.phone {
    display: flex;
  }
  .r1 .list.phone .item.active .info {
    height: auto;
    padding-top: 0.58rem;
  }
  .r1 .list.pc {
    display: none;
  }
}
