* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body {
  overflow-x: hidden;
}

.tips-container {
  user-select: none;
}
.tips-container img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.tips-container .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 2rem;
  height: 2rem;
}

.home {
  background: #100F0E;
  min-height: 100vh;
  overflow-x: hidden;
}
.home .banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home .banner img {
  width: 100%;
  display: block;
}
.home .container {
  position: relative;
  z-index: 1;
  padding-top: 7.2rem;
  padding-left: 0.27rem;
  padding-right: 0.27rem;
}
.home .container .timer {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 51.44%, rgba(0, 0, 0, 0) 100%);
  width: 4.94rem;
  height: 0.47rem;
  display: flex;
  margin: 0 auto;
  margin-bottom: 0.14rem;
  font-size: 0.22rem;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.home .container .rules img {
  display: block;
  width: 100%;
}
.home .container .desc {
  width: 100%;
  margin-top: 0.24rem;
  position: relative;
}
.home .container .desc img {
  width: 100%;
  display: block;
}
.home .container .desc .icon {
  position: absolute;
}
.home .container .desc .icon.icon1 {
  height: 1.04rem;
  width: auto;
  left: -0.3rem;
  bottom: 0rem;
}
.home .container .desc .icon.icon2 {
  height: 1.01rem;
  width: auto;
  right: -0.3rem;
  top: -0.6rem;
}
.home .container .tips-desc {
  margin-top: 0.24rem;
  position: relative;
  border: 0.01rem solid rgba(146, 117, 78, 0.5725490196);
  border-radius: 0.3rem;
  padding-bottom: 0.5rem;
}
.home .container .tips-desc .light {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.7;
}
.home .container .tips-desc .img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.6;
}
.home .container .tips-desc img {
  width: 100%;
  display: block;
}
.home .container .tips-desc .text {
  margin: 0.2rem;
  padding: 0.3rem;
  font-size: 0.2rem;
  background-image: url("./images/bg.png");
  background-size: 100% 100%;
}
.home .container .tips-desc .text .h1 {
  font-size: 0.26rem;
  color: #F2D18C;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.home .container .tips-desc .text .span {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #fff;
}
.home .container .tips-desc .text .span i {
  color: #F2D18C;
  font-style: normal;
}
.home .container .tips-desc .text .label {
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #fff;
}
.home .container .tips-desc .ios {
  color: #fff;
  font-size: 0.2rem;
  margin-top: 0.5rem;
  padding-left: 0.48rem;
  padding-right: 0.48rem;
}
.home .container .tips-desc .ios .title {
  line-height: 0.3rem;
  font-size: 0.26rem;
  margin-bottom: 0.18rem;
}
.home .container .tips-desc .ios .info {
  font-size: 0.2rem;
  line-height: 0.34rem;
}
.home .container .tips-desc .ios a {
  color: #F2D18C;
  font-size: 0.26rem;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
}
.home .container .tips-desc .qrcode {
  display: flex;
}
.home .container .tips-desc .qrcode .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .container .tips-desc .qrcode .box img {
  width: 1.7rem;
  margin: 0 auto;
  display: block;
  border-radius: 0.16rem;
  margin-bottom: 0.14rem;
}
.home .container .tips-desc .qrcode .box div {
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
}
.home .container .tips-desc .icon3 {
  height: 1.57rem;
  width: auto;
  right: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.home .container .concat {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.home .container .concat a img {
  width: 0.7rem;
}

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