.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-5.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hamburger-5.is-active .line:nth-child(2) {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
#hamburger-5 .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-5.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-5.is-active .line:first-child,
#hamburger-5.is-active .line:nth-child(3) {
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#hamburger-5.is-active .line:first-child {
  -webkit-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  -moz-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}
#hamburger-5.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  -moz-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}
@media (max-width: 900px) {
  @-webkit-keyframes showMenuPop {
    0% {
      -webkit-transform: translate(-50%, -80%);
      transform: translate(-50%, -80%);
      opacity: 0;
    }
    to {
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      opacity: 1;
    }
  }
  @-moz-keyframes showMenuPop {
    0% {
      -moz-transform: translate(-50%, -80%);
      transform: translate(-50%, -80%);
      opacity: 0;
    }
    to {
      -moz-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      opacity: 1;
    }
  }
  @-o-keyframes showMenuPop {
    0% {
      -o-transform: translate(-50%, -80%);
      transform: translate(-50%, -80%);
      opacity: 0;
    }
    to {
      -o-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      opacity: 1;
    }
  }
  @keyframes showMenuPop {
    0% {
      -webkit-transform: translate(-50%, -80%);
      -moz-transform: translate(-50%, -80%);
      -o-transform: translate(-50%, -80%);
      transform: translate(-50%, -80%);
      opacity: 0;
    }
    to {
      -webkit-transform: translate(-50%, -100%);
      -moz-transform: translate(-50%, -100%);
      -o-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      opacity: 1;
    }
  }
  @-webkit-keyframes showMenuPopLast {
    0% {
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 1;
    }
  }
  @-moz-keyframes showMenuPopLast {
    0% {
      -moz-transform: translateY(-80%);
      transform: translateY(-80%);
      opacity: 0;
    }
    to {
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 1;
    }
  }
  @-o-keyframes showMenuPopLast {
    0% {
      -o-transform: translateY(-80%);
      transform: translateY(-80%);
      opacity: 0;
    }
    to {
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 1;
    }
  }
  @keyframes showMenuPopLast {
    0% {
      -webkit-transform: translateY(-80%);
      -moz-transform: translateY(-80%);
      -o-transform: translateY(-80%);
      transform: translateY(-80%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 1;
    }
  }
  @-webkit-keyframes circleChange {
    0% {
      width: 0.9rem;
      height: 0.9rem;
      opacity: 1;
    }
    50% {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
    to {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
  }
  @-moz-keyframes circleChange {
    0% {
      width: 0.9rem;
      height: 0.9rem;
      opacity: 1;
    }
    50% {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
    to {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
  }
  @-o-keyframes circleChange {
    0% {
      width: 0.9rem;
      height: 0.9rem;
      opacity: 1;
    }
    50% {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
    to {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
  }
  @keyframes circleChange {
    0% {
      width: 0.9rem;
      height: 0.9rem;
      opacity: 1;
    }
    50% {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
    to {
      width: 1.4rem;
      height: 1.4rem;
      opacity: 0;
    }
  }
  body {
    background-color: #000;
    color: #fff;
  }
  body .toast-box div {
    max-width: 90%;
    border-radius: 1rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.3rem;
  }
  body a,
  body button {
    -webkit-tap-highlight-color: transparent;
  }
  body .mainBox_max {
    width: 9.92rem;
  }
  body .mainBox,
  body .mainBox_max {
    margin-left: auto;
    margin-right: auto;
  }
  body .mainBox {
    width: 9.38rem;
  }
  body .button {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5765b;
    height: 0.88rem;
    padding: 0 0.3rem;
    border-radius: 1rem;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  body .button:hover > div {
    left: 110%;
  }
  body .button:hover span {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  }
  body .button div {
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 120%;
    border-radius: 1rem;
    background-color: #e5765b;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: left 0.4s;
    -o-transition: left 0.4s;
    -moz-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 1;
  }
  body .button p {
    font-family: Avenir-Heavy;
    font-size: 0.23rem;
    color: #fff;
    padding-right: 0.1rem;
    -webkit-transform: translateY(0.02rem);
    -moz-transform: translateY(0.02rem);
    -ms-transform: translateY(0.02rem);
    -o-transform: translateY(0.02rem);
    transform: translateY(0.02rem);
  }
  body .button p,
  body .button span {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body .button span {
    display: block;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e5765b;
    border-style: solid;
    border-width: 0.08rem 0 0.08rem 0.1rem;
  }
  body .headBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    background-color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  body .headBox.up {
    top: -0.58rem;
  }
  body .headBox .topLineBox {
    width: 100%;
    /* background-color: #745195; */
    background-image: linear-gradient(to right top, #745195, #9f518f, #c25582, #d9626f, #e5765b);

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 1rem;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    flex-wrap: wrap;
    overflow-y: scroll;
  }
  body .headBox .topLineBox.hide {
    height: 0;
  }
  body .headBox .topLineBox p {
    width: 100%;
    padding: 0.1rem 0.9rem;
    text-align: center;
    line-height: 1.4em;
    font-family: Avenir-Heavy;
    color: #fff;
    font-size: 0.3rem;
  }
  body .headBox .topLineBox .closeX {
    position: absolute;
    right: 0.2rem;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.5rem;
    padding: 0.2rem;
    cursor: pointer;
  }
  body .headBox .headerTop {
    border-bottom: 1px solid #333;
    height: 0.48rem;
  }
  body .headBox .headerTop .mainBox_max {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  body .headBox .headerTop .mainBox_max button {
    font-family: Avenir-Heavy;
    font-size: 0.17rem;
    color: #686868;
  }
  body .headBox .headerTop .mainBox_max button:hover {
    color: #e5765b;
  }
  body .headBox .headerTop .mainBox_max button + button {
    margin-left: 0.3rem;
  }
  body .headBox .header .mainBox_max {
    height: 1.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
  }
  body .headBox .header .mainBox_max .left a img {
    height: 1rem;
    width: auto;
  }
  body .headBox .header .mainBox_max .headMoreBtnBox {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.6);
    -moz-transform: translateY(-50%) scale(0.6);
    -ms-transform: translateY(-50%) scale(0.6);
    -o-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
  }
  body .headBox .header .mainBox_max .headMoreBtnBox .hamburger {
    padding: 0.2rem;
  }
  body .headBox .header .mainBox_max .right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 1.5rem;
    overflow: visible;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    background-color: #181818;
    padding: 0.4rem 0.5rem;
    display: none;
  }
  body .headBox .header .mainBox_max .right > a,
  body .headBox .header .mainBox_max .right button {
    font-family: Avenir-Light;
    color: #fff;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    overflow: visible;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .headBox .header .mainBox_max .right > a,
  body .headBox .header .mainBox_max .right > a > a,
  body .headBox .header .mainBox_max .right > a > span,
  body .headBox .header .mainBox_max .right button,
  body .headBox .header .mainBox_max .right button > a,
  body .headBox .header .mainBox_max .right button > span {
    font-size: 0.4rem;
    line-height: 3em;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox,
  body .headBox .header .mainBox_max .right button.menuPopBox {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox.show .pop,
  body .headBox .header .mainBox_max .right button.menuPopBox.show .pop {
    height: 1.8rem;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox.show .pop.big,
  body .headBox .header .mainBox_max .right button.menuPopBox.show .pop.big {
    height: 4.5rem;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox > span,
  body .headBox .header .mainBox_max .right button.menuPopBox > span {
    display: block;
    width: 100%;
    text-align: left;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox .pop,
  body .headBox .header .mainBox_max .right button.menuPopBox .pop {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox .pop a,
  body .headBox .header .mainBox_max .right > a.menuPopBox .pop span,
  body .headBox .header .mainBox_max .right button.menuPopBox .pop a,
  body .headBox .header .mainBox_max .right button.menuPopBox .pop span {
    display: block;
    text-align: left;
    font-size: 0.3rem;
    padding-left: 0.4rem;
    line-height: 3em;
    position: relative;
    left: 0;
    top: 0;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox .pop a:before,
  body .headBox .header .mainBox_max .right > a.menuPopBox .pop span:before,
  body .headBox .header .mainBox_max .right button.menuPopBox .pop a:before,
  body .headBox .header .mainBox_max .right button.menuPopBox .pop span:before {
    position: absolute;
    left: 0.15rem;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #444;
  }
  body .headBox .header .mainBox_max .right > a.menuPopBox .pop a:after,
  body .headBox .header .mainBox_max .right > a.menuPopBox .pop span:after,
  body .headBox .header .mainBox_max .right button.menuPopBox .pop a:after,
  body .headBox .header .mainBox_max .right button.menuPopBox .pop span:after {
    position: absolute;
    left: 0.15rem;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    content: "";
    width: 0.14rem;
    height: 1px;
    background-color: #444;
  }
  body
    .headBox
    .header
    .mainBox_max
    .right
    > a.menuPopBox
    .pop
    a:last-child:before,
  body
    .headBox
    .header
    .mainBox_max
    .right
    > a.menuPopBox
    .pop
    span:last-child:before,
  body
    .headBox
    .header
    .mainBox_max
    .right
    button.menuPopBox
    .pop
    a:last-child:before,
  body
    .headBox
    .header
    .mainBox_max
    .right
    button.menuPopBox
    .pop
    span:last-child:before {
    height: 50%;
  }
  body .headBox .header .mainBox_max .right > a.active,
  body .headBox .header .mainBox_max .right button.active {
    color: #745195;
    font-weight: 800;
  }
  body .headBox .header .mainBox_max .right .flagLine {
    display: none;
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    height: 0.03rem;
    width: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  body .headBox .header .mainBox_max .right .flagLine:after {
    content: "";
    display: block;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    background: #745195;
  }
  body .bgAnimate {
    position: absolute;
    left: 0;
    top: 4.7rem;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
  body .banner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 90vh;
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    -moz-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
  }
  body .banner.hideTopBar {
    padding-top: 4rem;
  }
  body .banner img {
    height: 1.64rem;
  }
  body .banner h3 {
    font-family: Avenir-Heavy;
    font-size: 0.65rem;
    color: #fff;
    width: 76%;
    line-height: 1.23em;
  }
  body .banner .text {
    padding-top: 0.53rem;
    color: #fff;
    font-size: 0.34rem;
    width: 70%;
  }
  body .banner .text p {
    line-height: 1.6em;
    font-family: Avenir-Book;
    display: inline-block;
  }
  body .banner .btn {
    margin-top: 0.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .banner .btn,
  body .banner .btn .videoBox,
  body .banner .btn .videoBox .btnBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .banner .btn .videoBox .btnBox {
    width: 0.9rem;
    height: 0.9rem;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.3rem;
  }
  body .banner .btn .videoBox .btnBox:active > div {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  body .banner .btn .videoBox .btnBox > div {
    background-color: #745195;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.9rem;
    height: 0.9rem;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
      -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  }
  body .banner .btn .videoBox .btnBox > span {
    position: relative;
    left: 0;
    z-index: 2;
    display: block;
    width: 3;
    top: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 0.12rem 0 0.12rem 0.18rem;
    -webkit-transform: translateX(0.03rem);
    -moz-transform: translateX(0.03rem);
    -ms-transform: translateX(0.03rem);
    -o-transform: translateX(0.03rem);
    transform: translateX(0.03rem);
  }
  body .banner .btn .videoBox .btnBox > b {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.05rem solid #aaa;
    -webkit-animation: circleChange 3s ease-out infinite;
    -moz-animation: circleChange 3s infinite ease-out;
    -o-animation: circleChange 3s infinite ease-out;
    animation: circleChange 3s ease-out infinite;
    z-index: 1;
  }
  body .banner .btn .videoBox p {
    font-family: Avenir-Heavy;
    font-size: 0.4rem;
    color: #745195;
  }
  body .banner .btn .bannerSubBox,
  body .banner .btn .videoBox p {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .banner .btn .bannerSubBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
  }
  body .banner .btn .bannerSubBox img {
    height: 1rem;
    width: auto;
  }
  body .banner .btn .showOther {
    margin-left: 0.5rem;
    height: 1rem;
  }
  body .banner .btn .showOther.center {
    display: block;
  }
  body .banner .btn .showOther.last {
    display: none;
  }
  body .technology {
    padding-top: 1rem;
    padding-bottom: 0.2rem;
  }
  body .technology .mainBox_max {
    width: 9.38rem;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-background-size: 66.6% auto;
    background-size: 66.6% auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(./images/architect_bg.2ec7ce43.png);
  }
  body .technology .mainBox_max,
  body .technology .mainBox_max .row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .technology .mainBox_max .row {
    margin-bottom: 1.2rem;
  }
  body .technology .mainBox_max .row .technologyTitle {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
  }
  body .technology .mainBox_max .row .technologyTitle p,
  body .technology .mainBox_max .row .technologyTitle span {
    font-family: Avenir-Black;
    font-size: 0.72rem;
    color: #fff;
    line-height: 0.54rem;
    line-height: 1.1em;
  }
  body .technology .mainBox_max .row .technologyTitle span {
    color: #e5765b;
  }
  body .technology .mainBox_max .row .titleTip {
    font-size: 0.38rem;
    color: #fff;
    padding-top: 0.46rem;
  }
  body .technology .mainBox_max .row .titleTip p {
    line-height: 1.6em;
    font-family: Avenir-Book;
  }
  body .technology .mainBox_max .items {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 0.78rem;
  }
  body .technology .mainBox_max .items .item {
    width: 100%;
    height: 4.72rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(left, #1f1f1f, #000);
    background-image: -moz-linear-gradient(left, #1f1f1f 0, #000 100%);
    background-image: -o-linear-gradient(left, #1f1f1f 0, #000 100%);
    background-image: linear-gradient(90deg, #1f1f1f, #000);
    border-radius: 0.12rem;
    padding: 0.75rem 0.36rem 0 2.72rem;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .readmore{
    justify-content: center;
    width: 32%;
    margin: 0 auto;
    top: 20px;
    position: relative;
  }
  body .technology .mainBox_max .items .item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background-image: -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: linear-gradient(-30deg, #745195, #e5765b);
    border-radius: 0.12rem;
  }
  body .technology .mainBox_max .items .item:hover:before {
    opacity: 1;
  }
  body .technology .mainBox_max .items .item:hover img:first-child {
    opacity: 0;
  }
  body .technology .mainBox_max .items .item:hover img:nth-child(2) {
    opacity: 1;
  }
  body .technology .mainBox_max .items .item:hover .text b {
    color: #fff;
  }
  body .technology .mainBox_max .items .item:hover .text .cercleIco {
    border-color: #fff;
  }
  body .technology .mainBox_max .items .item:hover .text .cercleIco > span {
    display: block;
    background-color: #fff;
  }
  body .technology .mainBox_max .items .item:not(:first-child) {
    margin-top: 0.33rem;
  }
  body .technology .mainBox_max .items .item img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  body .technology .mainBox_max .items .item img:first-child {
    opacity: 1;
  }
  body .technology .mainBox_max .items .item img:nth-child(2) {
    opacity: 0;
  }
  body .technology .mainBox_max .items .item .text {
    font-family: Avenir-Book;
    font-size: 0.3rem;
    color: #fff;
    line-height: 1.67em;
    position: relative;
    left: 0;
    top: 0;
  }
  body .technology .mainBox_max .items .item .text b {
    font-family: Avenir-Black;
    color: #e5765b;
  }
  body .technology .mainBox_max .items .item .text .cercleIco {
    position: absolute;
    left: -0.35rem;
    top: 0.04rem;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    border: 0.01rem solid #e5765b;
    width: 0.32rem;
    height: 0.32rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
  }
  body .technology .mainBox_max .items .item .text .cercleIco > span {
    display: block;
    background-color: #e5765b;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
  }
  body .technology .mainBox_max .items .crossLine {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  body .technology .mainBox_max .items .crossLine > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #e5765b;
  }
  body .technology .mainBox_max .items .crossLine .cross {
    width: 0.54rem;
    height: 1px;
  }
  body .technology .mainBox_max .items .crossLine .vertical {
    height: 0.54rem;
    width: 1px;
  }
  body .technology .mainBox_max .button {
    padding: 0 0.5rem;
  }
  body .technology .mainBox_max .button p {
    font-size: 0.4rem;
    padding-right: 0.2rem;
    -webkit-transform: translateY(0.06rem);
    -moz-transform: translateY(0.06rem);
    -ms-transform: translateY(0.06rem);
    -o-transform: translateY(0.06rem);
    transform: translateY(0.06rem);
  }
  body .technology .mainBox_max .button span {
    border-width: 0.16rem 0 0.16rem 0.24rem;
    -webkit-transform: translateY(0.03rem);
    -moz-transform: translateY(0.03rem);
    -ms-transform: translateY(0.03rem);
    -o-transform: translateY(0.03rem);
    transform: translateY(0.03rem);
  }
  body .dataOracle {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 1.8rem;
    padding-bottom: 2.5rem;
  }
  body .dataOracle .lineBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    display: none;
  }
  body .dataOracle .lineBox .minLine {
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 3rem;
    height: 1px;
    background-color: #f400b0;
  }
  body .dataOracle .lineBox .minLine.line_1 {
    left: 0;
    bottom: 0;
  }
  body .dataOracle .lineBox .minLine.line_1,
  body .dataOracle .lineBox .minLine.line_2 {
    top: 11rem;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  body .dataOracle .lineBox .minLine.line_2 {
    left: 2.5rem;
  }
  body .dataOracle .lineBox .minLine.line_3 {
    right: 0;
    top: 0;
    width: 2rem;
  }
  body .dataOracle .lineBox .minLine.line_3,
  body .dataOracle .lineBox .minLine.line_4 {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
  }
  body .dataOracle .lineBox .minLine.line_4 {
    right: 2.5rem;
    top: 0.5rem;
  }
  body .dataOracle .mainBox_max {
    width: 9.38rem;
  }
  body .dataOracle .mainBox_max .dataOracleTitle {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Avenir-Black;
    font-size: 0.72rem;
    color: #fff;
    margin-bottom: 1.01rem;
  }
  body .dataOracle .mainBox_max .dataOracleTitle span {
    color: #e5765b;
    padding-left: 0.1rem;
  }
  body .dataOracle .mainBox_max .dataOracleBanner {
    position: relative;
    left: 0;
    top: 0;
    width: 9.38rem;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.71rem 0.8rem 0.65rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: linear-gradient(-30deg, #745195, #e5765b);
    border-radius: 0.2rem;
    margin-bottom: 1rem;
  }
  body .dataOracle .mainBox_max .dataOracleBanner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    left: 0.25rem;
    top: 0.4rem;
    z-index: 0;
    opacity: 0.24;
    background-image: -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: linear-gradient(-30deg, #745195, #e5765b);
  }
  body .dataOracle .mainBox_max .dataOracleBanner .left {
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    width: 6.92rem;
    margin: 0 auto;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .left p {
    font-family: Avenir-Medium;
    font-size: 0.42rem;
    color: #fff;
    line-height: 1.4em;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.55rem;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    height: 100%;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box img {
    width: 2rem;
    height: auto;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0.24rem;
    border: none;
  }
  body
    .dataOracle
    .mainBox_max
    .dataOracleBanner
    .right
    .box
    .button:active
    > div {
    background-color: #000;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button:active p {
    color: #fff;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button div {
    background-color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    left: 110%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button p {
    font-family: Avenir-Medium;
    font-size: 0.32rem;
    color: #f0009e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button span {
    display: none;
  }
  body .dataOracle .mainBox_max .mulRow {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body .dataOracle .mainBox_max .mulRow .minBox {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 4.31rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.2rem;
  }
  body .dataOracle .mainBox_max .mulRow .minBox:nth-child(2n) {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  body .dataOracle .mainBox_max .mulRow .minBox img {
    height: 0.95rem;
    margin-bottom: 0.43rem;
  }
  body .dataOracle .mainBox_max .mulRow .minBox h6 {
    font-family: Avenir-Black;
    font-size: 0.46rem;
    color: #fff;
    line-height: 1.5em;
    padding-bottom: 0.18rem;
  }
  body .dataOracle .mainBox_max .mulRow .minBox p {
    font-family: Avenir-Book;
    font-size: 0.3rem;
    color: #fff;
    line-height: 1.57em;
  }
  body .economics {
    padding-top: 1rem;
  }
  body .economics .mainBox {
    -o-background-size: 70% auto;
    background-size: 70% auto;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(./images/economics_bg.c48f74fd.png);
  }
  body .economics .mainBox .titleBox {
    padding-bottom: 1.06rem;
  }
  body .economics .mainBox .titleBox,
  body .economics .mainBox .titleBox .economicsTitle {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body .economics .mainBox .titleBox .economicsTitle {
    font-size: 0.72rem;
    color: #fff;
  }
  body .economics .mainBox .titleBox .economicsTitle p,
  body .economics .mainBox .titleBox .economicsTitle span {
    font-family: Avenir-Black;
    line-height: 1.1em;
  }
  body .economics .mainBox .titleBox .economicsTitle p {
    color: #e5765b;
  }
  body .economics .mainBox .titleBox > p {
    padding-top: 0.41rem;
    width: 7.86rem;
    font-family: Avenir-Book;
    font-size: 0.38rem;
    color: #fff;
    text-align: right;
    line-height: 1.5em;
  }
  body .economics .mainBox .rowList {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .economics .mainBox .rowList > div {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .economics .mainBox .rowList > div + div {
    margin-top: 1.2rem;
  }
  body .economics .mainBox .rowList > div > img {
    height: 2.1rem;
    width: auto;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  body .economics .mainBox .rowList > div h6 {
    font-family: Avenir-Black;
    font-size: 0.42rem;
    color: #fff;
    line-height: 1.36em;
    text-align: center;
    margin: 0.5rem 0 0.2rem;
  }
  body .economics .mainBox .rowList > div p {
    font-family: Avenir-Book;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    line-height: 1.47em;
    width: 7.5rem;
  }
  body .application {
    padding-top: 3rem;
  }
  body .application .mainBox_max .bgBox {
    padding-bottom: 1rem;
  }
  body .application .mainBox_max .bgBox div {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .application .mainBox_max .bgBox div p,
  body .application .mainBox_max .bgBox div span {
    font-size: 0.72rem;
    font-family: Avenir-Black;
    line-height: 1.1em;
  }
  body .application .mainBox_max .bgBox div p {
    color: #e5765b;
  }
  body .application .mainBox_max .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body .application .mainBox_max .list .item {
    width: 4.85rem;
    height: 12.6rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #181818;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0.08rem;
    margin-bottom: 0.32rem;
  }
  body .application .mainBox_max .list .item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: 0.08rem;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background-image: -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: linear-gradient(-30deg, #745195, #e5765b);
  }
  body .application .mainBox_max .list .item.active:before {
    opacity: 1;
  }
  body .application .mainBox_max .list .item .title {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0.53rem 0.42rem 0;
  }
  body .application .mainBox_max .list .item .title img {
    height: 0.6rem;
    width: auto;
    margin-bottom: 0.28rem;
  }
  body .application .mainBox_max .list .item .title h5 {
    font-family: Avenir-Black;
    font-size: 0.34rem;
    color: #fff;
    line-height: 1.5em;
    height: 1.4rem;
  }
  body .application .mainBox_max .list .item p {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0 0.4rem;
    font-family: Avenir-Book;
    font-size: 0.26rem;
    color: #fff;
    line-height: 1.58em;
  }
  body .dao {
    overflow: hidden;
  }
  body .dao .mainBox_max {
    width: 9.38rem;
    padding: 1.3rem 0;
    position: relative;
    left: 0;
    top: 0;
  }
  body .dao .mainBox_max > .teamCercle {
    position: absolute;
    height: auto;
    z-index: -1;
    opacity: 0.41;
    background-image: -webkit-linear-gradient(305deg, #e5765b, #000 58%);
    background-image: -moz-linear-gradient(305deg, #e5765b 0, #000 58%);
    background-image: -o-linear-gradient(305deg, #e5765b 0, #000 58%);
    background-image: linear-gradient(145deg, #e5765b, #000 58%);
    border-radius: 50%;
  }
  body .dao .mainBox_max > .teamCercle.teamCercle_1 {
    width: 6rem;
    height: 6rem;
    left: -15%;
    top: 12%;
    opacity: 0.3;
  }
  body .dao .mainBox_max > .teamCercle.teamCercle_2 {
    width: 2.8rem;
    height: 2.8rem;
    right: 0;
    top: 8%;
    opacity: 0.2;
  }
  body .dao .mainBox_max > .teamCercle.teamCercle_3 {
    width: 5rem;
    height: 5rem;
    right: -10%;
    bottom: -15%;
    opacity: 0.2;
  }
  body .dao .mainBox_max .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .dao .mainBox_max .title h5 {
    font-family: Avenir-Black;
    font-size: 0.72rem;
    width: 6rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
  }
  body .dao .mainBox_max .title h5:before {
    position: absolute;
    left: -5%;
    top: -20%;
    z-index: 1;
    content: "";
    width: 0.84rem;
    height: 0.84rem;
    background-color: #e5765b;
    border-radius: 50%;
    z-index: -1;
  }
  body .dao .mainBox_max .title p {
    font-family: Avenir-Book;
    font-size: 0.32rem;
    color: #b4b4b4;
    line-height: 1.47em;
    padding-top: 0.4rem;
  }
  body .dao .mainBox_max .title p b {
    color: #bfbfbf;
  }
  body .dao .mainBox_max .cardBox {
    margin-top: 0.6rem;
    width: 9.38rem;
    height: 8rem;
  }
  body .dao .mainBox_max .cardBox .card {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1rem 0.6rem 0.4rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: linear-gradient(-30deg, #745195, #e5765b);
    border-radius: 0.2rem;
    margin-bottom: 1rem;
  }
  body .dao .mainBox_max .cardBox .card p {
    font-family: Avenir-Medium;
    font-size: 0.42rem;
    color: #fff;
    line-height: 1.4em;
  }
  body .dao .mainBox_max .cardBox .card .button {
    background-color: #fff;
    border-radius: 1rem;
    width: 2rem;
  }
  body .dao .mainBox_max .cardBox .card .button p {
    font-family: Avenir-Medium;
    font-size: 0.32rem;
    color: #f0009e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .partners .mainBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .partners .mainBox .titleBox {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 0.5rem;
  }
  body .partners .mainBox .titleBox:before {
    position: absolute;
    right: -20%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .partners .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body .partners .mainBox .list {
    -ms-flex-align: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 2.3rem;
  }
  body .partners .mainBox .list,
  body .partners .mainBox .list .item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  body .partners .mainBox .list .item {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
  }
  body .partners .mainBox .list .item > img {
    height: 0.4rem;
    width: auto;
  }
  body .partners .mainBox .list .item > p {
    padding-top: 0.3rem;
    white-space: nowrap;
  }
  body .investors {
    padding-top: 0.8rem;
  }
  body .investors .mainBox {
    padding-bottom: 1.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .investors .mainBox .titleBox {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 1.42rem;
    display: inline-block;
  }
  body .investors .mainBox .titleBox:before {
    position: absolute;
    left: -5%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.84rem;
    height: 0.84rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .investors .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.72rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body .investors .mainBox .imgBox {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .investors .mainBox .imgBox,
  body .investors .mainBox .imgBox .row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  body .investors .mainBox .imgBox .row + .row {
    margin-top: 1rem;
  }
  body .investors .mainBox .imgBox .row span {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .investors .mainBox .imgBox .row span > img {
    width: auto;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 0.79rem;
    padding:10px 0px;
  }
  body .DeData {
    padding-top: 0.8rem;
  }
  body .DeData .mainBox {
    padding-bottom: 1.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .DeData .mainBox .titleBox {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 1.42rem;
    display: inline-block;
  }
  body .DeData .mainBox .titleBox:before {
    position: absolute;
    left: -5%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.84rem;
    height: 0.84rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .DeData .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.72rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body .DeData .mainBox .imgBox {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .DeData .mainBox .imgBox,
  body .DeData .mainBox .imgBox .row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  body .DeData .mainBox .imgBox .row {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body .DeData .mainBox .imgBox .row + .row {
    margin-top: 0.8rem;
  }
  body .DeData .mainBox .imgBox .row > img {
    height: 0.34rem;
    width: auto;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  body .media {
    padding-top: 0.8rem;
  }
  body .media .mainBox {
    padding-bottom: 1.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .media .mainBox .titleBox {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 1.42rem;
    display: inline-block;
  }
  body .media .mainBox .titleBox:before {
    position: absolute;
    left: -10%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.84rem;
    height: 0.84rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .media .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.72rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body .media .mainBox .imgBox {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .media .mainBox .imgBox,
  body .media .mainBox .imgBox .row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .media .mainBox .imgBox .row {
    width: 100%;
  }
  body .media .mainBox .imgBox .row + .row {
    margin-top: 1rem;
  }
  body .media .mainBox .imgBox .row a {
    cursor: pointer;
  }
  body .media .mainBox .imgBox .row a + a {
    margin-left: 1rem;
  }
  body .media .mainBox .imgBox .row a > img {
    width: auto;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 0.4rem;
  }
  body .roadMap {
    padding-top: 1rem;
  }
  body .roadMap .mainBox {
    padding-bottom: 1.13rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .roadMap .mainBox .titleBox {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 1.42rem;
    display: inline-block;
  }
  body .roadMap .mainBox .titleBox:before {
    position: absolute;
    left: -10%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.84rem;
    height: 0.84rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .roadMap .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.72rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body .roadMap .mainBox .main {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  body .roadMap .mainBox .main .mainCon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  body .roadMap .mainBox .main .mainCon .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 0;
    padding-top: 0.2rem;
  }
  body .roadMap .mainBox .main .mainCon .list:not(.next) {
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body .roadMap .mainBox .main .mainCon .list:not(.next) .item {
    text-align: right;
  }
  body .roadMap .mainBox .main .mainCon .list.next {
    padding-top: 2rem;
  }
  body .roadMap .mainBox .main .mainCon .list .item {
    width: 3.6rem;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  body .roadMap .mainBox .main .mainCon .list .item + .item {
    padding-top: 2rem;
  }
  body .roadMap .mainBox .main .mainCon .list .item .date {
    font-family: Avenir-Heavy;
    font-size: 0.4rem;
    color: #e5765b;
    line-height: 1.43em;
    padding-bottom: 0.2rem;
  }
  body .roadMap .mainBox .main .mainCon .list .item .text {
    font-family: Avenir-Medium;
    font-size: 0.36rem;
    color: #fff;
    line-height: 1.47em;
  }
  body .roadMap .mainBox .main .mainCon .curve {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1rem;
    height: 100% !important;
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }
  body .roadMap .mainBox .main .mainCon .curve canvas {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.5) rotate(90deg) translateY(-100%);
    -moz-transform: scale(0.5) rotate(90deg) translateY(-100%);
    -ms-transform: scale(0.5) rotate(90deg) translateY(-100%);
    -o-transform: scale(0.5) rotate(90deg) translateY(-100%);
    transform: scale(0.5) rotate(90deg) translateY(-100%);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  body .subscribe {
    padding-top: 0.5rem;
  }
  body .subscribe > p {
    text-align: center;
    font-family: Avenir-Book;
    font-size: 0.3rem;
    padding-bottom: 0.8rem;
  }
  body .subscribe .mainBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1rem;
  }
  body .subscribe .mainBox .subscribeInp {
    width: 6rem;
    height: 100%;
    font-family: Avenir-Medium;
    font-size: 0.34rem;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.3rem;
    background: #363636;
    border-radius: 1rem;
    border: none;
  }
  body .subscribe .mainBox .subscribeBtn {
    margin-left: 0.4rem;
    height: 100%;
    padding: 0 0.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Avenir-Medium;
    font-size: 0.34rem;
    color: #fff;
    background-image: -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: linear-gradient(-30deg, #745195, #e5765b);
    border-radius: 1rem;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
  body .subscribe .mainBox .subscribeBtn:active {
    box-shadow: inset 0 0 1rem 0 hsla(0, 0%, 100%, 0.3);
  }
  body .gradual {
    height: 3rem;
    opacity: 0.16;
    background-image: -webkit-linear-gradient(top, #000, #e5765b);
    background-image: -moz-linear-gradient(top, #000 0, #e5765b 100%);
    background-image: -o-linear-gradient(top, #000 0, #e5765b 100%);
    background-image: linear-gradient(180deg, #000, #e5765b);
  }
  body .footer .mainBox_max {
    width: 9rem;
    padding: 1rem 0;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .footer .mainBox_max,
  body .footer .mainBox_max .left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .footer .mainBox_max .left {
    width: 100%;
  }
  body .footer .mainBox_max .left .imgBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .footer .mainBox_max .left .imgBox > img:first-child {
    height: 0.8rem;
    width: auto;
  }
  body .footer .mainBox_max .left .imgBox > img:nth-child(2) {
    -webkit-transform: translateY(-13%);
    -moz-transform: translateY(-13%);
    -ms-transform: translateY(-13%);
    -o-transform: translateY(-13%);
    transform: translateY(-13%);
    height: 0.8rem;
    width: auto;
    margin-left: 1rem;
  }
  body .footer .mainBox_max .left p {
    opacity: 0.56;
    font-family: Avenir-Book;
    font-size: 0.16rem;
    color: #fff;
    padding: 0.3rem 0 0.6rem;
  }
  body .footer .mainBox_max .left .linkList {
    width: 90%;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body .footer .mainBox_max .left .linkList,
  body .footer .mainBox_max .left .linkList .item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .footer .mainBox_max .left .linkList .item {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid #e5765b;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  body .footer .mainBox_max .left .linkList .item:hover {
    background-color: #e5765b;
  }
  body .footer .mainBox_max .left .linkList .item:hover .pop {
    display: block;
  }
  body .footer .mainBox_max .left .linkList .item .pop {
    display: none;
    padding: 0.03rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -0.3rem;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  body .footer .mainBox_max .left .linkList .item .pop > img {
    width: 2.5rem;
    height: 2.5rem;
  }
  body .footer .mainBox_max .left .linkList .item img {
    height: 0.3rem;
    width: auto;
  }
  body .footer .mainBox_max .right {
    font-family: Avenir-Book;
    color: #4c4c4c;
    width: 8rem;
    margin-top: 0.6rem;
    padding-left: 0.3rem;
  }
  body .footer .mainBox_max .right h6 {
    font-size: 0.24rem;
    padding-bottom: 0.2rem;
  }
  body .footer .mainBox_max .right h6:after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 1px;
    background-color: #4c4c4c;
    margin-top: 0.15rem;
  }
  body .footer .mainBox_max .right p {
    font-size: 0.22rem;
    line-height: 1.5em;
  }
  body .tipBox {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 1rem;
    width: 100%;
    z-index: 15;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    color: #000;
  }
  body .tipBox.opacity0 {
    opacity: 0;
    z-index: -1;
  }
  body .tipBox .close {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body .popPage {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    display: none;
    left: 0;
    top: 0;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .popPage.active {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .popPage .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.9);
  }
  body .popPage .box {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 10rem;
    margin: 0 auto;
  }
  body .popPage .box .close {
    position: absolute;
    right: 0;
    top: -0.1rem;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 0.7rem;
    height: 0.7rem;
    cursor: pointer;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  body .popPage .box .close:hover svg path {
    fill: #fff;
  }
  body .popPage .box .close svg {
    width: 0.5rem;
    height: 0.5rem;
  }
  body .popPage .box .close svg path {
    fill: #888;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  body .popPage .box > video {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.1rem 0 hsla(0, 0%, 100%, 0.4);
  }
}

@media (max-width: 900px){

body .investors .mainBox .imgBox .row{
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;

}
.mf{
  margin-left:0px !important;
}
.mf1{
  margin-left:0px  !important;
}
}