body {
  padding: 0;
  margin: 0;
}

a[title='站长统计'] {
  display: none;
  font-size: 16px;
}

#app {
  max-width: 7.5rem;
  margin: 0 auto;
  height: 100vh;
  box-sizing: border-box;
  background-color: #0E0019;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear
}

.blockimg {
  display: block;
  width: 100%;
}

.main-box {
  width: 7.5rem;
  min-height: 100vh;
  box-sizing: border-box;
  background: #0E0019 url(../images/ver2/index/bg1.png) no-repeat top;
  background-size: 100% 16.238rem;
  position: relative;
  overflow-x: hidden;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}

.marquee div {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  color: #fff;
  height: .5rem;
  line-height: .52rem;
  font-size: .3rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.my-kefu {
  width: .72rem;
  height: 2.25rem;
  background: url(../images/ver1/index/my_order.png) no-repeat center;
  background-size: 100% 100%;
  position: fixed;
  right: 0;
  top: 4rem;
  z-index: 100;
  color: #fff;
  font-size: .3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: .05rem;
  box-sizing: border-box;
}

.animationleft {
  animation: ShuffleLeft 0.8s ease-in-out 0.8s 1 normal running;
}

@keyframes ShuffleLeft {
  0% {
    transform: rotate(0) scale(1)
  }

  10% {
    transform: translateX(0rem);
  }

  50% {
    z-index: 13;
    transform: rotate(-90deg) scale(1.1) translateX(-1.5rem) translateY(1.5rem);
  }

  90% {
    transform: rotate(-160deg) translateY(.3rem) translateX(-.3rem);
    z-index: 13
  }

  to {
    transform: rotate(-180deg) scale(1) translateX(0rem) translateY(0rem);
    z-index: 0
  }
}

@keyframes ShuffleRight {
  0% {
    transform: rotate(0) scale(1)
  }

  10% {
    transform: translateX(0rem);
  }

  50% {
    z-index: 13;
    transform: rotate(90deg) scale(1.1) translateX(1.5rem) translateY(1.5rem);
  }

  90% {
    transform: rotate(160deg) translateY(.3rem) translateX(.3rem);
    z-index: 13
  }

  to {
    transform: rotate(180deg) scale(1) translateY(0rem) translateX(0rem);
  }
}

.partmanping {
  height: 100vh;
  overflow-y: scroll;
  transition: all .5s;
  position: relative;
  background-color: #0E0019;
}

.part1 {
  width: 7.5rem;
  background: #0E0019 url(../images/ver2/index/bg2.jpg) no-repeat top;
  background-size: 100% 13.33rem;
  box-sizing: border-box;
  padding-top: 1px;
  transition: all .5s;
  position: relative;
  z-index: 10;
}

.part1-box1 {
  width: 4.21rem;
  height: .98rem;
  background: url(../images/ver2/index/img_title.png) no-repeat top;
  background-size: 100% 100%;
  margin: .5rem auto 0;
}

.part1-box2 {
  width: 6.54rem;
  height: .51rem;
  background: url(../images/ver2/index/img_title_sub.png) no-repeat top;
  background-size: 100% 100%;
  margin: .2rem auto 0;
}

.part1-box3 {
  width: 2.36rem;
  height: 2.36rem;
  background: url(../images/ver2/index/img_ball.png) no-repeat top;
  background-size: 100% 100%;
  margin: 2.9rem auto 0;
}

.part1-btn1 {
  width: 5.17rem;
  height: 1.8rem;
  background: url(../images/ver2/index/img_begin.png) no-repeat top;
  background-size: 100% 100%;
  margin: 2.6rem auto 0;
}

.part1-txt1 {
  font-size: .32rem;
  text-align: center;
  color: #80488A;
  text-decoration: underline;
}

.dong {
  animation: mymove 1s infinite;
}

@keyframes mymove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1);
  }

}

.part2 {
  width: 7.5rem;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 1px;
  box-sizing: border-box;
  overflow: hidden;
}

.yincang {
  opacity: 0;
  z-index: 0;
}

.xianshi {
  opacity: 1;
  z-index: 20;
}

.part2-box1 {
  width: .96rem;
  height: 2rem;
  position: absolute;
  left: 3.27rem;
  bottom: 50vh;
  transition: all .8s;
  z-index: 100;

}

.taro-style {
  position: absolute;
  width: .96rem;
  height: 1.7rem;
  background: url(../images/ver2/index/pai.png) no-repeat center;
  background-size: 100% 100%;
}



.part2-list {
  display: flex;
  box-sizing: border-box;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all .5s;
  position: absolute;
  bottom: 7.1rem;
  width: 7.5rem;
}

.tt {
  width: 1.37rem;
  height: 2.46rem;
  position: relative;
}

.tt1 {
  background: url(../images/ver1/draw/guo_qu.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 1rem;
}

.tt2 {
  background: url(../images/ver1/draw/xian_zai.png) no-repeat center;
  background-size: 100% 100%;
}

.tt3 {
  background: url(../images/ver1/draw/wei_lai.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 1rem;
}

.tt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .1rem;
  overflow: hidden;
}

.part2-tip {
  color: #fff;
  font-size: .28rem;
  text-align: center;
  line-height: .5rem;
  position: absolute;
  bottom: 4rem;
  width: 7.5rem;
  opacity: 0;
  transition: all .5s;
}

.puke_select_0 {
  opacity: 1 !important;
  transform: scale(1.5) translateY(2.2rem) translateX(-1.4rem) translateZ(0px) rotateY(0) !important
}

.puke_select_0_0 {
  opacity: 1 !important;
  transform: scale(1.5) translateY(2.2rem) translateX(-1.4rem) translateZ(0px) rotateY(-270deg) !important
}

.puke_select_1 {
  opacity: 1 !important;
  transform: scale(1.5) translateY(1.5rem) translateX(0) translateZ(0px) rotateY(0deg) !important
}

.puke_select_1_1 {
  opacity: 1 !important;
  transform: scale(1.5) translateY(1.5rem) translateX(0) translateZ(0px) rotateY(-270deg) !important
}

.puke_select_2 {
  opacity: 1 !important;
  transform: scale(1.5) translateY(2.2rem) translateX(1.4rem) translateZ(0px) rotateY(0deg) !important
}

.puke_select_2_2 {
  opacity: 1 !important;
  transform: scale(1.5) translateY(2.2rem) translateX(1.4rem) translateZ(0px) rotateY(-270deg) !important
}

.pai_t {
  position: absolute;
  text-align: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  background: #d3b058;
  border-radius: 0.133rem;
  height: 0.4rem;
  font-size: .22rem;
  color: #fff;
  line-height: .38rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  top: 2.6rem;
  width: 100%;
}