
body {
  /* font-size: 24rem; */
  padding: 0;
  margin: 0;
  background: #ffffff;
}
img {
  width: 100%;
  height: 100%;
}
.global-big-title {
  color: #313233;
  font-size: 50rem;
  font-weight: 600;
}
.global-sub-title {
  color: #626366;
  font-size: 24rem;
  font-weight: 500;
}
.global-box {
  border-radius: 24rem;
  background: #f5f6fa;
  width: 1184rem;
  margin: 80rem auto;
}
/* 文字效果 */
.text-animate {
  transition: opacity 1.2s linear, transform 1.2s cubic-bezier(0.29, 0.63, 0.29, 0.96);
  transform: translate(0, 30px);
  opacity: 0;
}
.text-easy-in {
  transform: translate(0, 0);
  opacity: 1;
}
.text-easy-out {
  transform: translate(0, 60rem);
  opacity: 0;
}


/* 头部 */
.section-header {
  height: 72rem;
  background: #fff;
  padding: 0 128rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1001
}
.section-header .title {
  font-weight: 500;
  font-size: 24rem;
  display: flex;
  align-self: center;
  justify-content: center;
}
.section-header .title .qn-logo {
  width: 32rem;
  height: 32rem;
  margin-right: 8rem;
}
.section-header .download-btn {
  width: 108rem;
  height: 36rem;
  border-radius: 55rem;
  opacity: 1;
  background: #5882f5;

  color: #ffffff;
  font-size: 16rem;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-header .download-btn .download-logo {
  width: 16rem;
  height: 16rem;
  margin-left: 4rem;
}



/* 第一个板块 */
.qn-content.introduce {
  height: 828rem;  
  position: relative;
}
.qn-content.introduce .introduce-text {
  position: absolute;
  left: 128rem;
  top: 306rem;
  width: 640rem;
  color: #626366;
  font-size: 24rem;
  font-weight: 500;
}
.qn-content.introduce .introduce-text .p {
  margin: 0;
}
.qn-content.introduce .introduce-text .p1 {
  margin-bottom: 16rem;
}
.qn-content.introduce>.img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.qn-content.introduce .download-area {
  position: absolute;
  bottom: 48rem;
  left: 128rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
.qn-content.introduce .download-area .qrcode-img {
  width: 184rem;
  height: 184rem;
}
.qn-content.introduce .download-area .ios-img, .qn-content.introduce .download-area .android-img {
  width: 186rem;
  height: 52rem;
  display: block;
  margin-left: 16rem;
  cursor: pointer;
}
.qn-content.introduce .download-area .android-img {
  margin-top: 24rem;
}
/* 第二个板块 */
.qn-content.introduce-2 {
  height: 668rem;
  position: relative;
  overflow: hidden;
}
.qn-content.introduce-2 .scale-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.qn-content.introduce-2 .title-box {
  position: relative;
  z-index: 2;
  padding-left: 128rem;
}

.qn-content.introduce-2 .title {
  margin-top: 218rem;
}
.qn-content.introduce-2 .sub-title {
  color: #313233 !important;
  width: 558rem;
  margin-top: 24rem;
}

/* 第三个板块 */
.qn-content.index-record {
  display: flex;
  justify-content: center;
  margin: 80rem auto;
}
.qn-content.index-record .index-record__item {
  padding: 40rem 0 32rem !important;
  width: 574rem;
  margin: 0 0 0 36rem;
  display: flex;
  flex-direction: column;
}
.qn-content.index-record .index-record__item:nth-of-type(1) {
  margin: 0 !important;
}
.qn-content.index-record .index-record__item>.title {
  color: #000000;
  font-size: 38rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16rem;
}
.qn-content.index-record .index-record__item .flex-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qn-content.index-record .index-record__item .flex-index .flex-index__item {
  width: 118rem;
  height: 118rem;
  margin-left: 16rem;
  margin-top: 16rem;
}
.qn-content.index-record .index-record__item .flex-index .flex-index__item:nth-of-type(4n - 3) {
  margin-left: 0;
}
.qn-content.index-record .index-record__item .flex-index .flex-index__item .index-img {
  border-radius: 24rem;
  box-shadow: 0 3rem 18rem 0 #0000000d;
}
/* 饮食运动 */
.diet-sport-container {
  width: 500rem;
  border-radius: 24rem;
  background: #ffffff;
  padding: 24rem 10rem;
  margin: 16rem auto;
  box-shadow: 0 3rem 18rem 0 #0000000d;
}
.diet-sport-container .diet-sport-video {
  width: 100%;
  border-radius: 24rem;
}
/* 喝水、身材管理 */
.water-body-container {
  display: flex;
  justify-content: center;
}
.water-body-container .water, .water-body-container .body {
  background: #ffffff;
  border-radius: 24rem;
  width: 252rem;
  box-shadow: 0 3rem 18rem 0 #0000000d;
}
.water-body-container .water .water-video {
  width: 94%;
  border-radius: 24rem;
}
.water-body-container .water {
  padding: 24rem 0;
  text-align: center;
}
.water-body-container .body {
  margin-left: 16rem;
  padding: 28rem 20rem;
  box-sizing: border-box;
}
.water-body-container .body .title {
  color: #313233;
  font-size: 20rem;
}
.water-body-container .body .sub-title {
  color: #626366;
  font-size: 18rem;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  margin-top: 8rem;
}
.water-body-container .body .sub-title .number {
  margin-left: 7rem;
  width: 59rem;
  height: 30rem;
}
.water-body-container .body .unhealth-container .unhealth-img {
  width: 100%;
  height: auto;
  margin-top: 12rem;
}
.water-body-container .body .date {
  color: #626366;
  font-size: 18rem;
  font-weight: 400;
  margin-top: 20rem;
}

/* 第四个板块 */
.qn-content.report {
  width: 1184rem;
  margin: auto;
}
.report-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34rem 0 29rem;
}
.report-container .img-container { 
  width: 541rem;
  height: 627rem;
}
.report-container .report-text {
  margin-left: 64rem;
}
.report-container .report-text .title {
  width: 496rem;
}
.report-container .report-text .sub-title {
  width: 496rem;
  margin-top: 24rem;
}

/** 第五个板块 */
.qn-content.device {
  width: 1184rem;
  margin: auto;
  padding: 40rem 0;
  overflow: hidden;
}
.device .title {
  text-align: center;
  margin-bottom: 36rem;
}
.device .device-box {
  display: flex;
}
.device .device-item {
  width: 284rem;
  margin-left: 24rem;
  flex-shrink: 0;
}
.device .device-item:nth-of-type(1) {
  margin: 0;
}
.device .device-item .device-img {
  height: auto !important;
  margin-bottom: 24rem;
}
.device .device-item .device-name {
  text-align: center;
}



/* 第六个板块 */
.qn-content.ai {
  padding: 48rem 0 102rem;
}
.qn-content.ai .title, .qn-content.ai .sub-title {
  text-align: center;
}
.qn-content.ai .sub-title {
  margin-top: 12rem
}
.qn-content.ai .phone-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60rem;
}
.qn-content.ai .phone-container .phone-item {
  width: 328rem;
  height: 646rem; 
  margin-left: 40rem;
}
.qn-content.ai .phone-container .phone-item:nth-of-type(1) {
  margin: 0;
  transform: translateY(-30rem);
}
.qn-content.ai .phone-container .phone-item:nth-of-type(2) {
    transform: translateY(30rem);
  }
.qn-content.ai .phone-container .phone-item:nth-of-type(3) {
  transform: translateY(-30rem);
}
.qn-content.ai .phone-container .phone-item .phone-title {
  margin-bottom: 24rem;
  text-align: center;
}

/* 第七个板块 */
.qn-content.recorder .title {
  text-align: center;
  margin: 0 auto 49rem;
} 
.qn-content.recorder .recorder-container {
  display: flex;
  justify-content: center;
}
.recorder-container .ai-photo, .recorder-container .ai-voice {
  flex-shrink: 0;
}
.recorder-container .ai-photo {
  width: 647rem;
  padding: 31rem 0 19rem;
  margin: 0;
}
.recorder-container .ai-photo .ai-photo__title {
  font-size: 50rem;
  width: 426rem;
  height: 101rem;
  margin: 0 auto 24rem;
}
.recorder-container .ai-photo .ai-photo__content .phone {
  width: 328rem;
  height: 646rem;
  margin-left: 22rem;
  position: relative;
}
.recorder-container .ai-photo .ai-photo__content .phone .progress-box {
  position: absolute;
  width: 254rem;
  height: 12rem;
  background: #eff1f7;
  border-radius: 89rem;
  bottom: 103rem;
  left: 50%;
  transform: translateX(-50%);
}
.recorder-container .ai-photo .ai-photo__content .phone .progress-box .progress {
  width: 0;
  border-radius: 89rem;
  height: 100%;
  background: linear-gradient(270deg, #66d4b4 10%, #98d5ec 97%);
}
.recorder-container .ai-photo .ai-photo__content .phone .progress-text {
  position: absolute;
  color: #939599;
  font-size: 16rem;
  font-weight: 400;
  bottom: 69rem;
  text-align: center;
  width: 100%;
}
.recorder-container .ai-photo .ai-photo__content .phone .dit-item-box {
  position: absolute;
  left: 283rem;
  top: 102rem;
}
.recorder-container .ai-photo .ai-photo__content .phone .diet-item {
  width: 305rem;
  height: 70rem;
  border-radius: 24rem;
  margin-top: 8rem;
  transition: opacity 1.2s linear, transform 1.2s cubic-bezier(0.29, 0.63, 0.29, 0.96);
  transform: translateX(-30rem);
}
.recorder-container .ai-photo .ai-photo__content .phone .diet-item:nth-last-of-type(1) {
  height: 186rem;
}
.recorder-container .ai-photo .ai-photo__content .phone .diet-item.easy-in {
  transform: translateX(0);
  opacity: 1;
}
.recorder-container .ai-photo .ai-photo__content .phone .diet-item.easy-out {
  transform: translateX(-30rem);
  opacity: 0;
}
.recorder-container .ai-photo .ai-photo__content .phone .diet-item:nth-of-type(1) {
  margin: 0;
}
.recorder-container .ai-photo .ai-photo__content .phone .diet-item .diet-item-img {
  border-radius: 20rem;
  box-shadow: 0 4.68rem 21.06rem 0 #00000040;
}
.recorder-container .ai-voice {
  width: 489rem;
  margin-left: 36rem;
  background: linear-gradient(3.9deg, #f5f6fa 0%, #f2fefb 100%);
  border-radius: 24rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 48rem 0 0;
}
.ai-voice__content {
  border-radius: 25rem;
  background: #ffffff;
  box-shadow: 0 4rem 18rem 0 #d8dadd;
  padding: 30rem 16rem 54rem;
  width: 440rem;
  box-sizing: border-box;
  margin: 40rem 0 34rem;
}
.ai-voice__content .text-1 {
  color: #313233;
  font-size: 22rem;
  font-weight: 400;
  margin-bottom: 6rem;
}
.ai-voice__content .text-2 {
  color: #939599;
  font-size: 20rem;
  font-weight: 400;
}
.ai-voice__content .voice-item-box {
  margin: 24rem 0;
}
.ai-voice__content .voice-item-box .voice-item {
  border: 1rem solid #ffffff;
  background: linear-gradient(155deg, #e3fff0 0%, #ffffff 20%);
  box-shadow: 0.8rem 0.8rem 4rem 0 #0c35111a;
  border-radius: 30rem;
  display: flex;
  align-items: center;
  margin-top: 12rem;
  color: #313233;
  font-size: 19rem;
  font-weight: 400;
  width: fit-content;
  height: 54rem;
  padding-left: 24rem;
}
.ai-voice__content .voice-item-box .voice-item:nth-of-type(1) {
  margin: 0;
}
.ai-voice__content .voice-item-box .voice-item .voice-png {
  width: 28rem;
  height: 21rem;
  margin-right: 11rem;
}

.ai-voice .voice-gif {
  width: 426rem;
  height: 140rem;
}


/* 第八板块 */
.qn-content.food-lib .food-lib-content{
  width: 1184rem;
  height: 968rem;
  background: url('../images/food-lib.png') no-repeat;
  background-size: 100% 100%;
  margin: 80rem auto;
  overflow: auto;
}
.qn-content.food-lib .title {
  text-align: center;
  margin: 48rem 0 12rem;
}
.qn-content.food-lib .search-box {
  display: flex;
  align-items: center;
  width: 396rem;
  height: 54rem;
  color: #626366;
  font-size: 24rem;
  font-weight: 500;
  margin: auto;
  position: relative;
  border: 2rem solid transparent;
  background-image: linear-gradient(#f5f6fa, #f5f6fa), linear-gradient(135deg, #36CF67 10%, #55A4EA 90%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 43rem;
  justify-content: center;
}
.qn-content.food-lib .search-box .search-img {
  width: 34rem;
  height: 34rem;
  margin-right: 7rem;
}


/* 第九板块 */
.qn-content.family {
  padding-top: 48rem;
  height: 968rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.qn-content.family .family-title {
  text-align: center;
  margin-bottom: 44rem;
}
.qn-content.family .family-title .global-big-title {
  margin-bottom: 12rem;
}
.qn-content.family .phone {
  flex: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.qn-content.family .phone .phone-img {
  width: 477rem;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.qn-content.family .phone .bmi-img,
.qn-content.family .phone .bone-img,
.qn-content.family .phone .bodyfat-img,
.qn-content.family .phone .subfat-img {
  position: absolute;
  width: auto;
  height: 154rem;
}
.qn-content.family .phone .bmi-img {
  top: 200rem;
  left: 148rem;
}
.qn-content.family .phone .bone-img {
  top: 120rem;
  right: 100rem
}
.qn-content.family .phone .bodyfat-img {
  right: 134rem;
  bottom: 110rem;
}
.qn-content.family .phone .subfat-img {
  left: 78rem;
  bottom: 126rem;
}
.qn-content.family .water-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 90%;
  bottom: 0;
}

.water-bg .water-item {
  width: 526rem;
  height: 526rem;
  border-radius: 100%;
  border: 6rem solid #6282EC;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120rem;
  opacity: 0;
}
.water-bg .water-item:nth-of-type(1) {
  animation: waterMove 3s 0s infinite ease-in-out;
}
.water-bg .water-item:nth-of-type(2) {
  animation: waterMove 3s 0.8s infinite ease-in-out;
}
.water-bg .water-item:nth-of-type(3) {
  animation: waterMove 3s 1.6s infinite ease-in-out;
}
.water-bg .water-item:nth-of-type(4) {
  animation: waterMove 3s 2.4s infinite ease-in-out;
}

@keyframes waterMove {
  from {
    transform: translateX(-50%) scale(0);
    opacity: 1;
  }
  to {
    transform: translateX(-50%) scale(1.6);
    opacity: 0;
  }
}

/* 页脚 */
.section-footer {
  margin-top: 158rem;
  width: 100%;
  height: 416rem;
  background: #f5f6fa;
  overflow: auto;
}
.section-footer .contact {
  display: flex;
  margin: 67rem auto 80rem;
  align-items: center;
  justify-content: center;
}
.section-footer .contact .phone-number-box {
  color: #313233;
  font-size: 24rem;
  font-weight: 500;
}
.section-footer .contact .phone-number {
  margin-bottom: 20rem;
}
.section-footer .contact .phone-number:nth-last-of-type(1) {
  margin: 0;
}
.section-footer .contact .qrcode {
  margin-left: 405rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #626366;
  font-size: 16rem;
  font-weight: 400;
  text-align: center;
} 
.section-footer .contact .qrcode .xhs, .section-footer .contact .qrcode .gzh {
  width: 184rem;
  height: 184rem;
  margin-bottom: 9rem;
}
.section-footer .contact .qrcode .xhs-box {
  margin-right: 54rem;
}
.section-footer .filings-box {
  color: #939599;
  font-size: 20rem;
  font-weight: 400;
  text-align: center;
}
.section-footer .filings-box .filings {
  margin-right: 24rem;
}
.section-footer .filings-box .filings:hover {
  color: #5882f5;
  text-decoration: underline;
  cursor: pointer;
}



