* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../assets/fonts/Gilroy-Light.woff") format("woff");
}

@font-face {
  font-family: "AlibabaPuHuiTiB";
  src: url("../assets/fonts/AlibabaPuHuiTi-2-85-Bold.woff") format("woff");
}

@font-face {
  font-family: "AlibabaPuHuiTiM";
  src: url("../assets/fonts/AlibabaPuHuiTi-2-65-Medium.woff") format("woff");
}

@font-face {
  font-family: "AlibabaPuHuiTiL";
  src: url("../assets/fonts/AlibabaPuHuiTi-2-45-Light.woff") format("woff");
}

@font-face {
  font-family: "AlibabaPuHuiTiR";
  src: url("../assets/fonts/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
}

html {
  font-size: -webkit-calc(100vw / 1920 * 100);
  font-size: calc(100vw / 1920 * 100);
}

@media (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

.ufrontend-root {
  max-width: 19.2rem;
  margin: 0 auto;
  background-color: #111111;
  font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ufrontend-root video::-webkit-media-controls {
  display: none !important;
}

.ufrontend-root > div {
  height: 9.7rem;
  position: relative;
}

.ufrontend-root > div .img-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ufrontend-root > div .text-layer {
  position: relative;
}

.ufrontend-root .section1 {
  background: url("../assets/bg_home_part1_2.jpg") no-repeat;
  -webkit-background-size: 19.2rem 9.7rem;
          background-size: 19.2rem 9.7rem;
  background-position: center;
}

.ufrontend-root .section1 .img-layer img {
  position: absolute;
  width: 11.77rem;
  height: 8rem;
  right: 0.92rem;
  bottom: 0;
}

.ufrontend-root .section1 .text-layer {
  padding-left: 2.07rem;
  padding-top: 3.2rem;
  position: relative;
}

.ufrontend-root .section1 .text-layer .content {
  position: absolute;
}

.ufrontend-root .section1 .text-layer .content p {
  font-size: 0.71rem;
  color: white;
  margin: 0;
}

.ufrontend-root .section1 .text-layer .content p:nth-child(1) {
  /*font-family: "AlibabaPuHuiTiB";*/
}

.ufrontend-root .section1 .text-layer .content p:nth-child(2) {
  font-family: "AlibabaPuHuiTiL";
  margin-bottom: 0.45rem;
}

.ufrontend-root .section1 .text-layer .content p .svg-text {
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 0;
}

.ufrontend-root .section1 .text-layer .content p .svg-text svg {
  position: absolute;
  width: 100%;
  left: -0.25rem;
  top: -0.88rem;
}

.ufrontend-root .section1 .text-layer .content:nth-child(2) p:nth-child(2) {
  font-family: "AlibabaPuHuiTiM";
  font-size: 0.48rem;
}

.ufrontend-root .section1 .text-layer > span {
  position: relative;
  top: 1.8rem;
  font-size: 0.26rem;
  font-family: "Gilroy-Light";
  font-weight: 300;
  color: #0189ff;
  line-height: 0.92rem;
}

.ufrontend-root .section2 {
  position: relative;
}

.ufrontend-root .section2 .img-layer img {
  width: 8.74rem;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ufrontend-root .section2 .text-layer {
  padding-top: 1.4rem;
  text-align: center;
  opacity: 1 !important;
}

.ufrontend-root .section2 .text-layer p {
  color: #ffffff;
}

.ufrontend-root .section2 .text-layer p.p1 {
  line-height: 0.7rem;
  font-size: 0.64rem;
  /*font-family: "AlibabaPuHuiTiB";*/
  margin-bottom: 0.3rem;
}

.ufrontend-root .section2 .text-layer p.p2 {
  font-size: 0.18rem;
  line-height: 0.32pxrem;
  /*font-family: "AlibabaPuHuiTiR";*/
}

.ufrontend-root .section2 .text-layer p.p2 span {
  color: #0189ff;
  font-weight: bold;
  display: inline-block;
  -webkit-transform: scale(1.22);
      -ms-transform: scale(1.22);
          transform: scale(1.22);
  margin-right: 0.1rem;
}

.ufrontend-root .section2 .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ufrontend-root .section2 .img-wrap .bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ufrontend-root .section2 .img-wrap .bg img {
  width: 5.96rem;
  height: 7.99rem;
}

.ufrontend-root .section2 .img-wrap .bg img:nth-child(2) {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.ufrontend-root .section2 .img-wrap .img-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ufrontend-root .section2 .img-wrap .img-list img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.ufrontend-root .section2 .img-wrap .img-list img:nth-child(1) {
  width: 8.11rem;
  height: 6.05rem;
  bottom: 0%;
  left: 55%;
  opacity: 1;
}

.ufrontend-root .section2 .img-wrap .img-list img:nth-child(2) {
  width: 9.23rem;
  height: 5.88rem;
  bottom: 0%;
  left: 55%;
}

.ufrontend-root .section2 .img-wrap .img-list img:nth-child(3) {
  width: 9.45rem;
  height: 6.22rem;
  bottom: 0%;
  left: 45%;
}

.ufrontend-root .section2 .img-wrap .img-list img:nth-child(4) {
  width: 12.42rem;
  height: 6.21rem;
  bottom: 0%;
  left: 36%;
}

.ufrontend-root .section2 .img-wrap .img-list img:nth-child(5) {
  width: 8.72rem;
  height: 6.74rem;
  bottom: 0%;
  left: 54%;
}

.ufrontend-root .section2 .img-wrap .img-list img:nth-child(6) {
  width: 8.47rem;
  height: 6.75rem;
  bottom: 0%;
  left: 54%;
}

.ufrontend-root .section3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ufrontend-root .section3 .text-layer {
  text-align: center;
  color: white;
  padding-top: 0.9rem;
}

.ufrontend-root .section3 .text-layer .title {
  font-size: 0.64rem;
  line-height: 0.7rem;
  margin-bottom: 0.3rem;
  /*font-family: "AlibabaPuHuiTiB";*/
}

.ufrontend-root .section3 .text-layer .p1,
.ufrontend-root .section3 .text-layer .p2 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  /*font-family: "AlibabaPuHuiTiR";*/
}

.ufrontend-root .section3 .text-layer .p1 span,
.ufrontend-root .section3 .text-layer .p2 span {
  color: #0189ff;
  font-weight: bold;
  display: inline-block;
  -webkit-transform: scale(1.22);
      -ms-transform: scale(1.22);
          transform: scale(1.22);
  margin-right: 0.06rem;
}

.ufrontend-root .section3 .img-layer {
  width: 11.29rem;
  height: 5.97rem;
  top: 3.4rem;
  left: -webkit-calc(50% - 5.645rem);
  left: calc(50% - 5.645rem);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  overflow: hidden;
}

.ufrontend-root .section3 .img-layer video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  pointer-events: none;
}

.ufrontend-root .section3 .img-layer.full-view {
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 100%;
  height: 100%;
}

.ufrontend-root .section3 .img-layer .play-btn {
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("../assets/ic_home_part3_stop.png");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.ufrontend-root .section3 .img-layer .play-btn.pause {
  background-image: url("../assets/ic_home_part3_play.png");
}

.ufrontend-root .section3 .img-layer .play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.ufrontend-root .section3 .img-layer .close-btn {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../assets/ic_home_part3_close.png");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  right: 0.65rem;
  top: 0.6rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ufrontend-root .section3 .img-layer .close-btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.ufrontend-root .section3 .img-layer .close-btn.show {
  pointer-events: auto;
  opacity: 1;
}

.ufrontend-root .section4 .img-layer {
  display: none;
}

.ufrontend-root .section4 .img-layer img {
  opacity: 0;
  position: absolute;
  width: 28%;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ufrontend-root .section4 .img-layer img.active {
  opacity: 1;
}

.ufrontend-root .section4 .img-layer img:nth-child(3) {
  top: 19%;
  left: 48%;
}

.ufrontend-root .section4 .img-layer img:nth-child(4) {
  top: 25%;
  left: 54%;
}

.ufrontend-root .section4 .video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ufrontend-root .section4 .video-wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.ufrontend-root .section4 .video-wrap video.active {
  opacity: 1;
}

.ufrontend-root .section4 .text-layer {
  height: 100%;
  padding-top: 0.8rem;
  text-align: center;
  /*font-family: "AlibabaPuHuiTiB";*/
}

.ufrontend-root .section4 .text-layer .title {
  font-size: 0.64rem;
  color: #ffffff;
  line-height: 0.7rem;
}

.ufrontend-root .section4 .text-layer .bottom-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.ufrontend-root .section4 .text-layer .bottom-text span,
.ufrontend-root .section4 .text-layer .bottom-text div {
  color: #fff;
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item {
  position: relative;
  font-size: 0.18rem;
  color: #999999;
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box {
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.18rem;
  color: #999999;
  pointer-events: none;
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box p {
  width: 3.8rem;
  line-height: 0.32rem;
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box p.p1 {
  margin-bottom: 0.1rem;
  line-height: 0;
  height: 0.39rem;
  width: 3.8rem;
  position: relative;
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box p.p1 svg {
  width: 100%;
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box p.p2 {
  font-family: "AlibabaPuHuiTiR";
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box.active {
  opacity: 1;
  -webkit-transform: translateY(-0.8rem);
      -ms-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .p3 {
  opacity: 1;
  font-size: 0.26rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.ufrontend-root .section4 .text-layer .bottom-text .section4-item .p3.active {
  opacity: 0;
}

.ufrontend-root .section5 {
  background-color: #111;
  color: #fff;
  overflow: hidden;
}

.ufrontend-root .section5 .voice-layer {
  height: 100%;
  position: relative;
  padding-top: 0.8rem;
}

.ufrontend-root .section5 .voice-layer .img-layer .video-circle {
  display: none;
}

.ufrontend-root .section5 .voice-layer .img-layer .video-voice {
  width: 2.5rem;
  height: 2.5rem;
  mix-blend-mode: screen;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ufrontend-root .section5 .voice-layer .img-layer .microphone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.41rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ufrontend-root .section5 .voice-layer .ani-txt {
  position: relative;
  height: 7.6rem;
  top: 2.1rem;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  font-family: "AlibabaPuHuiTiR";
}

.ufrontend-root .section5 .voice-layer .ani-txt span {
  position: absolute;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(1) {
  top: -0.5rem;
  left: 0.52rem;
  font-size: 0.54rem;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(2) {
  font-family: "AlibabaPuHuiTiB";
  left: -0.08rem;
  bottom: 3.05rem;
  font-size: 0.62rem;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(3) {
  font-size: 0.28rem;
  left: 2.8rem;
  top: 1.25rem;
  color: #ffffff;
  opacity: 0.4;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(4) {
  left: 0.1rem;
  bottom: 2.2rem;
  font-size: 0.42rem;
  opacity: 0.3;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(5) {
  left: 1.05rem;
  bottom: 1rem;
  font-size: 0.32rem;
  opacity: 0.4;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(6) {
  right: 5.5rem;
  top: 0;
  font-size: 0.24rem;
  opacity: 0.4;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(7) {
  right: 1rem;
  top: 2rem;
  font-size: 0.54rem;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(8) {
  right: -0.2rem;
  top: 0.6rem;
  opacity: 0.4;
  font-size: 0.42rem;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(9) {
  right: 1.32rem;
  top: 3.5rem;
  opacity: 0.4;
  font-size: 0.54rem;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(10) {
  right: 0.12rem;
  bottom: 1.55rem;
  font-family: "AlibabaPuHuiTiB";
  font-size: 0.84rem;
}

.ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(11) {
  left: 0;
  top: 2.2rem;
  font-size: 0.42rem;
  opacity: 0.4;
}

.ufrontend-root .section5 .emoji-layer {
  position: absolute;
  top: 0.8rem;
  width: 100%;
  height: -webkit-calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  background: #111111;
  -webkit-perspective: 500px;
          perspective: 500px;
}

.ufrontend-root .section5 .emoji-layer .layer-3d {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji {
  position: absolute;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 2.56rem;
  height: 2.56rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(1) {
  left: -1.28rem;
  top: -0.64rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(2) {
  left: 3.52rem;
  top: -0.8rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(3) {
  left: 1.12rem;
  top: 3rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(4) {
  left: 1.12rem;
  top: 8rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(5) {
  left: 3.52rem;
  top: 5rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(6) {
  left: 8.32rem;
  top: 3.57rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(7) {
  left: 12rem;
  top: 3.85rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(8) {
  left: 14rem;
  top: 0rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(9) {
  left: 15.4rem;
  top: 4.85rem;
}

.ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(10) {
  left: 11.4rem;
  top: 7.7rem;
}

.ufrontend-root .section5 .title {
  font-size: 0.64rem;
  text-align: center;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  width: 15rem;
  height: 0.7rem;
  margin-left: -7.5rem;
  /*font-family: "AlibabaPuHuiTiB";*/
}

.ufrontend-root .section5 .title svg {
  width: 100%;
}

.ufrontend-root .section6 {
  position: relative;
  background-color: #111;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.8rem;
}

.ufrontend-root .section6 .img-layer {
  position: absolute;
}

.ufrontend-root .section6 .img-layer img {
  position: absolute;
}

.ufrontend-root .section6 .img-layer img:nth-child(1) {
  width: 16.39rem;
  top: 2.69rem;
  right: 0;
}

.ufrontend-root .section6 .img-layer img:nth-child(2) {
  width: 3.31rem;
  top: 5.06rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ufrontend-root .section6 .img-layer img:nth-child(3) {
  width: 10.82rem;
  top: 38%;
  left: 30%;
}

.ufrontend-root .section6 .mixin-layer {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ufrontend-root .section6 .mixin-layer > div {
  pointer-events: none;
}

.ufrontend-root .section6 .mixin-layer .video-circle2 {
  position: absolute;
  left: 50%;
  top: 50.48%;
  -webkit-transform: translate(-50%, -50%) scale(0.94);
      -ms-transform: translate(-50%, -50%) scale(0.94);
          transform: translate(-50%, -50%) scale(0.94);
  width: 2.78rem;
  height: 2.84rem;
}

.ufrontend-root .section6 .mixin-layer .bg,
.ufrontend-root .section6 .mixin-layer .phone,
.ufrontend-root .section6 .mixin-layer .senior-btn-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.ufrontend-root .section6 .mixin-layer .bg img {
  width: 100%;
  height: 100%;
}

.ufrontend-root .section6 .mixin-layer .phone .img-box {
  position: absolute;
  width: 16.39rem;
  top: 2.69rem;
  right: 0;
}

.ufrontend-root .section6 .mixin-layer .phone .img-box img:nth-child(1) {
  width: 100%;
  height: 100%;
}

.ufrontend-root .section6 .mixin-layer .phone .img-box img.color-line1, .ufrontend-root .section6 .mixin-layer .phone .img-box img.color-line2 {
  position: absolute;
  width: 10.82rem;
  height: 0.28rem;
  left: 2.85rem;
  top: 0.99rem;
}

.ufrontend-root .section6 .mixin-layer .senior-btn-box .btn-layer {
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  top: 5.06rem;
  left: -webkit-calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  cursor: pointer;
  pointer-events: auto;
}

.ufrontend-root .section6 .mixin-layer .senior-btn-box .btn-layer svg {
  width: 1.77rem;
  height: 1.77rem;
  position: absolute;
  left: 0.76rem;
  top: 0.76rem;
}

.ufrontend-root .section6 .mixin-layer .title-info {
  color: #ffffff;
  text-align: center;
  height: 100%;
  padding-top: 0.8rem;
  position: relative;
}

.ufrontend-root .section6 .mixin-layer .title-info .title {
  font-size: 0.64rem;
  /*font-family: "AlibabaPuHuiTiB";*/
}

.ufrontend-root .section6 .mixin-layer .title-info .sub-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-family: "AlibabaPuHuiTiR";
}

.ufrontend-root .section6 .colorful-text-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #111;
  overflow: hidden;
  pointer-events: none;
}

.ufrontend-root .section6 .colorful-text-layer .svg-box {
  /*font-family: "AlibabaPuHuiTiB";*/
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ufrontend-root .section6 .colorful-text-layer .svg-box svg {
  width: 18rem;
}

.ufrontend-root .section7 {
  background-color: #111;
  position: relative;
  overflow: hidden;
  width: 19.2rem;
  height: 9.7rem;
}

.ufrontend-root .section7 .text-layer {
  padding-top: 1.5rem;
  height: 100%;
  color: #ffffff;
  text-align: center;
}

.ufrontend-root .section7 .text-layer .title {
  font-size: 0.64rem;
  /*font-family: "AlibabaPuHuiTiB";*/
  font-weight: bold;
}

.ufrontend-root .section7 .text-layer .bottom-text {
  font-size: 0.18rem;
  line-height: 0.32rem;
  font-family: "AlibabaPuHuiTiR";
}

.ufrontend-root .section7 .text-layer .bottom-text p {
  margin: 0;
  margin: 0 auto;
  margin-top: 0.2rem;
  width: 7.9rem;
}

.ufrontend-root .section7 .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ufrontend-root .section7 .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.ufrontend-root .section7 .img-wrap img:nth-child(1) {
  opacity: 1;
}

.ufrontend-root .section8 {
  height: auto;
  position: static;
  overflow: hidden;
}

.ufrontend-root .section8 > div {
  height: 9.7rem;
  position: relative;
}

.ufrontend-root .section8 .section8_2 {
  padding-bottom: 1.45rem;
  padding-top: 1rem;
  height: auto;
  background-color: #111;
  text-align: center;
  color: #fff;
}

.ufrontend-root .section8 .section8_2 .title {
  font-size: 0.64rem;
  font-family: "AlibabaPuHuiTiB";
}

.ufrontend-root .section8 .section8_2 ul {
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 13.38rem;
  border-top: 1px solid #e5e5e5;
  font-size: 0.18rem;
}

.ufrontend-root .section8 .section8_2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ufrontend-root .section8 .section8_2 ul li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ufrontend-root .section8 .section8_2 ul li > div.part1 > div, .ufrontend-root .section8 .section8_2 ul li > div.part2 > div {
  white-space: nowrap;
}

.ufrontend-root .section8 .section8_2 ul li > div.part1 > div:nth-child(1), .ufrontend-root .section8 .section8_2 ul li > div.part2 > div:nth-child(1) {
  font-family: "AlibabaPuHuiTiM";
}

.ufrontend-root .section8 .section8_2 ul li > div.part1 > div:nth-child(2), .ufrontend-root .section8 .section8_2 ul li > div.part2 > div:nth-child(2) {
  font-family: "AlibabaPuHuiTiR";
}

.ufrontend-root .section8 .section8_2 ul li > div.part1 {
  -webkit-box-flex: 1.4;
  -webkit-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}

.ufrontend-root .section8 .section8_2 ul li > div.part2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ufrontend-root .section8 .section8_2 ul li > div div {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  padding-left: 0.5rem;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: left;
}

.ufrontend-root .section8 .section8_2 ul li:nth-child(2n) {
  background: #262626;
}

@media (orientation: portrait) and (max-device-width: 900px), (max-width: 900px) {
  html {
    font-size: -webkit-calc(100vw / 900 * 100);
    font-size: calc(100vw / 900 * 100);
  }
  html .ufrontend-root .section1 {
    height: 12rem;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
  }
  html .ufrontend-root .section1 .text-layer {
    padding-top: 0.9rem;
    padding-left: 0.9rem;
  }
  html .ufrontend-root .section1 .text-layer > span {
    top: 1.8rem;
    font-size: -webkit-calc(0.26rem *1.5);
    font-size: calc(0.26rem *1.5);
  }
  html .ufrontend-root .section1 .img-layer img {
    right: -1.6rem;
  }
  html .ufrontend-root .section2 {
    height: 10.8rem;
    overflow: hidden;
  }
  html .ufrontend-root .section2 .text-layer {
    padding-top: 1.5rem;
  }
  html .ufrontend-root .section2 .text-layer .p2 {
    font-size: -webkit-calc(0.18rem *1.5);
    font-size: calc(0.18rem *1.5);
  }
  html .ufrontend-root .section2 .img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  html .ufrontend-root .section2 .img-wrap .bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
  html .ufrontend-root .section2 .img-wrap .img-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  html .ufrontend-root .section2 .img-wrap .img-list img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  html .ufrontend-root .section2 .img-wrap .img-list img:nth-child(1) {
    width: 100%;
    height: auto;
    bottom: 0%;
    left: 50%;
  }
  html .ufrontend-root .section2 .img-wrap .img-list img:nth-child(2) {
    width: 100%;
    height: auto;
    bottom: 0%;
    left: 61%;
  }
  html .ufrontend-root .section2 .img-wrap .img-list img:nth-child(3) {
    width: 100%;
    height: auto;
    bottom: 0%;
    left: 39%;
  }
  html .ufrontend-root .section2 .img-wrap .img-list img:nth-child(4) {
    width: 130%;
    height: auto;
    bottom: 0%;
    left: 30%;
  }
  html .ufrontend-root .section2 .img-wrap .img-list img:nth-child(5) {
    width: 100%;
    height: auto;
    bottom: 0%;
    left: 50%;
  }
  html .ufrontend-root .section2 .img-wrap .img-list img:nth-child(6) {
    width: 100%;
    height: auto;
    bottom: 0%;
    left: 50%;
  }
  html .ufrontend-root .section3 {
    height: 10.8rem;
  }
  html .ufrontend-root .section3 .text-layer {
    padding-top: 1.6rem;
  }
  html .ufrontend-root .section3 .text-layer .p1,
  html .ufrontend-root .section3 .text-layer .p2 {
    font-size: -webkit-calc(0.18rem *1.5);
    font-size: calc(0.18rem *1.5);
  }
  html .ufrontend-root .section3 .img-layer {
    top: 4rem;
    width: 90%;
    height: auto;
    line-height: 0;
    left: initial;
  }
  html .ufrontend-root .section3 .img-layer.full-view {
    top: 4rem;
    width: 100%;
    height: auto;
  }
  html .ufrontend-root .section4 {
    height: 9rem;
    margin-bottom: 0.9rem;
  }
  html .ufrontend-root .section4 .img-layer {
    display: block;
  }
  html .ufrontend-root .section4 .img-layer img {
    width: 55% !important;
    top: 60% !important;
    left: 30% !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  html .ufrontend-root .section4 .img-layer img:nth-child(1) {
    top: 58% !important;
  }
  html .ufrontend-root .section4 .img-layer img:nth-child(3) {
    left: 28% !important;
    top: 62% !important;
  }
  html .ufrontend-root .section4 .img-layer img:nth-child(4) {
    top: 67% !important;
  }
  html .ufrontend-root .section4 .video-wrap {
    display: none;
  }
  html .ufrontend-root .section4 .text-layer {
    padding-top: 1.2rem;
  }
  html .ufrontend-root .section4 .text-layer .title {
    margin-bottom: 0.4rem;
  }
  html .ufrontend-root .section4 .text-layer .bottom-text {
    margin-top: 1.2rem;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 63% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html .ufrontend-root .section4 .text-layer .bottom-text .section4-item {
    margin: 0;
    height: 1.5rem;
    margin-right: -0.6rem;
  }
  html .ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box .p1 svg {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
  html .ufrontend-root .section4 .text-layer .bottom-text .section4-item .text-box .p2 {
    width: 3rem;
    font-size: -webkit-calc(0.14rem *1.5);
    font-size: calc(0.14rem *1.5);
  }
  html .ufrontend-root .section4 .text-layer .bottom-text .section4-item .p3 {
    font-size: -webkit-calc(0.23rem *1.5);
    font-size: calc(0.23rem *1.5);
  }
  html .ufrontend-root .section5 {
    height: 11.7rem;
  }
  html .ufrontend-root .section5 .emoji-layer {
    top: 2rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(1) {
    left: -1.28rem;
    top: -0.64rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(2) {
    left: 3.52rem;
    top: -0.8rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(3) {
    left: 0.3rem;
    top: 2rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(4) {
    left: 1.12rem;
    top: 6.5rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(5) {
    left: 5.92rem;
    top: 3rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(6) {
    left: 3.22rem;
    top: 3rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(7) {
    left: 5rem;
    top: 6.85rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(8) {
    left: 6rem;
    top: 0rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(9) {
    left: 7.5rem;
    top: 4.85rem;
  }
  html .ufrontend-root .section5 .emoji-layer .layer-3d .img-emoji:nth-child(10) {
    left: 8.2rem;
    top: 7.7rem;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt {
    top: 4.1rem;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(1) {
    top: -3.03rem;
    left: 0rem;
    font-size: 0.18rem;
    opacity: .4;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(2) {
    top: 1rem;
    left: 0rem;
    font-size: 0.24rem;
    opacity: .4;
  }
}

@media (orientation: portrait) and (max-device-width: 900px) and (max-width: 530px), (max-width: 900px) and (max-width: 530px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(2) {
    width: 6rem;
    top: 1.1rem;
    left: 6rem;
    font-size: 0.18rem;
  }
}

@media (orientation: portrait) and (max-device-width: 900px), (max-width: 900px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(3) {
    left: 0rem;
    top: -0.85rem;
    font-size: 0.24rem;
  }
}

@media (orientation: portrait) and (max-device-width: 900px) and (max-width: 530px), (max-width: 900px) and (max-width: 530px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(3) {
    top: -0.72rem;
    left: -0.4rem;
  }
}

@media (orientation: portrait) and (max-device-width: 900px), (max-width: 900px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(4) {
    bottom: 2.6rem;
    font-size: 0.44rem;
    opacity: 1;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(5) {
    bottom: 3.4rem;
    left: 2.25rem;
    font-size: 0.28rem;
    width: 7rem;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(6) {
    width: 8.3rem;
    right: 0rem;
    top: 3rem;
    font-size: 0.38rem;
    opacity: 1;
  }
}

@media (orientation: portrait) and (max-device-width: 900px) and (max-width: 530px), (max-width: 900px) and (max-width: 530px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(6) {
    top: 3.2rem;
  }
}

@media (orientation: portrait) and (max-device-width: 900px), (max-width: 900px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(7) {
    top: -0.55rem;
    right: 0.2rem;
    font-size: 0.24rem;
    opacity: .4;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(8) {
    top: -3rem;
    font-size: 0.32rem;
    right: 0.1rem;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(9) {
    right: -0.1rem;
    top: 1rem;
    font-size: 0.24rem;
  }
}

@media (orientation: portrait) and (max-device-width: 900px) and (max-width: 530px), (max-width: 900px) and (max-width: 530px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(9) {
    left: -0.5rem;
    top: 1rem;
    font-size: 0.12rem;
  }
}

@media (orientation: portrait) and (max-device-width: 900px), (max-width: 900px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(10) {
    right: 0rem;
    bottom: 5rem;
    font-size: 0.24rem;
    opacity: .4;
  }
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(11) {
    left: 0rem;
    top: 2rem;
    font-size: 0.24rem;
    opacity: .4;
  }
}

@media (orientation: portrait) and (max-device-width: 900px) and (max-width: 530px), (max-width: 900px) and (max-width: 530px) {
  html .ufrontend-root .section5 .voice-layer .ani-txt span:nth-child(11) {
    font-size: 0.12rem;
    top: 2.5rem;
  }
}

@media (orientation: portrait) and (max-device-width: 900px), (max-width: 900px) {
  html .ufrontend-root .section5 .voice-layer .img-layer .video-circle {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2.5rem;
  }
  html .ufrontend-root .section5 .title {
    top: 1.2rem;
  }
  html .ufrontend-root .section6 .mixin-layer {
    top: 1rem;
  }
  html .ufrontend-root .section6 .mixin-layer .bg,
  html .ufrontend-root .section6 .mixin-layer .senior-btn-box,
  html .ufrontend-root .section6 .mixin-layer .phone {
    top: 1.5rem;
  }
  html .ufrontend-root .section6 .mixin-layer .bg canvas {
    width: 200% !important;
    height: auto !important;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  html .ufrontend-root .section6 .mixin-layer .video-circle2 {
    position: absolute;
    width: 2.6rem;
    height: 3.3rem;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0.8);
        -ms-transform: translate(-50%, -50%) scaleY(0.8);
            transform: translate(-50%, -50%) scaleY(0.8);
  }
  html .ufrontend-root .section6 .mixin-layer .title-info .sub-title {
    font-size: -webkit-calc(0.18rem *1.5) !important;
    font-size: calc(0.18rem *1.5) !important;
  }
  html .ufrontend-root .section6 .mixin-layer .phone .img-box {
    width: 7.65rem;
    top: 3rem;
    line-height: 0;
  }
  html .ufrontend-root .section6 .mixin-layer .phone .img-box img:nth-child(2), html .ufrontend-root .section6 .mixin-layer .phone .img-box img:nth-child(3) {
    top: 0.46rem;
    width: 5rem;
    height: auto;
  }
  html .ufrontend-root .section7 {
    overflow: hidden;
    width: 100%;
    padding-top: 0;
  }
  html .ufrontend-root .section7 .img-wrap {
    width: 19.2rem;
    height: 9.7rem;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  html .ufrontend-root .section7 .text-layer .bottom-text {
    font-size: -webkit-calc(0.18rem *1.5);
    font-size: calc(0.18rem *1.5);
  }
  html .ufrontend-root .section8 .section8_2 {
    padding-top: 2rem;
  }
  html .ufrontend-root .section8 .section8_2 ul {
    width: 7rem;
  }
  html .ufrontend-root .section8 .section8_2 ul li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  html .ufrontend-root .section8 .section8_2 ul li > div {
    width: 100%;
  }
  html .ufrontend-root .section8 .section8_2 ul li > div.part1, html .ufrontend-root .section8 .section8_2 ul li > div.part2 {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  html .ufrontend-root .section8 .section8_2 ul li > div div {
    font-size: -webkit-calc(0.18rem *1.5);
    font-size: calc(0.18rem *1.5);
    padding: 0;
    padding-left: 0.4rem;
  }
  html .ufrontend-root .section8 .section8_2 ul li > div div:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  html .ufrontend-root .section8 .section8_2 ul li > div div:nth-child(2) {
    -webkit-box-flex: 1.7;
    -webkit-flex: 1.7;
        -ms-flex: 1.7;
            flex: 1.7;
  }
  html .ufrontend-root .section8 .section8_2 ul li > div:nth-child(2) {
    background-color: #262626;
  }
  html .ufrontend-root .section8 .section8_2 ul li:nth-child(2n) {
    background-color: transparent;
  }
}
