.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: -113px;
  top: -54px;
  width: 789px;
  height: 309px;
  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 .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: 480px;
  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(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.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: 183px;
  position: absolute;
  top: -108px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../assets/images/index/mobile/title.png);
  background-size: 100% 100%;
}
.mobile.showing .home-m .homeContent .video {
  position: absolute;
  width: 57px;
  height: 57px;
  top: 94px;
  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 .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;
}
