@charset "UTF-8";
/* public-css */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 3.75); }

  body {
    font-size: 12px; }

  * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        }

        /* 重新调整适配基准，针对iPhone优化（以375px为基准） */
        html {
        font-size: calc(100vw / 3.75); /* 375px设计稿基准，1rem=100px（更易计算） */
        }

        body {
            font-family: Arial, sans-serif;
            background: linear-gradient(135deg, #1a084a 0%, #2c1066 100%);
            color: #fff;
            min-height: 100vh;
            padding: 0.2rem 0; /* 仅上下留白，左右无留白 */
        }

  .desktop {
    display: none; }

    /* 购买按钮：同步缩小 */
    .buy-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to right, #ffb700, #ff9a00);
        color: #fff;
        border: none;
        padding: 0.08rem 0;
        font-size: 0.15rem;
        font-weight: bold;
        border-bottom-left-radius: 0.12rem;
        border-bottom-right-radius: 0.12rem;
        cursor: pointer;
        outline: none;
    }

  .mobile {
    display: block;
    /* 过渡效果定义 */ }

    .container {
        
    }

    .floating-module {
        position: fixed;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
    }
    .btn_img {
        border-radius: 50%;
    }
    .floating-button {
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        color: white;
        border: 2px solid #00EF9E;
        border-radius: 50%;
        margin: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        /* cursor: pointer; */
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        transition: background-color 0.3s, transform 0.3s;
    }
    .floating-button:hover {
        /* background-color: #4095e5; */
        transform: scale(1.1);
    }
    .floating-button img {
        width: 90%;
        height: 90%;
    }
    .mobile .navView {
      width: 100%;
      height: 0.5rem;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
      transition: background-color 0.3s ease; }
      .mobile .navView .nav {
        width: 100%;
        height: 0.5rem;
        margin: 0 auto;
        position: relative; }
        .mobile .navView .nav .logo {
          width: 0.7rem;
          height: 0.1866666667rem; }
        .mobile .navView .nav .navIcon {
          position: absolute;
          width: 0.16rem;
          height: 0.16rem;
          left: 0.26rem; }
          .mobile .navView .nav .navIcon .navIconView {
            position: relative;
            width: 0.16rem;
            height: 0.16rem;
            transform: rotate(0deg);
            transition: all 0.5s ease-in-out 0s;
            cursor: pointer;
            border: none;
            background-color: transparent;
            color: white; }
          .mobile .navView .nav .navIcon .navIconView::after {
            top: calc(65% - 1px); }
          .mobile .navView .nav .navIcon .navIconView::before {
            top: calc(35% - 1px); }
          .mobile .navView .nav .navIcon .navIconView::before, .mobile .navView .nav .navIcon .navIconView::after {
            content: "";
            display: block;
            position: absolute;
            height: 0.02rem;
            width: 100%;
            background: currentcolor;
            opacity: 1;
            left: 0px;
            transform: rotate(0deg);
            transition: all 0.4s ease-in-out 0s; }
          .mobile .navView .nav .navIcon .dbQrTG {
            position: relative;
            width: 0.16rem;
            height: 0.16rem;
            transform: rotate(0deg);
            transition: all 0.5s ease-in-out 0s;
            cursor: pointer;
            border: none;
            background-color: transparent;
            color: white; }
          .mobile .navView .nav .navIcon .dbQrTG::before, .mobile .navView .nav .navIcon .dbQrTG::after {
            content: "";
            display: block;
            position: absolute;
            height: 0.02rem;
            width: 100%;
            background: currentcolor;
            opacity: 1;
            left: 0px;
            transition: all 0.4s ease-in-out 0s; }
          .mobile .navView .nav .navIcon .dbQrTG::before {
            top: calc(50% - 1px);
            transform: rotate(-135deg); }
          .mobile .navView .nav .navIcon .dbQrTG::after {
            top: calc(50% - 1px);
            transform: rotate(135deg); }
    .mobile .navScroll {
      background-color: rgba(0, 0, 0, 0);
      /* 页面滚动时的背景色 */ }
    .mobile .fade-enter-active, .mobile .fade-leave-active {
      transition: opacity 0.3s ease; }
    .mobile .fade-enter, .mobile .fade-leave-to {
      opacity: 0; }
    .mobile .navPopBg {
      position: fixed;
      z-index: 6;
      width: 100%;
      height: 100%; }
    .mobile .navPop {
      position: fixed;
      top: 120px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000000;
      z-index: 5;
      width: 100%;
      height: 100vh;
      overflow-y: scroll;
      transition: all 0.3s; }
      .mobile .navPop .navList {
        padding-top: 0.6rem;
        font-size: 0.14rem; }
        .mobile .navPop .navList .navItem {
          padding: 0.1rem;
          margin: 0 0.3rem;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          .mobile .navPop .navList .navItem .navListIcon {
            position: relative; }
          .mobile .navPop .navList .navItem .navListIcon::after {
            content: '';
            position: absolute;
            top: 0.07rem;
            right: -0.25rem;
            width: 0;
            height: 0;
            border-left: 0.07rem solid transparent;
            border-right: 0.07rem solid transparent;
            border-top: 0.07rem solid #fff; }
          .mobile .navPop .navList .navItem .navListIcon:active {
            background: none; }
          .mobile .navPop .navList .navItem .navChilderItem {
            padding: 0.1rem;
            height: 0.26rem; }
            .mobile .navPop .navList .navItem .navChilderItem .navPopItem_img {
              width: 0.26rem;
              height: 0.26rem;
              margin: 0 0.1rem 0 0; }
          .mobile .navPop .navList .navItem .navChilderItem:active {
            background-color: rgba(255, 255, 255, 0.6);
            color: rgba(255, 255, 255, 0.8);
            border-radius: 0.1rem; }
        .mobile .navPop .navList .navItem:last-child {
          border: 0; }
    .mobile .footer {
      width: 100%;
      margin: 0 auto;
      font-size: 0.11rem;
      color: rgba(255, 255, 255, 0.5);
      padding-bottom: 0.25rem; }
      .mobile .footer .footerLine {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0; }
      .mobile .footer .footerImgList {
        padding-top: 0.28rem; }
        .mobile .footer .footerImgList .footerImg {
          width: 1rem;
          height: 0.33rem; }
        .mobile .footer .footerImgList .footerImg:last-child {
          margin-left: 0.15rem; }
      .mobile .footer .footerText {
        text-align: justify;
        margin: 0.235rem 0.2rem 0.31rem; }
      .mobile .footer .footerCopyright {
        font-size: 0.12rem; }
    .mobile .selfTitleView .selfTitleView_title {
      font-size: 0.25rem; }
    .mobile .selfTitleView .selfTitleView_text {
      font-size: 0.16rem;
      color: rgba(255, 255, 255, 0.3);
      margin: 0.22rem 0.22rem 0; }
    .mobile .container {
      padding-top: 0.1rem;
      position: relative; }
      .mobile .container .heard {
        position: relative;
        margin-bottom: 0.685rem; }
        .mobile .container .heard .heardInfo .heardInfo_title {
          font-size: 0.3rem; }
        .mobile .container .heard .heardInfo .heardInfo_text {
          font-size: 0.12rem;
          margin-top: 0.05rem; }
        .mobile .container .heard .heardBanner {
          width: 3.536rem;
          height: 2.856rem;
          margin-left: -0.15rem; }
      .mobile .container .feature {
        margin-top: 0.55rem; }
        .mobile .container .feature .featureView {
          position: relative; }
          .mobile .container .feature .featureView .featureView_icon {
            position: absolute;
            width: 1.548rem;
            height: 1.566rem;
            top: -0.3rem; }
          .mobile .container .feature .featureView .featureView_tag {
            color: #FEFEFE;
            z-index: 1;
            margin-bottom: 1.2rem; }
            .mobile .container .feature .featureView .featureView_tag .featureView_itemTitle {
              font-size: 0.2rem;
              margin-bottom: 0.16rem; }
            .mobile .container .feature .featureView .featureView_tag .featureView_itemText {
              font-size: 0.14rem;
              margin: 0 0.6rem; }
              .mobile .container .feature .featureView .featureView_tag .featureView_itemText p {
                line-height: 0.3rem; }
      .mobile .container .featureHeight {
        height: 4.55rem;
        margin-top: 0.565rem;
        margin-bottom: 2.22rem; }
      .mobile .container .caseLise {
        margin: 0.34rem 0 1.885rem; }
        .mobile .container .caseLise .caseItem .caseItem_img {
          width: 2.8rem;
          border: 1px solid #00db91;
          border-radius: 0.1rem;
          margin-top: 0.2rem; }
      .mobile .container .cooperationLise {
        margin-top: 0.6266666667rem;
        margin-bottom: 1.18rem; }
        .mobile .container .cooperationLise .cooperationItem {
          margin-bottom: 0.5rem; }
          .mobile .container .cooperationLise .cooperationItem .cooperationItem_img {
            width: 1.5833333333rem;
            height: 1.5833333333rem;
            margin-bottom: 0.05rem; }
          .mobile .container .cooperationLise .cooperationItem .cooperationItem_text {
            font-size: 0.18rem;
            color: #00EF9E; }
    .mobile .priceContainer {
      margin: 0 auto;
      padding-top: 1.56rem; }
      .mobile .priceContainer .priceView {
        margin-bottom: 0.8rem; }
        .mobile .priceContainer .priceView .priceList {
          margin-bottom: 0.8rem; }
          .mobile .priceContainer .priceView .priceList .priceItem {
            width: 2.36rem;
            height: 3.75rem;
            background: #020E08;
            border-radius: 0.22rem;
            border: 1px solid #02E270;
            padding: 0.21rem 0.13rem; }
            .mobile .priceContainer .priceView .priceList .priceItem .priceItem_name {
              font-size: 0.26rem;
              margin-bottom: 0.3rem; }
            .mobile .priceContainer .priceView .priceList .priceItem .priceItem_pay {
              font-size: 0.34rem;
              margin-bottom: 0.04rem; }
            .mobile .priceContainer .priceView .priceList .priceItem .priceItem_save {
              font-size: 0.18rem;
              color: #02E270;
              margin-bottom: 0.4rem; }
            .mobile .priceContainer .priceView .priceList .priceItem .priceItem_from {
              font-size: 0.2rem;
              margin-left: 0.06rem;
              margin-bottom: 0.12rem; }
            .mobile .priceContainer .priceView .priceList .priceItem .priceItem_info li {
              font-size: 0.18rem;
              padding: 0.05rem 0; }
              .mobile .priceContainer .priceView .priceList .priceItem .priceItem_info li div {
                width: 0.07rem;
                height: 0.07rem;
                background: #FFFFFF;
                border-radius: 50%;
                margin-right: 0.05rem; }
          .mobile .priceContainer .priceView .priceList .priceBtn {
            width: 2.06rem;
            height: 0.36rem;
            line-height: 0.36rem;
            background: #02E270;
            border-radius: 0.18rem;
            font-size: 0.2rem;
            color: #000000;
            font-weight: bold;
            cursor: pointer;
            margin: 0.22rem auto 0; }
      .mobile .priceContainer .priceViewBottom {
        margin-bottom: 2.32rem; }
      .mobile .priceContainer .accordionTitle {
        background: #02E270;
        height: 0.35rem;
        color: #000000;
        font-size: 0.16rem;
        margin: 0.31rem 0.3rem 0; }
      .mobile .priceContainer .accordion {
        margin: 0 0.3rem 2.1rem; }
        .mobile .priceContainer .accordion .accordion-item {
          border-bottom: 1px solid #FFF; }
          .mobile .priceContainer .accordion .accordion-item .accordion-header {
            background: #1E1E1E;
            cursor: pointer;
            padding: 0.1rem; }
            .mobile .priceContainer .accordion .accordion-item .accordion-header .accordion-headerIcon {
              width: 0.12rem;
              height: 0.12rem;
              margin-left: 0.17rem; }
            .mobile .priceContainer .accordion .accordion-item .accordion-header .accordion-headerIconRight {
              width: 0.085rem;
              height: 0.045rem; }
          .mobile .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem {
            position: relative;
            background: #474747;
            padding: 0.105rem;
            border-bottom: 1px solid #FFF; }
            .mobile .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem .accordion-contentItemView {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0; }
              .mobile .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem .accordion-contentItemView img {
                width: 0.1rem;
                height: 0.1rem; }
              .mobile .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem .accordion-contentItemView img:last-child {
                width: 0.17rem;
                height: 0.12rem; }
          .mobile .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem:last-child {
            border-bottom: 0; }
        .mobile .priceContainer .accordion .accordion-item:last-child {
          border-bottom: 0; }
    .mobile .featureContainer {
      margin: 0 0.3rem;
      padding-top: 0.9rem; }
      .mobile .featureContainer .screenshot {
        position: relative;
        margin-bottom: 0.5rem; }
        .mobile .featureContainer .screenshot img {
          width: 100%; }
      .mobile .featureContainer .caseLise {
        margin-bottom: 1.77rem; }
        .mobile .featureContainer .caseLise .caseItem .caseItem_img {
          width: 2.8rem;
          /* height: 4.89rem; */
          border: 1px solid #00db91;
          border-radius: 0.2rem; }
      .mobile .featureContainer .featureViewLise {
        margin: 0.24rem auto 1rem; }
        .mobile .featureContainer .featureViewLise .featureViewItem {
          width: 50%;
          margin-top: 0.5rem; }
          .mobile .featureContainer .featureViewLise .featureViewItem .featureViewItem_img {
            width: 0.6933333333rem;
            height: 0.6933333333rem;
            margin: 0 auto 0.1rem;
            display: block; }
          .mobile .featureContainer .featureViewLise .featureViewItem .featureViewItem_text {
            font-size: 0.14rem;
            color: #00EF9E; } }
@media only screen and (min-width: 1400px) {
  html {
    font-size: calc(100vw / 22); }

  body {
    font-size: 16px; } }
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  html {
    font-size: calc(100vw / 18); }

  body {
    font-size: 14px; } }
@media only screen and (min-width: 769px) and (max-width: 999px) {
  html {
    font-size: calc(100vw / 17); }

  body {
    font-size: 12px; } }
@media only screen and (min-width: 769px) {
  .desktop {
    display: block;
    /* 过渡效果定义 */ }
    .floating-module {
      position: fixed;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 2;
  }
  .btn_img {
      border-radius: 50%;
  }
  .floating-button {
      width: 80px;
      height: 80px;
      background-color: #ffffff;
      color: white;
      border: 2px solid #00EF9E;
      border-radius: 50%;
      margin: 5px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      /* cursor: pointer; */
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s, transform 0.3s;
  }
  .floating-button:hover {
      /* background-color: #4095e5; */
      transform: scale(1.1);
  }
  .floating-button img {
      width: 90%;
      height: 90%;
  }
    .desktop .navView {
      width: 100%;
      height: 0.9rem;
      position: fixed;
      left: 0;
      z-index: 9;
      transition: background-color 0.3s ease; }
      .desktop .navView .nav {
        width: 14rem;
        height: 0.9rem;
        margin: 0 auto; }
        .desktop .navView .nav .logo {
          width: 1.05rem;
          height: 0.28rem;
          cursor: pointer; }
        .desktop .navView .nav .navList .navItem {
          margin-left: 0.6rem;
          font-size: 0.2rem;
          position: relative; }
          .desktop .navView .nav .navList .navItem .navListIcon {
            position: relative; }
          .desktop .navView .nav .navList .navItem .navListIcon::after {
            content: '';
            position: absolute;
            top: 0.1rem;
            right: -0.3rem;
            width: 0;
            height: 0;
            border-left: 0.1rem solid transparent;
            border-right: 0.1rem solid transparent;
            border-top: 0.1rem solid #fff; }
    .desktop .navScroll {
      background-color: rgba(0, 0, 0, 0);
      /* 页面滚动时的背景色 */ }
    .desktop .fade-enter-active, .desktop .fade-leave-active {
      transition: opacity 0.3s ease; }
    .desktop .fade-enter, .desktop .fade-leave-to {
      opacity: 0; }
    .desktop .navPopBg {
      position: fixed;
      z-index: 6;
      width: 100%;
      height: 100%; }
    .desktop .navPop {
      width: 10.71rem;
      height: 3.66rem;
      top: 0.9rem;
      left: 50%;
      margin: 0 0 0 -6.985rem;
      position: fixed;
      z-index: 7;
      background-color: #000000;
      border: 1px solid #00db91;
      border-radius: 0.2rem;
      padding: 0.52rem 1.63rem; }
      .desktop .navPop .navPopItem {
        width: 3.37rem;
        color: #FFFFFF;
        cursor: pointer;
        transition: all 0.3s;
        padding: 0.1rem; }
        .desktop .navPop .navPopItem .navPopItem_img {
          width: 0.71rem;
          height: 0.71rem;
          margin: 0 0.2rem 0 0; }
        .desktop .navPop .navPopItem .navPopItem_title {
          font-size: 0.24rem; }
      .desktop .navPop .navPopItem:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.8);
        border-radius: 0.1rem;
        transition: all 0.3s; }
    .desktop .navLanguagePop {
      width: 1.5rem;
      top: 0.4rem;
      left: -0.28rem;
      position: absolute;
      z-index: 7;
      background-color: #000000;
      border: 1px solid #00db91;
      border-radius: 0.2rem;
      padding: 0.21rem 0rem; }
      .desktop .navLanguagePop .navLanguagePop_title {
        font-size: 0.24rem;
        padding: 0.1rem 0.25rem;
        cursor: pointer; }
      .desktop .navLanguagePop .bgColor {
        background: #00db91;
        color: #000000; }
      .desktop .navLanguagePop .navLanguagePop_title:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.8);
        transition: all 0.3s; }
    .desktop .footer {
      width: 13.51rem;
      margin: 0 auto;
      font-size: 0.22rem;
      color: rgba(255, 255, 255, 0.5);
      padding-bottom: 0.55rem; }
      .desktop .footer .footerLine {
        width: 100%;
        height: 1px;
        position: absolute;
        padding-top: 10px;
        left: 0; }
      .desktop .footer .footerImgList {
        padding-top: 0.56rem; }
        .desktop .footer .footerImgList .footerImg {
          width: 2rem;
          height: 0.66rem; }
        .desktop .footer .footerImgList .footerImg:last-child {
          margin-left: 0.3rem; }
      .desktop .footer .footerText {
        text-align: justify;
        margin: 0.47rem 0 0.62rem; }
      .desktop .footer .footerCopyright {
        padding-top: 0.56rem;
        font-size: 0.24rem; }
    .desktop .selfTitleView .selfTitleView_title {
      width: 65%;
      font-size: 0.5rem; }
    .desktop .selfTitleView .selfTitleView_text {
      font-size: 0.24rem;
      color: rgba(255, 255, 255, 0.3);
      margin-top: 0.22rem; }
    .desktop .page_sub_title {
      width: 50%;
    }
    .desktop .container {
      /* width: 14rem; */
      margin: 0 auto;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center 0px;
      background-image: url("../image/shop/shop_bg.png");
      padding-top: 10px; }
      /* 弹窗遮罩层（PC端全屏遮罩） */
    .modal-mask1 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85); /* 深色半透明遮罩 */
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 20; /* 确保最高层级 */
      padding: 2rem;
    }

    /* 弹窗核心内容容器（包裹返回按钮+订单列表） */
    .record-panel-content {
      width: 100%;
      max-width: 1200px;
      min-width: 800px;
    }

    /* 返回按钮 - 关键修改：与表头左上角对齐 */
    .back-btn {
      font-size: 16px;
      color: #c79eff;
      margin-bottom: 15px; /* 和表头间距 */
      cursor: pointer;
      transition: color 0.2s;
      /* 与表头padding-left保持一致，实现左上角对齐 */
      margin-left: 20px; 
      display: inline-block;
    }
    .back-btn:hover {
      color: #fff;
    }

    /* 订单列表容器（PC端固定宽度+居中） */
    .order-container {
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      background: rgba(46, 0, 92, 0.7);
      box-shadow: 0 0 20px rgba(153, 50, 204, 0.3);
      /* 限制容器整体高度 */
      max-height: 80vh; /* 最多占屏幕80%高度 */
      display: flex;
      flex-direction: column;
    }

    /* 订单表头 - 固定不滚动 */
    .order-header {
      display: flex;
      background: linear-gradient(to right, #550099, #4b0082);
      padding: 12px 20px; /* 关键：left padding 20px，和返回按钮margin-left一致 */
      font-size: 18px;
      font-weight: bold;
      /* 表头固定 */
      flex-shrink: 0;
    }
    /* 表头列宽（精准匹配截图比例） */
    .header-status { width: 15%; color: #e0b3ff; }
    .header-amount { width: 20%; color: #e0b3ff; }
    .header-time { width: 30%; color: #e0b3ff; }
    .header-orderNo { width: 35%; color: #e0b3ff; }

    /* 订单列表滚动容器 - 核心修改 */
    .order-list-wrapper {
      flex: 1; /* 占满剩余高度 */
      overflow-y: auto; /* 垂直滚动 */
      overflow-x: hidden; /* 禁止水平滚动 */
      /* 自定义滚动条样式（PC端更美观） */
    }
    /* 自定义滚动条 - 宽度 */
    .order-list-wrapper::-webkit-scrollbar {
      width: 8px;
    }
    /* 滚动条轨道 */
    .order-list-wrapper::-webkit-scrollbar-track {
      background: rgba(46, 0, 92, 0.5);
      border-radius: 4px;
    }
    /* 滚动条滑块 */
    .order-list-wrapper::-webkit-scrollbar-thumb {
      background: rgba(153, 50, 204, 0.7);
      border-radius: 4px;
    }
    /* 滑块hover效果 */
    .order-list-wrapper::-webkit-scrollbar-thumb:hover {
      background: rgba(153, 50, 204, 1);
    }

    /* 订单列表项 */
    .order-item {
      display: flex;
      padding: 15px 20px;
      font-size: 16px;
      border-bottom: 1px solid rgba(153, 50, 204, 0.2);
      align-items: center;
      transition: background-color 0.2s;
    }
    .order-item:hover {
      background: rgba(60, 0, 120, 0.5);
    }
    /* 列表项列宽和表头严格匹配 */
    .item-status { width: 15%; }
    .item-amount { width: 20%; color: #fff; }
    .item-time { width: 30%; color: #fff; }
    .item-orderNo { width: 35%; color: #fff; word-break: break-all; }

    /* 状态文字颜色（精准匹配截图） */
    .status-issued { color: #33cc33; } /* 已发币-绿色 */
    .status-paid { color: #3399ff; } /* 已支付-蓝色 */

      .desktop .container .heard {
        position: relative;
        height: 7.14rem;
        margin-bottom: 1.37rem; }
        .desktop .container .heard .heardInfo .heardInfo_title {
          font-size: 0.6rem; }
        .desktop .container .heard .heardInfo .heardInfo_text {
          font-size: 0.24rem;
          margin-top: 0.1rem; }
        .desktop .container .heard .heardBanner {
          width: 8.84rem;
          height: 7.14rem;
          position: absolute;
          right: -1.2rem; }
      .desktop .container .feature {
        position: absolute;
        width: 16.4rem;
        height: 9.1rem;
        background-image: url("../image/feature_bg.png");
        background-size: 100%;
        right: 0;
        margin-top: 1.13rem; }
        .desktop .container .feature .featureView {
          position: relative; }
          .desktop .container .feature .featureView .featureView_icon {
            position: absolute; }
          .desktop .container .feature .featureView .featureView_icon:nth-child(1) {
            top: 1.13rem;
            left: 5.48rem;
            width: 1.72rem;
            height: 1.74rem; }
          .desktop .container .feature .featureView .featureView_icon:nth-child(2) {
            top: 3.26rem;
            right: 1.57rem;
            width: 1.51rem;
            height: 1.51rem; }
          .desktop .container .feature .featureView .featureView_tag {
            color: #FEFEFE;
            width: 5.01rem;
            position: absolute;
            z-index: 1;
            top: 1.9rem;
            left: 3.63rem; }
            .desktop .container .feature .featureView .featureView_tag .featureView_itemTitle {
              font-size: 0.42rem;
              text-align: right;
              margin-bottom: 0.32rem;
              margin-right: 0.5rem; }
            .desktop .container .feature .featureView .featureView_tag .featureView_itemText {
              font-size: 0.32rem;
              text-align: right; }
              .desktop .container .feature .featureView .featureView_tag .featureView_itemText p {
                padding: 0 0 0.05rem 0; }
          .desktop .container .feature .featureView .featureView_strategy {
            color: #FEFEFE;
            width: 5.87rem;
            position: absolute;
            z-index: 1;
            top: 4.14rem;
            right: 1.43rem; }
            .desktop .container .feature .featureView .featureView_strategy .featureView_itemTitle {
              font-size: 0.42rem;
              text-align: right;
              margin-bottom: 0.32rem;
              margin-right: 1.08rem; }
            .desktop .container .feature .featureView .featureView_strategy .featureView_itemText {
              font-size: 0.32rem;
              text-align: right; }
              .desktop .container .feature .featureView .featureView_strategy .featureView_itemText p {
                padding: 0 0 0.05rem 0; }
              .desktop .container .feature .featureView .featureView_strategy .featureView_itemText p:last-child {
                margin-left: -0.12rem; }
      .desktop .container .featureHeight {
        height: 9.1rem;
        margin-top: 1.13rem;
        margin-bottom: 4.44rem; }
      .desktop .container .caseLise {
        margin-top: -1.3rem;
        margin-left: -0.84rem;
        margin-bottom: 3.77rem; }
        .desktop .container .caseLise .caseItem .caseItem_img {
          width: 3.92rem;
          height: 4.89rem;
          border: 1px solid #00db91;
          border-radius: 0.2rem; }
        .desktop .container .caseLise .caseItem:nth-child(1) {
          margin-top: 4.89rem; }
        .desktop .container .caseLise .caseItem:nth-child(2) {
          margin-top: 9.78rem; }
        .desktop .container .caseLise .caseItem:nth-child(3) {
          margin-top: 4.89rem; }
      .desktop .container .cooperationLise {
        margin-top: 0.94rem;
        margin-bottom: 1.77rem; }
        .desktop .container .cooperationLise .cooperationItem .cooperationItem_img {
          width: 1.9rem;
          height: 1.9rem;
          margin-bottom: 0.1rem; }
        .desktop .container .cooperationLise .cooperationItem .cooperationItem_text {
          font-size: 0.22rem;
          color: #00EF9E; }
    .desktop .priceContainer {
      width: 14rem;
      margin: 0 auto;
      padding-top: 1.56rem; }
      .desktop .priceContainer .priceView {
        margin-bottom: 0.8rem; }
        .desktop .priceContainer .priceView .priceList .priceItem {
          width: 2.36rem;
          height: 3.75rem;
          background: #020E08;
          border-radius: 0.22rem;
          border: 1px solid #02E270;
          padding: 0.21rem 0.13rem; }
          .desktop .priceContainer .priceView .priceList .priceItem .priceItem_name {
            font-size: 0.26rem;
            margin-bottom: 0.3rem; }
          .desktop .priceContainer .priceView .priceList .priceItem .priceItem_pay {
            font-size: 0.34rem;
            margin-bottom: 0.04rem; }
          .desktop .priceContainer .priceView .priceList .priceItem .priceItem_save {
            font-size: 0.18rem;
            color: #02E270;
            margin-bottom: 0.4rem; }
          .desktop .priceContainer .priceView .priceList .priceItem .priceItem_from {
            font-size: 0.2rem;
            margin-left: 0.06rem;
            margin-bottom: 0.12rem; }
          .desktop .priceContainer .priceView .priceList .priceItem .priceItem_info li {
            font-size: 0.18rem;
            padding: 0.05rem 0; }
            .desktop .priceContainer .priceView .priceList .priceItem .priceItem_info li div {
              width: 0.07rem;
              height: 0.07rem;
              background: #FFFFFF;
              border-radius: 50%;
              margin-right: 0.05rem; }
        .desktop .priceContainer .priceView .priceList .priceBtn {
          width: 2.06rem;
          height: 0.36rem;
          line-height: 0.36rem;
          background: #02E270;
          border-radius: 0.18rem;
          font-size: 0.2rem;
          color: #000000;
          font-weight: bold;
          cursor: pointer;
          margin: 0.22rem auto 0; }
      .desktop .priceContainer .priceViewBottom {
        margin-bottom: 2.32rem; }
      .desktop .priceContainer .accordionTitle {
        background: #02E270;
        height: 0.69rem;
        color: #000000;
        font-size: 0.22rem;
        margin-top: 0.31rem; }
      .desktop .priceContainer .accordion {
        margin-bottom: 7.65rem; }
        .desktop .priceContainer .accordion .accordion-item {
          border-bottom: 1px solid #FFF; }
          .desktop .priceContainer .accordion .accordion-item .accordion-header {
            background: #1E1E1E;
            cursor: pointer;
            padding: 0.21rem; }
            .desktop .priceContainer .accordion .accordion-item .accordion-header .accordion-headerIcon {
              width: 0.23rem;
              height: 0.23rem;
              margin-left: 0.17rem; }
            .desktop .priceContainer .accordion .accordion-item .accordion-header .accordion-headerIconRight {
              width: 0.17rem;
              height: 0.09rem; }
          .desktop .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem {
            position: relative;
            background: #474747;
            padding: 0.21rem;
            border-bottom: 1px solid #FFF; }
            .desktop .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem .accordion-contentItemView {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0; }
              .desktop .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem .accordion-contentItemView img {
                width: 0.21rem;
                height: 0.21rem; }
              .desktop .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem .accordion-contentItemView img:last-child {
                width: 0.34rem;
                height: 0.24rem; }
          .desktop .priceContainer .accordion .accordion-item .accordion-content .accordion-contentItem:last-child {
            border-bottom: 0; }
        .desktop .priceContainer .accordion .accordion-item:last-child {
          border-bottom: 0; }
    .desktop .featureContainer {
      width: 12rem;
      margin: 0 auto;
      padding-top: 2.42rem; }
      .desktop .featureContainer .screenshot {
        position: relative;
        height: 12.64rem;
        margin-bottom: 1rem; }
        .desktop .featureContainer .screenshot img {
          position: absolute;
          width: 11.01rem;
          height: 12.64rem;
          top: -1.2rem;
          right: -2.8rem; }
      .desktop .featureContainer .caseLise {
        margin-top: -1.3rem;
        margin-left: -0.84rem;
        margin-bottom: 3.77rem; }
        .desktop .featureContainer .caseLise .caseItem .caseItem_img {
          width: 3.92rem;
          height: 4.89rem;
          border: 1px solid #00db91;
          border-radius: 0.2rem; }
        .desktop .featureContainer .caseLise .caseItem:nth-child(1) {
          margin-top: 4.89rem; }
        .desktop .featureContainer .caseLise .caseItem:nth-child(2) {
          margin-top: 9.78rem; }
        .desktop .featureContainer .caseLise .caseItem:nth-child(3) {
          margin-top: 4.89rem; }
      .desktop .featureContainer .featureViewLise {
        margin: 0.84rem auto 5.47rem; }
        .desktop .featureContainer .featureViewLise .featureViewItem .featureViewItem_img {
          width: 1.04rem;
          height: 1.04rem;
          margin: 0 auto 0.1rem;
          display: block; }
        .desktop .featureContainer .featureViewLise .featureViewItem .featureViewItem_text {
          font-size: 0.22rem;
          color: #00EF9E; }

  .mobile {
    display: none; } }
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* background-image: url(../image/bg.png); */
  background-size: 100% 100%;
  color: #FFFFFF; }

a {
  color: #FFFFFF;
  text-decoration: none; }

a:hover,
a:active {
  text-decoration: none;
  color: inherit; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  padding: 0;
  margin: 0; }

.flex {
  display: flex !important; }

.flex1 {
  flex: 1; }

.bgColor {
  background: #00db91 !important;
  color: #000000;
}

.flexShrink0 {
  flex-shrink: 0; }

.alItemC {
  align-items: center; }

.jcSB {
  justify-content: space-between; }

.jcSA {
  justify-content: space-around; }

.jcCenter {
  justify-content: center; }

.jcFlexEnd {
  justify-content: flex-end; }

.flexDColumn {
  flex-direction: column; }

.flexWrap {
  flex-wrap: wrap; }

.textACnter {
  text-align: center; }

.textALeft {
  text-align: left; }

.colorFFF {
  color: #FFFFFF !important; }

.loadingView {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: black; }

.loading {
  display: flex;
  justify-content: center;
  align-items: center; }

.loading div {
  width: 10px;
  height: 10px;
  background-color: #2DC08E;
  margin: 0 5px;
  border-radius: 50%;
  animation: loading 0.8s infinite ease-in-out; }

.loading div:nth-child(1) {
  animation-delay: 0s; }

.loading div:nth-child(2) {
  animation-delay: 0.2s; }

.loading div:nth-child(3) {
  animation-delay: 0.4s; }

@keyframes loading {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
