.r1 {
  position: relative;
}
.r1 .tops {
  position: fixed;
  bottom: 0.32rem;
  right: 0.32rem;
  width: 0.54rem;
  height: 0.54rem;
  z-index: 99999999;
  cursor: pointer;
}
.r1 .tops.hide {
  visibility: hidden;
}
.r1 .selects {
  position: absolute;
  top: 50%;
  left: 0.36rem;
  transform: translate(0, -50%);
  display: flex;
  z-index: 9999;
  gap: 0.2rem;
  flex-direction: column;
  transition: all 0.5s;
}
.r1 .selects:hover .select .name {
  opacity: 1;
  width: 1rem;
}
.r1 .selects .select {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  cursor: pointer;
}
.r1 .selects .select.active .label {
  background: #fff;
}
.r1 .selects .select .name {
  font-family: Source Han Sans;
  font-size: var(--font14);
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  white-space: nowrap;
}
.r1 .selects .select:hover .name {
  opacity: 1;
}
.r1 .selects .select .label {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(66, 166, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 50%;
}
.r1 > .swiper {
  width: 100vw;
  height: 100vh;
}
.r1 > .swiper .swiper-slide {
  overflow: hidden;
}
.r1 > .swiper .swiper-slide.footer {
  height: auto;
}
.r1 > .swiper .swiper-slide .content {
  transition: all 1s;
  position: relative;
}
.r1 > .swiper .swiper-slide .content .container {
  display: flex;
  align-items: center;
  padding-left: 2.8rem;
  height: 100vh;
}
.r1 > .swiper .swiper-slide .content .container .right {
  flex: 1;
  display: flex;
  justify-content: center;
}
.r1 > .swiper .swiper-slide .content .container .right .img,
.r1 > .swiper .swiper-slide .content .container .right .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.r1 > .swiper .swiper-slide .content .container .left .title {
  font-family: Source Han Sans;
  font-size: var(--font68);
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.16rem;
  line-height: 1;
}
.r1 > .swiper .swiper-slide .content .container .left .title span {
  font-size: var(--font68);
  font-weight: bold;
  background: linear-gradient(149deg, #42A6FF 51%, #FF485E 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  margin-right: 0.35rem;
}
.r1 > .swiper .swiper-slide .content .container .left .title span::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  background: url('../assets/svg/icon.svg') no-repeat;
  background-size: cover;
  top: 0.15rem;
}
.r1 > .swiper .swiper-slide .content .container .left .subtitle {
  font-family: Source Han Sans;
  font-size: var(--font36);
  color: #fff;
  margin: 0 0 0.7rem;
  line-height: 1;
}
.r1 > .swiper .swiper-slide .content .container .left .btns {
  display: flex;
  gap: 0.24rem;
}
.r1 > .swiper .swiper-slide .content .container .left .btns .btn {
  width: 1.6rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  font-size: var(--font18);
  font-family: Source Han Sans;
  cursor: pointer;
}
.r1 > .swiper .swiper-slide .content .container .left .btns .btn.color1 {
  border-radius: 2px;
  background: linear-gradient(359deg, #43C7FF 3%, #42A6FF 96%);
  color: #FFFFFF;
}
.r1 > .swiper .swiper-slide .content .container .left .btns .btn.color2 {
  border-radius: 2px;
  background: linear-gradient(359deg, #DCF5FF 3%, #FFFFFF 96%);
  color: #42A6FF;
}
.r1 > .swiper .swiper-slide .content .swiperSon {
  padding: 0.48rem;
  width: 100vw;
  box-sizing: border-box;
  background: #F5F7FA;
}
.r1 > .swiper .swiper-slide .content .hidden {
  display: flex;
  width: 100%;
}
.r1 > .swiper .swiper-slide .content .hidden .item {
  flex-shrink: 0;
  width: 3.42rem;
  height: 4.38rem;
  border-radius: 4px;
  background: linear-gradient(270deg, #FFFFFF 0%, #F6F9FC 100%);
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  box-shadow: 6px 6px 20px 0px rgba(55, 99, 170, 0.08);
  padding: 0 0.22rem 0.36rem;
}
.r1 > .swiper .swiper-slide .content .hidden .item .name {
  font-family: Source Han Sans;
  font-size: var(--font16);
  font-weight: 500;
  line-height: var(--font24);
  color: #181818;
  margin-top: 0.24rem;
}
.r1 > .swiper .swiper-slide .content .hidden .item .introduce {
  font-family: Source Han Sans;
  font-size: var(--font14);
  color: #6B7280;
  white-space: pre-line;
  margin-top: 0.1rem;
  line-height: 0.24rem;
}
.r1 > .swiper .swiper-slide .content .hidden .item .imgBox {
  height: 2rem;
  width: 100%;
  position: relative;
}
.r1 > .swiper .swiper-slide .content .hidden .item .imgBox::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 1.2rem;
  left: 0;
  right: 0;
  background: rgba(241, 243, 247, 0.8);
  bottom: 0;
}
.r1 > .swiper .swiper-slide .content .hidden .item .imgBox .img {
  width: 1.9rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 9;
}
.r1 > .swiper .swiper-slide.bg {
  background: url('../assets/images/bg.png') no-repeat;
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .r1 > .swiper .swiper-slide .content .container {
    padding-left: 2rem;
  }
  .r1 > .swiper .swiper-slide .content .introduce {
    -webkit-line-clamp: 4 !important;
  }
  .r1 .selects {
    left: 0.1rem;
  }
}
