@charset "utf-8";
body{ background: #fff; font-size:.25rem;}
div { box-sizing: border-box;}
.dn { display: none;}
.clearfix:after { content: '\20'; clear: both; height: 0; display: block;}
a {-webkit-tap-highlight-color:transparent;}
*{ outline:none!important;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
input,textarea { outline: none; border: none; box-sizing: border-box; background: none;}
/* --------------index-start-------------- */

body {
  /* width: 100%; */
  /* height: 100vh; */
  /*background: url(../static/image/BG1.png) !important;*/
  width: 100%;
  min-height: 100vh;
  background-color: #0b0b0b !important;
  /*background-size: 100% 100% !important;*/
  /*background-repeat: no-repeat !important;*/
  /*background-position: center !important;*/
  /* overflow: hidden; */
  font-family: "Outfit";
}
#app {
  width: 100%;
  min-height: 100vh;
  /* background-color: #0B0B0B !important; */
  /*background: url(../static/image/BG1.png) !important;*/
  /*background-size: 100% 100% !important;*/
  /*background-repeat: no-repeat !important;*/
  /*background-position: center !important;*/
  /* overflow: auto; */
}
.preventReClick {
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999)) !important;
  background: linear-gradient(#ffffff, #999999) !important;
  /*background: #929292 !important;*/
}
.mint-msgbox {
  /*background-image: url(../static/image/tisBG.png);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 94%;
}
.mint-msgbox-btn {
  background-color: transparent !important;
  width: 1.03rem !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  border-radius: 0.18rem !important;
  color: #000000 !important;
  font-size: 0.2rem !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc00), to(#db7100));
  background: linear-gradient(#fffc00, #db7100);
  line-height: 0.36rem !important;
  margin-bottom: 0.34rem !important;
}
.mint-msgbox-btn:first-child {
  margin-left: 0.33rem !important;
}
.mint-msgbox-content {
  border-bottom: 0 !important;
  padding: 0.76rem 0.26rem 0.42rem !important;
}
.mint-msgbox-message {
  color: #ffffff !important;
  font-size: 0.1867rem !important;
  line-height: 0.2518rem !important;
  text-transform: uppercase !important;
}
.mint-msgbox-btns {
  height: auto !important;
  line-height: normal !important;
  padding-bottom: 0.28rem !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-flow: row-reverse !important;
          flex-flow: row-reverse !important;
}
.mint-toast.is-placebottom,
.mint-toast.is-placemiddle {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.2rem;
}
.nolist {
  color: #ffffff;
  margin-top: 0.2rem;
  text-align: center;
}
.slide-verify {
  background: #ffffff;
}
.slide-verify-slider {
  width: auto !important;
}
.movebutton span {
  display: none;
  z-index: -1;
}
.movebutton:active {
  -webkit-transform: translateX(6px) translateY(6px);
          transform: translateX(6px) translateY(6px);
  position: relative;
  overflow: hidden;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.movebutton:active span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: -1;
}

.top-bg[data-v-2bc879a2] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.slide-right-to-left-enter-active[data-v-2bc879a2],
.slide-right-to-left-leave-active[data-v-2bc879a2] {
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  /* 设置过渡动画的持续时间和缓动效果 */
}
.slide-right-to-left-enter[data-v-2bc879a2],
.slide-right-to-left-leave-to[data-v-2bc879a2] {
  -webkit-transform: scale(0);
          transform: scale(0);
  /* 初始状态在容器右侧之外 */
  opacity: 0;
  /* 初始透明度为0，隐藏内容 */
}
.select-text[data-v-2bc879a2] {
  color: #fff !important;
}
.select-val div[data-v-2bc879a2] {
  text-align: left;
  margin-bottom: 0.18rem;
}
.select-val[data-v-2bc879a2] {
  position: absolute;
  width: 1.06rem;
  padding: 0.18rem 0.12rem 0 0.12rem;
  top: 0.5rem;
  right: 0rem;
  color: #ffffff;
  z-index: 100;
  border-radius: 0.06rem;
  text-align: center;
  background-color: #141217;
}
.select div[data-v-2bc879a2] {
  font-size: 0.14rem;
}
.select[data-v-2bc879a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-right: 10px;
}
.top-logo[data-v-2bc879a2] {
  height: 29px;
}
.model[data-v-2bc879a2] {
  width: 100%;
  height: calc(100vh - 54px);
  position: fixed;
  top: 54px;
  left: 0;
}
.select-div[data-v-2bc879a2] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
.top[data-v-2bc879a2] {
    width: calc(100% - 40px);
    height: 78px;
    /* background-color: #000; */
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 100;
}
.select[data-v-2bc879a2] {
    margin-right: 0;
}
.top-logo[data-v-2bc879a2] {
    width: 88.74px;
    height: 42px;
    cursor: pointer;
}
.select img[data-v-2bc879a2] {
    width: 20px;
    height: 20px;
    opacity: 0.5;
}
.flex-box[data-v-2bc879a2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
    margin-left: 20px;
}
.more[data-v-2bc879a2] {
    width: 30px !important;
    height: 28px !important;
    margin-top: 0 !important;
}
.menu div[data-v-2bc879a2] {
    margin-top: 0.3rem;
    font-size: 16px;
    padding-left: 0.24rem;
    color: white;
}
.menu[data-v-2bc879a2] {
    overflow: hidden;
    width: 2rem;
    /*padding-left: 50%;*/
    height: calc(100vh - 54px);
    position: fixed;
    top: 74px;
    left: 0;
    background: black;
}
.wallet[data-v-2bc879a2] {
    -webkit-filter: brightness(100);
            filter: brightness(100);
}
img[data-v-2bc879a2] {
    width: 100%;
    height: 100%;
}
}
@media screen and (min-width: 769px) {
.flex-box[data-v-2bc879a2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: calc(100% - 1.77rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: calc(1.77rem - 0.887rem - 30px);
}
.top[data-v-2bc879a2] {
    height: 74px;
    /* overflow: hidden; */
    z-index: 100;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    width: calc(100% - 30px);
    padding: 0 15px;
}
.top-logo[data-v-2bc879a2] {
    width: 88.7px;
    height: 42px;
    cursor: pointer;
}
.top-list[data-v-2bc879a2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*width: 5rem;*/
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*margin-right: 2.1rem;*/
    position: relative;
    gap: 14px;
    /* font-size: 0.1rem; */
}
.top-list div[data-v-2bc879a2] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    cursor: pointer;
}
.select-div[data-v-2bc879a2] {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 0.6);
}
.select-val div[data-v-2bc879a2]:hover {
    color: rgba(255, 255, 255, 0.9);
}
.select-div img[data-v-2bc879a2] {
    width: 0.1rem;
    height: 0.09rem;
    margin: 0 !important;
}
.select-val[data-v-2bc879a2] {
    position: absolute;
    width: 1.06rem;
    padding: 0.18rem 0.12rem 0 0.12rem;
    top: 75px;
    right: 0;
    color: #ffffff;
    z-index: 100;
    border-radius: 0.06rem;
    text-align: center;
    background-color: #000;
}
.select[data-v-2bc879a2] {
    margin-left: 15px;
    /*width: 1.06rem;*/
    height: 1.5rem;
}
.wallet[data-v-2bc879a2] {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    -webkit-filter: brightness(100);
            filter: brightness(100);
}
.select img[data-v-2bc879a2] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.7;
}
}

canvas {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lobby {
  width: 100%;
  float: left;
  position: relative;
  overflow-x: hidden;
  /* margin-bottom: 1rem; */
}
@-webkit-keyframes anticlockwise {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 从0度开始旋转 */
}
to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    /* 旋转到360度 */
}
}
@keyframes anticlockwise {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 从0度开始旋转 */
}
to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    /* 旋转到360度 */
}
}
.home-info {
  margin: 0.52rem auto 0;
  font-size: 0.15rem;
  color: #bac3d3;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.13rem;
}
.border-content {
  border-radius: 0.06rem;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app-logo img {
  margin: 0 0.09rem 0 0;
}
.lobby-info {
  font-size: 0.14rem;
  color: #bac3d3;
}
.under-bg {
  width: 0.56rem;
  height: 0.54rem;
  margin-top: -0.25rem;
  /*margin-left: -0.5rem;*/
}
@media screen and (max-width: 768px) {
.goUp {
    width: 0.4rem;
    height: 0.4rem;
    position: fixed;
    right: 0.2rem;
    bottom: 2rem;
    z-index: 99;
}
.home-bg {
    width: 100%;
    /* height: 2.7rem;
		overflow: hidden;
		position: relative; */
    padding-bottom: 0.47rem;
}
.text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* position: absolute;
		top: .87rem; */
    width: calc(100vw - 0.4rem) !important;
    padding: 0 0.2rem;
}
.home-title {
    font-size: 0.36rem;
    color: white;
    font-family: "Outfit-Bold";
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 14px #2ec301;
}
.home-text {
    font-size: 0.22rem;
    color: white;
    font-family: "Outfit-Bold";
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 14px #2ec301;
}
.vedio1 {
    width: 3.16rem !important;
    height: 3.16rem !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* 保持视频比例，覆盖整个容器 */
    display: block;
    /* 确保视频元素是块级元素 */
    outline: none;
    /* 移除视频元素的轮廓 */
    position: absolute;
    top: -0.5rem;
    right: -0.9rem;
    -webkit-animation: rotate 50s linear infinite;
            animation: rotate 50s linear infinite;
}
.light {
    /* width: 11.55rem !important;
    height: 12.61rem !important; */
    width: 100%;
    /* right: -1rem; */
    position: absolute;
    top: 0rem;
    z-index: 1;
}
.animationImg {
    /* width: 77vw !important;
		width: 77vw; */
    width: 98vw !important;
    left: 0.15rem;
    /* 移除视频元素的轮廓 */
    position: absolute;
    z-index: 2;
    /* top: -10vw;
    right: -7vw; */
    -webkit-animation: anticlockwise 50s linear infinite;
            animation: anticlockwise 50s linear infinite;
}
.top-main {
    position: relative;
    height: 3.56rem;
}
@-webkit-keyframes rotate {
from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      /* 从0度开始旋转 */
}
to {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
      /* 旋转到360度 */
}
}
@keyframes rotate {
from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      /* 从0度开始旋转 */
}
to {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
      /* 旋转到360度 */
}
}

  /* 隐藏播放控件 */
video::-webkit-media-controls {
    display: none !important;
}
video::-webkit-media-controls-enclosure {
    display: none !important;
}
video::-webkit-media-controls-panel {
    display: none !important;
}
.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    height: 0.4rem;
    cursor: pointer !important;
    margin-right: 0.16rem;
    margin-top: 0 !important;
    margin-left: 0;
    z-index: 20;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.08rem;
    background-color: #a7ff8c;
    color: #000000 !important;
    font-family: Outfit-Bold;
}
.btn-group div:hover {
    background-color: #a7ff8c;
    color: #000000;
    font-family: Outfit-Bold;
}
.border-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    height: 0.4rem;
    cursor: pointer !important;
    margin-right: 0.16rem;
    margin-top: 0 !important;
    margin-left: 0;
    z-index: 20;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.01rem solid #a7ff8c33;
    border-radius: 0.08rem;
    color: #a7ff8c;
    font-family: Outfit-Bold;
}
.title-sort {
    /* width: 70%; */
    padding-right: 1rem;
}
}
@media screen and (min-width: 769px) {
.text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 1.8rem);
    position: absolute;
    top: 2.16rem;
    padding-left: 1.8rem;
}
.home-bg {
    width: 100%;
    height: 7.5rem;
    /* background: url(../../../static/image/PCBG.png) !important; */
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
    position: relative;
}
.home-title {
    width: 70%;
    text-align: left;
    font-size: 0.64rem;
    font-family: "Outfit-Bold";
    color: white;
    font-weight: bold;
    text-shadow: 0 0 14px #2ec301;
    /* 设置文字阴影 */
}
.home-text {
    width: 70%;
    text-align: left;
    font-size: 0.36rem;
    font-family: "Outfit-Bold";
    color: white;
    font-weight: bold;
    text-shadow: 0 0 14px #2ec301;
}
.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
    margin-top: 0.1rem;
}
.home-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    height: 0.4rem;
    cursor: pointer !important;
    margin-right: 0.16rem;
    margin-top: 0 !important;
    margin-left: 0;
    z-index: 20;
    padding: 0 0.2rem;
    font-size: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-group div:hover {
    background-color: #a7ff8c;
    color: #000000;
    font-family: Outfit-Bold;
}
.border-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    height: 0.4rem;
    cursor: pointer !important;
    margin-right: 0.16rem;
    margin-top: 0 !important;
    margin-left: 0;
    z-index: 20;
    padding: 0 0.17rem;
    font-size: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.15rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.01rem solid #a7ff8c33;
    border-radius: 0.08rem;
    color: #a7ff8c;
    font-family: Outfit-Bold;
}
.up-img {
    width: 0.13rem;
    height: 0.13rem;
}
.flex-left {
    width: 100%;
}
.light {
    width: 11.55rem !important;
    height: 12.61rem !important;
    right: -1rem;
    position: absolute;
    top: 0rem;
    z-index: 1;
}
.animationImg {
    width: 10.8rem !important;
    height: 10.8rem !important;
    width: 100%;
    /* 移除视频元素的轮廓 */
    position: absolute;
    top: -1rem;
    right: -1rem;
    /* top: 0rem;
      right: 0rem; */
    -webkit-transform: rotate(-27deg);
            transform: rotate(-27deg);
    z-index: 2;
    -webkit-animation: anticlockwise 50s linear infinite;
            animation: anticlockwise 50s linear infinite;
}

  /* 隐藏播放控件 */
video::-webkit-media-controls {
    display: none !important;
}
video::-webkit-media-controls-enclosure {
    display: none !important;
}
video::-webkit-media-controls-panel {
    display: none !important;
}
.bg1 {
    width: 9rem;
    height: 9rem;
    background-image: url(../../static/img/1.b69b1d3.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: rotate 200s linear infinite;
            animation: rotate 200s linear infinite;
}
@-webkit-keyframes rotate {
from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      /* 从0度开始旋转 */
}
to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      /* 旋转到360度 */
}
}
@keyframes rotate {
from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      /* 从0度开始旋转 */
}
to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      /* 旋转到360度 */
}
}
@-webkit-keyframes breathe {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
      /* 初始大小 */
      opacity: 0.4;
      /* 初始透明度 */
}
to {
      -webkit-transform: scale(1.8);
              transform: scale(1.8);
      /* 放大到1.2倍 */
      opacity: 1;
      /* 透明度降低到0.5 */
}
}
@keyframes breathe {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
      /* 初始大小 */
      opacity: 0.4;
      /* 初始透明度 */
}
to {
      -webkit-transform: scale(1.8);
              transform: scale(1.8);
      /* 放大到1.2倍 */
      opacity: 1;
      /* 透明度降低到0.5 */
}
}
.video-div {
    position: absolute;
    top: 0;
    left: 0;
}
}

@media screen and (max-width: 768px) {
.Partner-index[data-v-d3ae7848] {
    width: 100%;
}
.news-logo[data-v-d3ae7848] {
    width: 0.34rem;
    height: 0.24rem;
}
.partner-title[data-v-d3ae7848] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.1rem;
    font-size: 0.24rem;
    color: #a7ff8c;
    margin: 0.6rem 0 0.2rem 0;
    font-family: "Outfit-Bold";
    font-weight: bold;
}
.partner-list[data-v-d3ae7848] {
    display: none;
}
.partner-list-mobile[data-v-d3ae7848] {
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
    height: 4rem;
    background: url(../../static/img/mask.d69fbe1.png);
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* gap: 0.16rem; */
    margin-top: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.partner-item[data-v-d3ae7848] {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partner-item img[data-v-d3ae7848] {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
}
.partner-box-mobile[data-v-d3ae7848] {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    /* margin-top: -0.3rem; */
}
  /* .partner-box-mobile:nth-child(n + 3) {
    margin-top: 0.2rem;
  } */
.partner-name[data-v-d3ae7848] {
    font-size: 0.18rem;
    color: white;
    margin-top: 0.24rem;
    font-family: "Outfit-Bold";
    font-weight: bold;
    text-align: center;
}
.img1[data-v-d3ae7848] {
    width: 0.15rem;
    height: 0.16rem;
}
.img2[data-v-d3ae7848] {
    width: 0.16rem;
    height: 0.0917rem;
}
.img3[data-v-d3ae7848] {
    width: 0.16rem;
    height: 0.133rem;
}
.img4[data-v-d3ae7848] {
    width: 0.16rem;
    height: 0.132rem;
}
.img5[data-v-d3ae7848] {
    width: 0.146rem;
    height: 0.16rem;
}
.img6[data-v-d3ae7848] {
    width: 0.143rem;
    height: 0.16rem;
}
.img7[data-v-d3ae7848] {
    width: 0.227rem;
    height: 0.16rem;
}
}
@media screen and (min-width: 769px) {
.Partner-index[data-v-d3ae7848] {
    /* 	width: calc(100% - 1.98rem);
			padding-left: 1.78rem; */
    /* margin-top: 4.03rem; */
}
.news-logo[data-v-d3ae7848] {
    width: 0.34rem;
    height: 0.24rem;
}
.partner-title[data-v-d3ae7848] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.84rem 1.8rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.1rem;
    font-size: 0.24rem;
    color: #a7ff8c;
    font-family: "Outfit-Bold";
    font-weight: bold;
}
.flex-center[data-v-d3ae7848] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3rem;
    margin-bottom: 0.81rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.partner-list-mobile[data-v-d3ae7848] {
    display: none;
}
.partner-list[data-v-d3ae7848] {
    padding: 0.24rem 1.8rem 0.43rem;
    /* height: 2rem; */
    background: url(../../static/img/mask.d69fbe1.png);
    background-size: 100% 100%;
}
.partner-row[data-v-d3ae7848] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.2rem;
}
.partner-row[data-v-d3ae7848]:first-child {
    margin-top: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.logo-box[data-v-d3ae7848] {
    width: 2.78rem;
    height: 2.78rem;
    margin: 1.4rem auto 0.44rem;
}
.foot-title2[data-v-d3ae7848] {
    font-size: 0.2rem;
}
.foot-item[data-v-d3ae7848] {
    width: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    padding: 0.2rem 0;
    margin-right: 0.1rem;
    border-radius: 0.08rem;
}
.foot-item[data-v-d3ae7848]:hover {
    background: #0b0f1a;
}
.foot-text[data-v-d3ae7848] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.15rem;
}
.right-icon[data-v-d3ae7848] {
    width: 0.14rem;
    height: 0.1rem;
    margin-right: 0.1rem;
}
.sort[data-v-d3ae7848] {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 0.08rem;
}
.partner-item[data-v-d3ae7848] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partner-item img[data-v-d3ae7848] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}
.partner-box[data-v-d3ae7848] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.partner-box[data-v-d3ae7848]:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.partner-box:hover .partner-name[data-v-d3ae7848] {
    color: #a7ff8c;
}
  /* .partner-box:nth-child(n + 6) {
    margin-top: 0.2rem;
  } */
.partner-name[data-v-d3ae7848] {
    font-size: 0.16rem;
    color: white;
    margin-top: 0.1rem;
    font-weight: bold;
    text-align: center;
}
.img1[data-v-d3ae7848] {
    width: 0.15rem;
    height: 0.16rem;
}
.img2[data-v-d3ae7848] {
    width: 0.16rem;
    height: 0.0917rem;
}
.img3[data-v-d3ae7848] {
    width: 0.16rem;
}
.img4[data-v-d3ae7848] {
    width: 0.16rem;
    height: 0.132rem;
}
.img5[data-v-d3ae7848] {
    width: 0.146rem;
    height: 0.16rem;
}
.img6[data-v-d3ae7848] {
    width: 0.143rem;
    height: 0.16rem;
}
.img7[data-v-d3ae7848] {
    width: 0.227rem;
    height: 0.16rem;
}
}

@media screen and (max-width: 769px) {
.advantage-index[data-v-eacb5430] {
    width: calc(100% - 0.48rem);
    padding-left: 0.24rem;
}
.advantage-box[data-v-eacb5430] {
    width: 100%;
    height: 100%;
}
.advantage-box-title[data-v-eacb5430] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    font-size: 0.24rem;
    font-family: Outfit-Bold;
    color: rgba(167, 255, 140, 1);
    margin: 0.3rem 0 0.3rem 0;
    gap: 0.16rem;
}
.news-logo[data-v-eacb5430] {
    width: 0.34rem;
    height: 0.24rem;
}
.card-box[data-v-eacb5430] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.08rem;
}
.card-item[data-v-eacb5430] {
    width: calc(50% - 0.04rem);
    min-height: 3rem;
    height: auto;
    padding: 0.08rem;
    border-radius: 0.16rem;
    background: radial-gradient(
      37.36% 53.75% at 97.36% 100%,
      rgba(0, 140, 70, 0.5) 2.37%,
      rgba(1, 48, 11, 0.5) 100%
    );
    border: 1px solid rgba(90, 194, 124, 1);
    /* border-image-source: conic-gradient(from 64.22deg at 50% 50%, #2B5C3B -22.53deg, #3E8555 37.08deg, #5AC27C 224.62deg, #2B5C3B 337.47deg, #3E8555 397.08deg); */
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    -webkit-transition: -webkit-transform 3s;
    transition: -webkit-transform 3s;
    transition: transform 3s;
    transition: transform 3s, -webkit-transform 3s;
    background: blur 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.card-item[data-v-eacb5430]:hover {
    -webkit-animation: hoverUp-data-v-eacb5430 1.5s infinite alternate;
            animation: hoverUp-data-v-eacb5430 1.5s infinite alternate;
}
@-webkit-keyframes hoverUp-data-v-eacb5430 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
@keyframes hoverUp-data-v-eacb5430 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
.card-title[data-v-eacb5430] {
    font-size: 0.18rem;
    color: white;
    font-family: Outfit-Bold;
    font-weight: bold;
    margin-bottom: 0.16rem;
}
.card-info[data-v-eacb5430] {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.54);
}
.card-item img[data-v-eacb5430] {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.16rem;
}
}
#select1[data-v-eacb5430] {
  overflow-y: hidden;
}
@media screen and (min-width: 769px) {
.advantage-index[data-v-eacb5430] {
    margin: 0 auto;
    position: relative;
    padding: 0 1.8rem;
}
.advantage-box[data-v-eacb5430] {
    width: 100%;
    height: 100%;
}
.advantage-box-title[data-v-eacb5430] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Outfit-Bold";
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.24rem;
    color: rgba(167, 255, 140, 1);
    margin: 0.84rem 0 0.24rem 0;
    gap: 0.16rem;
}
.news-logo[data-v-eacb5430] {
    width: 0.34rem;
    height: 0.24rem;
}
.card-box[data-v-eacb5430] {
    width: 100%;

    /* display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); */

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* display: flex;
			flex-direction: row;
			justify-content: start; */
    /* gap: 0.578rem; */
}
.card[data-v-eacb5430] {
    position: relative;
}
.card-item[data-v-eacb5430] {
    width: 3.6rem;
    /* gap: .16rem; */
    min-height: 3.7rem;
    padding: 0 0.3rem;
    border-radius: 0.16rem;
    background: radial-gradient(
      37.36% 53.75% at 97.36% 100%,
      rgba(0, 140, 70, 0.5) 2.37%,
      rgba(1, 48, 11, 0.5) 100%
    );
    border: 1px solid rgba(90, 194, 124, 1);
    /* border-image-source: conic-gradient(from 64.22deg at 50% 50%, #2B5C3B -22.53deg, #3E8555 37.08deg, #5AC27C 224.62deg, #2B5C3B 337.47deg, #3E8555 397.08deg); */
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 20;
    cursor: pointer;
    -webkit-transition: -webkit-transform 3s;
    transition: -webkit-transform 3s;
    transition: transform 3s;
    transition: transform 3s, -webkit-transform 3s;
    background: blur 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.card-item[data-v-eacb5430]:hover {
    -webkit-animation: hoverUp-data-v-eacb5430 1.5s infinite alternate;
            animation: hoverUp-data-v-eacb5430 1.5s infinite alternate;
}
@-webkit-keyframes hoverUp-data-v-eacb5430 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
@keyframes hoverUp-data-v-eacb5430 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
.card-title[data-v-eacb5430] {
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    font-size: 0.2rem;
    color: white;
    margin-bottom: 0.16rem;
    font-family: Outfit-Bold;
    font-weight: bold;
}
.card-info[data-v-eacb5430] {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
}
.card-item img[data-v-eacb5430] {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.16rem auto;
}
.card-item-img[data-v-eacb5430] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
}
.video-box[data-v-eacb5430] {
    width: 100%;
    height: 9.43rem;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: -1;
}
}

@media screen and (max-width: 769px) {
.news[data-v-3edca31e] {
    width: calc(100% - 20px);
    padding-left: 20px;
    z-index: 20;
}
.advantage-box-title[data-v-3edca31e] {
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}
.left-text[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.24rem;
    color: rgba(167, 255, 140, 1);
    font-family: Outfit-Bold;
    font-weight: bold;
}
.left-text img[data-v-3edca31e] {
    width: 0.34rem;
    height: 0.24rem;
}
.right-text[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Outfit-Bold;
    color: rgba(255, 255, 255, 0.54);
}
.right-text img[data-v-3edca31e] {
    width: 0.2rem;
    height: 0.2rem;
}
.news-info[data-v-3edca31e] {
    width: calc(100% - 0.2rem);
    /* overflow-x: auto; */
    display: -webkit-box;
    gap: 0.16rem;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
    padding-right: 0.2rem;
}
.news-item[data-v-3edca31e] {
    width: 3.2rem;
    padding: 0.16rem;
    border: 0.01rem solid rgba(90, 194, 124, 0.5);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    z-index: 20;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.news-title[data-v-3edca31e] {
    height: 0.5rem;
    font-size: 0.18rem;
    word-break: break-all;
    color: #fff;
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: normal;
    /* 允许换行 */
    display: -webkit-box;
    /* 将元素设置为弹性盒子 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方向为垂直 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为两行 */
}
.time[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin-top: 0.16rem;
}
.time img[data-v-3edca31e] {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.1rem;
}
.news-msg[data-v-3edca31e] {
    width: 100%;
    height: 0.3rem;
    font-size: 0.16rem;
    word-break: break-all;
    color: #fff;
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: normal;
    /* 允许换行 */
    display: -webkit-box;
    /* 将元素设置为弹性盒子 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方向为垂直 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为两行 */
}
}
@media screen and (min-width: 769px) {
  /* 修改滚动条的样式 */
.news-info[data-v-3edca31e]::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    /* 滚动条的宽度 */
}
.news-info[data-v-3edca31e]::-webkit-scrollbar-track {
    background: #888;
    border-radius: 6px;
    /* 滚动条轨道的背景颜色 */
}
.news-info[data-v-3edca31e]::-webkit-scrollbar-thumb {
    background: rgba(90, 194, 124, 1);
    /* 滚动条滑块的背景颜色 */
    border-radius: 6px;
    /* 滚动条滑块的圆角 */
}
.news-info[data-v-3edca31e]::-webkit-scrollbar-thumb:hover {
    background: rgba(90, 194, 124, 0.7);
    cursor: pointer;
    /* 滚动条滑块悬停时的背景颜色 */
}
.news[data-v-3edca31e] {
    width: 100%;
    padding: 0 1.8rem;
    position: relative;
    z-index: 20;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.news-logo[data-v-3edca31e] {
    width: 0.34rem;
    height: 0.24rem;
}
.advantage-box-title[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.24rem;
    font-family: "Outfit-Bold";
    font-weight: bold;
}
.left-text[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.24rem;
    font-family: Outfit-Bold;
    color: #a7ff8c;
}
.right-text[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.14rem;
    font-family: Outfit-Bold;
    color: rgba(255, 255, 255, 0.54);
}
.right-text img[data-v-3edca31e] {
    width: 0.2rem;
    height: 0.2rem;
}
.news-info[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.16rem;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
}
.news-item[data-v-3edca31e] {
    width: 3.6rem;
    padding: 0.16rem;
    border: 0.01rem solid rgba(90, 194, 124, 0.5);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 20;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.news-item[data-v-3edca31e]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明的黑色蒙版 */
    pointer-events: none;
    /* 允许点击穿透蒙版 */
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* 添加过渡效果 */
}
.news-item[data-v-3edca31e]:hover::before {
    opacity: 0;
    /* 鼠标移入时，蒙版透明度变为0 */
}
.news-title[data-v-3edca31e] {
    height: 0.4rem;
    font-size: 0.16rem;
    word-break: break-all;
    color: #fff;
    word-break: break-all;
    color: #fff;
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: normal;
    /* 允许换行 */
    display: -webkit-box;
    /* 将元素设置为弹性盒子 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方向为垂直 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为两行 */
}
.time[data-v-3edca31e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.09rem;

    width: 100%;
}
.time img[data-v-3edca31e] {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.03rem;
}
.news-msg[data-v-3edca31e] {
    width: 100%;
    height: 0.48rem;
    font-size: 0.18rem;
    /* word-break: break-all; */
    color: #fff;
    overflow: hidden;

    text-overflow: ellipsis;

    white-space: normal;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}
}

@media screen and (max-width: 768px) {
.project-content[data-v-3bdf8662] {
    width: 100%;
    padding: 0 0.13rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.news-logo[data-v-3bdf8662] {
    width: 0.34rem;
    height: 0.24rem;
}
.center-title[data-v-3bdf8662] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.1rem;
    font-size: 0.24rem;
    color: #a7ff8c;
    margin: 0.64rem 0 0.25rem 0;
    font-family: "Outfit-Bold";
    font-weight: bold;
}
.product-box[data-v-3bdf8662] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.15rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.product-item[data-v-3bdf8662] {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(166, 255, 138, 0.1);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
    /* margin-bottom: 0rem; */
}
.hover-css[data-v-3bdf8662] {
    width: 100%;
    min-height: 1.81rem;
    padding: 0.2rem 0;
    height: auto;
    color: rgba(166, 255, 138, 0.05);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.16rem;
    border: 1px solid rgba(166, 255, 138, 1);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.15rem;
}
.zero[data-v-3bdf8662] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
}
.color-up[data-v-3bdf8662] {
    width: 0.21rem;
    height: 0.21rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
}
.product-logo[data-v-3bdf8662] {
    margin-top: 0.2rem;
    margin-left: 0.1rem;
}
.hover-css .product-logo[data-v-3bdf8662] {
    margin-top: 0rem;
    margin-left: 0.15rem;
}
.hover-css .product-info[data-v-3bdf8662] {
    position: unset;
    color: #fff;
    font-family: Outfit-Bold;
    font-weight: bold;
}
.hover-css .product-text[data-v-3bdf8662] {
    width: calc(100% - 0.3rem);
    margin-left: 0.15rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
}
.product-info[data-v-3bdf8662] {
    width: calc(100% - 0.2rem);
    padding: 0 0.1rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
    position: absolute;
    bottom: 0.15rem;
}
.logo0[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.logo1[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.36rem;
}
.logo2[data-v-3bdf8662] {
    width: 0.36rem;
    height: 0.36rem;
}
.logo3[data-v-3bdf8662] {
    width: 0.57rem;
    height: 0.36rem;
}
.logo4[data-v-3bdf8662] {
    width: 0.36rem;
    height: 0.36rem;
}
.logo5[data-v-3bdf8662] {
    width: 0.386rem;
    height: 0.36rem;
}
.logo6[data-v-3bdf8662] {
    width: 0.523rem;
    height: 0.36rem;
}
.logo7[data-v-3bdf8662] {
    width: 0.342rem;
    height: 0.36rem;
}
.logo8[data-v-3bdf8662] {
    width: 0.342rem;
    height: 0.36rem;
}
.logo9[data-v-3bdf8662] {
    width: 0.225rem;
    height: 0.223rem;
}
.logo10[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.logo11[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.47rem;
}
.logo12[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.logo13[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.cart[data-v-3bdf8662] {
    font-family: Outfit-Bold;
    font-weight: 700;
}
.cart-title[data-v-3bdf8662] {
    font-size: 0.2rem;
    padding-bottom: 0.16rem;
    color: #ffffff;
}
.cart-main[data-v-3bdf8662] {
    /* display: flex;
    align-items: center;

    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.08rem;
}
.cart_item[data-v-3bdf8662] {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    margin-bottom: 0.24rem;
    border: 1px solid #ffffff29;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: all 0.5s infinite;
            animation: all 0.5s infinite;
    background-image: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgb(25 25 25 / 0.9)),
      to(rgb(14 14 14 / 0.9))
    );
    background-image: linear-gradient(
      180deg,
      rgb(25 25 25 / 0.9) 0%,
      rgb(14 14 14 / 0.9) 100%
    );
}
.cart_items[data-v-3bdf8662] {
    position: relative;
    z-index: 2;
}
.cart_items[data-v-3bdf8662]:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    /* 图片从中心向外扩展 */
    z-index: 3;
}
.cart_item_title[data-v-3bdf8662] {
    font-size: 0.12rem;
    padding-top: 0.1rem;
    color: rgba(255, 255, 255, 0.54);
}
.cart_buttom[data-v-3bdf8662] {
    background-color: rgba(255, 255, 255, 0.05);

    padding: 10px 0;
    font-size: 0.14rem;
    text-align: center;
    color: rgba(166, 255, 138, 1);
    font-family: Outfit-Bold;
    cursor: pointer;
}
.cart-logo[data-v-3bdf8662] {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}
.cart-logoS[data-v-3bdf8662] {
    width: 0.42rem;
    height: 0.42rem;
    gap: 0px;
    border-radius: 50%;
    background: #000000;
}
}
@media screen and (min-width: 769px) {
.project-content[data-v-3bdf8662] {
    /* width: calc(100% - 1.78rem - 20px); */

    padding: 0 1.8rem;
    background-image: url("/static/image/svg/77575.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 2.74rem;
}
.news-logo[data-v-3bdf8662] {
    width: 0.34rem;
    height: 0.24rem;
}
.center-title[data-v-3bdf8662] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.16rem;
    font-size: 0.24rem;
    color: #a7ff8c;
    margin: 0.64rem 0 0.24rem 0;
    font-family: "Outfit-Bold";
    font-weight: bold;
}
.product-box[data-v-3bdf8662] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.product-item[data-v-3bdf8662] {
    width: 1.68rem;
    height: 1.68rem;
    border-radius: 0.16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(166, 255, 138, 0.1);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
}
.hover-css[data-v-3bdf8662] {
    width: 3.2rem;
    min-height: 1.81rem;
    padding: 0.2rem 0;
    height: auto;
    color: rgba(166, 255, 138, 0.05);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.16rem;
    border: 1px solid rgba(166, 255, 138, 1);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.15rem;
}
.zero[data-v-3bdf8662] {
    width: 0.77rem;
    height: 0.77rem;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -0.335rem;
    right: -0.335rem;
}
.color-up[data-v-3bdf8662] {
    width: 0.21rem;
    height: 0.21rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
}
.product-logo[data-v-3bdf8662] {
    margin-top: 0.6rem;
    margin-left: 0.15rem;
}
.hover-css .product-logo[data-v-3bdf8662] {
    margin-top: 0rem;
    margin-left: 0.15rem;
}
.hover-css .product-info[data-v-3bdf8662] {
    position: unset;
    color: #fff;
    font-family: Outfit-Bold;
    font-weight: bold;
}
.hover-css .product-text[data-v-3bdf8662] {
    width: calc(100% - 0.3rem);
    margin-left: 0.15rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
}
.product-info[data-v-3bdf8662] {
    width: calc(100% - 0.3rem);
    padding: 0 0.15rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
    position: absolute;
    bottom: 0.35rem;
}
.logo0[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.logo1[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.36rem;
}
.logo2[data-v-3bdf8662] {
    width: 0.36rem;
    height: 0.36rem;
}
.logo3[data-v-3bdf8662] {
    width: 0.57rem;
    height: 0.36rem;
}
.logo4[data-v-3bdf8662] {
    width: 0.36rem;
    height: 0.36rem;
}
.logo5[data-v-3bdf8662] {
    width: 0.386rem;
    height: 0.36rem;
}
.logo6[data-v-3bdf8662] {
    width: 0.523rem;
    height: 0.36rem;
}
.logo7[data-v-3bdf8662] {
    width: 0.342rem;
    height: 0.36rem;
}
.logo8[data-v-3bdf8662] {
    width: 0.342rem;
    height: 0.36rem;
}
.logo9[data-v-3bdf8662] {
    width: 0.225rem;
    height: 0.223rem;
}
.logo10[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.logo11[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.47rem;
}
.logo12[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.logo13[data-v-3bdf8662] {
    width: 0.46rem;
    height: 0.46rem;
}
.cart[data-v-3bdf8662] {
    font-family: Outfit-Bold;
    font-weight: 700;
}
.cart-title[data-v-3bdf8662] {
    font-size: 0.2rem;
    padding-bottom: 0.16rem;
    color: #ffffff;
}
.cart-main[data-v-3bdf8662] {
    /* display: flex;
    align-items: center;
    gap: .14rem; */
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.182rem;
}
.cart_item[data-v-3bdf8662] {
    width: 2.91rem;
    height: 1.04rem;
    border-radius: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.24rem;
    border: 1px solid #ffffff29;
    padding: 0 0.16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-image: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgb(25 25 25 / 0.9)),
      to(rgb(14 14 14 / 0.9))
    );
    background-image: linear-gradient(
      180deg,
      rgb(25 25 25 / 0.9) 0%,
      rgb(14 14 14 / 0.9) 100%
    );
    /* 添加平滑的放大动画 */
    /*transform-origin: center center; */

    /* 设置缩放的中心点 */
}
.cart_items[data-v-3bdf8662] {
    position: relative;
    z-index: 2;
}
.cart_items[data-v-3bdf8662]:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    /* 图片从中心向外扩展 */
    z-index: 3;
}
.cart_item_title[data-v-3bdf8662] {
    font-size: 0.2rem;
    color: #ffffff;
    padding-left: 0.24rem;
}
.cart_buttom[data-v-3bdf8662] {
    max-width: 10.24rem;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    font-size: 0.2rem;
    text-align: center;
    color: rgba(166, 255, 138, 1);
    font-family: Outfit-Bold;
    cursor: pointer;
    margin: 0 auto;
}
.cart-logo[data-v-3bdf8662] {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}
.cart-logoS[data-v-3bdf8662] {
    width: 0.72rem;
    height: 0.72rem;
    gap: 0px;
    border-radius: 50%;
    background: #000000;
}
}
@-webkit-keyframes hoverUp-data-v-3bdf8662 {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
}
@keyframes hoverUp-data-v-3bdf8662 {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
}
.cursor_allowed[data-v-3bdf8662] {
  cursor: not-allowed;
}

@media screen and (max-width: 769px) {
.advantage-index[data-v-51ce2123] {
    width: calc(100% - 0.48rem);
    padding-left: 0.24rem;
}
.advantage-box[data-v-51ce2123] {
    width: 100%;
    height: 100%;
}
.advantage-box-title[data-v-51ce2123] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    font-size: 0.24rem;
    font-family: Outfit-Bold;
    color: rgba(167, 255, 140, 1);
    margin: 0.3rem 0 0.3rem 0;
    gap: 0.16rem;
}
.news-logo[data-v-51ce2123] {
    width: 0.34rem;
    height: 0.24rem;
}
.card-box[data-v-51ce2123] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    gap: 0.08rem;
}
.card-item[data-v-51ce2123] {
    width: calc(50% - 0.04rem);
    height: auto;
    padding: 0.08rem;
    border-radius: 0.16rem;
    border: 1px solid rgba(90, 194, 124, 1);
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    -webkit-transition: -webkit-transform 3s;
    transition: -webkit-transform 3s;
    transition: transform 3s;
    transition: transform 3s, -webkit-transform 3s;
    background: blur 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.card-item[data-v-51ce2123]:hover {
    -webkit-animation: hoverUp-data-v-51ce2123 1.5s infinite alternate;
            animation: hoverUp-data-v-51ce2123 1.5s infinite alternate;
}
@-webkit-keyframes hoverUp-data-v-51ce2123 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
@keyframes hoverUp-data-v-51ce2123 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
.card-title[data-v-51ce2123] {
    font-size: 0.18rem;
    color: white;
    font-family: Outfit-Bold;
    font-weight: bold;
    margin-bottom: 0.16rem;
}
.card-info[data-v-51ce2123] {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.54);
}
.card-item img[data-v-51ce2123] {
    width: 0.69rem;
    height: 0.55rem;
    position: absolute;
    top: 0;
    right: 0;
}
}
#select1[data-v-51ce2123] {
  overflow-y: hidden;
}
@media screen and (min-width: 769px) {
.advantage-index[data-v-51ce2123] {
    margin: 0 auto;
    position: relative;
    padding: 0 1.8rem;
}
.advantage-box[data-v-51ce2123] {
    width: 100%;
    height: 100%;
}
.advantage-box-title[data-v-51ce2123] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Outfit-Bold";
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.24rem;
    color: rgba(167, 255, 140, 1);
    margin: 0.84rem 0 0.24rem 0;
    gap: 0.16rem;
}
.news-logo[data-v-51ce2123] {
    width: 0.34rem;
    height: 0.24rem;
}
.card-box[data-v-51ce2123] {
    width: 100%;

    /* display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); */

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    /* display: flex;
			flex-direction: row;
			justify-content: start; */
    /* gap: 0.578rem; */
}
.card[data-v-51ce2123] {
    position: relative;
}
.card-item[data-v-51ce2123] {
    width: 3.6rem;
    height: 1.4rem;
    padding: 0 0.3rem;
    padding-top: 0.3rem;
    border-radius: 0.16rem;
    border: 1px solid rgba(90, 194, 124, 1);
    z-index: 20;
    cursor: pointer;
    -webkit-transition: -webkit-transform 3s;
    transition: -webkit-transform 3s;
    transition: transform 3s;
    transition: transform 3s, -webkit-transform 3s;
    background: blur 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.card-item[data-v-51ce2123]:nth-child(n + 5) {
    margin-top: 0.24rem;
}
.card-item[data-v-51ce2123]:hover {
    -webkit-animation: hoverUp-data-v-51ce2123 1.5s infinite alternate;
            animation: hoverUp-data-v-51ce2123 1.5s infinite alternate;
}
@-webkit-keyframes hoverUp-data-v-51ce2123 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
@keyframes hoverUp-data-v-51ce2123 {
from {
      -webkit-transform: scale(1);
              transform: scale(1);
}
to {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
}
}
.card-title[data-v-51ce2123] {
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    font-size: 0.2rem;
    color: white;
    margin-bottom: 0.16rem;
    font-family: Outfit-Bold;
    font-weight: bold;
}
.card-info[data-v-51ce2123] {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
}
.card-item img[data-v-51ce2123] {
    width: 0.69rem;
    height: 0.55rem;
    position: absolute;
    top: 0;
    right: 0;
}
.card-item-img[data-v-51ce2123] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
}
.video-box[data-v-51ce2123] {
    width: 100%;
    height: 9.43rem;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: -1;
}
}

.ai-model-support[data-v-38f9ccb1] {
  padding: 0 1.8rem;
  color: #fff;
}
.ai-model-support .title[data-v-38f9ccb1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.16rem;
  font-size: 0.24rem;
  color: #a7ff8c;
  margin: 0.64rem 0 0.24rem 0;
  font-family: "Outfit-Bold";
  font-weight: bold;
}
.ai-model-support .news-logo[data-v-38f9ccb1] {
  width: 0.34rem;
  height: 0.24rem;
}
.ai-model-support .content[data-v-38f9ccb1] {
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  margin-top: 0.4rem;
}
.ai-model-support .content .ai-model-left[data-v-38f9ccb1] {
  width: 5.9rem;
  border: 1px solid rgba(90, 194, 124, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.24rem;
  font-weight: bold;
}
.ai-model-support .content .ai-model-left > img[data-v-38f9ccb1] {
  width: 1.05rem;
  height: 0.75rem;
  margin-bottom: 0.2rem;
}
.ai-model-support .content .ai-model-right[data-v-38f9ccb1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-model-support .content .ai-model-right .ai-model-right-top[data-v-38f9ccb1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-top .box[data-v-38f9ccb1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1.56rem;
  border: 1px solid rgba(90, 194, 124, 1);
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.24rem;
  font-weight: bold;
}
.ai-model-support .content .ai-model-right .ai-model-right-top .box > img[data-v-38f9ccb1] {
  width: auto;
  height: 0.45rem;
  margin-bottom: 0.12rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-bottom[data-v-38f9ccb1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-bottom .box[data-v-38f9ccb1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2.83rem;
  border: 1px solid rgba(90, 194, 124, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.24rem;
  font-weight: bold;
}
.ai-model-support .content .ai-model-right .ai-model-right-bottom .box > img[data-v-38f9ccb1] {
  width: auto;
  height: 0.61rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
.ai-model-support[data-v-38f9ccb1] {
    padding: 0 0.13rem;
}
.ai-model-support .title[data-v-38f9ccb1] {
    width: 100%;
    gap: 0.1rem;
}
.ai-model-support .content[data-v-38f9ccb1] {
    height: 2rem;
    gap: 0.1rem;
    margin-top: 0.2rem;
}
.ai-model-support .content .ai-model-left[data-v-38f9ccb1] {
    width: 1rem;
    border: 1px solid rgba(90, 194, 124, 1);
    font-size: 0.12rem;
}
.ai-model-support .content .ai-model-left > img[data-v-38f9ccb1] {
    width: 0.5rem;
    height: auto;
}
.ai-model-support .content .ai-model-right[data-v-38f9ccb1] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.ai-model-support .content .ai-model-right .ai-model-right-top[data-v-38f9ccb1] {
    gap: 0.1rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-top .box[data-v-38f9ccb1] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 0.7rem;
    padding: 0 0.1rem;
    font-size: 0.12rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-top .box > img[data-v-38f9ccb1] {
    width: auto;
    height: 0.25rem;
    margin-bottom: 0.08rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-bottom[data-v-38f9ccb1] {
    gap: 0.1rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-bottom .box[data-v-38f9ccb1] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1.2rem;
    font-size: 0.12rem;
}
.ai-model-support .content .ai-model-right .ai-model-right-bottom .box > img[data-v-38f9ccb1] {
    width: auto;
    height: 0.3rem;
    margin-bottom: 0.08rem;
}
}

.download {
  width: 100%;
  min-height: 100vh;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
canvas {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.download-box {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  /* margin-bottom: 1rem !important; */
  z-index: 99;
}
.btn-box {
  width: 3.37rem;
  height: 70px;
  background: RGBA(15, 20, 25, 0.5);
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.05rem;
}
.btn-box div {
  width: calc(50% - 0.1rem);
  height: calc(100% - 0.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.14rem;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  font-family: "Outfit-Bold";
  cursor: pointer;
}
.btn-box img {
  margin-right: 0.13rem;
}
.iosIcon {
  width: 0.26rem;
  height: 0.26rem;
}
.androidIcon {
  width: 0.24rem;
  height: 0.25rem;
}
.active {
  background-color: RGBA(42, 57, 71, 0.5);
}
.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.85rem;
}
.banner-img {
  width: 2rem;
  height: 3.94rem;
}
.font-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 5rem;
}
.font-title {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.2rem;
  font-family: "Outfit-Bold";
}
.font-info {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.21rem;
  margin-bottom: 0.4rem;
}
.qr {
  width: 1rem;
  height: 1rem;
}
.qr img {
  width: 100%;
  height: 100%;
}
.font-info2 {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.12rem;
}
.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.55rem;
  width: 1.5rem;
  background: rgba(0, 193, 101, 1);
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  cursor: pointer;
}
.download-btn img {
  margin-right: 0.12rem;
}
.iosBtn {
  background: #29a7dd;
}
.btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-text div:nth-child(1) {
  font-size: 0.12rem;
  color: white;
}
.btn-text div:nth-child(2) {
  font-size: 0.14rem;
  color: white;
  font-weight: bold;
}
.android-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  gap: 0.1rem;
}
@media screen and (max-width: 768px) {
.download {
    /* height: auto; */
    position: relative;
}
.download-box {
    margin-top: 0.86rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    gap: 0;
}
.btn-box {
    z-index: 100;
}
.btn-box div {
    height: 100%;
}
.btn-box img {
    margin-right: 0.07rem;
}
.btn-box .iosIcon {
    width: 0.2rem;
    height: 0.2rem;
}
.btn-box .androidIcon {
    width: 0.18rem;
    height: 0.2rem;
}
.content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -0.4rem;
}
.banner-img-app {
    width: 3.75rem;
    height: 3.68rem;
}
.font-box {
    width: calc(100% - 0.32rem);
    margin: 0.34rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.font-title {
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.font-info {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.16rem;
    margin-bottom: 0.4rem;
}
.download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0.65rem;
    width: 100%;
    background: rgba(0, 193, 101, 1);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    cursor: pointer;
}
.download-btn img {
    margin-right: 0.08rem;
}
.iosBtn {
    background: #29a7dd;
}
.btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-text div:nth-child(1) {
    font-size: 0.12rem;
    color: white;
}
.btn-text div:nth-child(2) {
    font-size: 0.14rem;
    color: white;
    font-weight: bold;
}
.ios-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
}
.ios-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0.1rem;
}
.ios-item {
    font-size: 0.14rem;
    color: #fff;
}
.android-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 0.1rem;
}
}
.ios-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.ios-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}
.ios-item {
  font-size: 0.14rem;
  color: #fff;
}
.video-box {
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.download[data-v-da70186c] {
		width: 100%;
		height: 100vh;
		background-size: 100% 100% !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		position: relative;
		/* overflow-y: auto; */
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* align-items: center; */
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
@-webkit-keyframes breathe-data-v-da70186c {
from {
			-webkit-transform: scale(1);
			        transform: scale(1);
			/* 初始大小 */
			opacity: 0.4;
			/* 初始透明度 */
}
to {
			-webkit-transform: scale(1.8);
			        transform: scale(1.8);
			/* 放大到1.2倍 */
			opacity: 1;
			/* 透明度降低到0.5 */
}
}
@keyframes breathe-data-v-da70186c {
from {
			-webkit-transform: scale(1);
			        transform: scale(1);
			/* 初始大小 */
			opacity: 0.4;
			/* 初始透明度 */
}
to {
			-webkit-transform: scale(1.8);
			        transform: scale(1.8);
			/* 放大到1.2倍 */
			opacity: 1;
			/* 透明度降低到0.5 */
}
}
.news-box-item[data-v-da70186c] {
		width: calc(12rem - 3rem);
		background: -webkit-gradient(linear, left top, left bottom, from(#151318), to(#0B0B0D));
		background: linear-gradient(180deg, #151318 0%, #0B0B0D 100%);
		border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 1px solid rgba(90, 194, 124, 0.5);
		/* height: fit-content; */
		padding: 0.42rem 0.44rem 0 0.42rem;
		/* margin: 1.7rem auto 0; */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-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;
		text-align: center;
		/* justify-content: center; */
		z-index: 20;
}
.news-title[data-v-da70186c] {
		width: 6.71rem;
		font-size: 0.24rem;
		color: #fff;
		font-weight: bold;
		margin-bottom: 0.08rem;
}
.news-time[data-v-da70186c] {
		font-size: 0.16rem;
		color: rgba(255, 255, 255, 0.6);
}
.news-content[data-v-da70186c] {
		width: 100%;
		margin-top: 0.28rem;
		padding: 0.32rem 0;
		border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
		border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
		max-height: calc(100vh - 6rem);
		overflow-y: auto;
}
.news-content[data-v-da70186c] {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 0.28rem;
}
.news-p[data-v-da70186c] {
		word-break: break-all;
		text-align: left;
		font-size: 0.14rem;
		color: rgba(255, 255, 255, 0.6);
		white-space: pre-wrap;
		/* 保留空白符并自动换行 */
}
.news-team[data-v-da70186c] {
		width: calc(100% - 0.2rem);
		word-break: break-all;
		text-align: right;
		font-size: 0.14rem;
		color: rgba(255, 255, 255, 0.6);
		padding-right: 0.2rem;
}
.news-foot[data-v-da70186c] {
		width: 100%;
		height: 1.1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.btn-div[data-v-da70186c] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0.16rem;
		color: #fff;
		gap: 0.04rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		cursor: pointer;
}
.btn-div img[data-v-da70186c] {
		width: 0.12rem;
		height: 0.12rem;
}
.num-box[data-v-da70186c] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.07rem;
}
.num-box div[data-v-da70186c]:nth-child(1) {
		font-size: 0.16rem;
		color: #fff;
}
.num-box div[data-v-da70186c]:nth-child(2) {
		font-size: 0.16rem;
		color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
.news-box-item[data-v-da70186c] {
			width: calc(100% - 0.8rem);
			margin-top: .5rem;
			background: -webkit-gradient(linear, left top, left bottom, from(#151318), to(#0B0B0D));
			background: linear-gradient(180deg, #151318 0%, #0B0B0D 100%);
			border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
      border: 1px solid rgba(90, 194, 124, 0.5);
			padding: 0.24rem 0.25rem 0 0.25rem;
			/* margin: 1rem auto 0; */
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-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;
			text-align: center;
			/* justify-content: center; */
			z-index: 20;
}
.news-title[data-v-da70186c] {
			width: 100%;
			font-size: 0.18rem;
			color: #fff;
			font-weight: bold;
			margin-bottom: 0.1rem;
}
.news-time[data-v-da70186c] {
			width: 100%;
			font-size: 0.1rem;
			color: rgba(255, 255, 255, 0.6);
			text-align: left;
}
.news-content[data-v-da70186c] {
			width: 100%;
			margin-top: 0.15rem;
			padding: 0.15rem 0;
			border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
			border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
			min-height: calc(100vh - 3.5rem);
			overflow-y: auto;
			overflow-x: hidden;
}
.news-content[data-v-da70186c] {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			gap: 0.12rem;
}
.news-p[data-v-da70186c] {
			word-break: break-all;
			text-align: left;
			font-size: 0.14rem;
			color: rgba(255, 255, 255, 0.6);
}
.news-team[data-v-da70186c] {
			width: 100%;
			word-break: break-all;
			text-align: right;
			font-size: 0.14rem;
			color: rgba(255, 255, 255, 0.6);
}
.news-foot[data-v-da70186c] {
			width: 100%;
			height: 0.7rem;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
}
.btn-div[data-v-da70186c] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			font-size: 0.14rem;
			color: #fff;
			gap: 0.04rem;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			cursor: pointer;
}
.btn-div img[data-v-da70186c] {
			width: 0.12rem;
			height: 0.12rem;
}
.num-box[data-v-da70186c] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			gap: 0.07rem;
			min-width: 0.5rem;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
}
.num-box div[data-v-da70186c]:nth-child(1) {
			font-size: 0.14rem;
			color: #fff;
}
.num-box div[data-v-da70186c]:nth-child(2) {
			font-size: 0.14rem;
			color: rgba(255, 255, 255, 0.6);
}
}



	/* 修改滚动条的样式 */
.news-content[data-v-da70186c]::-webkit-scrollbar {
		width: 10px;
		/* 滚动条的宽度 */
}
.news-content[data-v-da70186c]::-webkit-scrollbar-track {
		background: #888;
		/* 滚动条轨道的背景颜色 */
}
.news-content[data-v-da70186c]::-webkit-scrollbar-thumb {
		background: #454552;
		/* 滚动条滑块的背景颜色 */
		border-radius: 6px;
		/* 滚动条滑块的圆角 */
}
.news-content[data-v-da70186c]::-webkit-scrollbar-thumb:hover {
		background: #454552;
		/* 滚动条滑块悬停时的背景颜色 */
}

@media screen and (max-width: 769px) {
.Ecosystem[data-v-112b1ec5] {
    position: relative;
    background: #000000;
    min-height: 100vh;
}
.Ecosystem-box[data-v-112b1ec5] {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.Ecosystem-box-title[data-v-112b1ec5] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Outfit-Bold";
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.22rem;
    margin: 1.23rem 0 0.43rem 0;
    text-transform: uppercase;
}
.Ecosystem-box1[data-v-112b1ec5] {
    padding: 0 0.13rem;
}
.Ecosystem-box-main[data-v-112b1ec5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.08rem;
}
.Ecosystem-title[data-v-112b1ec5] {
    font-size: 0.2rem;
    font-family: "Outfit-Bold";
    color: #ffffff;
    padding: 0.16rem 0;
    /* flex-basis: 100%; */
    /* 设置为占满一行 */
    width: 100%;
    /* 备用方案，确保跨行兼容 */
}
.product-logo[data-v-112b1ec5] {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}
.product-logoS[data-v-112b1ec5] {
    width: 0.48rem;
    height: 0.48rem;
    gap: 0px;
    border-radius: 50%;
    background: #000000;
}
.Ecosystem-item[data-v-112b1ec5] {
    gap: 0.16rem;
    padding: 0 0 0.16rem 0;
}
.Ecosystem-items[data-v-112b1ec5] {
    /* width: 1.68rem; */
    width: 1.2rem;
    height: 1.2rem;
    /* padding: .13rem .16rem; */
    background-image: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgb(25 25 25 / 0.9)),
      to(rgb(14 14 14 / 0.9))
    );
    background-image: linear-gradient(
      180deg,
      rgb(25 25 25 / 0.9) 0%,
      rgb(14 14 14 / 0.9) 100%
    );

    border: 1px solid #ffffff29;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
}
.Ecosystem-itemf[data-v-112b1ec5] {
    -webkit-animation: all 0.5s infinite;
            animation: all 0.5s infinite;
    position: relative;
}
.Ecosystem-itemf[data-v-112b1ec5]:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    /* 图片从中心向外扩展 */
    z-index: 3;
}

  /* .zero {
    width: 0.77rem;
    height: 0.77rem;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -0.1438rem;
    right: -0.26rem;
    display: none;

  } */
.Ecosystem-info[data-v-112b1ec5] {
    font-size: 0.14rem;
    font-family: "Outfit-Bold";
    color: #ffffff;
    padding-top: 0.08rem;
}
}
@media screen and (min-width: 769px) {
.Ecosystem[data-v-112b1ec5] {
    position: relative;
    background: #000000;
    min-height: 100vh;
}
.Ecosystem-box[data-v-112b1ec5] {
    width: calc(100% - 3.6rem);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.Ecosystem-box-title[data-v-112b1ec5] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Outfit-Bold";
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
    margin: 1.23rem 0 0.8818rem 0;
    gap: 0.16rem;
    text-transform: uppercase;
}
.video-box[data-v-112b1ec5] {
    width: 100%;
    height: 9.41rem;
    position: fixed;
    left: 0rem;
    top: -1rem;
    z-index: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    -o-object-fit: cover;
       object-fit: cover;
}
.Ecosystem-box1[data-v-112b1ec5] {
    /* display: grid;
     */
    /* flex-wrap: wrap; */
}
.Ecosystem-box-main[data-v-112b1ec5] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.182rem;
}
.Ecosystem-title[data-v-112b1ec5] {
    font-size: 0.2rem;
    font-family: "Outfit-Bold";
    color: #ffffff;
    padding: 0.2482rem 0 0.1631rem;
    /* flex-basis: 100%; */
    /* 设置为占满一行 */
    width: 100%;
    /* grid-column: span 6 / span 6; */
    /* 备用方案，确保跨行兼容 */
}
.product-logo[data-v-112b1ec5] {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}
.product-logoS[data-v-112b1ec5] {
    width: 0.72rem;
    height: 0.72rem;
    gap: 0.18;
    border-radius: 24px;
    background: #000000;
}
.Ecosystem-item[data-v-112b1ec5] {
}
.Ecosystem-items[data-v-112b1ec5] {
    width: 2.91rem;
    height: 1.04rem;
    padding: 0.13rem 0.16rem;
    background-image: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgb(25 25 25 / 0.9)),
      to(rgb(14 14 14 / 0.9))
    );
    background-image: linear-gradient(
      180deg,
      rgb(25 25 25 / 0.9) 0%,
      rgb(14 14 14 / 0.9) 100%
    );
    border: 1px solid #ffffff29;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.Ecosystem-itemf[data-v-112b1ec5] {
    z-index: 2;
    position: relative;
}
.Ecosystem-itemf[data-v-112b1ec5]:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    /* 图片从中心向外扩展 */
    z-index: 3;
}
.Ecosystem-prohibit[data-v-112b1ec5] {
}

  /* .zero {
    width: 0.77rem;
    height: 0.77rem;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -0.1438rem;
    right: -0.26rem;

  } */
.Ecosystem-info[data-v-112b1ec5] {
    font-size: 0.2rem;
    color: #ffffff;
    padding-left: 0.24rem;
}
}
.Ecosystem-box-title[data-v-112b1ec5] {
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgb(90, 194, 124)),
    to(rgb(178, 226, 53))
  );
  background-image: linear-gradient(
    rgb(90, 194, 124) 0%,
    rgb(178, 226, 53) 100%
  );
  background-clip: text;
  color: transparent;
  font-family: "Outfit-Bold";
}
.cursor_allowed[data-v-112b1ec5] {
  cursor: not-allowed;
}
.Ecosystem_m[data-v-112b1ec5] {
  position: fixed;
  left: 0rem;
  top: 0rem;
  height: 100vh;
  width: 100vw;
  background: #000000;
  z-index: 0;
}


















@media screen and (max-width: 768px) {
.Partner-index[data-v-9401afc2] {
    width: 100%;

    padding: 0 0.13rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.news-logo[data-v-9401afc2] {
    width: 0.34rem;
    height: 0.24rem;
}
.partner-titles[data-v-9401afc2] {
    gap: 0.1rem;
    font-size: 0.24rem;
    color: #a7ff8c;
    margin: 0.64rem 0 0.25rem 0;
    font-family: "Outfit-Bold";
    font-weight: bold;
}
.foot-bg[data-v-9401afc2] {
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    position: relative;
    overflow: hidden;
}
.foot-body[data-v-9401afc2] {
    width: 100%;
    padding: 0.2rem 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.foot-body-item[data-v-9401afc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
    height: 0.34rem;
    background: rgba(148, 224, 124, 0.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Outfit-Bold";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.2rem;
    cursor: pointer;
    -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
    transition: height 0.3s ease, -webkit-transform 0.3s ease;
    transition: height 0.3s ease, transform 0.3s ease;
    transition: height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.foot-body-item[data-v-9401afc2]:hover {
    height: 0.52rem;
    background: rgba(148, 224, 124, 1);
}
.left-item[data-v-9401afc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
    font-size: 0.14rem;
    color: #fff;
    font-weight: bold;
    font-family: "Outfit-Bold";
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Add transition for color */
}
.foot-body-item:hover .left-item[data-v-9401afc2] {
    color: #0b0f1a !important;
    font-weight: bold;
    font-family: "Outfit-Bold";
}
.right-img[data-v-9401afc2] {
    width: 0.155rem;
    height: 0.14rem;
}
.img1[data-v-9401afc2] {
    width: 0.15rem;
    height: 0.16rem;
}
.img2[data-v-9401afc2] {
    width: 0.16rem;
    height: 0.0917rem;
}
.img3[data-v-9401afc2] {
    width: 0.16rem;
    height: 0.133rem;
}
.img4[data-v-9401afc2] {
    width: 0.16rem;
    height: 0.132rem;
}
.bottom-item[data-v-9401afc2] {
    width: 100%;
    height: 0.32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.2rem;
}
.bottom-div[data-v-9401afc2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(148, 224, 124, 0.05);
    cursor: pointer;
    -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
    transition: height 0.3s ease, -webkit-transform 0.3s ease;
    transition: height 0.3s ease, transform 0.3s ease;
    transition: height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bottom-div[data-v-9401afc2]:hover {
    height: 0.52rem;
    background: rgba(148, 224, 124, 1);
}
.img5[data-v-9401afc2] {
    width: 0.146rem;
    height: 0.16rem;
}
.img6[data-v-9401afc2] {
    width: 0.143rem;
    height: 0.16rem;
}
.img7[data-v-9401afc2] {
    width: 0.227rem;
    height: 0.16rem;
}
.info[data-v-9401afc2] {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
    margin-top: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo-img[data-v-9401afc2] {
    width: 0.887rem;
    height: 0.42rem;
}
.partner-info[data-v-9401afc2] {
    width: 100%;
    font-size: 0.14rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.54);
}
.partner-div[data-v-9401afc2] {
    width: calc(100% - 40px);
    padding: 0 20px;
    text-align: center;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
    text-align: center;
    margin-top: 0.3rem;
}
}
@media screen and (min-width: 769px) {
.Partner-index[data-v-9401afc2] {
    /* 	width: calc(100% - 1.98rem);
			padding-left: 1.78rem; */
    /* margin-top: 4.03rem; */
}
.news-logo[data-v-9401afc2] {
    width: 0.34rem;
    height: 0.24rem;
}
.partner-titles[data-v-9401afc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.1rem;
    font-size: 0.24rem;
    color: #a7ff8c;
    margin: 1.28rem 0 0.2rem 0;
    font-family: "Outfit-Bold";
    font-weight: bold;
}
.partner-titles[data-v-9401afc2] {
    margin-top: 0.7rem;
}
.flex-center[data-v-9401afc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3rem;
    margin-bottom: 0.81rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.logo-box[data-v-9401afc2] {
    width: 2.78rem;
    height: 2.78rem;
    margin: 1.4rem auto 0.44rem;
}
.foot-title2[data-v-9401afc2] {
    font-size: 0.2rem;
}
.foot-item[data-v-9401afc2] {
    width: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    padding: 0.2rem 0;
    margin-right: 0.1rem;
    border-radius: 0.08rem;
}
.foot-item[data-v-9401afc2]:hover {
    background: #0b0f1a;
}
.foot-text[data-v-9401afc2] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.15rem;
}
.right-icon[data-v-9401afc2] {
    width: 0.14rem;
    height: 0.1rem;
    margin-right: 0.1rem;
}
.sort[data-v-9401afc2] {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 0.08rem;
}
.foot-bg[data-v-9401afc2] {
    width: 100%;
    height: 8.1rem;
    position: relative;
    overflow: hidden;
}
.video-box[data-v-9401afc2] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.foot-body[data-v-9401afc2] {
    margin-left: 1.78rem;
    width: 7.78rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.foot-body-item[data-v-9401afc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
    height: 0.47rem;
    background: rgba(148, 224, 124, 0.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Outfit-Bold";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.2rem;
    cursor: pointer;
    -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
    transition: height 0.3s ease, -webkit-transform 0.3s ease;
    transition: height 0.3s ease, transform 0.3s ease;
    transition: height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.foot-body-item[data-v-9401afc2]:hover {
    height: 0.69rem;
    background: rgba(148, 224, 124, 1);
    /* transform: scale(1.1); */
}
.left-item[data-v-9401afc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
    font-size: 0.14rem;
    color: #fff;
    font-weight: bold;
    font-family: "Outfit-Bold";
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Add transition for color */
}
.foot-body-item:hover .left-item[data-v-9401afc2] {
    color: #0b0f1a !important;
    font-weight: bold;
    font-family: "Outfit-Bold";
}
.right-img[data-v-9401afc2] {
    width: 0.155rem;
    height: 0.14rem;
}
.img1[data-v-9401afc2] {
    width: 0.24rem;
}
.img2[data-v-9401afc2] {
    width: 0.24rem;
}
.img3[data-v-9401afc2] {
    width: 0.26rem;
}
.img4[data-v-9401afc2] {
    width: 0.26rem;
}
.bottom-item[data-v-9401afc2] {
    width: 7.78rem;
    height: 0.44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.2rem;
}
.bottom-div[data-v-9401afc2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(148, 224, 124, 0.05);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; /* 添加过渡效果 */
}
.bottom-div[data-v-9401afc2]:hover {
    /* height: .42rem; */
    /* height: .69rem; */
    background: rgba(148, 224, 124, 1);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
}
.img5[data-v-9401afc2] {
    width: 0.146rem;
    height: 0.16rem;
}
.img6[data-v-9401afc2] {
    width: 0.143rem;
    height: 0.16rem;
}
.img7[data-v-9401afc2] {
    width: 0.227rem;
    height: 0.16rem;
}
.info[data-v-9401afc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 1.78rem);
    padding-left: 1.67rem;
    margin-top: 1.13rem;
    gap: 0.2rem;
}
.logo-img[data-v-9401afc2] {
    width: 0.887rem;
    height: 0.42rem;
}
.partner-info[data-v-9401afc2] {
    width: 100%;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
}
.partner-div[data-v-9401afc2] {
    width: calc(100% - 0.5rem);
    padding-right: 0.5rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.54);
    text-align: right;
    margin-top: 0.3rem;
}
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button,
a {
	padding: 0;
	margin: 0;
	list-style: none;
	text-indent: 0px;
	-webkit-overflow-scrolling: touch;
	font-size: .15rem;
	line-height: normal;
	font-family: 'Outfit'
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
button:before,
button:after,
input:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

cite,
em {
	font-style: normal;
}

img,
button {
	border: 0px none;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	outline: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	background: 0;
	-webkit-tap-highlight-color: transparent;
	color: unset;
	display: block;
	font-size: initial;
}

button,
object {
	cursor: pointer;
	background: none;
	vertical-align: middle;
	overflow: visible;
}

object {
	cursor: default;
}

input,
button,
select,
textarea {
	outline: none;
	vertical-align: middle;
	border: 0;
	background: 0;
	color: #000000;
}

textarea {
	resize: none;
}

body {
	line-height: normal;
	background: #fff;
	overflow-y: scroll;
}

i {
	font-style: normal
}

b {
	font-weight: normal
}

section {
	overflow-x: hidden;
	width: 100%;
	overflow-y: auto;
}

@media screen and (max-width: 768px) {
	html {
		font-size: calc(100/400*100vw)
	}

	/*html{font-size: 100px}*/
	/* 移动端样式 */
}

/* 在媒体查询中设置 PC 端样式 */

@media screen and (min-width: 769px) {
	html {
		font-size: calc(100/1920*100vw)
	}

	/*html{font-size: 80px}*/
	/* PC 端样式 */
}

header {
	height: 0.6rem;
	background: #110020;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

header img {
	width: 0.1233rem;
	position: absolute;
	left: 0.22rem;
}

header p {
	color: #ffffff;
	font-size: .2rem;
	text-transform: uppercase;
}

@font-face {
	font-family: "Outfit";
	src: url(../../static/fonts/Outfit.609f32a.ttf);
}

@font-face {
	font-family: "Outfit-Bold";
	src: url(../../static/fonts/Outfit-Bold.c878bcb.ttf);
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #26a2ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    padding: 0 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.mint-header .mint-button {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    padding: 0;
    font-size: inherit
}
.mint-header .mint-button::after {
    content: none;
}
.mint-header.is-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
.mint-header-button {
    -webkit-box-flex: .5;
        -ms-flex: .5;
            flex: .5;
}
.mint-header-button > a {
    color: inherit;
}
.mint-header-button.is-right {
    text-align: right;
}
.mint-header-button.is-left {
    text-align: left;
}
.mint-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    font-weight: 400;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 4px;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: block;
    font-size: 18px;
    height: 41px;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}
.mint-button::after {
    background-color: #000;
    content: " ";
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}
.mint-button:not(.is-disabled):active::after {
    opacity: .4
}
.mint-button.is-disabled {
    opacity: .6
}
.mint-button-icon {
    vertical-align: middle;
    display: inline-block
}
.mint-button--default {
    color: #656b79;
    background-color: #f6f8fa;
    -webkit-box-shadow: 0 0 1px #b8bbbf;
            box-shadow: 0 0 1px #b8bbbf
}
.mint-button--default.is-plain {
    border: 1px solid #5a5a5a;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #5a5a5a
}
.mint-button--primary {
    color: #fff;
    background-color: #26a2ff
}
.mint-button--primary.is-plain {
    border: 1px solid #26a2ff;
    background-color: transparent;
    color: #26a2ff
}
.mint-button--danger {
    color: #fff;
    background-color: #ef4f4f
}
.mint-button--danger.is-plain {
    border: 1px solid #ef4f4f;
    background-color: transparent;
    color: #ef4f4f
}
.mint-button--large {
    display: block;
    width: 100%
}
.mint-button--normal {
    display: inline-block;
    padding: 0 12px
}
.mint-button--small {
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    height: 33px
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-cell {
    background-color:#fff;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    color:inherit;
    min-height:48px;
    display:block;
    overflow:hidden;
    position:relative;
    text-decoration:none;
}
.mint-cell img {
    vertical-align:middle;
}
.mint-cell:first-child .mint-cell-wrapper {
    background-origin:border-box;
}
.mint-cell:last-child {
    background-image:-webkit-gradient(linear, left bottom, left top, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
    background-image:linear-gradient(0deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size:100% 1px;
    background-repeat:no-repeat;
    background-position:bottom;
}
.mint-cell-wrapper {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
    background-image:linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size: 120% 1px;
    background-repeat: no-repeat;
    background-position: top left;
    background-origin: content-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1;
    min-height: inherit;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}
.mint-cell-mask {}
.mint-cell-mask::after {
    background-color:#000;
    content:" ";
    opacity:0;
    top:0;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
}
.mint-cell-mask:active::after {
    opacity:.1;
}
.mint-cell-text {
    vertical-align: middle;
}
.mint-cell-label {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}
.mint-cell-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.mint-cell-value {
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mint-cell-value.is-link {
    margin-right:24px;
}
.mint-cell-left {
    position: absolute;
    height: 100%;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.mint-cell-right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}
.mint-cell-allow-right::after {
    border: solid 2px #c8c8cd;
    border-bottom-width: 0;
    border-left-width: 0;
    content: " ";
    top:50%;
    right:20px;
    position: absolute;
    width:5px;
    height:5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-cell-swipe .mint-cell-wrapper {
    position: relative;
}
.mint-cell-swipe .mint-cell-wrapper, .mint-cell-swipe .mint-cell-left, .mint-cell-swipe .mint-cell-right {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.mint-cell-swipe-buttongroup {
    height: 100%;
}
.mint-cell-swipe-button {
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    line-height: 48px;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mint-field .mint-cell-title {
    width: 105px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
.mint-field .mint-cell-value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mint-field.is-nolabel .mint-cell-title {
    display: none;
}
.mint-field.is-textarea {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
}
.mint-field.is-textarea .mint-cell-title {
    padding: 10px 0;
}
.mint-field.is-textarea .mint-cell-value {
    padding: 5px 0;
}
.mint-field-core {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    outline: 0;
    line-height: 1.6;
    font-size: inherit;
    width: 100%;
}
.mint-field-clear {
    opacity: .2;
}
.mint-field-state {
    color: inherit;
    margin-left: 20px;
}
.mint-field-state .mintui {
    font-size: 20px;
}
.mint-field-state.is-default {
    margin-left: 0;
}
.mint-field-state.is-success {
    color: #4caf50;
}
.mint-field-state.is-warning {
    color: #ffc107;
}
.mint-field-state.is-error {
    color: #f44336;
}
.mint-field-other {
    top: 0;
    right: 0;
    position: relative;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-badge {
    color: #fff;
    text-align: center;
    display: inline-block
}
.mint-badge.is-size-large {
    border-radius: 14px;
    font-size: 18px;
    padding: 2px 10px
}
.mint-badge.is-size-small {
    border-radius: 8px;
    font-size: 12px;
    padding: 2px 6px
}
.mint-badge.is-size-normal {
    border-radius: 12px;
    font-size: 15px;
    padding: 2px 8px
}
.mint-badge.is-warning {
    background-color: #ffc107
}
.mint-badge.is-error {
    background-color: #f44336
}
.mint-badge.is-primary {
    background-color: #26a2ff
}
.mint-badge.is-success {
    background-color: #4caf50
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.mint-switch * {
    pointer-events: none;
}
.mint-switch-label {
    margin-left: 10px;
    display: inline-block;
}
.mint-switch-label:empty {
    margin-left: 0;
}
.mint-switch-core {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #d9d9d9;
}
.mint-switch-core::after, .mint-switch-core::before {
    content: " ";
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 15px;
}
.mint-switch-core::after {
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.mint-switch-core::before {
    width: 50px;
    height: 30px;
    background-color: #fdfdfd;
}
.mint-switch-input {
    display: none;
}
.mint-switch-input:checked + .mint-switch-core {
    border-color: #26a2ff;
    background-color: #26a2ff;
}
.mint-switch-input:checked + .mint-switch-core::before {
    -webkit-transform: scale(0);
            transform: scale(0);
}
.mint-switch-input:checked + .mint-switch-core::after {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
.mint-spinner-snake {
  -webkit-animation: mint-spinner-rotate 0.8s infinite linear;
          animation: mint-spinner-rotate 0.8s infinite linear;
  border: 4px solid transparent;
  border-radius: 50%;
}
@-webkit-keyframes mint-spinner-rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes mint-spinner-rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.mint-spinner-double-bounce {
position: relative;
}
.mint-spinner-double-bounce-bounce1, .mint-spinner-double-bounce-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
        animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
}
.mint-spinner-double-bounce-bounce2 {
-webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
}
@-webkit-keyframes mint-spinner-double-bounce {
0%, 100% {
    -webkit-transform: scale(0.0);
            transform: scale(0.0);
}
50% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
@keyframes mint-spinner-double-bounce {
0%, 100% {
    -webkit-transform: scale(0.0);
            transform: scale(0.0);
}
50% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
.mint-spinner-triple-bounce {}
.mint-spinner-triple-bounce-bounce1, .mint-spinner-triple-bounce-bounce2, .mint-spinner-triple-bounce-bounce3 {
border-radius: 100%;
display: inline-block;
-webkit-animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
        animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
}
.mint-spinner-triple-bounce-bounce1 {
-webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
}
.mint-spinner-triple-bounce-bounce2 {
-webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
}
@-webkit-keyframes mint-spinner-triple-bounce {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
@keyframes mint-spinner-triple-bounce {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
.mint-spinner-fading-circle {
    position: relative
}
.mint-spinner-fading-circle-circle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}
.mint-spinner-fading-circle-circle::before {
    content: " ";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    -webkit-animation: mint-fading-circle 1.2s infinite ease-in-out both;
            animation: mint-fading-circle 1.2s infinite ease-in-out both
}
.mint-spinner-fading-circle-circle.is-circle2 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg)
}
.mint-spinner-fading-circle-circle.is-circle2::before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s
}
.mint-spinner-fading-circle-circle.is-circle3 {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg)
}
.mint-spinner-fading-circle-circle.is-circle3::before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s
}
.mint-spinner-fading-circle-circle.is-circle4 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
}
.mint-spinner-fading-circle-circle.is-circle4::before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s
}
.mint-spinner-fading-circle-circle.is-circle5 {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg)
}
.mint-spinner-fading-circle-circle.is-circle5::before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s
}
.mint-spinner-fading-circle-circle.is-circle6 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg)
}
.mint-spinner-fading-circle-circle.is-circle6::before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s
}
.mint-spinner-fading-circle-circle.is-circle7 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
}
.mint-spinner-fading-circle-circle.is-circle7::before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s
}
.mint-spinner-fading-circle-circle.is-circle8 {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg)
}
.mint-spinner-fading-circle-circle.is-circle8::before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s
}
.mint-spinner-fading-circle-circle.is-circle9 {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg)
}
.mint-spinner-fading-circle-circle.is-circle9::before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s
}
.mint-spinner-fading-circle-circle.is-circle10 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg)
}
.mint-spinner-fading-circle-circle.is-circle10::before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s
}
.mint-spinner-fading-circle-circle.is-circle11 {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg)
}
.mint-spinner-fading-circle-circle.is-circle11::before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s
}
.mint-spinner-fading-circle-circle.is-circle12 {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg)
}
.mint-spinner-fading-circle-circle.is-circle12::before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s
}
@-webkit-keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
@keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-tab-item {
    display: block;
    padding: 7px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-decoration: none
}
.mint-tab-item-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 5px
}
.mint-tab-item-icon:empty {
    display: none
}
.mint-tab-item-icon > * {
    display: block;
    width: 100%;
    height: 100%
}
.mint-tab-item-label {
    color: inherit;
    font-size: 12px;
    line-height: 1
}
.mint-tab-container-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%
}
.mint-tab-container {
    overflow: hidden;
    position: relative;
}
.mint-tab-container .swipe-transition {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.mint-tab-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-navbar {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.mint-navbar .mint-tab-item {
    padding: 17px 0;
    font-size: 15px
}
.mint-navbar .mint-tab-item:last-child {
    border-right: 0;
}
.mint-navbar .mint-tab-item.is-selected {
    border-bottom: 3px solid #26a2ff;
    color: #26a2ff;
    margin-bottom: -3px;
}
.mint-navbar.is-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-tabbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
    background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
}
.mint-tabbar > .mint-tab-item.is-selected {
    background-color: #eaeaea;
    color: #26a2ff;
}
.mint-tabbar.is-fixed {
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-search {
    height: 100%;
    height: 100vh;
    overflow: hidden;
}
.mint-searchbar {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #d9d9d9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    z-index: 1;
}
.mint-searchbar-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 28px;
    padding: 4px 6px;
}
.mint-searchbar-inner .mintui-search {
    font-size: 12px;
    color: #d9d9d9;
}
.mint-searchbar-core {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: 0;
}
.mint-searchbar-cancel {
    color: #26a2ff;
    margin-left: 10px;
    text-decoration: none;
}
.mint-search-list {
    overflow: auto;
    padding-top: 44px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-checklist .mint-cell {
    padding: 0;
}
.mint-checklist.is-limit .mint-checkbox-core:not(:checked) {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.mint-checklist-label {
    display: block;
    padding: 0 10px;
}
.mint-checklist-title {
    color: #888;
    display: block;
    font-size: 12px;
    margin: 8px;
}
.mint-checkbox {}
.mint-checkbox.is-right {
    float: right;
}
.mint-checkbox-label {
    vertical-align: middle;
    margin-left: 6px;
}
.mint-checkbox-input {
    display: none;
}
.mint-checkbox-input:checked + .mint-checkbox-core {
    background-color: #26a2ff;
    border-color: #26a2ff;
}
.mint-checkbox-input:checked + .mint-checkbox-core::after {
    border-color: #fff;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
}
.mint-checkbox-input[disabled] + .mint-checkbox-core {
    background-color: #d9d9d9;
    border-color: #ccc;
}
.mint-checkbox-core {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.mint-checkbox-core::after {
    border: 2px solid transparent;
    border-left: 0;
    border-top: 0;
    content: " ";
    top: 3px;
    left: 6px;
    position: absolute;
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-radiolist .mint-cell {
    padding: 0;
}
.mint-radiolist-label {
    display: block;
    padding: 0 10px;
}
.mint-radiolist-title {
    font-size: 12px;
    margin: 8px;
    display: block;
    color: #888;
}
.mint-radio {}
.mint-radio.is-right {
    float: right;
}
.mint-radio-label {
    vertical-align: middle;
    margin-left: 6px;
}
.mint-radio-input {
    display: none;
}
.mint-radio-input:checked + .mint-radio-core {
    background-color: #26a2ff;
    border-color: #26a2ff;
}
.mint-radio-input:checked + .mint-radio-core::after {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.mint-radio-input[disabled] + .mint-radio-core {
    background-color: #d9d9d9;
    border-color: #ccc;
}
.mint-radio-core {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.mint-radio-core::after {
    content: " ";
    border-radius: 100%;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.mint-loadmore {
    overflow: hidden
}
.mint-loadmore-content {}
.mint-loadmore-content.is-dropped {
    -webkit-transition: .2s;
    transition: .2s
}
.mint-loadmore-top, .mint-loadmore-bottom {
    text-align: center;
    height: 50px;
    line-height: 50px
}
.mint-loadmore-top {
    margin-top: -50px
}
.mint-loadmore-bottom {
    margin-bottom: -50px
}
.mint-loadmore-spinner {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}
.mint-loadmore-text {
    vertical-align: middle
}
.mint-actionsheet {
  position: fixed;
  background: #e0e0e0;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.mint-actionsheet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mint-actionsheet-listitem {
  border-bottom: solid 1px #e0e0e0;
}
.mint-actionsheet-listitem, .mint-actionsheet-button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
.mint-actionsheet-listitem:active, .mint-actionsheet-button:active {
  background-color: #f0f0f0;
}
.actionsheet-float-enter, .actionsheet-float-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}
.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
          animation: v-modal-in .2s ease;
}
.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
          animation: v-modal-out .2s ease forwards;
}
@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
@-webkit-keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.mint-popup {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.mint-popup-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.mint-popup-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.mint-popup-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.mint-popup-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.popup-slide-top-enter, .popup-slide-top-leave-active {
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.popup-slide-right-enter, .popup-slide-right-leave-active {
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
}
.popup-slide-bottom-enter, .popup-slide-bottom-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}
.popup-slide-left-enter, .popup-slide-left-leave-active {
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
}
.popup-fade-enter, .popup-fade-leave-active {
  opacity: 0;
}
.mint-swipe {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.mint-swipe-items-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.mint-swipe-items-wrap > div {
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    height: 100%;
    display: none
}
.mint-swipe-items-wrap > div.is-active {
    display: block;
    -webkit-transform: none;
            transform: none;
}
.mint-swipe-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.mint-swipe-indicator {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin: 0 3px;
}
.mint-swipe-indicator.is-active {
    background: #fff;
}
.mt-range {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px
}
.mt-range > * {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box
}
.mt-range *[slot=start] {
    margin-right: 5px
}
.mt-range *[slot=end] {
    margin-left: 5px
}
.mt-range-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px
}
.mt-range-runway {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: -30px;
    border-top-color: #a9acb1;
    border-top-style: solid
}
.mt-range-thumb {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: move;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
            box-shadow: 0 1px 3px rgba(0,0,0,.4)
}
.mt-range-progress {
    position: absolute;
    display: block;
    background-color: #26a2ff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0
}
.mt-range--disabled {
    opacity: 0.5
}
.picker {
  overflow: hidden;
}
.picker-toolbar {
  height: 40px;
}
.picker-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: right;
  font-size: 24px;
  position: relative;
}
.picker-center-highlight {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  pointer-events: none
}
.picker-center-highlight:before, .picker-center-highlight:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.picker-center-highlight:before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}
.picker-center-highlight:after {
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}
.picker-slot {
  font-size: 18px;
  overflow: hidden;
  position: relative;
  max-height: 100%
}
.picker-slot.picker-slot-left {
  text-align: left;
}
.picker-slot.picker-slot-center {
  text-align: center;
}
.picker-slot.picker-slot-right {
  text-align: right;
}
.picker-slot.picker-slot-divider {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.picker-slot-wrapper {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-wrapper.dragging, .picker-slot-wrapper.dragging .picker-item {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.picker-item {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707274;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-absolute .picker-item {
  position: absolute;
}
.picker-item.picker-item-far {
  pointer-events: none
}
.picker-item.picker-selected {
  color: #000;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
          transform: translate3d(0, 0, 0) rotateX(0);
}
.picker-3d .picker-items {
  overflow: hidden;
  -webkit-perspective: 700px;
          perspective: 700px;
}
.picker-3d .picker-item, .picker-3d .picker-slot, .picker-3d .picker-slot-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d
}
.picker-3d .picker-slot {
  overflow: visible
}
.picker-3d .picker-item {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out
}
.mt-progress {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px
}
.mt-progress > * {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box
}
.mt-progress *[slot="start"] {
    margin-right: 5px
}
.mt-progress *[slot="end"] {
    margin-left: 5px
}
.mt-progress-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.mt-progress-runway {
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    left: 0;
    right: 0;
    background-color: #ebebeb;
    height: 3px
}
.mt-progress-progress {
    position: absolute;
    display: block;
    background-color: #26a2ff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0
}
.mint-toast {
    position: fixed;
    max-width: 80%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}
.mint-toast.is-placebottom {
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
}
.mint-toast.is-placemiddle {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}
.mint-toast.is-placetop {
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
}
.mint-toast-icon {
    display: block;
    text-align: center;
    font-size: 56px
}
.mint-toast-text {
    font-size: 14px;
    display: block;
    text-align: center
}
.mint-toast-pop-enter, .mint-toast-pop-leave-active {
    opacity: 0
}
.mint-indicator {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mint-indicator-wrapper {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.mint-indicator-text {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.mint-indicator-spin {
  display: inline-block;
  text-align: center;
}
.mint-indicator-mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
}
.mint-indicator-enter, .mint-indicator-leave-active {
  opacity: 0;
}
.mint-msgbox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 85%;
  border-radius: 3px;
  font-size: 16px;
  -webkit-user-select: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.mint-msgbox-header {
  padding: 15px 0 0;
}
.mint-msgbox-content {
  padding: 10px 20px 15px;
  border-bottom: 1px solid #ddd;
  min-height: 36px;
  position: relative;
}
.mint-msgbox-input {
  padding-top: 15px;
}
.mint-msgbox-input input {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 4px 5px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.mint-msgbox-input input.invalid {
  border-color: #ff4949;
}
.mint-msgbox-input input.invalid:focus {
  border-color: #ff4949;
}
.mint-msgbox-errormsg {
  color: red;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}
.mint-msgbox-title {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.mint-msgbox-message {
  color: #999;
  margin: 0;
  text-align: center;
  line-height: 36px;
}
.mint-msgbox-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.mint-msgbox-btn {
  line-height: 35px;
  display: block;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border: 0;
}
.mint-msgbox-btn:focus {
  outline: none;
}
.mint-msgbox-btn:active {
  background-color: #fff;
}
.mint-msgbox-cancel {
  width: 50%;
  border-right: 1px solid #ddd;
}
.mint-msgbox-cancel:active {
  color: #000;
}
.mint-msgbox-confirm {
  color: #26a2ff;
  width: 50%;
}
.mint-msgbox-confirm:active {
  color: #26a2ff;
}
.msgbox-bounce-enter {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
          transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.msgbox-bounce-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
          transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
          animation: v-modal-in .2s ease;
}
.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
          animation: v-modal-out .2s ease forwards;
}
@-webkit-keyframes v-modal-in {
0% {
    opacity: 0;
}
100% {
}
}
@keyframes v-modal-in {
0% {
    opacity: 0;
}
100% {
}
}
@-webkit-keyframes v-modal-out {
0% {
}
100% {
    opacity: 0;
}
}
@keyframes v-modal-out {
0% {
}
100% {
    opacity: 0;
}
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-datetime {
    width: 100%;
}
.mint-datetime .picker-slot-wrapper, .mint-datetime .picker-item {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mint-datetime .picker-toolbar {
    border-bottom: solid 1px #eaeaea;
}
.mint-datetime-action {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #26a2ff;
}
.mint-datetime-cancel {
    float: left;
}
.mint-datetime-confirm {
    float: right;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-indexlist {
    width: 100%;
    position: relative;
    overflow: hidden
}
.mint-indexlist-content {
    margin: 0;
    padding: 0;
    overflow: auto
}
.mint-indexlist-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    border-left: solid 1px #ddd;
    text-align: center;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.mint-indexlist-navlist {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.mint-indexlist-navitem {
    padding: 2px 6px;
    font-size: 12px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none
}
.mint-indexlist-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
    color: #fff;
    font-size: 22px
}
.mint-indexsection {
    padding: 0;
    margin: 0
}
.mint-indexsection-index {
    margin: 0;
    padding: 10px;
    background-color: #fafafa
}
.mint-indexsection-index + ul {
    padding: 0
}
.mint-palette-button{
  display:inline-block;
  position:relative;
  border-radius:50%;
  width: 56px;
  height:56px;
  line-height:56px;
  text-align:center;
  -webkit-transition:-webkit-transform .1s ease-in-out;
  transition:-webkit-transform .1s ease-in-out;
  transition:transform .1s ease-in-out;
  transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.mint-main-button{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:50%;
  background-color:blue;
  font-size:2em;
}
.mint-palette-button-active{
  -webkit-animation: mint-zoom 0.5s ease-in-out;
          animation: mint-zoom 0.5s ease-in-out;
}
.mint-sub-button-container>*{
  position:absolute;
  top:15px;
  left:15px;
  width:25px;
  height:25px;
  -webkit-transition:-webkit-transform .3s ease-in-out;
  transition:-webkit-transform .3s ease-in-out;
  transition:transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
@-webkit-keyframes mint-zoom{
0% {-webkit-transform:scale(1);transform:scale(1)
}
10% {-webkit-transform:scale(1.1);transform:scale(1.1)
}
30% {-webkit-transform:scale(0.9);transform:scale(0.9)
}
50% {-webkit-transform:scale(1.05);transform:scale(1.05)
}
70% {-webkit-transform:scale(0.95);transform:scale(0.95)
}
90% {-webkit-transform:scale(1.01);transform:scale(1.01)
}
100% {-webkit-transform:scale(1);transform:scale(1)
}
}
@keyframes mint-zoom{
0% {-webkit-transform:scale(1);transform:scale(1)
}
10% {-webkit-transform:scale(1.1);transform:scale(1.1)
}
30% {-webkit-transform:scale(0.9);transform:scale(0.9)
}
50% {-webkit-transform:scale(1.05);transform:scale(1.05)
}
70% {-webkit-transform:scale(0.95);transform:scale(0.95)
}
90% {-webkit-transform:scale(1.01);transform:scale(1.01)
}
100% {-webkit-transform:scale(1);transform:scale(1)
}
}
@font-face {font-family: "mintui";
  src: url(data:application/x-font-ttf;base64,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)
}
.mintui {
  font-family:"mintui" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.mintui-search:before { content: "\E604"; }
.mintui-more:before { content: "\E601"; }
.mintui-back:before { content: "\E600"; }
.mintui-field-error:before { content: "\E605"; }
.mintui-field-warning:before { content: "\E608"; }
.mintui-success:before { content: "\E602"; }
.mintui-field-success:before { content: "\E609"; }
