/* 加载遮罩层样式 */
.load-container {
  width: 100vw;
  height: 100vh;
  background: #d4e8ff;
  background: url("../images/load-bg2.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.load-container .progress {
  position: relative;
  width: 70%;
  height: .3rem;
  /* background-color: #eee; */
}

.load-container .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  transition: width 3s ease;
  border-radius: .2rem;
  overflow: hidden;
}

.load-container .move {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #3898ff;
  transition: width 3s ease;
  border-radius: .2rem;
}

.load-container .panda {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url('../images/panda.png');
  background-size: cover;
  transition: left 3s ease;
}

.load-container .num {
  margin-top: .4rem;
  font-size: .4rem;
  font-weight: bold;
  color: #fff;
}

/* 首页内容 */
.container {
  position: relative;
}

.container::-webkit-scrollbar {
  display: none;
}

.banner {
  width: 100%;
  height: 5.64rem;
  background: url("../images/index_banner.png");
  background-size: cover;
  position: relative;
}

.banner .btn {
  font-size: .28rem;
  display: flex;
  position: absolute;
  top: 0.7rem;
  right: .5rem;
}

.banner .myBtn {
  width: 1.42rem;
  height: .52rem;
  background-image: linear-gradient(0deg,
      #e6a732 0%,
      #fac03d 100%),
    linear-gradient(#f9c03c,
      #f9c03c);
  border-radius: .16rem;
  text-align: center;
  line-height: .52rem;
  color: #fff;
  margin-right: .1rem;
}

.banner .ruleBtn {
  width: .9rem;
  height: .52rem;
  background-image: linear-gradient(0deg,
      #e6a732 0%,
      #fac03d 100%),
    linear-gradient(#f9c03c,
      #f9c03c);
  border-radius: .16rem;
  text-align: center;
  line-height: .52rem;
  color: #fff;
}

.content {
  width: 100%;
  height: 28.47rem;
  background: url("../images/index_underlay.png");
  background-size: cover;
  position: relative;
}

.content .top-decoration {
  width: 100%;
  height: 2.48rem;
  background: url("../images/top-decoration.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content .panda {
  width: 2.8rem;
  height: 3.75rem;
  background: url("../images/index-panda.png");
  background-size: cover;
  position: absolute;
  top: -1.6rem;
  left: 2.6rem;
}

.content .position {
  width: 1.01rem;
  height: 1.26rem;
  background: url("../images/index-position.png");
  background-size: cover;
}

.content .position .icon {
  width: .82rem;
  height: .82rem;
  background-color: #fff;
  background: url("../images/index-commonIcon.png");
  background-size: cover;
  /* same as.container background */
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.43);
  border-radius: 50%;
  position: absolute;
  top: .09rem;
  left: .09rem;
}

.top-decoration .position1 {
  position: absolute;
  top: 1.4rem;
  right: .9rem;
}

.top-decoration .position2 {
  position: absolute;
  top: 2.8rem;
  right: 2rem;
}

.top-decoration .position3 {
  position: absolute;
  top: 3.4rem;
  left: 1.4rem;
}

.top-decoration .position4 {
  position: absolute;
  top: 6rem;
  left: 1.2rem;
}

.top-decoration .position5 {
  position: absolute;
  top: 4.8rem;
  right: 2rem;
}

.top-decoration .position6 {
  position: absolute;
  top: 7.6rem;
  right: 1rem;
}

.top-decoration .position7 {
  position: absolute;
  top: 7.9rem;
  left: 2.6rem;
}

.top-decoration .position8 {
  position: absolute;
  top: 10.6rem;
  left: 1rem;
}

.top-decoration .position9 {
  position: absolute;
  top: 10.6rem;
  left: 3.8rem;
}

.top-decoration .position10 {
  position: absolute;
  top: 11.4rem;
  right: .6rem;
}

.top-decoration .position11 {
  position: absolute;
  top: 13.6rem;
  right: 3rem;
}

.top-decoration .position12 {
  position: absolute;
  top: 14.6rem;
  left: 1rem;
}

.top-decoration .position13 {
  position: absolute;
  top: 16.6rem;
  left: .8rem;
}

.top-decoration .position14 {
  position: absolute;
  top: 16.6rem;
  left: 3.8rem;
}

.top-decoration .position15 {
  position: absolute;
  top: 17.6rem;
  right: .8rem;
}

.top-decoration .position16 {
  position: absolute;
  top: 19rem;
  right: 2.8rem;
}

.top-decoration .position17 {
  position: absolute;
  top: 20rem;
  left: 1rem;
}

.top-decoration .position18 {
  position: absolute;
  top: 22.4rem;
  left: 1.6rem;
}

/* 规则弹窗 */
.rule-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none
}

.rule-popup .mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.rule-popup .popup_content {
  width: 6.4rem;
  height: 11rem;
  background: url("../images/popup.png");
  background-size: cover;
  border-radius: .12rem;
  position: relative;
}

.rule-popup .content-box {
  width: 6.1rem;
  height: 10.66rem;
  background-color: #ffffff;
  border-radius: .12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.rule-popup .rule-off {
  width: .53rem;
  height: .53rem;
  background: url(../images/off.png);
  background-size: cover;
  position: absolute;
  top: .24rem;
  right: .24rem;
}

.rule-popup .popup-banner {
  width: 5.6rem;
  height: 1.71rem;
  background: url("../images/rule-banner.png");
  background-size: cover;
  border-radius: .1rem;
  margin-top: .82rem;
}

.rule-popup .title {
  margin: .47rem 0 0 .36rem;
}

.rule-popup .zh {
  font-size: .4rem;
}

.rule-popup .en {
  font-size: .3rem;
}

.rule-popup .textarea {
  width: 5.6rem;
  height: 7.4rem;
  margin-top: .6rem;
  padding: .4rem;
  overflow-y: auto;
  font-size: .26rem;
}

.rule-popup .textarea::-webkit-scrollbar {
  display: none;
}

/* 关卡弹窗 */
.level-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none
}

.level-popup .mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.level-popup .popup_content {
  width: 6.4rem;
  height: 11rem;
  background: url("../images/popup.png");
  background-size: cover;
  border-radius: .12rem;
  position: relative;
}

.level-popup .content-box {
  width: 6.1rem;
  height: 10.66rem;
  background-color: #ffffff;
  border-radius: .12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.level-popup .level-off {
  width: .53rem;
  height: .53rem;
  background: url(../images/off.png);
  background-size: cover;
  position: absolute;
  top: .24rem;
  right: .24rem;
}

.level-popup .popup-banner {
  width: 5.6rem;
  height: 3.32rem;
  background: url("../images/level-banner.png");
  background-size: cover;
  border-radius: .1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .82rem auto 0;
}

.level-popup .zh {
  font-size: .4rem;
}

.level-popup .en {
  font-size: .3rem;
}

.level-popup .chapter {
  width: 3.82rem;
  height: 3.31rem;
  /* display: none; */
}

.level-popup .QRcode {
  width: 3.8rem;
  height: 3.8rem;
  margin: 1.28rem auto 0;
  background: #ababab;
  display: none;
}

.level-popup .successfully {
  background: url("../images/successfully.png");
  background-size: cover;
  margin: 1.28rem auto 0;
  display: none;
}

.level-popup .unsuccessful {
  background: url("../images/unsuccessful.png");
  background-size: cover;
  margin: 1.28rem auto 0;
  /* display: none; */
}

/* 指示牌 */
.top-decoration .RoadSigns {
  width: 1.2rem;
  height: .63rem;
  background: url("../images/roadSigns.png");
  background-size: cover;
  text-align: center;
  font-size: .24rem;
  color: #fff;
}

.top-decoration .RoadSigns>p {
  margin-top: .03rem;
}

.top-decoration .RoadSigns1 {
  position: absolute;
  top: .8rem;
  right: .4rem;
}

.top-decoration .RoadSigns2 {
  position: absolute;
  top: 2.6rem;
  right: 3rem;
}

.top-decoration .RoadSigns3 {
  position: absolute;
  top: 3rem;
  left: .5rem;
}

.top-decoration .RoadSigns4 {
  position: absolute;
  top: 5.6rem;
  left: 2rem;
}

.top-decoration .RoadSigns5 {
  position: absolute;
  top: 4.4rem;
  right: 1.2rem;
}

.top-decoration .RoadSigns6 {
  position: absolute;
  top: 7.8rem;
  right: 2.1rem;
}

.top-decoration .RoadSigns7 {
  position: absolute;
  top: 7.9rem;
  left: 1.4rem;
}

.top-decoration .RoadSigns8 {
  position: absolute;
  top: 10.4rem;
  left: 2rem;
}

.top-decoration .RoadSigns9 {
  position: absolute;
  top: 10.4rem;
  right: 1.6rem;
}

.top-decoration .RoadSigns10 {
  position: absolute;
  top: 12.3rem;
  right: 1.9rem;
}

.top-decoration .RoadSigns11 {
  position: absolute;
  top: 13.6rem;
  left: 2.2rem;
}

.top-decoration .RoadSigns12 {
  position: absolute;
  top: 15.4rem;
  left: 1.9rem;
}

.top-decoration .RoadSigns13 {
  position: absolute;
  top: 16.4rem;
  left: 1.8rem;
}

.top-decoration .RoadSigns14 {
  position: absolute;
  top: 16.4rem;
  right: 1.6rem;
}

.top-decoration .RoadSigns15 {
  position: absolute;
  top: 18.2rem;
  right: 1.8rem;
}

.top-decoration .RoadSigns16 {
  position: absolute;
  top: 19.3rem;
  left: 2.4rem;
}

.top-decoration .RoadSigns17 {
  position: absolute;
  top: 20.8rem;
  left: 2.1rem;
}

.top-decoration .RoadSigns18 {
  position: absolute;
  top: 22.4rem;
  left: 2.7rem;
}

/* 获奖弹窗 */
.awards-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none
}

.awards-popup .mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.awards-popup .popup_content {
  width: 6.4rem;
  height: 11rem;
  background: url("../images/popup.png");
  background-size: cover;
  border-radius: .12rem;
  position: relative;
}

.awards-popup .content-box {
  width: 6.1rem;
  height: 10.66rem;
  background: url("../images/awards.png");
  background-size: cover;
  border-radius: .12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.awards-popup .awards-off {
  width: .53rem;
  height: .53rem;
  background: url(../images/off.png);
  background-size: cover;
  position: absolute;
  top: .24rem;
  right: .24rem;
}

.awards-popup .medal {
  width: 2.08rem;
  height: 2.08rem;
  margin: .5rem auto 0;
}

.awards-popup .gold {
  background: url("../images/gold-medal.png");
  background-size: cover;
}

.awards-popup .silver {
  background: url("../images/silver-medal.png");
  background-size: cover;
}

.awards-popup .copper {
  background: url("../images/copper-medal.png");
  background-size: cover;
}

.awards-popup .text1 {
  font-size: .26rem;
  text-align: center;
  line-height: .54rem;
  margin-top: .2rem;
}

.awards-popup .text2 {
  font-size: .36rem;
  color: #ff0000;
  text-align: center;
  line-height: .54rem;
}

.awards-popup .QRcode {
  width: 2.3rem;
  height: 2.3rem;
  background: #ababab;
  margin: .54rem auto;
}

.awards-popup .ruleBox {
  width: 4.85rem;
  height: 1.65rem;
  background-color: #0167b2;
  opacity: .1;
  border-radius: .12rem;
  padding: .15rem .4rem;
  margin: 0 auto;
}

.btn {
  margin: .5rem auto 0;
}

.btn button {
  width: 5.49rem;
  height: .8rem;
  background-color: #0054a7;
  border-radius: .1rem;
  border: none;
  color: #fff;
}

/* 滑动指示箭头 */
.arrow {
  width: .6rem;
  height: .6rem;
  background: url("../images/arrow.png");
  background-size: cover;
  position: fixed;
  bottom: .4rem;
  left: 50%;
  transform: translate(-50%, 0);
  animation: arrow 1.6s infinite linear;
  -webkit-animation: arrow 1.6s infinite linear;
  /* Safari 与 Chrome */
}

@keyframes arrow {
  0% {
    bottom: .4rem;
    opacity: 0;
  }

  10% {
    bottom: .5rem;
    opacity: 1;
  }

  100% {
    bottom: .8rem;
    opacity: 0;
  }
}

@-webkit-keyframes arrow

/* Safari 与 Chrome */
  {
  0% {
    bottom: .4rem;
    opacity: 0;
  }

  10% {
    bottom: .5rem;
    opacity: 1;
  }

  100% {
    bottom: .8rem;
    opacity: 0;
  }
}

.notes {
  width: 100%;
  position: absolute;
  font-size: .12rem;
  color: rgba(255, 255, 255, .8);
  bottom: 2rem;
  text-align: center;
}