@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family: "Montserrat" !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}
.wrapper header {
  width: 100%;
}
.wrapper header img {
  width: 100%;
  height: 100%;
}
.wrapper header .swiper-container {
  width: 100%;
  height: 500px;
}
.wrapper header .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.wrapper header .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #2F71F2;
}
.wrapper header .swiper-container .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(178.55deg, #64DBF9 1.24%, #55CDFD 34.42%, #43A1F8 65.51%, #357FF4 96.2%);
  box-shadow: 0px 2.08px 20.8px 0px rgba(0, 0, 0, 0.2);
}
.wrapper header .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .bottomscon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #f0fbff;
}
.wrapper .bottomscon .fiximg {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.wrapper .bottomscon .boxs .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.wrapper .bottomscon .boxs .content .urlContainer {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .bottomscon .boxs .content .urlContainer .btnArea {
  width: 12.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.4rem 0 0.4rem 0.4rem;
}
.wrapper .bottomscon .boxs .content .urlContainer .btnArea img {
  width: 408px;
  height: 100%;
  animation-name: scaleDraw; /*关键帧名称*/
  animation-timing-function: ease-in-out; /*动画的速度曲线*/
  animation-iteration-count: infinite; /*动画播放的次数*/
  animation-duration: 3s; /*动画所花费的时间*/
  cursor: pointer;
}
.wrapper .bottomscon .boxs .content .urlContainer .urlList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 19px;
}
.wrapper .bottomscon .boxs .content .urlContainer .urlList .urlItem {
  height: 114px;
  display: flex;
  align-items: center;
  position: relative;
  background: url("../images/dashbord/speedCon.png") no-repeat center/cover;
}
.wrapper .bottomscon .boxs .content .urlContainer .urlList .urlItem .speedCon {
  cursor: pointer;
  width: 768px;
  height: 80px;
  margin: -11px 0 0 165px;
  display: flex;
  align-items: center;
}
.wrapper .bottomscon .boxs .content .urlContainer .urlList .urlItem .speedCon .speedItem {
  width: 2.5rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
  color: #347DF4;
  font-style: italic;
  pointer-events: none;
  text-align: right;
}
.wrapper .bottomscon .boxs .content .urlContainer .urlList .urlItem .speedCon .itemName {
  flex: 1;
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  line-height: 48.76px;
  color: #404244;
  text-align: center;
}
.wrapper .bottomscon .boxs .content .urlContainer .urlList .urlItem .btn {
  width: 3.35rem;
  height: 1.08rem;
  position: relative;
  cursor: pointer;
  margin-left: 0.05rem;
  margin-top: -0.05rem;
}
.wrapper .bottomscon .boxs .content .urlContainer .urlList .urlItem .btn img {
  width: 100%;
  height: 100%;
}
.wrapper footer {
  margin: 0.45rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 2.9rem;
}
.wrapper footer .footerInfo {
  width: 3.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper footer .footerInfo .lineTitle {
  font-weight: 800;
  font-size: 36px;
  line-height: 43.88px;
  color: #55B8FF;
  white-space: nowrap;
}
.wrapper footer .footerInfo .chatWay {
  margin: 0.28rem 0 0.41rem;
  width: 196px;
  display: flex;
  justify-content: space-around;
}
.wrapper footer .footerInfo .chatWay a {
  line-height: 45px;
}
.wrapper footer .footerInfo .qrcodeCon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper footer .footerInfo .qrcodeCon .android-con, .wrapper footer .footerInfo .qrcodeCon .ios-con {
  width: 174px;
  height: 221px;
  background: url("../images/download/download-android.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 46px;
}
.wrapper footer .footerInfo .qrcodeCon .ios-con {
  background: url("../images/download/download-ios.png") no-repeat center;
}
.wrapper footer .footerInfo .tips {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper footer .footerInfo .tips p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: white;
  margin-right: 8px;
}
.wrapper .mainFooter {
  width: 100%;
  height: 2.32rem;
  background: #55B8FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .mainFooter .footerTxt {
  color: #FFF5F5;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0.3rem;
}
.wrapper .mainFooter .gameCon {
  width: 68%;
  height: 0.72rem;
  border-top: 0.02rem solid #ffffff;
  border-bottom: 0.02rem solid #ffffff;
  display: flex;
  align-items: center;
}

.video-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-dialog .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
}
.video-dialog .video-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 74%;
  max-width: 100%;
  height: 90%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}
.video-dialog .video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

/*# sourceMappingURL=css1.css.map */
