@charset "UTF-8";
* {
  font-family: "Roboto", sans-serif;
}

html,
body,
.wrapper {
  width: 100%;
  background-color: #dcf0fa;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background: var(--bg-img-pc, url("../images/bg-web.webp")) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.wrapper header {
  min-height: 4.95rem;
}
.wrapper header .swiper-container {
  width: 100%;
  height: 5rem;
}
.wrapper header .swiper-container .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #fff;
  box-shadow: 1.52px 1.52px 1.52px 0 #000000;
}
.wrapper header .swiper-container .swiper-pagination-bullet-active {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.15rem;
  background: linear-gradient(180deg, #45E0FF 0%, #1D5CFF 100%);
  box-shadow: 1.52px 1.52px 1.52px 0 #000000;
}
.wrapper header .swiper-pagination {
  bottom: -0.15rem;
}
.wrapper header .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper header .swiper-slide img {
  width: 100%;
}
.wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.wrapper .content .contentTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .content .contentTitle h1 {
  font-family: Roboto, sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.6rem;
  color: #26AEFE;
}
.wrapper .content .contentTitle h2 {
  font-family: Roboto, sans-serif;
  font-size: 0.38rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #5A5A5A;
  margin: 0.4rem 0;
}
.wrapper .content .contentTitle .downloadArea {
  width: 95%;
  height: 0.96rem;
  display: flex;
  justify-content: center;
  column-gap: 2.65rem;
}
.wrapper .content .contentTitle .downloadArea .aniBtn {
  animation-name: scaleDraw; /*关键帧名称*/
  animation-timing-function: ease-in-out; /*动画的速度曲线*/
  animation-iteration-count: infinite; /*动画播放的次数*/
  animation-duration: 3s; /*动画所花费的时间*/
  cursor: pointer;
}
.wrapper .content .urlList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 11rem;
  row-gap: 0.2rem;
  margin-top: 0.65rem;
}
.wrapper .content .urlList .urlItem {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wrapper .content .urlList .urlItem .speedCon {
  width: 9.19rem;
  height: 0.9rem;
  position: relative;
  background: url("../images/dashboard/left-bg-pc.png") no-repeat;
  background-size: contain;
  padding-left: 1.85rem;
  font-family: Roboto, sans-serif;
  font-size: 0.3rem;
  font-weight: 700;
  color: #26AEFE;
  display: flex;
  align-items: center;
}
.wrapper .content .urlList .urlItem .speedCon .speed {
  width: 1.86rem;
  text-align: center;
  pointer-events: none;
}
.wrapper .content .urlList .urlItem .speedCon .urlName {
  flex: 1;
  text-align: center;
  font-size: 0.4rem;
  color: #5A5A5A;
  cursor: pointer;
  padding-right: 1rem;
}
.wrapper .content .urlList .urlItem .txt {
  width: 2.07rem;
  height: 0.85rem;
  background: url("../images/dashboard/right-bg-pc.png") no-repeat;
  background-size: contain;
  position: relative;
  top: -0.04rem;
  left: -0.1rem;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.91rem;
  text-align: center;
  color: #fff;
}
.wrapper .content .urlList .urlItem .itemName {
  margin-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: white;
}
.wrapper .content .download {
  width: 100%;
  height: 7.45rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.wrapper .content .download .image3 {
  width: 12.93rem;
  height: 7.44rem;
  object-fit: contain;
}
.wrapper .content .download .footerInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .content .download .footerInfo .footerTitle {
  font-family: Roboto, sans-serif;
  font-size: 0.38rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #5A5A5A;
}
.wrapper .content .download .footerInfo .chatWay {
  margin: 0.2rem 0 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.wrapper .content .download .footerInfo .qrcodeCon {
  width: 4.7rem;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.wrapper .content .download .footerInfo .qrcodeCon .codeCon, .wrapper .content .download .footerInfo .qrcodeCon .iosCon {
  width: 2.06rem;
  height: 2.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/download/android.png") no-repeat;
  background-size: contain;
}
.wrapper .content .download .footerInfo .qrcodeCon .codeCon .code, .wrapper .content .download .footerInfo .qrcodeCon .iosCon .code {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.04rem;
  background: #fff;
  margin-top: 0.36rem;
  padding: 0.05rem;
}
.wrapper .content .download .footerInfo .qrcodeCon .iosCon {
  background: url("../images/download/ios.png") no-repeat center/contain;
}
.wrapper .content .download .footerInfo .tips {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .content .download .footerInfo .tips .gay {
  margin-top: 0.1rem;
}
.wrapper footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.67rem;
}
.wrapper footer .tips {
  font-family: Roboto, sans-serif;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.4rem;
  color: #5A5A5A;
  margin-bottom: 0.38rem;
}
.wrapper footer .tips i {
  font-style: normal;
  font-weight: 700;
  color: #26AEFE;
}
.wrapper footer .gameCon {
  width: 100%;
  height: 0.72rem;
  border-top: 0.02rem solid #ffffff;
  border-bottom: 0.02rem solid #ffffff;
  display: flex;
  align-items: center;
}

@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
