<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #0a1741;
  min-width: 100%;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
}
header {
  width: 100%;
  height: 0.9rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0.2rem;
  box-sizing: border-box;
}
header .head {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .head .logo {
  width: 1.79rem;
  height: 0.6rem;
  margin-top: 0rem;
  background: url(../images/logo_h5.png) no-repeat;
  background-size: contain;
}
header .head .menu {
  width: 0.54rem;
  height: 0.48rem;
  background: url(../images/icon_menu_h5.png) no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.menuList {
  background: rgba(20, 45, 128, 0.96);
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  width: 5rem;
  box-sizing: border-box;
  padding: 1.2rem 0.6rem 0.6rem 0.6rem;
  position: fixed;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 111;
  display: none;
}
.menuList .close {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/menu_close.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.menuList &gt; ul {
  width: 100%;
}
.menuList &gt; ul &gt; li {
  margin-bottom: 0.5rem;
}
.menuList &gt; ul &gt; li &gt; a {
  width: 3.8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  display: block;
}
.menuList .btn {
  width: 3.8rem;
  display: flex;
  justify-content: space-between;
}
.menuList .btn &gt; a {
  width: 1.8rem;
  height: 0.9rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  line-height: 0.9rem;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
}
.menuList .btn &gt; a.active {
  background: #ffffff;
  border-radius: 10px;
  color: #285aff;
}

header .head nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
  display: none;
}
header .head nav &gt; ul {
  display: flex;
  justify-content: center;
  line-height: 90px;
}
header .head nav &gt; ul &gt; li {
  margin: 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #f0f0f0;
}
header .head nav &gt; ul &gt; li.line {
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.3);
}
header .head nav &gt; ul &gt; li &gt; a {
  color: #fff;
  font-size: 12px;
}
header .head nav &gt; ul &gt; li &gt; a:hover {
  color: #1fffb0;
}
header .head nav &gt; ul &gt; li &gt; a.active {
  color: #1fffb0;
}
header .head nav .langbox {
  position: relative;
}
header .head nav .lang {
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(top, #285aff 0%, #285aff 40%, #1fffb0 70%, #1fffb0 100%);
  background-image: -moz-linear-gradient(top, #285aff 0%, #285aff 40%, #1fffb0 70%, #1fffb0 100%);
  background-image: linear-gradient(top, #285aff 0%, #285aff 40%, #1fffb0 70%, #1fffb0 100%);
  margin-top: 15px;
  text-align: center;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  z-index: 11;
}
header .head nav .lang:hover {
  height: 128px;
  border-radius: 30px;
}
header .head nav .lang-in {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #380c41;
  border-radius: 30px;
}

header .head nav .lang span {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
header .head nav .lang i {
  width: 8px;
  height: 5px;
  background: url(../images/arrow_down.png) no-repeat;
  display: block;
  margin: 0 auto;
}
header .head nav .langlist {
  width: 54px;
  height: 128px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(top, #285aff 0%, #285aff 40%, #1fffb0 70%, #1fffb0 100%);
  background-image: -moz-linear-gradient(top, #285aff 0%, #285aff 40%, #1fffb0 70%, #1fffb0 100%);
  background-image: linear-gradient(top, #285aff 0%, #285aff 40%, #1fffb0 70%, #1fffb0 100%);
  margin-top: 15px;
  text-align: center;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  /* position: absolute;
    left: 0;
    top: 0; */
  display: none;
}
header .head nav .langlist i {
  width: 8px;
  height: 5px;
  background: url(../images/arrow_up.png) no-repeat;
  display: block;
  margin: 10px auto 0 auto;
}
header .head nav .langlist a {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  display: block;
}
header .head nav .langlist a:hover {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(-179deg, #285aff 0%, #1fffb0 100%);
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
header .head nav .lang-in-list {
  width: 47px;
  height: 120px;
  border-radius: 30px;
  background: #380c41;
  border-radius: 30px;
}

section {
  width: 100%;
}
.banner {
  width: 100%;
  height: 14rem;
  background: url(../images/head_img_BG.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: none;
  position: relative;
  background-size: contain;
}
.banner &gt; .img {
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/M.png);
  position: absolute;
  left: 50%;
  top: 50%;
  animation: 5s show infinite;
  background-size: contain;
  margin: -3.7rem 0 0 -1.75rem;
}
@keyframes show {
  0% {
    opacity: 1; /*åˆå§‹çŠ¶æ€ é€æ˜Žåº¦ä¸º0*/
  }
  50% {
    opacity: 0.2; /*ä¸­é—´çŠ¶æ€ é€æ˜Žåº¦ä¸º0*/
  }
  100% {
    opacity: 1; /*ç»“å°¾çŠ¶æ€ é€æ˜Žåº¦ä¸º1*/
  }
}
.banner .banner-animate {
  width: 6rem;
  height: 6rem;
  margin: 0 0 0 -3rem;
  position: absolute;
  left: 50%;
  top: 1rem;
  border-radius: 100%;
}
.banner .banner-animate .banner-animate-icon1 {
  width: 56px;
  height: 56px;
  /* background: url(../images/circle1.png); */
  position: absolute;
  top: 210px;
  left: 165px;
  overflow: hidden;
}
.banner .banner-animate .banner-animate-icon2 {
  width: 104px;
  height: 104px;
  background: url(../images/circle2.png) no-repeat;
  position: absolute;
  top: 140px;
  left: 165px;
  overflow: hidden;
}
.banner .banner-animate .banner-animate-icon3 {
  width: 64px;
  height: 64px;
  background: url(../images/circle3.png) no-repeat;
  position: absolute;
  top: 428px;
  right: 46px;
  overflow: hidden;
}
.banner .banner-animate .banner-animate-icon4 {
  width: 123px;
  height: 123px;
  background: url(../images/circle4.png) no-repeat;
  position: absolute;
  top: 70px;
  right: 0;
  overflow: hidden;
}
.banner .banner-animate .banner-animate-icon5 {
  width: 144px;
  height: 144px;
  background: url(../images/circle5.png) no-repeat;
  position: absolute;
  top: 150px;
  right: 0px;
  overflow: hidden;
}
.banner .banner-animate .banner-animate-icon6 {
  width: 121px;
  height: 121px;
  background: url(../images/circle6.png) no-repeat;
  position: absolute;
  top: 250px;
  right: 0px;
  overflow: hidden;
}
@-webkit-keyframes myfirst1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes myfirst1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animtran {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes animtrans {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes animtran {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes animtrans {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}

#advert {
  width: 3rem;
  height: 3rem;
  margin: 0% auto;
  position: relative;
}

#advert .bg2 {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 9;
}

#advert .bg2 div {
  width: 6rem;
  height: 6rem;
  border-radius: 15em;
  position: relative;
  animation: animtrans 12s linear infinite;
  -webkit-animation: animtrans 12s linear infinite;
  margin: 0.5rem 0 0 -2rem;
}

#advert .bg2 span {
  display: inline-block;
  overflow: hidden;
  border-radius: 15em;
  position: absolute;
  animation: animtran 6s linear infinite;
  -webkit-animation: animtran 6s linear infinite;
}

#advert .bg2 img {
  padding: 10px;
  display: block;
}

#advert .bg2 .icon08 {
  top: 10px;
  left: 13px;
}

#advert .bg2 .icon09 {
  bottom: 0;
  left: 7px;
}

#advert .bg2 .icon10 {
  bottom: 40px;
  right: -15px;
}

#advert .bg3 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 8;
}

#advert .bg3 div {
  width: 5rem;
  height: 5rem;
  border-radius: 15em;
  position: relative;
  animation: animtran 8s linear infinite;
  -webkit-animation: animtran 8s linear infinite;
  margin: 30px 0 0 -100px;
}

#advert .bg3 span {
  display: inline-block;
  overflow: hidden;
  border-radius: 15em;
  position: absolute;
  animation: animtrans 4s linear infinite;
  -webkit-animation: animtrans 4s linear infinite;
}

#advert .bg3 img {
  padding: 10px;
  display: block;
}

#advert .bg3 .icon11 {
  top: -14px;
  right: 0px;
}

#advert .bg3 .icon12 {
  bottom: -13px;
  right: 10px;
}

.banner .banner-main {
  width: 5.5rem;
  margin: 0 auto 0 auto;
  display: block;
  justify-content: none;
  padding-top: 1.05rem;
}
.banner-main h1 {
  font-size: 0.54rem;
  color: #ffffff;
  line-height: 0.72rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.banner-main a {
  background: url(../images/BTN_whitepaper_m.png) no-repeat;
  background-size: contain;
  border-radius: 27px;
  width: 5.5rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
  position: absolute;
  top: 9.8rem;
}
.banner-main a.app {
  top: 11rem;
}
.banner-main a &gt; span {
  width: 0.16rem;
  height: 0.24rem;
  background: url(../images/arrow_right_m.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 0 10px;
  background-size: contain;
}
.banner-main p {
  font-size: 0.28rem;
  color: #ffffff;
  text-align: justify;
  line-height: 0.42rem;
  width: 5.5rem;
  font-weight: lighter;
  position: relative;
  padding-top: 4.3rem;
}
.banner-main p .icon1 {
  width: 0.35rem;
  height: 0.34rem;
  background: url(../images/mark_w.png) no-repeat;
  display: inline-block;
  position: absolute;
  left: 0px;
  background-size: contain;
  top: 3.85rem;
}
.banner-main p .icon2 {
  width: 88px;
  height: 28px;
  background: url(../images/img_dot.png) no-repeat;
  display: inline-block;
  display: inline-block;
  position: absolute;
  display: none;
  right: 0;
  top: 120px;
}
.introduce {
  width: 7.1rem;
  height: 8.8rem;
  background: url(../images/BG_part1_m.png) no-repeat;
  margin: -3rem auto 0 auto;
  position: relative;
  background-size: contain;
  box-sizing: border-box;
  display: none;
}
.introduce1 {
  width: 7.1rem;
  height: 8.8rem;
  background: url(../images/BG_part1_m.png) no-repeat;
  margin: -1.5rem auto 0 auto;
  position: relative;
  background-size: contain;
  box-sizing: border-box;
  display: block;
}
.introduce h2,
.introduce1 h2 {
  font-size: 0.42rem;
  color: #26cfff;
  text-align: center;
  line-height: 0.42rem;
  padding: 0.7rem 0 0.54rem 0;
  position: relative;
  width: 7.1rem;
  margin: 0 auto 0.42rem auto;
  font-weight: bold;
}
.introduce h2 span,
.introduce1 h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.95rem;
  top: 0.5rem;
}
.introduce p,
.introduce1 p {
  width: 6.5rem;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 0.36rem;
  padding-bottom: 15px;
  font-weight: lighter;
}
.use {
  width: 7.1rem;
  margin: 0 auto;
  padding-top: 0.7rem;
}
.use h2 {
  width: 6.6rem;
  height: 1.3rem;
  background: url(../images/BG_part2_title_m.png) no-repeat;
  text-align: center;
  line-height: 1.3rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto 20px auto;
  display: block;
  background-size: contain;
  font-weight: bold;
}
.use h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 2rem;
  top: 0.3rem;
}
.use .imgPC {
  display: none;
}
.use .imgM {
  display: block;
  width: 100%;
}
.ecology {
  width: 7.1rem;
  margin: 1.2rem auto 0 auto;
  background: url(../images/BG_Part3_m.png) no-repeat;
  background-size: contain;
  height: 14.8rem;
}
.ecology_m {
  width: 7.1rem;
  margin: 1.2rem auto 0 auto;
  background: url(../images/BG_Part3_m.png) no-repeat;
  background-size: contain;
  height: 14.8rem;
}
.ecology h2 {
  width: 7.1rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.42rem;
  font-weight: bold;
  color: #26cfff;
  position: relative;
  margin: 0 auto 10px auto;
  display: block;
  padding-top: 20px;
}
.ecology h2 span {
  width: 0.32rem;
  height: 0.3rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.3rem;
  top: 0.5rem;
}
.ecology &gt; ul {
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ecology &gt; ul &gt; li {
  float: none;
  display: flex;
  width: 100%;
  margin: 0 0 0.1rem 0;
  justify-content: step-start;
  align-items: center;
}
.ecology &gt; ul &gt; li img {
  text-align: center;
}
.ecology &gt; ul &gt; li h3 {
  font-size: 0.36rem;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
}
.ecology &gt; ul &gt; li p {
  font-size: 0.2rem;
  color: #ffffff;
  text-align: left;
  line-height: 0.36rem;
  font-weight: lighter;
}
.roadMap {
  width: 7.1rem;
  margin: 0.6rem auto 0 auto;
}
.roadMap h2 {
  width: 3.59rem;
  height: 1.3rem;
  font-weight: bold;
  background: url(../images/BG_Part4_title_m.png) no-repeat;
  text-align: center;
  line-height: 1.3rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto 10px auto;
  display: block;
  background-size: contain;
}
.roadMap h2 span {
  width: 0.32rem;
  height: 0.3rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.69rem;
  top: 0.3rem;
}
.roadMap .img_m {
  width: 0.44rem;
  height: 11.36rem;
  background: url(../images/img_roadmap.png) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin-left: 2.7rem;
  margin-top: 0.7rem;
}
.roadMap .img_m .item {
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.36rem;
  position: absolute;
}
.roadMap .img_m .item_time1 {
  top: 0;
  right: 0.7rem;
}
.roadMap .img_m .item_p1 {
  top: 0;
  left: 0.7rem;
  width: 3rem;
  font-size: 0.24rem;
}
.roadMap .img_m .item_time2 {
  top: 1.6rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p2 {
  top: 1.8rem;
  left: 0.7rem;
  width: 3rem;
  font-size: 0.24rem;
}
.roadMap .img_m .item_time3 {
  top: 3.6rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p3 {
  top: 3.6rem;
  left: 0.7rem;
  font-size: 0.24rem;
  width: 3rem;
}
.roadMap .img_m .item_time4 {
  top: 5.2rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p4 {
  top: 5.35rem;
  left: 0.7rem;
  font-size: 0.24rem;
  width: 3.7rem;
}
.roadMap .img_m .item_time5 {
  top: 7.15rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p5 {
  top: 7rem;
  left: 0.7rem;
  font-size: 0.24rem;
  width: 3rem;
}
.roadMap .img_m .item_time6 {
  top: 8.75rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p6 {
  top: 8.95rem;
  left: 0.7rem;
  font-size: 0.24rem;
  width: 3.5rem;
}
.roadMap .img_m .item_time7 {
  top: 10.75rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p7 {
  top: 10.75rem;
  left: 0.7rem;
  width: 3rem;
  font-size: 0.24rem;
}
.roadMap .img_m .item_time8 {
  top: 9.55rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p8 {
  top: 9.55rem;
  left: 0.7rem;
  width: 3rem;
  font-size: 0.24rem;
}
.roadMap .img_m .item_time9 {
  top: 10.9rem;
  right: 0.7rem;
}
.roadMap .img_m .item_p9 {
  top: 10.9rem;
  left: 0.7rem;
  width: 3rem;
  font-size: 0.24rem;
}
.roadMap .img {
  width: 960px;
  height: 442px;
  margin: 77px auto 0 auto;
  background: url(../images/img_roadmap.jpg) no-repeat;
  position: relative;
  background-size: contain;
  display: none;
}
.roadMap .img .item1 {
  position: absolute;
  left: -5px;
  top: -9px;
}
.roadMap .img .item1 &gt; h4,
.roadMap .img .item1 &gt; p,
.roadMap .img .item6 &gt; h4,
.roadMap .img .item6 &gt; p {
  text-align: center;
}
.roadMap .img .item2 {
  position: absolute;
  left: 180px;
  top: -9px;
}
.roadMap .img .item3 {
  position: absolute;
  left: 400px;
  top: -9px;
}
.roadMap .img .item4 {
  position: absolute;
  left: 615px;
  top: -9px;
}
.roadMap .img .item5 {
  position: absolute;
  left: 835px;
  top: -9px;
}
.roadMap .img .item6 {
  position: absolute;
  left: 30px;
  top: 440px;
}
.roadMap .img .item7 {
  position: absolute;
  left: 400px;
  top: 330px;
}
.roadMap .img .item8 {
  position: absolute;
  left: 615px;
  top: 330px;
}
.roadMap .img .item9 {
  position: absolute;
  left: 835px;
  top: 330px;
}
.roadMap .img h4 {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  line-height: 30px;
}
.roadMap .img p {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  line-height: 22px;
}
.team {
  width: 7.1rem;
  margin: 1.5rem auto 0 auto;
  background: url(../images/BG_Part5_m.png) no-repeat;
  height: 22.5rem;
  background-size: contain;
}
.team h2 {
  width: 7.1rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto 10px auto;
  display: block;
  padding-top: 20px;
}
.team h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.3rem;
  top: 0.5rem;
}
.team &gt; ul {
  width: auto;
  margin: -8px auto 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.team &gt; ul &gt; li {
  float: none;
  width: 6.5rem;
}
.team &gt; ul &gt; li div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.team &gt; ul &gt; li img {
  margin: 0;
  display: none;
}
.team &gt; ul &gt; li .img1 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/team_photo1.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.team &gt; ul &gt; li .img2 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/team_photo2.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.team &gt; ul &gt; li .img3 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/team_photo3.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.team &gt; ul &gt; li .img4 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/team_photo4.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.team &gt; ul &gt; li .img5 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/team_photo5.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.team &gt; ul &gt; li h4 {
  font-size: 0.36rem;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
}
.team &gt; ul &gt; li h5 {
  font-size: 0.24rem;
  color: #26cfff;
  text-align: left;
  padding: 0.15rem 0 0px 0;
}
.team &gt; ul &gt; li &gt; p {
  font-size: 0.24rem;
  color: #ffffff;
  text-align: justify;
  line-height: 0.36rem;
  font-weight: lighter;
  display: block;
  margin: -0.2rem 0 0.5rem 0;
}
.adviser {
  width: 7.1rem;
  margin: 1.5rem auto 0 auto;
  background: url(../images/BG_part8_m.png) no-repeat;
  height: 32rem;
  background-size: contain;
}
.adviser h2 {
  width: 7.1rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto 10px auto;
  display: block;
  padding-top: 20px;
  font-weight: bold;
}
.adviser h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.3rem;
  top: 0.5rem;
}
.adviser &gt; ul {
  width: auto;
  margin: -8px auto 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.adviser &gt; ul &gt; li {
  float: none;
  width: 6.5rem;
  margin-bottom: 0.4rem;
}
.adviser &gt; ul &gt; li div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.adviser &gt; ul &gt; li img {
  margin: 0;
  display: none;
}
.adviser &gt; ul &gt; li .img1 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon1.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img2 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon2.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img3 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon3.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img4 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon4.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img5 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon5.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img6 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon6.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img7 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon7.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img8 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon8.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li .img9 {
  width: 2.35rem;
  height: 2.35rem;
  background: url(../images/adviser_icon9.png) no-repeat;
  background-size: contain;
  margin-top: -0.5rem;
}
.adviser &gt; ul &gt; li h4 {
  font-size: 0.36rem;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
}
.adviser &gt; ul &gt; li h5 {
  font-size: 0.24rem;
  color: #26cfff;
  text-align: left;
  padding: 0.15rem 0 0px 0;
}
.adviser &gt; ul &gt; li &gt; p {
  font-size: 0.24rem;
  color: #ffffff;
  text-align: justify;
  line-height: 0.36rem;
  font-weight: lighter;
  display: block;
  margin: -0.2rem 0 0.5rem 0;
}

.meta {
  width: 7.1rem;
  margin: 0 auto 1.4rem auto;
  position: relative;
  flex-wrap: wrap;
  padding: 1rem 0.1rem 1rem 0.1rem;
  box-sizing: border-box;
  border-radius: 22px;
}
.meta h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.42rem;
  color: #26cfff;
  margin: 0 auto 10px auto;
  font-weight: bold;
}
.meta h3 span {
  width: 0.31rem;
  height: 0.31rem;
  margin-top: -30px;
  margin-right: 10px;
  background: url(../images/img_mark_b.png);
  background-size: 100% 100%;
}
.meta p {
  width: 6.5rem;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 0.36rem;
  padding-top: 0.08rem;
}
.meta .taiyiimg {
  margin-top: 50px;
  width: 80%;
}

.foundation {
  width: 6.5rem;
  margin: 0.6rem auto 1.4rem auto;
  position: relative;
}
.foundation .bg {
  width: 4.57rem;
  height: 1.3rem;
  background: url(../images/BG_part6_title_m.png) no-repeat;
  margin: 0 auto;
  background-size: contain;
}
.foundation h3 {
  width: 6.5rem;
  height: 1.3rem;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: absolute;
  margin: 0 auto 10px auto;
  display: block;
  left: 0px;
  top: 0.25rem;
  display: none;
}
.foundation h2 {
  width: 6.5rem;
  height: 1.3rem;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: absolute;
  margin: 0 auto 10px auto;
  display: block;
  left: 0px;
  top: 0.25rem;
  font-weight: bold;
}
.foundation h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.15rem;
  top: -0.15rem;
}
.foundation p {
  width: 6.5rem;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 0.36rem;
  padding-top: 0.08rem;
}
.list {
  width: 7.1rem;
  height: 18.8rem;
  margin: 0 auto 120px auto;
  background: url(../images/BG_part7_m.png) no-repeat;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0.3rem 0.5rem 0.7rem;
  box-sizing: border-box;
  border-radius: 22px;
}
.list h2 {
  width: 7.1rem;
  height: 1.3rem;
  text-align: center;
  line-height: 0.52rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto -0.3rem auto;
  display: block;
  padding-top: 20px;
  font-weight: bold;

  /* width: 6.5rem;
    height: 1.3rem;
    text-align: center;
    line-height: 0.42rem;
    font-size: 0.42rem;
    color: #26CFFF;   
    position: absolute; 
    margin: 0 auto 10px auto;
    display: block;
    left: 0px;
    top: 0.25rem;
    font-weight: bold; */
}
.list h3 {
  width: 7.1rem;
  height: 1.3rem;
  text-align: center;
  line-height: 0.52rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto -0.3rem auto;
  display: block;
  padding-top: 20px;
  font-weight: bold;
  display: none;
}
.list h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.5rem;
  top: 0.2rem;
}
.list h2 i {
  font-size: 0.3rem !important;
  font-style: normal;
}
.list .list-item {
  width: 6.1rem;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list .list-item img {
  margin-right: 0.7rem;
  max-width: 100%;
  display: none;
}
.list .list-item .img1 {
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/LOGO1_m.png) no-repeat;
  background-size: contain;
  margin-right: 0.7rem;
}
.list .list-item .img2 {
  width: 0.92rem;
  height: 0.99rem;
  background: url(../images/LOGO2_m.png) no-repeat;
  background-size: contain;
  margin-right: 0.58rem;
}
.list .list-item .img3 {
  width: 0.84rem;
  height: 0.88rem;
  background: url(../images/LOGO3_m.png) no-repeat;
  background-size: contain;
  margin-right: 0.66rem;
}
.list .list-item .img4 {
  width: 1.28rem;
  height: 0.28rem;
  background: url(../images/LOGO4_m.png) no-repeat;
  background-size: contain;
  margin: 0 0.52rem 0 -0.3rem;
}
.list .list-item .img5 {
  width: 1.08rem;
  height: 0.82rem;
  background: url(../images/LOGO5_m.png) no-repeat;
  background-size: contain;
  margin: 0 0.57rem 0 -0.15rem;
}
.list .list-item .img6 {
  width: 1.2rem;
  height: 0.29rem;
  background: url(../images/LOGO6_m.png) no-repeat;
  background-size: contain;
  margin: 0 0.55rem 0 -0.25rem;
}
.list .list-item .img7 {
  width: 1.2rem;
  height: 0.52rem;
  background: url(../images/LOGO7_m.png) no-repeat;
  background-size: contain;
  margin: 0 0.5rem 0 -0.2rem;
}
.list .list-item .img8 {
  width: 0.56rem;
  height: 0.88rem;
  background: url(../images/LOGO8_m.png) no-repeat;
  background-size: contain;
  margin: 0 0.69rem 0 0.25rem;
}
.list .list-item .img9 {
  width: 1.5rem;
  height: 0.29rem;
  background: url(../images/LOGO9_m.png) no-repeat;
  background-size: contain;
  margin: 0 0.2rem 0 -0.2rem;
}
.list .list-item .img10 {
  width: 1.36rem;
  height: 0.33rem;
  background: url(../images/LOGO10_m.png) no-repeat;
  background-size: contain;
  margin-right: 0.14rem;
}
.list .list-item .img11 {
  width: 0.81rem;
  height: 0.82rem;
  background: url(../images/LOGO11.png) no-repeat;
  background-size: contain;
  margin: 0 0.45rem 0 0.25rem;
}
.list .list-item .img12 {
  width: 0.87rem;
  height: 0.87rem;
  background: url(../images/LOGO12.png) no-repeat;
  background-size: contain;
  margin: 0 0.45rem 0 0.25rem;
}
.list .list-item .img13 {
  width: 0.87rem;
  height: 0.3rem;
  background: url(../images/LOGO13.png) no-repeat;
  background-size: contain;
  margin: 0.1rem 0.45rem 0 0.25rem;
}
.list .list-item .img14 {
  width: 0.87rem;
  height: 0.87rem;
  background: url(../images/LOGO14.svg) no-repeat;
  background-size: contain;
  margin: 0rem 0.45rem 0 0.25rem;
}

.list .list-item p {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.36rem;
  font-weight: lighter;
  width: 4.8rem;
  display: block;
  text-align: left;
}
.list .list-item .img4 {
  padding-top: 0px;
}
.list .list-item .img6 {
  padding-top: 0px;
}
.list .list-item .img7 {
  padding-top: 0px;
}
.list .list-item .img9 {
  padding-top: 0px;
}
.list .list-item .img10 {
  padding-top: 0px;
}
.list .list-item .p1 {
  padding-top: 0px;
}
.list .list-item .p2 {
  padding-top: 0px;
}
.list .list-item .p3 {
  padding-top: 0px;
}
.list .list-item .p4 {
  padding-top: 0px;
}
.list .list-item .p5 {
  padding-top: 0px;
}
.list .list-item .p6 {
  padding-top: 0px;
}
.list .list-item .p7 {
  padding-top: 0px;
}
.list .list-item .p8 {
  padding-top: 0px;
}
.list .list-item .p9 {
  padding-top: 0px;
}
.list .list-item .p10 {
  padding-top: 0px;
}
.list .list-item .p11 {
  padding-top: 0px;
}
.list .list-item .p12 {
  padding-top: 0px;
}
.list .list-item .p13 {
  padding-top: 0px;
}
.music {
  width: 7.1rem;
  height: 14.8rem;
  margin: 0 auto 120px auto;
  background: url(../images/BG_part7_m.png) no-repeat;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0.1rem 0.3rem 0.1rem;
  box-sizing: border-box;
  border-radius: 22px;
}
.music h2 {
  width: 7.1rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto -0.3rem auto;
  display: block;
  padding-top: 20px;
  font-weight: bold;
}
.music h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.9rem;
  top: 0.5rem;
}
.music ul {
  width: 7.1rem;
  margin: 0px auto 0rem auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 0px;
  flex-wrap: wrap;
}
.music ul li {
  float: left;
  width: 2.8rem;
}
.music ul.ul1 li:nth-child(2) {
  padding-top: 15px;
}
.music ul.ul2 li:nth-child(1) {
  padding-top: 5px;
}
.music ul.ul2 li:nth-child(3) {
  padding-top: 15px;
}
.music ul.ul3 li:nth-child(1) {
  padding-top: 15px;
}
.music ul.ul4 li:nth-child(3) {
  padding-top: 5px;
}
.music ul.ul4 li:nth-child(4) {
  padding-top: 15px;
}
.partners {
  width: 7.1rem;
  height: 11.8rem;
  margin: 0 auto 120px auto;
  background: url(../images/BG_part7_m.png) no-repeat;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0.1rem 0.3rem 0.1rem;
  box-sizing: border-box;
  border-radius: 22px;
}
.partners h2 {
  width: 7.1rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.42rem;
  color: #26cfff;
  position: relative;
  margin: 0 auto -0.3rem auto;
  display: block;
  padding-top: 20px;
  font-weight: bold;
}
.partners h2 span {
  width: 0.32rem;
  height: 0.31rem;
  background: url(../images/mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.1rem;
  top: 0.5rem;
}
/* .partners ul {
  width: 7.1rem;
  margin: -1rem auto 0rem auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 0px;
  flex-wrap: wrap;
}
.partners ul li {
  float: left;
  width: 5rem;
}
/* .partners ul li:nth-child(2) {
  padding-top: 10px;
} */

.partners ul {
  width: 7.1rem;
  margin: 0px auto 0rem auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 0px;
  flex-wrap: wrap;
}
.partners ul li {
  float: left;
  width: 2.8rem;
}

footer {
  width: 100%;
  height: 10rem;
  background: url(../images/BG_footer_m.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  box-sizing: border-box;
  padding-top: 0.58rem;
  margin-top: -1rem;
}
footer .footer {
  width: 7.1rem;
  margin: 0 auto;
  display: block;
  justify-content: inherit;
}
.footer .left {
  width: 7.1rem;
}
.footer .left &gt; .logo {
  width: 2.97rem;
  height: 1rem;
  background: url(../images/muse_logo_m.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0.2rem auto;
}
.footer .left &gt; .icon-list {
  display: flex;
  justify-content: space-between;
  width: 5.5rem;
  margin: 1rem auto 0 auto;
}
.footer .left &gt; .icon-list &gt; a {
  float: left;
  margin-right: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.footer .left &gt; .icon-list &gt; a.footer-icon1 {
  background: url(../images/icon_email.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon1:hover {
  background: url(../images/icon_email_mo.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon2 {
  background: url(../images/icon_tele.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon2:hover {
  background: url(../images/icon_tele_mo.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon3 {
  background: url(../images/icon_twitter.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon3:hover {
  background: url(../images/icon_twitter_mo.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon4 {
  background: url(../images/icon_fb.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon4:hover {
  background: url(../images/icon_fb_mo.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon5 {
  background: url(../images/icon_wechat.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon5:hover {
  background: url(../images/icon_wechat_mo.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon6 {
  background: url(../images/icon_weibo.png) no-repeat;
}
.footer .left &gt; .icon-list &gt; a.footer-icon6:hover {
  background: url(../images/icon_weibo_mo.png) no-repeat;
}
.footer .right {
  width: 7.1rem;
  position: relative;
}
.footer .right &gt; .dian {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 88px;
  height: 28px;
  background: url(../images/img_dot.png) no-repeat;
  display: none;
}
.footer .right &gt; p {
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.54rem;
  position: relative;
  float: none;
  margin: 1.77rem auto 0.55rem auto;
  width: 3.9rem;
  font-weight: 600;
}
.footer .right &gt; p &gt; span {
  width: 0.35rem;
  height: 0.34rem;
  background: url(../images/mark_w.png) no-repeat;
  display: inline-block;
  position: absolute;
  left: -0.4rem;
  background-size: contain;
  top: -0.05rem;
}
.footer .right &gt; .input {
  background: #ffffff;
  border-radius: 27px;
  width: 5.5rem;
  height: 0.88rem;
  display: flex;
  justify-content: space-between;
  float: none;
  padding: 0.1rem 0.1rem 0.1rem 0.4rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.footer .right &gt; .input &gt; input {
  font-size: 0.28rem;
  color: #142d80;
  border: 0;
  width: 100%;
}
.footer .right &gt; .input &gt; input::-webkit-input-placeholder {
  color: #142d80;

  font-size: 0.28rem;
}
.footer .right &gt; .input &gt; .btn {
  border-radius: 27px;
  width: 2.1rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  border: 0;
  font-size: 0.28rem;
  margin-top: 0rem;
  cursor: pointer;
  background-image: linear-gradient(-269deg, #e726ff 0%, #285aff 100%);
}
.footer .right &gt; .input &gt; .btn &gt; span {
  width: 0.16rem;
  height: 0.24rem;
  background: url(../images/arrow_right_m.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  background-size: contain;
}

.copyright {
  float: none;
  text-align: center;
  position: static;
}

.download-wrap .download-block {
  width: 90%;
  padding: 1rem 0;
  margin: 0 auto;
  border-radius: 22px;
  background-size: 100% 100%;
}</pre></body></html>