html,
body {
  position: relative;
  height: 100%;
}

.pc-box {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-box .bgline {
  width: 33.33%;
  height: 200%;
  background-color: #fed967;
  position: absolute;
  z-index: 555;
  transform: rotate(151.5deg);
  top: -50%;
  left: 9%;
}
.pc-box .pc-logo {
  position: absolute;
  width: 223px;
  height: 149px;
  left: 0;
  top: 0;
  z-index: 666;
}
.pc-box .phone-icon {
  width: 644px;
  height: 751px;
  position: relative;
  z-index: 666;
  margin-right: 3%;
  margin-top: 3%;
  margin-left: -2%;
}
.pc-box .info {
  width: 530px;
  height: 300px;
  z-index: 666;
  margin-top: -4%;
  margin-left: -1%;
}
.pc-box .info h2 {
  color: #33302b;
  font-size: 54px;
  margin: 0 0 0 2%;
  font-weight: normal;
}
.pc-box .info .msg {
  color: #7d6852;
  font-size: 16px;
  margin-left: 2.5%;
  line-height: 1.8;
  margin-top: 8%;
}
.pc-box .info .down {
  margin-top: 8%;
  margin-left: 2.5%;
}
.pc-box .copy {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3%;
  z-index: 666;
}
.pc-box .copy a {
  color: #ae948a;
  font-size: 14px;
  text-decoration: none;
}

.copy .ipc {
  display: inline-block;
  margin: 0 5px;
}

body {
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: none;
}

.swiper-container {
  width: 100%;
  max-width: 7.5rem;
  margin: auto;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.logo {
  position: absolute;
  left: 50%;
  top: 1.5rem;
  z-index: 222;
  transform: translateX(-50%);
}

.logo img {
  width: 4.28rem;
}
.logo-img {
  width: 4.28rem;
  margin-top: 1.2rem;
  position: relative;
  z-index: 2;
}

.p-main {
  position: relative;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 100;
  color: #5c686d;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.font {
  font-weight: 400;
  font-family: "PingFang SC";
  text-align: left;
  font-size: 2vh;
  color: #5c686d;
  line-height: 0.5rem;
}
.m-x-08 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.m-t-02 {
  margin-top: 0.2rem;
}
.down-btn {
  width: 7.5rem;
  z-index: 111;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.down-btn .phone,
.down-btn .android {
  width: 2.8rem;
  height: 1.04rem;
  background: linear-gradient(117deg, #596fff -0.03%, #3045ff 46.6%);
  border-radius: 8px;
  margin: 0 0.14rem;
}

.down-btn img {
  width: 100%;
  height: 100%;
  border-radius: 0.11111rem;
}

.copy {
  width: 100%;
  z-index: 111;
  text-align: center;
  font-size: 0.15rem;
  margin-top: 0.2rem;
  color: #96a9b1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy a {
  font-size: 0.12rem;
  text-decoration: none;
  color: #96a9b1;
}

.dot {
  position: absolute;
  z-index: 10;
}

.end {
  bottom: 0;
  left: 0;
}

.top {
  top: 0;
  right: 0;
}
.phone-box {
  width: 7.5rem;
  height: 100%;
  margin: auto;
}
.bgline {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: 100% 100%;
}
.bottom {
  margin-top: auto;
  margin-bottom: 0.4rem;
}
.mofang {
  width: 2.3rem;
  position: absolute;
  bottom: -1rem;
  right: -0.3rem;
}
.main-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.phone-box .bg-top,
.phone-box .bg-end {
  position: absolute;
  left: 0;
  width: 7.5rem;
}
.phone-box .bg-top {
  top: 0;
}
.phone-box .bg-end {
  bottom: 0;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 1rem;
  background-image: url("../images/leftarr.png");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 1rem;
  background-image: url("../images/rightarr.png");
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 0.48rem 0.48rem;
  -webkit-background-size: 0.48rem 0.48rem;
  background-size: 0.48rem.48rem;
  background-position: center;
  background-repeat: no-repeat;
}
.main-shadow {
  position: absolute;
  left: -5.9rem;
  top: -6.8rem;
  width: 14rem;
  height: 14rem;
  z-index: 1;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}


/* 美人计样式 */
.mrjbeauty .p0, .mrjbeauty .p1 {
  position: relative;
  width: 10.38rem;
  z-index: 100;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/mrj-bg1.png') no-repeat;
  background-size: 100% 100%;
}

.mrjbeauty .p1 {
  background: url('../images/mrj-bg2.png') no-repeat;
  background-size: 100% 100%;
}
.mrjbeauty .logo {
  width: 3.32rem;
  position: absolute;
  top: 1.35rem;
  left: 50%;
}
.mrjbeauty .pic {
  width: 6.86rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mrjbeauty .btns {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  display: flex;
  justify-content: center;
}

.mrjbeauty .btns a {
  width: 2.8rem;
  height: 1.04rem;
  display: inline-block;
}

.mrjbeauty .btns .phone, .mrjbeauty .btns .android {
  width: 2.8rem;
  height: 1.04rem;
  background: linear-gradient(117deg, #A991FF -0.03%, #8F73FB 46.6%);
  border-radius: 0.11111rem;
}
.mrjbeauty .btns .phone {
  margin-right: 0.39rem;
}
.mrjbeauty .btns .phone img, .mrjbeauty .btns .android img {
  width: 100%;
  height: 100%;
  border-radius: 0.11111rem;
}

.mrjbeauty .content {
  width: 5.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.mrjbeauty .content .text1, .mrjbeauty .content .text2 {
  color: #FFF;
  font-size: 0.26389rem;
  font-weight: 400;
  line-height: 0.41667rem;
  font-family: "PingFang SC";
}

.mrjbeauty .content .text-list {
  margin: 0.32rem 0;
  padding: 0;
}

.mrjbeauty .content .text-list li {
  font-size: 0.25rem;
  font-family: "Alibaba PuHuiTi", "PingFang SC";
  line-height: 0.41667rem;
  color: #fff;
  list-style: none;
  padding-left: 8px;
}

.mrjbeauty .content .text-list li span {
  color: #FFB9EC;
  font-weight: 500;
  margin-left: 8px;
}
.mrjbeauty .content .text-list li .svg {
  margin: 0 0.15rem;
  line-height: 0.25rem;
  width: 0.06825rem;
  height: 0.25rem;
}

.mrjbeauty .copy {
  color: #ffffff80;
  position: absolute;
  bottom: 0.4rem;
  z-index: 666;
}
.mrjbeauty .copy a {
  color: #ffffff80;
  text-decoration: none;
}

.mrjbeauty .copy .ipc {
  display: inline-block;
  margin: 0 5px;
}
.dian {
  width: 0.06825rem;
  height: 0.06825rem;
  position: relative;
  top: -2px;
}