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

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  position: relative;
  background: url("../static/bg-web.png") no-repeat center/cover;
  background-size: 100% 100%;
}
.wrapper header {
  width: 100%;
}
.wrapper header img {
  width: 100%;
  height: 100%;
}
.wrapper header .swiper-container {
  width: 100%;
  height: 5.85rem;
}
.wrapper header .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.3rem;
}
.wrapper header .swiper-container .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #2F71F2;
}
.wrapper header .swiper-container .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 20px;
  background: linear-gradient(178.55deg, #64DBF9 1.24%, #55CDFD 34.42%, #43A1F8 65.51%, #357FF4 96.2%);
  box-shadow: 0 0.0208rem 0.208rem 0 rgba(0, 0, 0, 0.2);
}
.wrapper header .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .bottomscon {
  margin: 0.6rem 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.wrapper .bottomscon .fiximg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.wrapper .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.wrapper .content .urlContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .content .urlContainer .titleTxt1 {
  margin-bottom: 0.3rem;
  width: 18.03rem;
}
.wrapper .content .urlContainer .titleTxt2 {
  margin-bottom: 0.4rem;
  width: 14.57rem;
}
.wrapper .content .urlContainer .urlList {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
}
.wrapper .content .urlContainer .urlList .urlItem {
  width: 3.4rem;
  height: 2.76rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 102, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 0.2rem;
}
.wrapper .content .urlContainer .urlList .urlItem .speedCon {
  position: absolute;
  width: 3.4rem;
  height: 2.76rem;
}
.wrapper .content .urlContainer .urlList .urlItem .speedCon .dashbord {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.wrapper .content .urlContainer .urlList .urlItem .btn {
  width: 3rem;
  position: relative;
  cursor: pointer;
  text-align: center;
  top: 44%;
}
.wrapper .content .urlContainer .urlList .urlItem .btn .urlName {
  font-size: 0.32rem;
  font-weight: 800;
  position: relative;
  background: linear-gradient(180deg, #5DE1FF 0%, #3075F2 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}
.wrapper .btn-group {
  margin: 0.32rem 0 0;
  padding: 0 1.20rem;
  display: flex;
  justify-content: space-between;
}
.wrapper footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.wrapper footer .footerInfo {
  width: 8.57rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.download-title {
  font-family: Montserrat;
  font-size: 21.17px;
  font-weight: 500;
  line-height: 25.81px;
  text-align: center;
}

.download-title-wrap {
  margin: 10px 0;
}


.qrcodeBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.andriodBox {
  width: 173px;
  height: 221px;
  background: url("https://static.thethao2q.top/common/appdown/andriodBox.png") no-repeat center/100%;
  position: relative;
}

.iosBox {
  width: 173px;
  height: 221px;
  background: url("https://static.thethao2q.top/common/appdown/iosBox.png") no-repeat center/100%;
  position: relative;
}

.appdownend {
  width: 350px;
  margin: 0 auto;
  margin-top: 12px;
}



.wrapper footer .footerInfo .chatWay {
  margin: 0.16rem 0 0.2rem;
  width: 4.4rem;
  display: flex;
  justify-content: space-around;
}

.guide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#andriod_qrcode {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 17px;
  bottom: 16px;
}

#ios_qrcode {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 17px;
  bottom: 16px;
}

.wrapper footer .footerInfo .chatWay a {
  margin: 0 10px;
}
.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: 1.74rem;
  height: 2.21rem;
  background: url("../static/download/download-android.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.46rem;
}
.wrapper footer .footerInfo .qrcodeCon .ios-con {
  background: url("../static/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: 0.24rem;
  line-height: 0.28rem;
  color: white;
  margin-right: 0.08rem;
}
.wrapper .bottom {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .bottom .image4 {
  width: 6.62rem;
  height: 6.84rem;
}
.wrapper .bottom .image5 {
  width: 9.68rem;
  height: 4.41rem;
}

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