.pc.showing {
  transition: all 0.5s ease;
}
.pc.showing .home {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: #fff;
  background-image: url(../assets/images/index/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 30%;
  position: relative;
  font-family: MiSans-Medium;
  overflow: hidden;
}
.pc.showing .home .homeContent {
  width: 600px;
  height: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.pc.showing .home .homeContent .resetSize {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center bottom;
}
.pc.showing .home .homeContent .resetSize .title {
  position: absolute;
  left: -166px;
  top: -60px;
  width: 888px;
  height: 340px;
  background-image: url(../assets/images/index/title.png);
  background-size: 100% 100%;
  transform: scale(0.8);
}
.pc.showing .home .homeContent .resetSize .video {
  cursor: pointer;
  position: absolute;
  left: 262px;
  top: -110px;
  width: 76px;
  height: 76px;
  background-image: url('../assets/images/index/play.png');
  animation-name: scale1;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.pc.showing .home .homeContent .resetSize .orderBtn {
  width: 461px;
  height: 145px;
  background-image: url('../assets/images/index/btn_give.png');
  position: absolute;
  left: 70px;
  top: 273px;
  transform: scale(0.9);
}
.pc.showing .home .homeContent .resetSize .btnBox {
  width: 880px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -160px;
  top: 280px;
  color: #ffffff;
}
.pc.showing .home .homeContent .resetSize .btnBox > div:not(:last-child) {
  margin-right: 10px;
}
.pc.showing .home .homeContent .resetSize .btnBox .rechanrgeBox .rechargeTip {
  width: 262px;
  height: 62px;
  background-image: url('../assets/images/index/frame_01.png');
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
.pc.showing .home .homeContent .resetSize .btnBox .rechanrgeBox .rechargeTip .t1 {
  font-size: 24px;
  line-height: 46px;
}
.pc.showing .home .homeContent .resetSize .btnBox .rechanrgeBox .rechargeTip .t2 {
  font-size: 48px;
  line-height: 46px;
  font-weight: 600;
  margin-left: 10px;
}
.pc.showing .home .homeContent .resetSize .btnBox .rechanrgeBox #rechanrgeBtn {
  width: 262px;
  height: 82px;
  background-image: url('../assets/images/index/frame_02.png');
  background-size: 100% 100%;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 82px;
}
.pc.showing .home .homeContent .resetSize .btnBox .orderBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc.showing .home .homeContent .resetSize .btnBox .orderBox .t1 {
  width: 34px;
  height: 146px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc.showing .home .homeContent .resetSize .btnBox .orderBox .t1 span {
  font-size: 18px;
  line-height: 22px;
  width: 26px;
  text-align: center;
}
.pc.showing .home .homeContent .resetSize .btnBox .orderBox #loadCodeBox {
  width: 146px;
  height: 146px;
  background-color: #ffffff;
  position: relative;
  background-image: url('../assets/images/index/loadCode.png');
  background-size: 104% 104%;
  background-position: center center;
}
.pc.showing .home .homeContent .resetSize .btnBox .orderBox #loadCodeBox::after {
  width: 154px;
  height: 11px;
  position: absolute;
  content: "";
  background-size: 100% 100%;
  left: -4px;
  top: 30px;
}
.pc.showing .home .homeContent .resetSize .btnBox .loadBox .btn {
  width: 262px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/images/index/frame_04.png');
  background-size: 100% 100%;
}
.pc.showing .home .homeContent .resetSize .btnBox .loadBox .btn .icon {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  margin: 0 -10px 0 10px;
}
.pc.showing .home .homeContent .resetSize .btnBox .loadBox .btn[key="Android"] {
  margin-bottom: 10px;
}
.pc.showing .home .homeContent .resetSize .btnBox .loadBox .btn[key="Android"] .icon {
  background-image: url('../assets/images/index/ico_01.png');
}
.pc.showing .home .homeContent .resetSize .btnBox .loadBox .btn[key="IOS"] .icon {
  background-image: url('../assets/images/index/ico_02.png');
}
.pc.showing .home .homeContent .resetSize .btnBox .loadBox .btn .t1 {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  width: 200px;
}
.pc.showing .home .homeContent .resetSize .btnBox .pcBox {
  width: 146px;
  height: 146px;
  border: 2px solid #7f7f7f;
  background-color: #000000;
}
.pc.showing .home .homeContent .resetSize .btnBox .pcBox .t1 {
  margin-top: 38px;
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  opacity: 0.5;
}
.pc.showing .home .homeContent .resetSize .btnBox .pcBox .t2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.pc.showing .home .tip {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pc.showing .home .tip .resetSize {
  padding-left: 46px;
  padding-bottom: 38px;
  transform-origin: left bottom;
}
.pc.showing .home .tip .resetSize .tipImg {
  width: 86px;
  height: 110px;
}
.pc.showing .home .rightBox {
  position: absolute;
  width: 100px;
  height: 492px;
  right: 0;
  bottom: 0;
}
.pc.showing .home .rightBox .resetSize {
  width: 100%;
  height: 100%;
  transform-origin: right bottom;
}
.pc.showing .home .rightBox .linkBtn {
  width: 60px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.pc.showing .home .rightBox .douyinCodeBox,
.pc.showing .home .rightBox .weixinCodeBox {
  display: none;
  position: absolute;
  width: 136px;
  height: 126px;
  top: 0;
  left: -138px;
}
.pc.showing .home .rightBox .douyinCodeBox .codeBg,
.pc.showing .home .rightBox .weixinCodeBox .codeBg {
  width: 100%;
  height: 100%;
}
.pc.showing .home .rightBox .douyinCodeBox .code,
.pc.showing .home .rightBox .weixinCodeBox .code {
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
  height: 126px;
}
.pc.showing .home .rightBox .weixinCodeBox {
  top: -60px;
}
.pc.showing .home .rightBox .weixinCodeBox .codeBg {
  transform: rotateX(180deg);
}
@keyframes scale1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.pc.showing .bigSwiperPro {
  height: 100vh;
  height: calc(100 * var(--vh));
  width: 10px;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
}
.pc.showing .bigSwiperPro .pro {
  width: 100%;
  height: 20%;
  background-color: #537ef0;
  transition: height 1s ease;
}
.mobile.showing .home-m {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-image: url(../assets/images/index/mobile/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  position: relative;
  font-family: MiSans-Medium;
  overflow: hidden;
}
.mobile.showing .home-m .homeContent {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center bottom;
}
.mobile.showing .home-m .homeContent .title {
  width: 444px;
  height: 170px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../assets/images/index/title.png);
  background-size: 100% 100%;
}
.mobile.showing .home-m .homeContent .video {
  position: absolute;
  width: 57px;
  height: 57px;
  top: -78px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../assets/images/index/mobile/play.png);
  background-size: 100% 100%;
}
.mobile.showing .home-m .homeContent .orderBtn {
  width: 217px;
  height: 62px;
  background-image: url('../assets/images/index/btn_give.png');
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 189px;
}
.mobile.showing .home-m .homeContent .orderBtn div {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  position: absolute;
  left: 85px;
  top: 19px;
}
.mobile.showing .home-m .homeContent #mobileLoadBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 192px;
  width: 189px;
  height: 54px;
  background-image: url('../assets/images/index/mobile/btn.png');
  background-size: 100% 100%;
}
.mobile.showing .home-m .homeContent #mobileLoadBtn .t1 {
  font-size: 20px;
  color: #ffffff;
  line-height: 54px;
  position: absolute;
  left: 72px;
}
.mobile.showing .home-m .tip {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right top;
  padding-right: 22px;
  padding-top: 93px;
}
.mobile.showing .home-m .tip img {
  width: 70px;
}
.mobile.showing .home-m .tip .t {
  font-size: 14px;
  color: #383838;
  width: 70px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 162px;
  font-weight: 600;
}
