@media (min-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 circleChange {
    0% {
      width: 0.5rem;
      height: 0.5rem;
      opacity: 1;
    }
    50% {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
    to {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
  }
  @-moz-keyframes circleChange {
    0% {
      width: 0.5rem;
      height: 0.5rem;
      opacity: 1;
    }
    50% {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
    to {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
  }
  @-o-keyframes circleChange {
    0% {
      width: 0.5rem;
      height: 0.5rem;
      opacity: 1;
    }
    50% {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
    to {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
  }
  @keyframes circleChange {
    0% {
      width: 0.5rem;
      height: 0.5rem;
      opacity: 1;
    }
    50% {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
    to {
      width: 0.78rem;
      height: 0.78rem;
      opacity: 0;
    }
  }
  body {
    background-color: #000;
    color: #fff;
  }
  body .toast-box div {
    max-width: 90%;
    border-radius: 1rem;
    padding: 0.1rem 0.3rem;
    font-size: 0.2rem;
  }
  body .mainBox_max {
    width: 13.02rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 900px) and (max-width: 1300px) {
  body .mainBox_max {
    width: 1100px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  body .mainBox_max {
    width: 900px;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  body .mainBox_max {
    width: 800px;
  }
}
@media (min-width: 900px) {
  body .mainBox {
    width: 11.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 900px) and (max-width: 1300px) {
  body .mainBox {
    width: 1000px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  body .mainBox {
    width: 800px;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  body .mainBox {
    width: 700px;
  }
}
@media (min-width: 900px) {
  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;
    box-shadow: inset 0 0 0 1px #e5765b;
    height: 0.48rem;
    padding: 0 0.24rem;
    border-radius: 1rem;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
  }
  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: 0;
    top: 0;
    height: 110%;
    width: 120%;
    border-radius: 1rem;
    background-color: #e5765b;
    -webkit-transform: translate(-100%, -5%);
    -moz-transform: translate(-100%, -5%);
    -ms-transform: translate(-100%, -5%);
    -o-transform: translate(-100%, -5%);
    transform: translate(-100%, -5%);
    -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.18rem;
    color: #fff;
    padding-right: 0.08rem;
    -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;
  }
}
@media (min-width: 900px) {
  body .menuPopBox {
    position: relative;
    left: 0;
    top: 0;
    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;
    height: 100%;
  }
  body .menuPopBox:hover > span {
    color: #745195;
  }
  body .menuPopBox:hover > b {
    border-top-color: #745195;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  body .menuPopBox:hover .pop {
    display: block;
    -webkit-animation: showMenuPop 0.5s forwards;
    -moz-animation: showMenuPop 0.5s forwards;
    -o-animation: showMenuPop 0.5s forwards;
    animation: showMenuPop 0.5s forwards;
  }
  body .menuPopBox > b {
    display: block;
    width: 0;
    height: 0;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0.08rem 0.05rem 0;
    margin-left: 0.1rem;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s,
      -o-transform 0.5s;
  }
  body .menuPopBox .pop {
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background-color: #222;
    width: 1.3rem;
    border-radius: 0.04rem;
    padding: 0.1rem 0;
    display: none;
    opacity: 0;
  }
  body .menuPopBox .pop.big {
    width: 2rem;
  }
  body .menuPopBox .pop > a,
  body .menuPopBox .pop > span {
    font-size: 0.18rem;
    display: block;
    text-align: center;
    line-height: 1.8em;
  }
  body .menuPopBox .pop > a:hover,
  body .menuPopBox .pop > span:hover {
    color: #745195;
  }
}
@media (min-width: 900px) {
  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: 0.43rem;
    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;
  }
  body .headBox .topLineBox.hide {
    height: 0;
  }
  body .headBox .topLineBox p {
    width: 100%;
    padding: 0 0.2rem;
    text-align: center;
    font-family: Avenir-Heavy;
    color: #fff;
    font-size: 0.18rem;
  }
  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.24rem;
    padding: 0.05rem;
    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: 0.95rem;
    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;
  }
  body .headBox .header .mainBox_max .left a img {
    height: 0.6rem;
    width: auto;
  }
  body .headBox .header .mainBox_max .headMoreBtnBox {
    display: none;
  }
  body .headBox .header .mainBox_max .right {
    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;
    height: 100%;
  }
  body .headBox .header .mainBox_max .right > a,
  body .headBox .header .mainBox_max .right button {
    font-family: Avenir-Light;
    font-size: 0.2rem;
    color: #fff;
    padding: 0 0.2rem;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s,
      -o-transform 0.3s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    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;
  }
  body .headBox .header .mainBox_max .right > a:not(.menuPopBox).active,
  body .headBox .header .mainBox_max .right button:not(.menuPopBox).active {
    color: #745195;
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
    font-weight: 800;
  }
  body .headBox .header .mainBox_max .right > a:not(.menuPopBox):hover,
  body .headBox .header .mainBox_max .right button:not(.menuPopBox):hover {
    color: #745195;
  }
  body .headBox .header .mainBox_max .right .flagLine {
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    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;
  }
}
@media (min-width: 900px) {
  body .bgAnimate {
    position: absolute;
    left: 0;
    top: 2.7rem;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
}
@media (min-width: 900px) {
  body .banner {
    margin-top: 1.43rem;
    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-top: 1.7rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    -webkit-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
  }
  body .banner.hideTopBar {
    margin-top: 1rem;
  }
  body .banner h3 {
    font-family: Avenir-Heavy;
    font-size: 0.44rem;
    color: #fff;
    line-height: 1.28em;
    width: 6.5rem;
  }
  body .banner .text {
    padding-top: 0.3rem;
    color: #fff;
    font-size: 0.2rem;
  }
}
@media (min-width: 900px) and (max-width: 1530px) {
  body .banner .text {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  body .banner .text p {
    white-space: nowrap;
    line-height: 1.8em;
    font-family: Avenir-Book;
  }
}
@media (min-width: 900px) {
  body .banner .btn {
    margin-top: 0.3rem;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  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.5rem;
    height: 0.5rem;
    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.2rem;
  }
  body .banner .btn .videoBox .btnBox:hover > 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.5rem;
    height: 0.5rem;
    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.06rem 0 0.06rem 0.1rem;
    -webkit-transform: translateX(0.02rem);
    -moz-transform: translateX(0.02rem);
    -ms-transform: translateX(0.02rem);
    -o-transform: translateX(0.02rem);
    transform: translateX(0.02rem);
  }
  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.03rem 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 {
    border-radius: 0.04rem;
    line-height: 0.54rem;
    font-family: Avenir-Heavy;
    font-size: 0.22rem;
    color: #745195;
    margin-top: 0.1rem;
  }
  body .banner .btn .bannerSubBox {
    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;
    margin-left: 1rem;
  }
  body .banner .btn .bannerSubBox img {
    height: 0.5rem;
    width: auto;
  }
  body .banner .btn .showOther {
    margin-top: 0.1rem;
    margin-left: 1rem;
    height: 0.6rem;
  }
  body .banner .btn .showOther.center {
    display: none;
  }
  body .banner .btn .showOther.last {
    display: block;
  }
}
@media (min-width: 900px) {
  body .technology {
    padding-top: 1rem;
  }
  body .technology .mainBox_max {
    -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;
    overflow-x: hidden;
  }
  body .technology .mainBox_max,
  body .technology .mainBox_max .row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .technology .mainBox_max .row {
    margin-bottom: 1.3rem;
    width: 100%;
  }
  body .technology .mainBox_max .row .technologyTitle {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -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;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body .technology .mainBox_max .row .technologyTitle p,
  body .technology .mainBox_max .row .technologyTitle span {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    color: #fff;
    line-height: 0.54rem;
  }
  body .technology .mainBox_max .row .technologyTitle span {
    color: #e5765b;
  }
  body .technology .mainBox_max .row .titleTip {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 0.22rem;
    color: #fff;
    margin-left: 0.3rem;
    width: 8.21rem;
  }
  body .technology .mainBox_max .row .titleTip p {
    line-height: 1.46em;
    font-family: Avenir-Book;
  }
  body .technology .mainBox_max .items {
    width: 12.1rem;
    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 1.18rem;
  }
  body .technology .mainBox_max .items .item {
    width: 5.83rem;
    height: 3.4rem;
    -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.52rem 0.63rem 0 1.74rem;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  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:first-child,
  body .technology .mainBox_max .items .item:nth-child(2) {
    margin-top: 0;
  }
  body .technology .mainBox_max .items .item img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.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.19rem;
    color: #fff;
    line-height: 1.57em;
    position: relative;
    left: 0;
    top: 0;
  }
  body .technology .mainBox_max .items .item .text b {
    font-family: Avenir-Black;
    color: #e5765b;
    -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 .text .cercleIco {
    position: absolute;
    left: -0.23rem;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    border: 1px solid #e5765b;
    width: 0.2rem;
    height: 0.2rem;
    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%;
    -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 .text .cercleIco > span {
    display: block;
    background-color: #e5765b;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  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;
  }
}
@media (min-width: 900px) {
  body .dataOracle {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 1.45rem;
    padding-bottom: 1.2rem;
  }
  body .dataOracle .lineBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
  }
  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;
    top: 8.5rem;
    width: 2rem;
  }
  body .dataOracle .lineBox .minLine.line_1,
  body .dataOracle .lineBox .minLine.line_2 {
    -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;
    top: 7.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 .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;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Avenir-Black;
    font-size: 0.44rem;
    color: #fff;
    margin-bottom: 0.7rem;
  }
  body .dataOracle .mainBox_max .dataOracleTitle h3 {
    position: relative;
    left: 0;
    top: 0;
  }
  body .dataOracle .mainBox_max .dataOracleTitle h3:before {
    position: absolute;
    left: -0.3rem;
    bottom: 0.12rem;
    content: "";
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5765b;
    z-index: -1;
  }
  body .dataOracle .mainBox_max .dataOracleTitle h3 span {
    font-family: Avenir-Black;
    color: #e5765b;
    padding-left: 0.15rem;
  }
  body .dataOracle .mainBox_max .dataOracleBanner {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    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;
    padding: 0.6rem 1.3rem 0.77rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(./images/cercle_bg.f726f003.png),
      -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: url(./images/cercle_bg.f726f003.png),
      -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: url(./images/cercle_bg.f726f003.png),
      -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: url(./images/cercle_bg.f726f003.png),
      linear-gradient(-30deg, #745195, #e5765b);
    -o-background-size: auto 100%, auto;
    background-size: auto 100%, auto;
    background-position: 100%, 50%;
    background-repeat: no-repeat;
    border-radius: 0.2rem;
    margin-bottom: 1.33rem;
  }
  body .dataOracle .mainBox_max .dataOracleBanner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    left: 0.4rem;
    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 .cercleBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .cercleBox:before {
    position: absolute;
    content: "";
    left: -0.5rem;
    bottom: -0.4rem;
    background-color: rgba(0, 0, 0, 0.06);
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 50%;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .left {
    /* width: 7.5rem; */
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .left p {
    font-family: Lobster;
    font-size: 0.33rem;
    color: #fff;
    line-height: 1.4em;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    padding-top: 0.15rem;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right,
  body .dataOracle .mainBox_max .dataOracleBanner .right .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -moz-box-flex: 0;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box + .box {
    margin-top: 0.35rem;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box img {
    width: 2rem;
    height: auto;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0.35rem;
  }
  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;
    background-color: #fff;
    height: 0.58rem;
    padding: 0 0.3rem;
    box-shadow: none;
    -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:hover {
    background-color: #000;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button:hover p {
    color: #fff;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button div {
    display: none;
  }
  body .dataOracle .mainBox_max .dataOracleBanner .right .box .button p {
    font-family: Avenir-Medium;
    font-size: 0.2rem;
    padding-right: 0.1rem;
    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;
    width: -webkit-calc(100% + 0.6rem);
    width: -moz-calc(100% + 0.6rem);
    width: calc(100% + 0.6rem);
    position: relative;
    left: 0;
    top: 0;
  }
  body .dataOracle .mainBox_max .mulRow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-background-size: auto 90%;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(./images/architect_bg.2ec7ce43.png);
    z-index: -1;
    opacity: 0.7;
  }
  body .dataOracle .mainBox_max .mulRow .minBox {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.8rem;
    padding: 0 0.3rem;
  }
  body .dataOracle .mainBox_max .mulRow .minBox img {
    height: 0.45rem;
  }
  body .dataOracle .mainBox_max .mulRow .minBox h6 {
    font-family: Avenir-Black;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1.5em;
    padding-bottom: 0.1rem;
  }
  body .dataOracle .mainBox_max .mulRow .minBox p {
    font-family: Avenir-Book;
    font-size: 0.19rem;
    color: #fff;
    line-height: 1.47em;
  }
}
@media (min-width: 900px) {
  body .economics {
    padding-bottom: 1rem;
  }
  body .economics .mainBox {
    -o-background-size: 43% auto;
    background-size: 43% 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 {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .economics .mainBox .titleBox .economicsTitle {
    font-size: 0.44rem;
    color: #fff;
  }
  body .economics .mainBox .titleBox .economicsTitle p,
  body .economics .mainBox .titleBox .economicsTitle span {
    font-family: Avenir-Black;
  }
  body .economics .mainBox .titleBox .economicsTitle p {
    padding-left: 0.1rem;
    color: #e5765b;
  }
  body .economics .mainBox .titleBox > p {
    padding-top: 0.33rem;
    width: 7.1rem;
    font-family: Avenir-Book;
    font-size: 0.24rem;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
  }
  body .economics .mainBox .rowList {
    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;
  }
  body .economics .mainBox .rowList > div {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33%;
    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 > img {
    height: 1.4rem;
    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.28rem;
    color: #fff;
    line-height: 1.36em;
    text-align: center;
    margin: 0.46rem 0 0.21rem;
  }
  body .economics .mainBox .rowList > div p {
    font-family: Avenir-Book;
    font-size: 0.19rem;
    color: #fff;
    text-align: center;
    line-height: 1.47em;
    width: 3.48rem;
  }
}
@media (min-width: 900px) {
  body .application {
    padding-top: 1rem;
  }
  body .application .mainBox_max .bgBox {
    padding-bottom: 0.8rem;
  }
  body .application .mainBox_max .bgBox div {
    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 .application .mainBox_max .bgBox div p,
  body .application .mainBox_max .bgBox div span {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    color: #fff;
    line-height: 1.23em;
  }
  body .application .mainBox_max .bgBox div p {
    color: #e5765b;
    padding-left: 0.1rem;
  }
  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: 32%;
    height: 7.5rem;
    -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.46rem 0;
  }
  body .application .mainBox_max .list .item .title img {
    height: 0.43rem;
    width: auto;
    margin-bottom: 0.28rem;
  }
  body .application .mainBox_max .list .item .title h5 {
    font-family: Avenir-Black;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1.36em;
    height: 1.28rem;
  }
  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.19rem;
    color: #fff;
    line-height: 1.58em;
  }
}
@media (min-width: 900px) {
  body .dao {
    padding: 1.8rem 0 0;
  }
  body .dao .mainBox_max {
    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: 20%;
    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-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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 .dao .mainBox_max .title > h5 {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
  }
  body .dao .mainBox_max .title > h5:before {
    position: absolute;
    left: -0.3rem;
    bottom: 0.12rem;
    content: "";
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5765b;
    z-index: -1;
  }
  body .dao .mainBox_max .title p {
    font-family: Avenir-Book;
    padding-top: 0.45rem;
    font-size: 0.24rem;
    color: #fff;
    letter-spacing: -0.0034rem;
    line-height: 0.42rem;
    -webkit-transform: translateX(-0.15rem);
    -moz-transform: translateX(-0.15rem);
    -ms-transform: translateX(-0.15rem);
    -o-transform: translateX(-0.15rem);
    transform: translateX(-0.15rem);
  }
  body .dao .mainBox_max .cardBox {
    margin-top: 0.5rem;
    width: 100%;
    height: 3.5rem;
    position: relative;
    left: 0;
    top: 0;
  }
  body .dao .mainBox_max .cardShadow {
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    opacity: 0.54;
    background-image: -webkit-linear-gradient(120deg, #720847, #490127);
    background-image: -moz-linear-gradient(120deg, #720847 0, #490127 100%);
    background-image: -o-linear-gradient(120deg, #720847 0, #490127 100%);
    background-image: linear-gradient(-30deg, #720847, #490127);
  }
  body .dao .mainBox_max .card {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-image: -webkit-linear-gradient(120deg, #c51b7f, #da147d);
    background-image: -moz-linear-gradient(120deg, #c51b7f 0, #da147d 100%);
    background-image: -o-linear-gradient(120deg, #c51b7f 0, #da147d 100%);
    background-image: linear-gradient(-30deg, #c51b7f, #da147d);
    padding: 0.6rem 1rem 0.4rem;
    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;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(./images/cercle_bg.f726f003.png),
      -webkit-linear-gradient(120deg, #745195, #e5765b);
    background-image: url(./images/cercle_bg.f726f003.png),
      -moz-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: url(./images/cercle_bg.f726f003.png),
      -o-linear-gradient(120deg, #745195 0, #e5765b 100%);
    background-image: url(./images/cercle_bg.f726f003.png),
      linear-gradient(-30deg, #745195, #e5765b);
    -o-background-size: auto 100%, auto;
    background-size: auto 100%, auto;
    background-position: 100%, 50%;
    background-repeat: no-repeat;
  }
  body .dao .mainBox_max .card > p {
    font-family: Avenir-Black;
    font-size: 0.24rem;
    color: #fff;
    letter-spacing: -0.0034rem;
    line-height: 0.36rem;
  }
  body .dao .mainBox_max .card .button {
    background-color: #fff;
    width: 2rem;
    height: 0.58rem;
    border-radius: 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  body .dao .mainBox_max .card .button:hover {
    background-color: #000;
  }
  body .dao .mainBox_max .card .button:hover p {
    color: #fff;
  }
  body .dao .mainBox_max .card .button p {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Avenir-Medium;
    font-size: 0.2rem;
    color: #e5765b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0.04rem);
    -moz-transform: translateY(0.04rem);
    -ms-transform: translateY(0.04rem);
    -o-transform: translateY(0.04rem);
    transform: translateY(0.04rem);
  }
}
@media (min-width: 900px) {
  body .dao .mainBox_max .card .button p,
  body .partners .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;
  }
  body .partners .mainBox {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  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;
  }
}
@media (min-width: 900px) {
  body .investors {
    padding-top: 2rem;
  }
  body .investors .mainBox {
    padding-bottom: 1rem;
    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.2rem;
    display: inline-block;
  }
  body .investors .mainBox .titleBox:before {
    position: absolute;
    left: -5%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .investors .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    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;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  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: 25%;
    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.6rem;
  }
}
@media (min-width: 900px) {
  body .DeData {
    padding-top: 1.5rem;
    background-image: url(./images/bg_left.e599ee47.png),
      url(./images/bg_right.87137983.png);
    -o-background-size: 30% auto, 20% auto;
    background-size: 30% auto, 20% auto;
    background-repeat: no-repeat;
    background-position: 0 0, 100% 100%;
  }
  body .DeData .mainBox {
    padding-bottom: 1rem;
    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.2rem;
    display: inline-block;
  }
  body .DeData .mainBox .titleBox:before {
    position: absolute;
    left: -6%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .DeData .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    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;
    width: 11rem;
  }
  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;
  }
  body .DeData .mainBox .imgBox .row {
    width: 100%;
    -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.44rem;
    width: auto;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
}
@media (min-width: 900px) {
  body .media {
    padding-top: 1.5rem;
  }
  body .media .mainBox {
    padding-bottom: 1rem;
    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.2rem;
    display: inline-block;
  }
  body .media .mainBox .titleBox:before {
    position: absolute;
    left: -20%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .media .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    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.45rem;
  }
}
@media (min-width: 900px) {
  body .roadMap {
    padding-top: 1.5rem;
  }
  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.2rem;
    display: inline-block;
  }
  body .roadMap .mainBox .titleBox:before {
    position: absolute;
    left: -20%;
    top: -30%;
    z-index: 1;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5765b;
    border-radius: 50%;
  }
  body .roadMap .mainBox .titleBox h5 {
    font-family: Avenir-Black;
    font-size: 0.44rem;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body .roadMap .mainBox .main {
    width: 100%;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .roadMap .mainBox .main::-webkit-scrollbar {
    height: 4px;
    background: rgba(0, 0, 0, 0);
  }
  body .roadMap .mainBox .main::-webkit-scrollbar-thumb {
    height: 4px;
    border-radius: 4px;
    background: #555;
  }
  body .roadMap .mainBox .main::-webkit-scrollbar-button {
    display: none;
    background: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }
  body .roadMap .mainBox .main .mainCon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  body .roadMap .mainBox .main .mainCon .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0.1rem;
  }
  body .roadMap .mainBox .main .mainCon .list.next {
    padding-left: 1.5rem;
  }
  body .roadMap .mainBox .main .mainCon .list .item {
    width: 2.86rem;
    -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-left: 1.12rem;
  }
  body .roadMap .mainBox .main .mainCon .list .item .date {
    font-family: Avenir-Heavy;
    font-size: 0.28rem;
    color: #e5765b;
    line-height: 1.43em;
    padding-bottom: 0.3rem;
  }
  body .roadMap .mainBox .main .mainCon .list .item .text {
    font-family: Avenir-Book;
    font-size: 0.19rem;
    color: #fff;
    line-height: 1.47em;
  }
  body .roadMap .mainBox .main .mainCon .curve {
    width: 100%;
    height: 1.6rem;
    margin: 0.6rem 0;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  body .roadMap .mainBox .main .mainCon .curve canvas {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
}
@media (min-width: 900px) {
  body .subscribe {
    padding-top: 0.5rem;
  }
  body .subscribe > p {
    text-align: center;
    font-family: Avenir-Book;
    font-size: 0.24rem;
    padding-bottom: 0.4rem;
  }
  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: 0.5rem;
  }
  body .subscribe .mainBox .subscribeInp {
    width: 4.8rem;
    height: 100%;
    font-family: Avenir-Medium;
    font-size: 0.22rem;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.2rem;
    background: #363636;
    border-radius: 1rem;
    border: none;
  }
  body .subscribe .mainBox .subscribeBtn {
    margin-left: 0.2rem;
    height: 100%;
    padding: 0 0.2rem;
    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.22rem;
    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:hover {
    box-shadow: inset 0 0 1rem 0 hsla(0, 0%, 100%, 0.3);
  }
}
@media (min-width: 900px) {
  body .gradual {
    height: 2.23rem;
    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);
  }
}
@media (min-width: 900px) {
  body .footer .mainBox_max {
    height: 3.37rem;
    padding-bottom: 0.2rem;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    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;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body .footer .mainBox_max .left .imgBox > img:first-child {
    height: 0.6rem;
    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.55rem;
    width: auto;
    margin-left: 0.59rem;
  }
  body .footer .mainBox_max .left p {
    opacity: 0.56;
    font-family: Avenir-Book;
    font-size: 0.16rem;
    color: #fff;
    padding: 0.2rem 0 0.6rem;
  }
  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.5rem;
    height: 0.5rem;
    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 + .item {
    margin-left: 0.22rem;
  }
  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.1rem;
    -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: 1.5rem;
    height: 1.5rem;
  }
  body .footer .mainBox_max .left .linkList .item img {
    height: 0.23rem;
    width: auto;
  }
  body .footer .mainBox_max .right {
    padding-left: 2rem;
    font-family: Avenir-Book;
    color: #4c4c4c;
    margin-bottom: 0.1rem;
  }
  body .footer .mainBox_max .right h6 {
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
  }
  body .footer .mainBox_max .right h6:after {
    content: "";
    display: block;
    width: 0.3rem;
    height: 2px;
    background-color: #4c4c4c;
    margin-top: 0.15rem;
  }
  body .footer .mainBox_max .right p {
    font-size: 0.14rem;
    line-height: 1.5em;
  }
}
@media (min-width: 900px) {
  body .tipBox {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
    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: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 900px) {
  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: 50%;
    min-width: 8rem;
    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.3rem;
    height: 0.3rem;
    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.18rem;
    height: 0.18rem;
  }
  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);
  }
}
.button1{
  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;
  box-shadow: inset 0 0 0 1px #e5765b;
  height: 0.48rem;
  padding: 0 0.24rem;
  border-radius: 1rem;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
body .data1 .mainBox_max .dataOracleBanner .left p
{
font-family: Avenir-Medium !important;
    font-size:17px!important;
    color: #fff !important;
    line-height: 1.4em !important;
  }


  .myti{
  
    text-align: center;
    border: 2px solid #e5765b;
    width: auto;
    margin: 0 auto;
    padding: 10px;
    font-size: 0.44rem;
    position: relative;
    max-width: 200px;
    bottom: 30px;
    border-radius: 10px;
  }  
  .mf{
    margin-left:24% !important;
}
.mf1{
  margin-left:8% !important;
}