body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  flex-shrink: 0;
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  overflow-x: hidden;
}

.miss_head {
  width: 100%;
  height: 88px;
  background: url(../img/SketchPng482a834a1468c6daaa42263b5822d4a68452136dfe9313dbf4a1e982dd1be1f8.png) 100% no-repeat;
  background-size: 100% 100%;
  justify-content: flex-center;
}

.miss_logo {
  position: absolute;
  left: 360px;
  top: 23px;
  width: 120px;
  display: flex;
  cursor: pointer;
}

.miss_logo>.logo {
  width: 42px;
  height: 42px;
}

.miss_logo>.name {
  width: 58px;
  height: 24px;
  margin-left: 10px;
  margin-top: 10px;
}

.miss_menu {
  position: absolute;
  right: 360px;
  top: 31px;
  display: flex;
}

.miss_menu_item {
  width: 72px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  cursor: pointer;
}

.miss_screen1 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 880px;
  background: url(../img/beff5763692a434dbdc057feac9ab111_mergeImage1.png) no-repeat center 0;
}

.miss_slogan {
  width: 100%;
  position: relative;
  padding-top: 278px;
}

.miss_slogan>img {
  width: 85%;
  max-width: 973px;
}

.miss_screen1_content {
  width: 100%;
  position: relative;
  margin-top: 101px;

}

.miss_screen1_download {
  display: inline-block;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 20px;
  vertical-align: top;
}

.miss_screen1_download>.ios>img {
  margin-left: 20px;
}

.miss_screen1_download>.ios>span {
  margin-left: 15px;
  margin-top: 22px;
}

.miss_screen1_download_button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 210px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.miss_screen1_download_button>img {
  width: 29px;
  height: 32px;
  margin-top: 24px;
  margin-left: 28px;
}

.miss_screen1_download_button>span {
  width: 104px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 16px;
  position: absolute;
}

.miss_screen1_download_button_qrcode {
  width: 142px;
  height: 142px;
  margin: 22px 0 20px 34px;
}

.miss_screen1_download_button_qrcode>img {
  max-width: 100%;
  max-height: 100%;
}


/* .miss_screen1_download_button:hover {
  background-color: rgba(0, 0, 0, 1);
  height: 242px;
} */

.miss_screen2 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 880px;
  background: url(../img/SketchPngeb9941f88b784d14acff9487e7c007ec4a1644fa4e816450e101babf4d552d89.png) no-repeat center 0px;
}

.miss_app_show {
  position: absolute;
  padding-top: 137px;
  padding-left: 20px;
  width: 890px;
  height: 740px;
}

.miss_app_page {
  position: absolute;
  left: 315px;
  top: 137px;
}

.miss_app_page>img {
  width: 100%;
}

.app_like_me {
  left: 65px;
  top: 187px;
}

.app_home1 {
  z-index: 1;
}

.app_home1_bg {
  width: 158px;
  height: 158px;
  left: -52px;
  bottom: -25px;
  z-index: 0;
  position: absolute;
  opacity: 0.55;
  background-image: url(../img/app_home1_bg.png);
}

.app_home1_content {
  position: relative;
}

.app_home1_content>img {
  width: 100%;
}

.app_home2 {
  top: 187px;
  left: 420px;
}

.love {
  z-index: 2;
  top: 424px;
  left: 422px;
  animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 1;
  }

  25% {
    transform: scale(1, 1);
    opacity: 0.8;
  }

  100% {
    transform: scale(0.8, 0.8);
    opacity: 1;
  }
}

.miss_app_desc {
  position: relative;
  left: 918px;
  top: 228px;
  width: 520px;
  background: url(../img/app_desc_title_bg.png) no-repeat -32px -14px;
  padding-left: 40px;
}

.miss_app_desc_title {
  width: 504px;
  height: 156px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  line-height: 78px;
}

.miss_app_desc_content {
  width: 340px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 34px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 48px;
  margin-top: 80px;
}

.miss_app_desc_content_p2 {
  margin-top: 44px;
}

.miss_pairing_text {
  margin-top: 222px;
  margin-left: 387px;
}

.miss_screen3 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 880px;
  position: relative;
}

.miss_pairing_text_title {
  width: 392px;
  height: 156px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  line-height: 78px;
}

.miss_pairing_text_desc {
  height: 388px;
  background: url(../img/pairing_link.png) no-repeat -72px 0px;
  width: 726px;
  margin-top: 74px;
  left: -100px;
  padding-left: 100px;
  position: relative;
}

.miss_pairing_text_desc_p {
  width: 541px;
  height: 136px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 34px;
  letter-spacing: 0.4306666851043701px;
  font-family: PingFangSC-Regular;
  text-align: left;
  line-height: 46px;
  margin: 5px 0 0 0px;
}

.miss_pairing_text_bg {
  position: relative;
  left: -260px;
  margin-top: -148px;
  width: 176px;
  height: 176px;
  background: url(../img/SketchPngbe8fe36c6a8ca398203ab25cd9eccb42ff3283d15cefc580015a3ee70955c588.png) 0px -1px no-repeat;
  background-size: 177px 177px;
}

.miss_pairing_show {
  position: absolute;
  left: 1051px;
  top: -72px;
  width: 665px;
  height: 665px;
  background: url(../img/SketchPngbdd6acc2519c52816433e8b4a183136431335a2f07533fd1107d951bcffaaa64.png) 100% no-repeat;
  background-size: 100% 100%;
}

.miss_pairing_show_avatar {
  width: 480px;
  height: 320px;
  background: url(../img/SketchPng75f65be2c4e0da7485f34e172cad61258f8d441e76d1e2c1067970441709b881.png) 0px -1px no-repeat;
  background-size: 481px 321px;
  margin: 108px 0 0 92px;
}

.miss_pairing_show_avatar_list {
  position: relative;
  top: 140px;
  left: 20px;
}

.miss_pairing_show_avatar_item1 {
  border-radius: 50%;
  background-image: url(../img/9b7bb1d22f9f44f4a1e51a4c0a01ab41_mergeImage.png);
  position: absolute;
  left: 102px;
  top: 0;
  width: 116px;
  height: 116px;
  border: 1px rgba(255, 255, 255, 1);
}

.miss_pairing_show_avatar_list_x {
  position: absolute;
  left: 188px;
  top: 41px;
  width: 46px;
  height: 44px;
  background: url(../img/SketchPng90a125b24b705416f4a8c0e6676385d2e6044843cb600a947546afe42fc995c9.png) 100% no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.miss_pairing_show_avatar_item2 {
  border-radius: 50%;
  background-image: url(../img/743328d8c63b40d6b5d2fe28f8521c55_mergeImage.png);
  position: absolute;
  left: 206px;
  top: 0;
  width: 116px;
  height: 116px;
  border: 1px rgba(255, 255, 255, 1);
}

.miss_pairing_show_avatar_desc {
  width: 280px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(44, 44, 44, 1);
  font-size: 28px;
  font-family: PingFangSC-Regular;
  text-align: right;
  white-space: nowrap;
  line-height: 40px;
  margin: 36px 0 17px 100px;
  position: relative;
  top: 292px;
}

.miss_screen4 {
  background-image: url(../img/e90c610facf24bc0bd819995c96d665d_mergeImage.png);
  position: relative;
  height: 959px;
  overflow: hidden;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.miss_app_dynamic {
  background: url(../img/SketchPng14524a91494d0f75e53c2afd22ce16a62f3bcb62a12bd38f2e50a8e616962a22.png) 0px -1px no-repeat;
  background-size: 382px 809px;
  margin: 84px 0 0 265px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 48px;
  width: 382px;
  height: 802px;
}

.section_5 {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 48px;
  width: 382px;
  height: 802px;
}

.box_32 {
  width: 342px;
  height: 137px;
  margin: 16px 0 0 24px;
}

.image-text_20 {
  width: 72px;
  height: 114px;
  margin-top: 23px;
}

.box_9 {
  border-radius: 50%;
  background-image: url(../img/37141c80d5d54283a5645cc20edc604e_mergeImage.png);
  width: 72px;
  height: 72px;
}

.image-text_21 {
  width: 56px;
  height: 55px;
}

.label_4 {
  width: 22px;
  height: 28px;
  margin-left: 18px;
}

.text-group_5 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(213, 163, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 7px;
}

.text_5 {
  width: 113px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(125, 125, 125, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 9px 0 0 24px;
}

.text_6 {
  width: 341px;
  height: 50px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;

  text-align: left;
  line-height: 25px;
  margin: 14px 0 0 24px;
}

.box_33 {
  width: 125px;
  height: 21px;
  margin: 25px 0 0 28px;
}

.image_4 {
  width: 21px;
  height: 20px;
}

.text_7 {
  width: 31px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 1px 0 0 5px;
}

.image_5 {
  width: 21px;
  height: 20px;
  margin: 1px 0 0 16px;
}

.text_8 {
  width: 26px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 1px 0 0 5px;
}

.block_6 {
  height: 480px;
  background: url(../img/SketchPngd5beb8a364b2f8f41d32e46f8694a788350ef53ad0bb66ae802938d1ab17195c.png) -43px -31px no-repeat;
  background-size: 468px 567px;
  width: 382px;
  position: relative;
  margin: 27px 0 1px 0;
}

.block_19 {
  width: 131px;
  height: 32px;
  margin: 19px 0 0 13px;
}

.text-wrapper_3 {
  background-color: rgba(255, 22, 76, 1);
  border-radius: 5px;
  height: 32px;
  width: 131px;
}

.text_9 {
  width: 101px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin: 4px 0 0 15px;
}

.block_20 {
  width: 107px;
  height: 140px;
  margin: 254px 0 35px 262px;
}

.group_7 {
  box-shadow: 0px 12px 44px 0px rgba(42, 93, 112, 0.4);
  height: 140px;
  width: 107px;
}

.box_10 {
  border-radius: 10px;
  background-image: url(../img/14867d1bb1474bf7bc54a40f452f2414_mergeImage.png);
  width: 107px;
  height: 140px;
}

.block_21 {
  position: absolute;
  left: 15px;
  top: 77px;
  width: 328px;
  height: 258px;
}

.box_11 {
  box-shadow: 0px 12px 44px 0px rgba(42, 93, 112, 0.4);
  height: 140px;
  margin-top: 6px;
  width: 107px;
}

.box_12 {
  border-radius: 10px;
  background-image: url(../img/adb60d0c57584912ae7b4d3eb739bb79_mergeImage.png);
  width: 107px;
  height: 140px;
}

.box_13 {
  box-shadow: 0px 12px 44px 0px rgba(42, 93, 112, 0.4);
  height: 258px;
  width: 197px;
}

.box_14 {
  border-radius: 10px;
  background-image: url(../img/29229d85136d4ca6a8dbf9e7f7902eb9_mergeImage.png);
  width: 197px;
  height: 258px;
}


.box_18 {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  height: 94px;
  width: 366px;
  position: absolute;
  left: 50px;
  top: 750px;
}

.box_19 {
  height: 94px;
  background: url(../img/SketchPngdd7cd9dd32956467d05c1adfcceb798b95469d9e3b36089723823b0acf58327e.png) 0px 0px no-repeat;
  background-size: 367px 95px;
  width: 366px;
}

.block_8 {
  border-radius: 22px;
  width: 366px;
  height: 94px;
  border: 1px rgba(255, 255, 255, 1);
}

.box_20 {
  border-radius: 50%;
  background-image: url(../img/user2.png);
  width: 44px;
  height: 44px;
  margin: 17px 0 0 16px;
}

.paragraph_6 {
  width: 234px;
  height: 50px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;

  text-align: left;
  line-height: 25px;
  margin: 20px 62px 0 10px;
}

.box_21 {
  height: 76px;
  background: url(../img/SketchPng3f7cd80583157ad2e0c781e4d0acd0f79a0144ec6b77098e31546eb1256d9e87.png) 0px 0px no-repeat;
  background-size: 276px 77px;
  width: 275px;
  position: absolute;
  left: 52px;
  top: 640px;
}

.section_6 {
  height: 76px;
  background: url(../img/SketchPng90314f9d29fa92828a90f450ca8348c413bf75a7562cab94bc945f4776c48faa.png) 0px 0px no-repeat;
  background-size: 276px 77px;
  width: 275px;
}

.box_22 {
  border-radius: 22px;
  position: relative;
  width: 275px;
  height: 76px;
  border: 1px rgba(255, 255, 255, 1);
}

.image-text_23 {
  width: 218px;
  height: 44px;
  margin: 16px 0 0 18px;
}

.block_9 {
  width: 44px;
  border-radius: 50%;
  background-image: url(../img/user1.png);
}

.text-group_7 {
  width: 164px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 10px;
}

box_34 {
  width: 560px;
  height: 533px;
  margin: 131px 0 0 214px;
}

.paragraph_5 {
  width: 560px;
  height: 156px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  line-height: 78px;
}

.text_10 {
  width: 185px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 33px;
  margin-top: 72px;
}

.text_11 {
  width: 240px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 30px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 17px;
}

.text_12 {
  width: 192px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 33px;
  margin-top: 18px;
}

.group_9 {
  box-shadow: 0px 12px 44px 0px rgba(145, 96, 38, 0.13);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 22px;
  width: 385px;
  height: 96px;
  margin-top: 66px;
}

.image-text_22 {
  width: 341px;
  height: 72px;
  margin: 12px 0 0 18px;
}

.box_16 {
  border-radius: 12px;
  background-image: url(../img/5da8838c6bc347f09f6e426babe9ccaa_mergeImage.png);
  width: 72px;
  height: 72px;
}

.text-group_6 {
  width: 256px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 22px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  margin-top: 20px;
}

.miss_app_dynamic_desc {
  margin: 131px 0 0 214px;
}


.box_23 {
  box-shadow: 0px 12px 44px 0px rgba(145, 96, 38, 0.13);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  height: 285px;
  width: 350px;
  margin-top: 40px;
}

.section_7 {
  width: 350px;
  height: 285px;
  background: url(../img/SketchPngeec65971ddcd13719e6971c6faeb6fd7c10724d3e27dc97c83e114fecb0e5729.png) -1px 0px no-repeat;
  background-size: 351px 260px;
}

.block_22 {
  position: relative;
  width: 216px;
  height: 187px;
  margin: 24px 0 0 24px;
}

.image-text_25 {
  width: 216px;
  height: 187px;
}

.block_10 {
  border-radius: 50%;
  background-image: url(../img/93ce9a64e37b49f48017c2b0796d456f_mergeImage.png);
  width: 72px;
  height: 72px;
}

.text-group_15 {
  width: 216px;
  height: 103px;
  margin-top: 12px;
}

.text_13 {
  width: 48px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_14 {
  width: 148px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(125, 125, 125, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 9px;
}

.text_15 {
  width: 216px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 14px;
}

.image-text_26 {
  position: absolute;
  left: 0;
  top: 0;
  width: 216px;
  height: 187px;
}

.block_10 {
  border-radius: 50%;
  background-image: url(../img/93ce9a64e37b49f48017c2b0796d456f_mergeImage.png);
  width: 72px;
  height: 72px;
}

.text-group_16 {
  width: 216px;
  height: 103px;
  margin-top: 12px;
}

.text_13 {
  width: 48px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_14 {
  width: 148px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(125, 125, 125, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 9px;
}

.text_15 {
  width: 216px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 14px;
}

.block_23 {
  position: relative;
  width: 122px;
  height: 21px;
  margin: 18px 0 35px 24px;
}

.image-text_27 {
  width: 52px;
  height: 21px;
}

.image_6 {
  width: 21px;
  height: 20px;
}

.text-group_10 {
  width: 26px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 1px;
}

.image-text_28 {
  width: 49px;
  height: 20px;
  margin-top: 1px;
}

.image_7 {
  width: 21px;
  height: 20px;
}

.text-group_11 {
  width: 23px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.image-text_29 {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 21px;
}

.image_6 {
  width: 21px;
  height: 20px;
}

.text-group_10 {
  width: 26px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 1px;
}

.image-text_30 {
  position: absolute;
  left: 73px;
  top: 1px;
  width: 49px;
  height: 20px;
}

.image_7 {
  width: 21px;
  height: 20px;
}

.text-group_11 {
  width: 23px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}


.box_24 {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  height: 313px;
  width: 346px;
  margin-top: 359px;
  margin-left: 40px;
  z-index: 1;
}

.box_25 {
  height: 313px;
  background: url(../img/SketchPng2d4b595d5d6704f145defb7db4c9b4f43b0f00fcabd3d4b69165908977a93c7b.png) -1px -1px no-repeat;
  background-size: 347px 314px;
  width: 346px;
}

.box_26 {
  border-radius: 22px;
  position: relative;
  width: 346px;
  height: 313px;
  border: 1px rgba(255, 255, 255, 1);
}

.image-text_31 {
  width: 56px;
  height: 48px;
  margin: 17px 0 0 273px;
}

.label_5 {
  width: 23px;
  height: 23px;
  margin-left: 17px;
}

.text-group_12 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(213, 163, 0, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;

  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 5px;
}

.image-text_32 {
  position: absolute;
  left: 32px;
  top: 30px;
  width: 282px;
  height: 234px;
}

.image-text_33 {
  position: absolute;
  left: 32px;
  top: 30px;
  width: 282px;
  height: 234px;
}

.block_11 {
  border-radius: 50%;
  background-image: url(../img/0e18121b7620410ca1cca41ef35ea845_mergeImage.png);
  width: 72px;
  height: 72px;
}

.text-group_18 {
  width: 278px;
  height: 153px;
  margin: 9px 0 0 4px;
}


.text-group_17 {
  width: 278px;
  height: 153px;
  margin: 9px 0 0 4px;
}

.text_16 {
  width: 48px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_17 {
  width: 148px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(125, 125, 125, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 9px;
}

.text_18 {
  width: 278px;
  height: 75px;
  overflow-wrap: break-word;
  color: rgba(2, 2, 2, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 25px;
  margin-top: 14px;
}


.box_17 {
  box-shadow: 0px 12px 44px 0px rgba(42, 93, 112, 0.4);
  height: 155px;
  width: 230px;
  margin: -20px 45px 0 223px;
}

.block_7 {
  border-radius: 22px;
  background-image: url(../img/fd82af6786f943c3a42aef73c798d8a0_mergeImage.png);
  width: 230px;
  height: 155px;
}


.miss_screen5 {
  display: block;
  overflow: hidden;
}

.miss_screen5_title {
  width: 100%;
  text-align: center;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  white-space: nowrap;
  line-height: 78px;
  margin-top: 127px;
}

.miss_screen5_photos {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}



@keyframes ps {
  100% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}


.scroll {
  animation: ps 28s cubic-bezier(0.74, 0.31, 0.21, 0.7) infinite;
}


.section_17 {

  height: 670px;
  margin: 41px 0 44px 0;
}

.group_13 {
  margin-top: 65px;
}

.section_18 {

  height: 570px;
  margin: 32px 0 0 18px;
}



.box_35 {

  height: 178px;
  margin-top: 17px;
}



.section_19 {

  height: 517px;
  margin: 66px 0 0 13px;
}




.section_20 {

  height: 600px;
  margin: 70px 0 0 19px;
}



.box_36 {

  height: 188px;
  margin-top: 22px;
}


.section_21 {

  height: 610px;
  margin-left: 21px;
  margin-right: 20px;
}

.group_22 {

  height: 179px;
}









.miss_footer {
  width: 100%;
  text-align: center;

  background-color: #f5f3f336;
}

.miss_footer_article {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-family: PingFangSC-Regular;
  line-height: 21px;
  word-wrap: break-word;
  white-space: normal;
  width: 80%;
  padding: 79px 40px 0px 40px;
  display: inline-block;
}

.miss_footer_article a {
  color: royalblue;
}

.miss_footer_text {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-family: PingFangSC-Regular;
  line-height: 21px;
  word-wrap: break-word;
  white-space: normal;
  width: 80%;
  padding: 15px 40px 79px 40px;
  display: inline-block;
}

@media screen and (max-width:1680px) {
  .miss_logo {
    left: 260px;
  }

  .miss_menu {
    right: 260px;
  }

  .miss_logo {
    left: 160px;
  }

  .miss_menu {
    right: 160px;
    top: 31px;
  }

  .miss_app_show {
    zoom: 0.85;
  }

  .miss_app_desc {
    zoom: 0.85;
  }

  .miss_screen3 {
    height: 680px;
  }

  .miss_pairing_text {
    zoom: 0.86;
  }

  .miss_pairing_show {
    zoom: 0.86;
  }

  .miss_screen4_col {
    zoom: 0.86;
  }
}



@media screen and (max-width:1500px) {
  .miss_logo {
    left: 260px;
  }

  .miss_menu {
    right: 260px;
  }

  .miss_screen2 {
    height: 760px;
  }

  .miss_app_show {
    zoom: 0.85;
  }

  .miss_app_desc {
    zoom: 0.85;
  }

  .miss_screen3 {
    height: 620px;
  }

  .miss_pairing_text {
    zoom: 0.8;
  }

  .miss_pairing_show {
    zoom: 0.8;
  }

  .miss_screen4_col {
    zoom: 0.78;
  }

  .miss_screen5 {
    zoom: 0.8;
  }
}

@media screen and (max-width:1390px) {
  .miss_pairing_text {
    zoom: 0.75;
  }

  .miss_pairing_show {
    zoom: 0.75;
  }

  .miss_screen3 {
    height: 600px;
  }

  .miss_screen4_col {
    zoom: 0.70;
  }

  .miss_screen4 {
    height: 800px;
  }

  .miss_screen5 {
    zoom: 0.7;
  }
}

@media screen and (max-width:1280px) {
  .miss_logo {
    left: 260px;
  }

  .miss_menu {
    right: 260px;
  }

  .miss_screen2 {
    height: 740px;
  }

  .miss_app_show {
    zoom: 0.8;
  }

  .miss_app_desc {
    zoom: 0.8;
  }

  .miss_screen3 {
    height: 520px;
  }

  .miss_pairing_text {
    zoom: 0.7;
  }

  .miss_pairing_show {
    zoom: 0.7;
  }

  .miss_screen4_col {
    zoom: 0.65;
  }

  .miss_screen4 {
    height: 680px;
  }

  .miss_screen5 {
    zoom: 0.68;
  }
}

@media screen and (max-width:1200px) {
  .miss_logo {
    left: 260px;
  }

  .miss_menu {
    right: 260px;
  }

  .miss_screen2 {
    height: 660px;
  }

  .miss_app_show {
    zoom: 0.75;
  }

  .miss_app_desc {
    zoom: 0.75;
  }

  .miss_screen3 {
    height: 520px;
  }

  .miss_pairing_text {
    zoom: 0.65;
  }

  .miss_pairing_show {
    zoom: 0.65;
  }

  .miss_screen4_col {
    zoom: 0.62;
  }

  .miss_screen5 {
    zoom: 0.65;
  }
}

@media screen and (max-width:1140px) {
  .miss_logo {
    left: 160px;
  }

  .miss_menu {
    right: 160px;
  }

  .miss_screen2 {
    height: 640px;
  }

  .miss_app_show {
    zoom: 0.7;
  }

  .miss_app_desc {
    zoom: 0.7;
  }

  .miss_screen3 {
    height: 520px;
  }

  .miss_pairing_text {
    zoom: 0.60;
  }

  .miss_pairing_show {
    zoom: 0.60;
  }

  .miss_screen4_col {
    zoom: 0.60;
  }

  .miss_screen5 {
    zoom: 0.60;
  }
}

@media screen and (max-width:1060px) {
  .miss_logo {
    left: 160px;
  }

  .miss_menu {
    right: 160px;
  }

  .miss_screen2 {
    height: 620px;
  }

  .miss_app_show {
    zoom: 0.65;
  }

  .miss_app_desc {
    zoom: 0.65;
  }

  .miss_screen3 {
    height: 480px;
  }

  .miss_pairing_text {
    zoom: 0.55;
  }

  .miss_pairing_show {
    zoom: 0.55;
  }

  .miss_screen4 {
    height: 560px;
  }

  .miss_screen5 {
    zoom: 0.55;
  }
}

@media screen and (max-width:1024px) {
  .miss_logo {
    left: 160px;
  }

  .miss_menu {
    right: 160px;
  }

  .miss_screen2 {
    height: 580px;
  }

  .miss_app_show {
    zoom: 0.6;
  }

  .miss_app_desc {
    zoom: 0.6;
  }
}

@media screen and (max-width:980px) {
  .miss_logo {
    left: 60px;
  }

  .miss_menu {
    right: 60px;
  }

  .miss_app_show {
    zoom: 0.7;
  }

  .miss_app_desc {
    zoom: 0.7;
  }

  .miss_screen5 {
    zoom: 0.7;
  }

  .miss_pairing_text_desc {
    background: url() no-repeat -72px 0px;
  }

  .miss_pairing_text {
    zoom: 0.85;
    margin-left: 40px;
    left: 80px;
    position: absolute;
  }

  .miss_pairing_show {
    zoom: 0.5;
    right: 120px;
    top: 104px;
  }
}

@media screen and (max-width:979px) {
  .miss_head {
    height: 58px;
  }

  .miss_logo {
    left: 60px;
    top: 8px;
    width: 120px;
  }


  .miss_logo>.logo {
    max-width: 36px;
    max-height: 36px;
  }

  .miss_logo>.logo>img {
    max-width: 36px;
    max-height: 36px;
  }

  .miss_logo>.name {
    /* display: none; */
  }

  .miss_menu {
    right: 60px;
    top: 16px;
  }

  .miss_menu_item {
    font-size: 16px;
  }


  .miss_screen1 {
    height: 780px;
    background: url(../img/beff5763692a434dbdc057feac9ab111_mergeImage1.png) no-repeat -568px -110px;
  }

  .miss_slogan {
    padding-top: 140px;
  }


  .miss_screen2 {
    height: 1150px;
    background: url(../img/SketchPngeb9941f88b784d14acff9487e7c007ec4a1644fa4e816450e101babf4d552d89.png) repeat center 0px;
  }

  .miss_app_desc_content {
    margin-top: 40px;
  }

  .miss_app_desc_content_p2 {
    margin-top: 24px;
  }

  .miss_app_show {
    zoom: 0.85;
  }

  .miss_app_desc {
    zoom: 0.85;
    left: 80px;
    top: 920px;
  }
}



@media screen and (max-width:680px) {
  .miss_slogan {
    padding-top: 100px;
  }


  .miss_screen1 {
    height: 580px;
    background: url(../img/beff5763692a434dbdc057feac9ab111_mergeImage1.png) no-repeat -700px -260px;
  }

  .miss_screen2 {
    height: 550px;
  }

  .miss_app_show {
    zoom: 0.4;
  }

  .miss_app_desc {
    zoom: 0.4;
    left: 80px;
    top: 920px;
  }

  .miss_screen3 {
    height: 388px;
  }

  .miss_pairing_text {
    zoom: 0.4;
    margin-left: 40px;
    left: 80px;
    position: absolute;
    z-index: 1;
    width: 50%;
    margin-top: 30px;
  }

  .miss_pairing_show {
    zoom: 0.35;
    left: 340px;
    top: 380px;
  }

  .miss_screen4_col {
    zoom: 0.5;
  }

  .miss_screen5 {
    zoom: 0.5;
  }
}


@media screen and (max-width:480px) {
  .miss_app_desc {
    zoom: 0.4;
    left: 80px;
    top: 920px;
  }
}


#floating-image {  
  border: 1px solid #ccc; /* 边框 */  
    border-radius: 10px; /* 圆角 */  
    padding: 5px; /* 内边距 */  
  position: fixed;  
  right: 68px; /* 距离视口右边的距离 */  
  bottom: 100px; /* 你可以调整这个值来改变图片在垂直方向上的位置 */  
  transform: translateY(-50%); /* 垂直居中图片 */  
  z-index: 1000; /* 确保图片在其他内容之上 */  
  width: 68px; /* 初始宽度 */  
  height: auto;  
  transition: transform 0.3s ease; /* 平滑的过渡效果 */  
}  

.zoomable img {  
  width: 100%;  
  height: auto;  
  transition: transform 0.3s ease; /* 平滑的过渡效果 */  
}  

.zoomable.zoomed img {  
  transform: scale(3.2); /* 放大比例 */  
}