/* ============================================================
   智讯科技 Mobile Styles — extracted from common.css, main.css, style.css
   All @media screen and (max-width: 767px) rules consolidated
   ============================================================ */

/* source: _nuxt/css/common.css */
@media only screen and (max-width: 767px) {
  .el-col-xs-0 {
    display: none;
    width: 0;
  }

  .el-col-xs-offset-0 {
    margin-left: 0;
  }

  .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-xs-push-0 {
    left: 0;
    position: relative;
  }

  .el-col-xs-1 {
    width: 4.16667%;
  }

  .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-xs-push-1 {
    left: 4.16667%;
    position: relative;
  }

  .el-col-xs-2 {
    width: 8.33333%;
  }

  .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-xs-push-2 {
    left: 8.33333%;
    position: relative;
  }

  .el-col-xs-3 {
    width: 12.5%;
  }

  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-xs-push-3 {
    left: 12.5%;
    position: relative;
  }

  .el-col-xs-4 {
    width: 16.66667%;
  }

  .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-xs-push-4 {
    left: 16.66667%;
    position: relative;
  }

  .el-col-xs-5 {
    width: 20.83333%;
  }

  .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-xs-push-5 {
    left: 20.83333%;
    position: relative;
  }

  .el-col-xs-6 {
    width: 25%;
  }

  .el-col-xs-offset-6 {
    margin-left: 25%;
  }

  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-xs-push-6 {
    left: 25%;
    position: relative;
  }

  .el-col-xs-7 {
    width: 29.16667%;
  }

  .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-xs-push-7 {
    left: 29.16667%;
    position: relative;
  }

  .el-col-xs-8 {
    width: 33.33333%;
  }

  .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-xs-push-8 {
    left: 33.33333%;
    position: relative;
  }

  .el-col-xs-9 {
    width: 37.5%;
  }

  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-xs-push-9 {
    left: 37.5%;
    position: relative;
  }

  .el-col-xs-10 {
    width: 41.66667%;
  }

  .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-xs-push-10 {
    left: 41.66667%;
    position: relative;
  }

  .el-col-xs-11 {
    width: 45.83333%;
  }

  .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-xs-push-11 {
    left: 45.83333%;
    position: relative;
  }

  .el-col-xs-12 {
    width: 50%;
  }

  .el-col-xs-offset-12 {
    margin-left: 50%;
  }

  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-xs-push-12 {
    left: 50%;
    position: relative;
  }

  .el-col-xs-13 {
    width: 54.16667%;
  }

  .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-xs-push-13 {
    left: 54.16667%;
    position: relative;
  }

  .el-col-xs-14 {
    width: 58.33333%;
  }

  .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-xs-push-14 {
    left: 58.33333%;
    position: relative;
  }

  .el-col-xs-15 {
    width: 62.5%;
  }

  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-xs-push-15 {
    left: 62.5%;
    position: relative;
  }

  .el-col-xs-16 {
    width: 66.66667%;
  }

  .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-xs-push-16 {
    left: 66.66667%;
    position: relative;
  }

  .el-col-xs-17 {
    width: 70.83333%;
  }

  .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-xs-push-17 {
    left: 70.83333%;
    position: relative;
  }

  .el-col-xs-18 {
    width: 75%;
  }

  .el-col-xs-offset-18 {
    margin-left: 75%;
  }

  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-xs-push-18 {
    left: 75%;
    position: relative;
  }

  .el-col-xs-19 {
    width: 79.16667%;
  }

  .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-xs-push-19 {
    left: 79.16667%;
    position: relative;
  }

  .el-col-xs-20 {
    width: 83.33333%;
  }

  .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-xs-push-20 {
    left: 83.33333%;
    position: relative;
  }

  .el-col-xs-21 {
    width: 87.5%;
  }

  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-xs-push-21 {
    left: 87.5%;
    position: relative;
  }

  .el-col-xs-22 {
    width: 91.66667%;
  }

  .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-xs-push-22 {
    left: 91.66667%;
    position: relative;
  }

  .el-col-xs-23 {
    width: 95.83333%;
  }

  .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-xs-push-23 {
    left: 95.83333%;
    position: relative;
  }

  .el-col-xs-24 {
    width: 100%;
  }

  .el-col-xs-offset-24 {
    margin-left: 100%;
  }

  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-xs-push-24 {
    left: 100%;
    position: relative;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .growth[data-v-18eff9b2] {
    padding: 64px 32px;
  }

  .growth h1[data-v-18eff9b2] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  .growth ul[data-v-18eff9b2] {
    gap: 48px 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .growth ul li[data-v-18eff9b2] {
    align-items: center;
  }

  .growth ul li h1[data-v-18eff9b2] {
    font-size: 28px;
    line-height: 28px;
    margin: 20px 0 12px;
  }

  .growth ul li img[data-v-18eff9b2] {
    height: 48px;
    width: 48px;
  }

  .growth ul li p[data-v-18eff9b2] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .lang-cn .growth h1[data-v-18eff9b2] {
    font-size: 36px;
    line-height: 36px;
  }

  .lang-cn .growth ul li p[data-v-18eff9b2] {
    font-size: 16px;
    line-height: 26px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .leaderShip[data-v-51e05a43] {
    padding: 64px 32px 20px;
  }

  .leaderShip h1[data-v-51e05a43] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  .leaderShip ul[data-v-51e05a43] {
    gap: 48px 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .leaderShip ul li[data-v-51e05a43] {
    width: 100%;
  }

  .leaderShip ul li .leader-name[data-v-51e05a43] {
    font-size: 14px;
    line-height: 14px;
    margin: 16px 0 8px;
  }

  .leaderShip ul li .leader-position[data-v-51e05a43] {
    color: #242424;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    white-space: normal;
  }

  .lang-cn .leaderShip h1[data-v-51e05a43] {
    font-size: 36px;
    line-height: 36px;
  }

  .lang-cn .leaderShip ul li .leader-name[data-v-51e05a43] {
    font-size: 16px;
    line-height: 16px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .section-one[data-v-04e71630] {
    background: #f0f3ff;
    gap: 32px;
    padding:0;
    height: auto;
    padding: 0 0 60px;
  }

  .section-one h1[data-v-3c624894] {
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
  }

  .section-one p[data-v-3c624894] {
    color: #242424;
    font-family: DIN_OT, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 20px;
    line-height: 32px;
  }

  .lang-cn .section-one h1[data-v-3c624894] {
    font-size: 40px;
    line-height: 48px;
    width: 50%;
  }

  .lang-cn .section-one p[data-v-3c624894] {
    font-size: 18px;
    line-height: 30px;
  }

  h1[data-v-1ce21f9e] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
    text-transform: uppercase;
  }

  .values[data-v-79d8177e] {
    background-color: #fafafa;
    padding: 64px 30px
  }

  .values .swiper-card[data-v-79d8177e] {
    background-color: #fafafa;
    box-shadow: none;
    height: auto;
  }
.values h1[data-v-79d8177e]{
    margin-bottom: 32px;
}
  .values .swiper-card .swiper-slide[data-v-79d8177e] {
    background-color: #fff;
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    height: auto;
    width: 100%;
  }

  .values .card-icon[data-v-79d8177e] {
    margin-top: -8px;
  }
  .values .swiper-card .swiper-slide {
    flex-direction: column;
  }
  .values .card-text[data-v-79d8177e] {
    padding: 48px 20px;
    width: 100%;
    order: unset;
  }
  .values .card-img {
    width: 100%;
  }
  .values .card-img .card-icon{
    display: none;
  }
  .values .card-img .h-full{
    height: 240px;
  }

  .values .card-text h2[data-v-79d8177e] {
    color: #242424;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  .values .card-text p[data-v-79d8177e] {
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 0;
  }

  .values[data-v-79d8177e] .swiper-pagination {
    grid-gap: 0 8px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-top: 48px;
    padding: 0 64px;
    position: static;
  }

  .values[data-v-79d8177e] .swiper-pagination .pagination-bullet {
    background: #e7e7e7;
    height: 4px;
    margin-right: 0;
    width: auto;
  }

  .values[data-v-79d8177e] .swiper-pagination .pagination-bullet-active {
    background: #9644ff;
    height: 4px;
    width: auto;
  }

  .lang-cn h1[data-v-79d8177e] {
    font-size: 36px;
    line-height: 36px;
  }

  .lang-cn .values .card-text p[data-v-79d8177e] {
    font-size: 18px;
    line-height: 30px;
  }

  .story[data-v-164a3340] {
    padding: 64px 32px;
  }

  h1[data-v-164a3340] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
    text-transform: uppercase;
  }

  .story li:first-child .text,
  .story li:first-child .year {
    padding-top: 0;
  }

  .story li:first-child .story-line .square {
    top: 9px;
  }

  .story li:first-child .story-line .line {
    margin-top: 9px;
  }

  .story .year {
    color: #9644ff;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin-right: 32px;
    padding-top: 48px;
  }

  .story .story-line {
    width: 12px;
  }

  .story .story-line .square {
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 54px;
    width: 12px;
  }

  .story .story-line .line {
    display: block;
    width: 3px;
  }

  .story .text {
    padding-left: 36px;
    padding-top: 48px;
  }

  .story .text p {
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    white-space: pre-line;
  }

  .board-members[data-v-3c2a7758] {
    display: flex;
    flex-direction: column;
    padding: 38px 32px;
  }
.board-members .board-main-title[data-v-3c2a7758]{
    color: #242424;
    font-family: Din_OT_bold,AlibabaPuHuiTi-Bold,sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }

  .board-members .main-title[data-v-3c2a7758] {
    color: #242424;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }

  .board-members .board-groups[data-v-3c2a7758] {
    display: flex;
    flex-direction: column;
    gap: 47px;
  }

  .board-members .board-column[data-v-3c2a7758] {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .board-members .column-title[data-v-3c2a7758] {
    color: #242424;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 14px;
    line-height: 21px;
  }

  .board-members .member-list[data-v-3c2a7758] {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .board-members .member-item[data-v-3c2a7758] {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .board-members .member-name[data-v-3c2a7758] {
    color: #9644ff;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap;
  }

  .board-members .member-roles p[data-v-3c2a7758] {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 21px;
    white-space: pre-line;
  }

  .board-members .member-roles p[data-v-3c2a7758]:not(:last-of-type) {
    margin-bottom: 7px;
  }

  .lang-cn .board-members.is-cn .board-groups-cn[data-v-3c2a7758] {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
    width: 100%;
  }

  .lang-cn .board-members.is-cn .board-left-group[data-v-3c2a7758],
  .lang-cn .board-members.is-cn .board-right-group[data-v-3c2a7758] {
    display: flex;
    flex-direction: column;
  }

  .lang-cn .board-members.is-cn .board-right-group[data-v-3c2a7758] {
    gap: 40px;
  }

  .lang-cn .board-members.is-cn .column-title[data-v-3c2a7758],
  .lang-cn .board-members.is-cn .main-title[data-v-3c2a7758],
  .lang-cn .board-members.is-cn .member-name[data-v-3c2a7758] {
    font-family: AlibabaPuHuiTi-Bold, sans-serif;
  }

  .careers[data-v-84ceb680] {
    padding: 64px 32px 128px!important; 
  }
  .careers  .justify-between[data-v-84ceb680]{
    display: block;
  }

  .careers h1 {
    font-size: 32px;
    line-height: 32px; 
    text-transform: uppercase;
  }

  .careers .careers-text {
    width: 100%!important;
  }

  .careers h2 {
    font-size: 24px;
    margin: 24px 0;
    text-transform: uppercase;
  }

  .careers h2,
  .careers p {
    color: #242424;
    line-height: 32px;
  }

  .careers p {
    font-size: 20px;
    margin-bottom: 48px;
  }

  .careers a {
    background-color: #9644ff;
    color: #fff;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 20px;
    height: 56px;
    line-height: 24px;
    position: static;
    text-transform: uppercase;
    width: 100%;
  }

  .careers a svg {
    height: 12px;
    width: 12px;
  }

.careers img[data-v-84ceb680]{
    width: 100%;
    height: 240px;
}

  .lang-cn .careers h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .lang-cn .careers h2 {
    line-height: 24px;
    font-size: 24px;
  }

  .lang-cn .careers p {
    font-size: 18px;
    line-height: 30px;
  }

  .lang-cn .careers button {
    font-size: 18px;
    line-height: 18px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .modal-overlay[data-v-fd05f680] {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .modal-content[data-v-fd05f680] {
    left: 50%;
    padding: 0 32px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10000;
  }

  .modal-content video[data-v-fd05f680] {
    height: auto;
    width: 100%;
  }

  .modal-content[data-v-fd05f680]:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAwCAYAAAC4wJK5AAAB3klEQVR4Xu2XMU5CQRCGOYrHsNULGC+gF9ADeADt6TVSEU2oiCZ2r9GGChoqDcZSIhUWVGt+yXOH2Qlv2R2SUXeSr2LeY7/N2z+zrc6+m3T2nPutXO+6nVaRMECRsEKRsEKRsEKRsML/lXhsu5Ua3YQ9sfSOnVt8+ne9DcKeJpIkwPje/zGqOg97moDAfOrfMX93rnsQ9jWRLAGwa3Ut5stF8Z51zF798xDoHYU9MWRJdA+Xf/6zkGm8yPjOP4fqn4Q9sWRJAOweFcHuQo73UUa3vh81uAp7NiFbAmAXab1UYU8Nzg6tYUYo1KhIgJjE0kgiCTUJMGSfyVPb/6aVRBKqEuC58gtFYtUHViuJJNQlcKg/6IKnyzNCKyeJJNQlAE8sWrlJJLEVCYDdxudESyOJJLYmwZMIJSWWBluR4ElEiyaWFuoS36MIi1I+Y5k/2HzBOORSYsXOWDGoSvCZiI7nPLEg0jRjxaImgeikJSURTyxTY0f/1C8MhTGb99RUF6u9GomVLcGTaDYJezh8xhpchj2bkCUhJVHsTMSvtw9nYU8sWRJSEvGeddDESrne1iRLrEuiWKTrbUpiJUnwC5CURLHw6E1JrCQJaxQJKxQJKxQJKxQJKxQJK/wZiS+Wv/cApgHp3gAAAABJRU5ErkJggg==);
    background-size: contain;
    content: "";
    position: absolute;
  }

  .modal-close[data-v-fd05f680],
  .modal-content[data-v-fd05f680]:after {
    height: 24px;
    right: 8px;
    top: 0;
    width: 24px;
  }

  .modal-close[data-v-fd05f680] {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .earnings-calls[data-v-49cda96a] {
    margin-bottom: 104px;
    padding: 64px 32px 0;
  }

  .earnings-calls h2[data-v-49cda96a] {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
  }

  .earnings-calls .model-list[data-v-49cda96a] {
    margin: 32px 0;
  }

  .earnings-calls .model-list .model-item .model-cover[data-v-49cda96a] {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 24px 0;
    position: relative;
  }

  .earnings-calls
    .model-list
    .model-item
    .model-cover[data-v-49cda96a]:hover:after,
  .earnings-calls
    .model-list
    .model-item
    .model-cover[data-v-49cda96a]:hover:before {
    opacity: 0;
  }

  .earnings-calls .model-list .model-item img[data-v-49cda96a] {
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    height: auto;
    margin-right:0px;
    width: 100%;
  }

  .earnings-calls .model-list .model-divider[data-v-49cda96a] {
    border-bottom: 1px solid #eee;
  }

  .earnings-calls .model-list p[data-v-49cda96a] {
    font-size: 16px;
    margin-top: 0;
  }

  .lang-cn h2[data-v-49cda96a] {
    font-size: 36px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  section[data-v-2c6c362c] {
    padding: 64px 32px 0;
  }

  section .model-list[data-v-2c6c362c] {
    margin: 32px 0;
  }

  section .model-list .model-item .model-cover-download[data-v-2c6c362c],
  section .model-list .model-item .model-cover-video[data-v-2c6c362c],
  section .model-list .model-item .model-cover[data-v-2c6c362c] {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 24px 0;
    position: relative;
  }

  section
    .model-list
    .model-item
    .model-cover-download[data-v-2c6c362c]:hover:after,
  section
    .model-list
    .model-item
    .model-cover-download[data-v-2c6c362c]:hover:before,
  section
    .model-list
    .model-item
    .model-cover-video[data-v-2c6c362c]:hover:after,
  section
    .model-list
    .model-item
    .model-cover-video[data-v-2c6c362c]:hover:before,
  section .model-list .model-item .model-cover[data-v-2c6c362c]:hover:after,
  section .model-list .model-item .model-cover[data-v-2c6c362c]:hover:before {
    opacity: 0;
  }

  section .model-list .model-item img[data-v-2c6c362c] {
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    height: auto;
    margin-right: 16px;
    width: 16px;
  }

  section .model-list .model-divider[data-v-2c6c362c] {
    border-bottom: 1px solid #eee;
  }

  section .model-list p[data-v-2c6c362c] {
    font-size: 16px;
    margin-top: 0;
  }

  .lang-cn h2[data-v-2c6c362c] {
    font-size: 36px;
  }

  h2[data-v-2c6c362c] {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .financial-table {
    color: #5e5e5e;
    font-size: 14px;
    width: 100%;
  }

  .financial-table tr {
    height: 48px;
  }

  .financial-table tr td:first-of-type {
    padding-left: 8px;
    width: 50%;
  }

  .financial-table tr td:first-of-type,
  .financial-table tr th {
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Medium, Noto_Sans_Medium, sans-serif;
  }

  .financial-table tr td,
  .financial-table tr th {
    width: 18%;
  }

  .lang-hk .financial-table tr td:first-of-type,
  .lang-hk .financial-table tr th {
    font-family: Noto_Sans_Medium, sans-serif;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .banner-title[data-v-3222f39a] {
    background:
      url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWwAAAC9CAMAAACgVLe1AAAAUVBMVEUAAACXRP8Az6+VRP/T2//S2v//ugjP3/9n7JRl7I8A0q8A0a4jU/4mUP//vAclUP//uQYlUP/ox5KVQv8jUP+WRP/T2/9n7ZMA0a4mUP//uwc4ajsgAAAAFXRSTlMAvyCAv2AfIJ9gvt8+39+/gGAQYFAYG3psAAABjUlEQVR42uzQSUoDUQBF0W+E2HdJxGb/CxUE01EvIKQCD84Z39Ed/3E3YTCPjwmDX2Y3Mzszu5nZmdnNzM7MbmZ2ZnYzszOzm5mdmd3M7MzsZmZnZjcz+4JuJwwObN62NoN5vXxtPQ0OmN3M7MzsZmZnZjczOzO7mdmZ2c3MvqDHPfdHBrNZfB56GPwxu5nZmdnNzM7MbmZ2ZnYzszOzm5mdmd3M7MzsZmZf0uLIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADO5Or9lKuB2Z3MzsxuZnZmdjOzM7ObmZ2Z3czszOxmZmdmNzM7M7uZ2ZnZzczOzG5mdmZ2M7Mzs5uZnZndzOzM7GZmZ2Y3W1+fst5PV687q8Gslt87y8E+s5uZnZndzOzM7GZmZ2Y3Mzszu9nyecdsgLNY3Uz5aceOaQCGgSAIfpFQMH+oJuArLeukGQhbrid6xb9OvmFG7GZiZ2I3EzsTu5nYmdjNxM7EbiZ2JnYzsTOxm4mdid1M7EzsZmJnYjcTO3sbewNO5cXOE164rwAAAABJRU5ErkJggg==)
        no-repeat 50%,
      #f9f5ff;
    height: 198px;
  }

  .banner-title h1[data-v-3222f39a] {
    font-size: 38px;
    line-height: 40px;
  }

  .phone-section.wrap[data-v-3222f39a] {
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    padding: 18px 32px;
  }

  .phone-section.wrap[data-v-3222f39a] .swiper-container {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }

  .phone-section.wrap[data-v-3222f39a] .swiper-container .swiper-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .phone-section.wrap[data-v-3222f39a]
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
section.wrap[data-v-3222f39a]{
    padding: 10px 22px;
}
section.wrap .nav-wrapper[data-v-3222f39a]{
    display: block;
}
section.wrap .nav-wrapper .nav-item[data-v-3222f39a]{ 
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    margin: 10px; 
  }

  .phone-section.wrap[data-v-3222f39a] .swiper-container a.mobile-active {
    color: #9644ff;
    line-height: 20px;
  }

  .lang-cn .banner-title h1[data-v-3222f39a] {
    font-size: 40px;
  }

  .lang-hk .phone-section.wrap[data-v-3222f39a] .swiper-container a {
    font-family: Noto_Sans_Medium, sans-serif !important;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .info-area[data-v-bfdc63a4] {
    padding: 64px 32px 128px;
  }

  .info-area .info-title[data-v-bfdc63a4] {
    display: none;
  }

  .info-area .info-body[data-v-bfdc63a4] {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .info-area .info-body .info-content[data-v-bfdc63a4] {
    margin-right: 0;
  }

  .info-area .info-body .info-content .info-item[data-v-bfdc63a4] {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .info-area .info-body .info-content .info-item a[data-v-bfdc63a4],
  .info-area .info-body .info-content .info-item p[data-v-bfdc63a4] {
    font-size: 20px !important;
  }

  .info-area .info-body .info-content .info-item .info-mail[data-v-bfdc63a4],
  .info-area .info-body .info-content .info-item .info-net[data-v-bfdc63a4] {
    color: #9644ff;
  }

  .info-area .info-body .info-content .info-item img[data-v-bfdc63a4] {
    height: 24px;
    margin-right: 20px;
    width: 24px;
  }

  .info-area .info-body .info-img[data-v-bfdc63a4] {
    height: auto;
    margin-bottom: 64px;
    width: 100%;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .container[data-v-4a94a373] {
    padding: 0 32px 64px;
  }

  .container .sec-area .sec-title[data-v-4a94a373] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  .container .sec-area .sec-body[data-v-4a94a373] {
    flex-direction: column;
  }

  .container .sec-area .sec-body .sec-text[data-v-4a94a373] {
    font-size: 20px;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .container .sec-area .sec-body .sec-img[data-v-4a94a373] {
    height: auto;
    width: 100%;
  }

  .lang-cn .container .sec-area .sec-title[data-v-4a94a373] {
    font-size: 36px;
    line-height: 42px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .container[data-v-41c93948] {
    background: #fafafa;
    padding: 64px 0 48px;
  }

  .container .sec-area[data-v-41c93948] {
    padding: 0 32px;
  }

  .container .sec-area .sec-title[data-v-41c93948] {
    font-size: 32px;
    line-height: 32px;
  }

  .container .sec-area .sec-body[data-v-41c93948] {
    flex-direction: column-reverse;
    margin: 48px 0 56px;
  }

  .container .sec-area .sec-body .sec-text[data-v-41c93948] {
    font-size: 20px;
    margin-right: 0;
    margin-top: 48px;
  }

  .container .sec-area .sec-body .sec-img[data-v-41c93948] {
    height: auto;
    width: 100%;
  }

  .container
    .sec-area
    .sec-foot
    .sec-list
    .sec-item
    .sec-item-link[data-v-41c93948] {
    align-items: flex-start;
    padding: 24px 0;
  }

  .container
    .sec-area
    .sec-foot
    .sec-list
    .sec-item
    .sec-item-link
    .sec-item-title[data-v-41c93948] {
    color: #242424;
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Medium, Noto_Sans_Medium, sans-serif;
    font-size: 16px;
    padding-top: 0;
    text-transform: none;
  }

  .container
    .sec-area
    .sec-foot
    .sec-list
    .sec-item
    .sec-item-link[data-v-41c93948]:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD3SURBVHgBrZPRDYIwFEVfpf8yAgb4dwQ3sBuAIziBuoEbIBs4gs4BREbgnwS8TSCpFE0f8f4UXunh9t1WxHGc9n2fkaPwbVpVVW7WVsSUEOIWhmFi1qQ5WRTFYW4hFr0wH8BFjjEZQDQ6Yjnpuu6E4TJ1xN5OWZbnCUhJDsDzvCuCaPQztqZHH6AtCwIpLLaKrpAj/uibBcD2GuoMQQr3aS2KouArZIyTfgjNFeY7O505WU5gfUNMWRBEmKFpgVF6DmfDHYJTuTN7gueauE6w6OP+tG1bExcC6w9i6r/poJl+AJG71hYEUlJKRQskkYa+jTUtFIJo3qtmWocn/dOdAAAAAElFTkSuQmCC);
    content: "";
    flex: 0 0 auto;
    height: 20px;
    margin-right: 16px;
    margin-top: 5px;
    width: 16px;
  }

  .container
    .sec-area
    .sec-foot
    .sec-list
    .sec-item
    .sec-item-link[data-v-41c93948]:after {
    display: none;
  }

  .container .sec-area .sec-foot .sec-last .sec-last-link[data-v-41c93948] {
    cursor: pointer;
    display: flex;
    padding: 24px 0;
  }

  .container
    .sec-area
    .sec-foot
    .sec-last
    .sec-last-link
    .sec-last-title[data-v-41c93948] {
    color: #242424;
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Medium, Noto_Sans_Medium, sans-serif;
    font-size: 16px;
    line-height: normal;
  }

  .container
    .sec-area
    .sec-foot
    .sec-last
    .sec-last-link[data-v-41c93948]:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD3SURBVHgBrZPRDYIwFEVfpf8yAgb4dwQ3sBuAIziBuoEbIBs4gs4BREbgnwS8TSCpFE0f8f4UXunh9t1WxHGc9n2fkaPwbVpVVW7WVsSUEOIWhmFi1qQ5WRTFYW4hFr0wH8BFjjEZQDQ6Yjnpuu6E4TJ1xN5OWZbnCUhJDsDzvCuCaPQztqZHH6AtCwIpLLaKrpAj/uibBcD2GuoMQQr3aS2KouArZIyTfgjNFeY7O505WU5gfUNMWRBEmKFpgVF6DmfDHYJTuTN7gueauE6w6OP+tG1bExcC6w9i6r/poJl+AJG71hYEUlJKRQskkYa+jTUtFIJo3qtmWocn/dOdAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    content: "";
    flex: 0 0 auto;
    height: 20px;
    margin-right: 16px;
    margin-top: 5px;
    width: 17px;
  }

  .lang-hk .sec-item-title[data-v-41c93948],
  .lang-hk .sec-last-title[data-v-41c93948] {
    font-family: Noto_Sans_Medium, sans-serif !important;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .container[data-v-0c7e7940] {
    padding: 64px 32px;
  }

  .container .news-area .news-title[data-v-0c7e7940] {
    font-size: 32px;
    line-height: 32px;
  }

  .container .news-area .news-list[data-v-0c7e7940] {
    grid-column-gap: 0;
    grid-template-columns: none;
    grid-template-rows: repeat(1, 1fr);
    margin: 24px 0;
  }

  .container .news-area .news-list .news-item[data-v-0c7e7940],
  .container
    .news-area
    .news-list
    .news-item[data-v-0c7e7940]:nth-last-child(2) {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0;
    padding: 24px 0;
  }

  .container .news-area .news-list .news-item[data-v-0c7e7940]:last-child {
    padding: 24px 0;
  }

  .container
    .news-area
    .news-list
    .news-item
    .news-item-wrap
    .news-item-title[data-v-0c7e7940] {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: none;
  }

  .container
    .news-area
    .news-list
    .news-item
    .news-item-wrap
    .news-item-time[data-v-0c7e7940] {
    font-size: 14px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .container[data-v-089557f0] {
    padding: 64px 32px 0;
  }

  .container .esg-area .esg-title[data-v-089557f0] {
    font-size: 32px;
    line-height: 32px;
  }

  .container .esg-area .esg-body[data-v-089557f0] {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 48px;
  }

  .container .esg-area .esg-body .policy-title[data-v-089557f0],
  .container .esg-area .esg-body .report-title[data-v-089557f0] {
    color: #242424;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
  }

  .container .esg-area .esg-body .esg-report[data-v-089557f0] {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 24px;
    padding-right: 0;
  }

  .container .esg-area .esg-body .esg-report .report-list[data-v-089557f0] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
    row-gap: 0;
  }

  .container
    .esg-area
    .esg-body
    .esg-report
    .report-list
    .report-item
    .report-item-link[data-v-089557f0] {
    align-items: center;
    display: flex;
    padding: 24px 0;
  }

  .container
    .esg-area
    .esg-body
    .esg-report
    .report-list
    .report-item
    .report-item-link
    .report-item-img[data-v-089557f0] {
    flex: 0 0 auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 16px;
    width: 17px;
  }

  .container
    .esg-area
    .esg-body
    .esg-report
    .report-list
    .report-item
    .report-item-link
    .report-item-img
    .report-item-down[data-v-089557f0] {
    display: none;
  }

  .container
    .esg-area
    .esg-body
    .esg-report
    .report-list
    .report-item
    .report-item-link
    .report-item-title[data-v-089557f0] {
    font-size: 16px;
  }

  .container .esg-area .esg-body .esg-policy[data-v-089557f0] {
    flex-grow: 1;
  }

  .container .esg-area .esg-body .esg-policy .policy-list[data-v-089557f0] {
    grid-column-gap: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    margin-top: 24px;
  }

  .container
    .esg-area
    .esg-body
    .esg-policy
    .policy-list
    .policy-item
    .policy-item-link[data-v-089557f0] {
    padding: 24px 0;
  }

  .container
    .esg-area
    .esg-body
    .esg-policy
    .policy-list
    .policy-item
    .policy-item-link
    .policy-item-icon[data-v-089557f0] {
    height: auto;
    margin-bottom: 0;
    margin-right: 16px;
    width: 17px;
  }

  .container
    .esg-area
    .esg-body
    .esg-policy
    .policy-list
    .policy-item
    .policy-item-link
    .policy-item-title[data-v-089557f0] {
    color: #242424;
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Medium, Noto_Sans_Medium, sans-serif;
    font-size: 16px;
  }

  .container
    .esg-area
    .esg-body
    .esg-policy
    .policy-list
    .policy-item
    .policy-item-link
    .policy-item-right[data-v-089557f0] {
    display: none;
  }

  .lang-hk .policy-item-title[data-v-089557f0] {
    font-family: Noto_Sans_Medium, sans-serif !important;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  [data-v-3fabcebb] .swiper-container {
    background-color: #fff;
    padding: 21px 32px;
  }

  [data-v-3fabcebb] .swiper-container .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  [data-v-3fabcebb] .swiper-container a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #c5c5c5;
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
  }

  [data-v-3fabcebb] .swiper-container a.mobile-active {
    color: #9644ff;
    font-family: Din_Medium, AlibabaPuHuiTi-Bold, sans-serif;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .banner-wrap[data-v-236bb8ae] {
    background: none;
  }

  .banner-wrap .banner-content[data-v-236bb8ae] {
    background:
      url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWwAAAC9CAMAAACgVLe1AAAAUVBMVEUAAACXRP8Az6+VRP/T2//S2v//ugjP3/9n7JRl7I8A0q8A0a4jU/4mUP//vAclUP//uQYlUP/ox5KVQv8jUP+WRP/T2/9n7ZMA0a4mUP//uwc4ajsgAAAAFXRSTlMAvyCAv2AfIJ9gvt8+39+/gGAQYFAYG3psAAABjUlEQVR42uzQSUoDUQBF0W+E2HdJxGb/CxUE01EvIKQCD84Z39Ed/3E3YTCPjwmDX2Y3Mzszu5nZmdnNzM7MbmZ2ZnYzszOzm5mdmd3M7MzsZmZnZjcz+4JuJwwObN62NoN5vXxtPQ0OmN3M7MzsZmZnZjczOzO7mdmZ2c3MvqDHPfdHBrNZfB56GPwxu5nZmdnNzM7MbmZ2ZnYzszOzm5mdmd3M7MzsZmZf0uLIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADO5Or9lKuB2Z3MzsxuZnZmdjOzM7ObmZ2Z3czszOxmZmdmNzM7M7uZ2ZnZzczOzG5mdmZ2M7Mzs5uZnZndzOzM7GZmZ2Y3W1+fst5PV687q8Gslt87y8E+s5uZnZndzOzM7GZmZ2Y3Mzszu9nyecdsgLNY3Uz5aceOaQCGgSAIfpFQMH+oJuArLeukGQhbrid6xb9OvmFG7GZiZ2I3EzsTu5nYmdjNxM7EbiZ2JnYzsTOxm4mdid1M7EzsZmJnYjcTO3sbewNO5cXOE164rwAAAABJRU5ErkJggg==)
        no-repeat 50%,
      #f9f5ff;
    height: 200px;
    justify-content: center;
    padding: 0;
    width: 100%;
  }

  .banner-wrap .banner-title[data-v-236bb8ae] {
    font-size: 38px;
  }

  .banner-wrap .banner-btns[data-v-236bb8ae] {
    align-items: center;
    flex-direction: column;
    padding-top: 48px;
  }

  .banner-wrap .banner-btns .banner-btn-text[data-v-236bb8ae] {
    height: 56px;
    width: 276px;
  }

  .banner-wrap .banner-btns .banner-btn-text[data-v-236bb8ae]:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .banner-wrap .banner-btns .banner-btn-text[data-v-236bb8ae]:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  [data-v-4f4e7344] .swiper-container {
    background-color: #fff;
    padding: 21px 32px;
  }

  [data-v-4f4e7344] .swiper-container .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
  }

  [data-v-4f4e7344] .swiper-container a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #c5c5c5;
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
  }

  [data-v-4f4e7344] .swiper-container a.mobile-active {
    color: #9644ff;
    font-family: Din_Medium, AlibabaPuHuiTi-Bold, sans-serif;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .nav-search[data-v-5ec7ebf0] {
    width: 100%;
  }

  .nav-search[data-v-5ec7ebf0] .el-input {
    background: #fff;
    height: 48px;
    width: 100%;
  }

  .nav-search[data-v-5ec7ebf0] .el-input .el-input__inner {
    border-radius: 0;
    font-size: 20px;
    height: 48px;
    padding-left: 58px;
    position: relative;
    z-index: 0;
  }

  .nav-search[data-v-5ec7ebf0] .el-input .el-input__inner:focus {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .nav-search[data-v-5ec7ebf0] .el-input .el-input__prefix,
  .nav-search[data-v-5ec7ebf0] .el-input .el-input__suffix {
    align-items: center;
    display: flex;
  }

  .nav-search[data-v-5ec7ebf0] .el-input .el-input__prefix svg,
  .nav-search[data-v-5ec7ebf0] .el-input .el-input__suffix svg {
    height: 24px;
    width: 24px;
  }

  .nav-search[data-v-5ec7ebf0] .el-input .el-input__icon {
    color: #5e5e5e;
    font-size: 20px;
    margin: 0 15px 0 10px;
  }

  .nav-search[data-v-5ec7ebf0] .el-autocomplete {
    width: 100%;
  }

  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input {
    background: #fff;
    height: 48px;
    width: 100%;
  }

  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input__inner {
    border-radius: 0;
    font-size: 20px;
    height: 48px;
    padding-left: 58px;
    position: relative;
    z-index: 0;
  }

  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input__inner:focus {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input__prefix,
  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input__suffix {
    align-items: center;
    display: flex;
  }

  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input__prefix svg,
  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input__suffix svg {
    height: 24px;
    width: 24px;
  }

  .nav-search[data-v-5ec7ebf0] .el-autocomplete .el-input__icon {
    color: #5e5e5e;
    font-size: 20px;
    margin: 0 15px 0 10px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .el-scrollbar ul {
    display: block !important;
  }

  .el-scrollbar ul li {
    color: #5e5e5e;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
  }

  .el-scrollbar ul li span {
    display: inherit;
    width: 80vw;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  section[data-v-7e56889c] {
    background-color: #fafafa;
    padding: 32px 32px 112px;
  }

  section[data-v-7e56889c] .el-pager li {
    background-color: transparent;
  }

  section ul[data-v-7e56889c] {
    justify-content: center;
    margin-bottom: 44px;
  }

  section ul li[data-v-7e56889c] {
    background: #fff;
    background: var(--White, #fff);
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    min-height: 272px;
    padding: 20px;
    width: 364px;
  }

  section ul li .header[data-v-7e56889c] {
    height: 56px;
    margin: 32px 0;
  }

  section ul li .header img[data-v-7e56889c] {
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 200px;
  }

  section ul li .main[data-v-7e56889c] {
    border-top: 0;
    box-sizing: border-box;
    padding-top: 0;
    width: 100%;
  }

  section ul li .main .title[data-v-7e56889c] {
    color: #000;
    color: var(--Black, #000);
    font-size: 22px;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
  }

  section ul li .main .cate-list[data-v-7e56889c] {
    gap: 10px;
    padding-bottom: 10px;
    width: 250px;
  }

  section ul li .main .cate-item[data-v-7e56889c] {
    background-color: #f7f7f7;
    color: #a6a6a6;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
  }

  section .no-data[data-v-7e56889c] {
    color: #a6a6a6;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 28px;
    padding-top: 30px;
    text-align: center;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .dialog-container .modal-overlay[data-v-493e3897] {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .dialog-container .dialog-content[data-v-493e3897] {
    background-color: #fafafa;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    z-index: 10000;
  }

  .dialog-container .delete[data-v-493e3897] {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }

  .dialog-container[data-v-493e3897] .el-dialog {
    background-color: #fafafa;
    margin-top: 200px !important;
    min-height: 516px;
    width: 364px;
  }

  .dialog-container[data-v-493e3897] .el-dialog .el-dialog__body,
  .dialog-container[data-v-493e3897] .el-dialog .el-dialog__header {
    padding: 0;
  }

  .dialog-container .content-t[data-v-493e3897] {
    background-color: #fff;
    padding: 32px 32px 20px;
  }

  .dialog-container .content-t .header[data-v-493e3897] {
    height: 56px;
  }

  .dialog-container .content-t .header img[data-v-493e3897] {
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    width: 200px;
  }

  .dialog-container .content-t .title[data-v-493e3897] {
    color: #000;
    color: var(--Black, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
  }

  .dialog-container .content-t .address[data-v-493e3897],
  .dialog-container .content-t .contact[data-v-493e3897] {
    margin-top: 10px;
  }

  .dialog-container .content-t .address img[data-v-493e3897],
  .dialog-container .content-t .contact img[data-v-493e3897] {
    height: auto;
    width: 20px;
  }

  .dialog-container .content-t .address a[data-v-493e3897],
  .dialog-container .content-t .contact a[data-v-493e3897] {
    color: #a6a6a6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-left: 10px;
  }

  .dialog-container .content-t .address span[data-v-493e3897],
  .dialog-container .content-t .contact span[data-v-493e3897] {
    color: #a6a6a6;
    font-size: 16px;
    font-style: normal;
    height: 28px;
    line-height: 30px;
    padding-left: 10px;
    vertical-align: middle;
  }

  .dialog-container .content-b[data-v-493e3897] {
    padding: 20px 32px 32px;
  }

  .dialog-container .content-b .category[data-v-493e3897] {
    margin-bottom: 24px;
  }

  .dialog-container .content-b .category .cate-title[data-v-493e3897] {
    color: #a6a6a6;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    text-transform: uppercase;
  }

  .dialog-container .content-b .category ul[data-v-493e3897] {
    gap: 10px;
  }

  .dialog-container .content-b .category ul li[data-v-493e3897] {
    background: #f1f1f1;
    color: #a6a6a6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 30px;
    padding: 0 8px;
  }

  .dialog-container .content-b .product[data-v-493e3897] {
    margin-bottom: 10px;
  }

  .dialog-container .content-b .product .product-title[data-v-493e3897] {
    color: #a6a6a6;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  .dialog-container .content-b .product ul[data-v-493e3897] {
    gap: 16px;
  }

  .dialog-container .content-b .product ul li[data-v-493e3897] {
    height: 28px;
    width: 28px;
  }

  .dialog-container .content-b .product ul li img[data-v-493e3897] {
    display: block;
    height: 100%;
    width: 100%;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .mobile-tags[data-v-8fd6b22a] {
    background-color: #fff;
    width: 100vw;
  }

  .mobile-tags .hadchosetags-list[data-v-8fd6b22a] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0 32px 20px;
  }

  .mobile-tags .hadchosetags-list li[data-v-8fd6b22a] {
    background-color: #f9f5ff;
    border: 1px solid #e9d9ff;
    color: #9644ff;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    margin: 0 8px 8px 0;
    padding: 0 8px;
  }

  .mobile-tags .hadchosetags-list li[data-v-8fd6b22a]:last-child {
    background-color: #fff;
    border: 0;
    line-height: 40px;
    padding: 0 20px;
  }

  .mobile-tags .hadchosetags-list li i[data-v-8fd6b22a],
  .mobile-tags .hadchosetags-list li span[data-v-8fd6b22a] {
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Bold, SourceHanSansHC-Bold, sans-serif;
  }

  .mobile-tags .hadchosetags-list li i[data-v-8fd6b22a] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    width: 12px;
  }

  .mobile-tags .hidetags[data-v-8fd6b22a] {
    background-color: #fff;
    padding: 0 32px 32px;
    top: 99%;
    width: 100%;
  }

  .mobile-tags .hidetags .hidetags-list[data-v-8fd6b22a] {
    height: 200px;
    overflow-y: scroll;
  }

  .mobile-tags .hidetags .hidetags-list[data-v-8fd6b22a] .el-checkbox {
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    margin: 0;
    padding: 16px 0;
  }

  .mobile-tags
    .hidetags
    .hidetags-list[data-v-8fd6b22a]
    .el-checkbox
    .el-checkbox__input
    .el-checkbox__inner {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    height: 20px;
    width: 20px;
  }

  .mobile-tags
    .hidetags
    .hidetags-list[data-v-8fd6b22a]
    .el-checkbox
    .el-checkbox__input.is-checked
    .el-checkbox__inner {
    background-color: #9644ff;
    border: #9644ff;
  }

  .mobile-tags
    .hidetags
    .hidetags-list[data-v-8fd6b22a]
    .el-checkbox
    .el-checkbox__input.is-checked
    .el-checkbox__inner:after {
    border-width: 2px;
    height: 10px;
    left: 5px;
    top: 2px;
    width: 6px;
  }

  .mobile-tags
    .hidetags
    .hidetags-list[data-v-8fd6b22a]
    .el-checkbox
    .el-checkbox__label {
    color: #5e5e5e;
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
  }

  .mobile-tags .hidetags button[data-v-8fd6b22a] {
    background-color: #9644ff;
    color: #fff;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-top: 20px;
    width: 100%;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  section[data-v-5d654be3] {
    background: #f7f7f7;
    padding: 0;
  }

  section p[data-v-5d654be3],
  section span[data-v-5d654be3] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
  }

  section .list-result[data-v-5d654be3] {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #5e5e5e;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }

  section .list-result p[data-v-5d654be3] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 18px;
    line-height: 36px;
  }

  section .list-result span[data-v-5d654be3] {
    color: #9644ff;
    display: inline-block;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 24px;
    text-align: center;
    width: 40px;
  }

  section .no-data[data-v-5d654be3] {
    background: #fff;
    margin: 20px 0;
  }

  section .no-data h3[data-v-5d654be3] {
    color: #a6a6a6;
    font-size: 20px;
    line-height: 32px;
  }

  section .list-card[data-v-5d654be3] {
    align-items: start;
    background: #fff;
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 20px 32px;
    width: 100%;
  }

  section .list-card:hover img[data-v-5d654be3] {
    transform: none;
  }

  section .list-card:hover .global-community-title[data-v-5d654be3] {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  section .list-card[data-v-5d654be3]:last-child {
    margin-bottom: 0;
  }

  section .list-card .image-content[data-v-5d654be3],
  section .list-card .video-content[data-v-5d654be3] {
    flex-shrink: 0;
    height: 107.5px;
    margin-left: 20px;
    margin-top: 36px;
    overflow: auto;
    width: 172px;
  }

  section .list-card .image-content img[data-v-5d654be3],
  section .list-card .video-content img[data-v-5d654be3] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 1s;
    width: 100%;
  }

  section .list-card .video-content[data-v-5d654be3]:after {
    background-size: 100% 100%;
    content: "";
    height: 28px;
    left: 120px;
    position: absolute;
    top: 60px;
    width: 28px;
  }

  section .list-card .resource-content[data-v-5d654be3] {
    background: #fff;
    flex: 1;
    padding: 0;
  }

  section
    .list-card
    .resource-content
    .global-community-title[data-v-5d654be3] {
    margin: 12px 0;
  }

  section .list-card .resource-content .tiny-text[data-v-5d654be3] {
    color: #a6a6a6;
    font-family: DIN_OT;
    line-height: 1;
    margin-top: 0;
  }

  section .list-card .resource-content .tiny-text span[data-v-5d654be3] {
    font-family: DIN_OT;
    font-size: 16px;
  }

  section .list-button[data-v-5d654be3] {
    margin: 0 32px 48px;
    position: relative;
    width: 100%;
  }

  section .list-button .basic-button[data-v-5d654be3] {
    align-items: center;
    background: #fff;
    border: 1px solid #9644ff;
    color: #9644ff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 56px;
    justify-content: center;
    letter-spacing: 0.22px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
  }

  section .list-button .basic-button span[data-v-5d654be3],
  section .list-button .basic-button[data-v-5d654be3] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
  }

  section .list-button .basic-button[data-v-5d654be3]:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.5s ease-in-out;
    width: 0;
  }

  section .list-button .basic-button:hover .text[data-v-5d654be3] {
    color: #fff;
  }

  section .list-button .basic-button[data-v-5d654be3]:hover:before {
    background: #9644ff;
    width: 100%;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .wrap .pop[data-v-79a75bde] {
    margin-top: 20px;
    width: 320px;
  }

  .wrap .pop .pop-cancel[data-v-79a75bde] {
    height: 20px;
    right: 4px;
    top: 8px;
    width: 20px;
  }

  .wrap .pop .pop-cancel span[data-v-79a75bde] {
    border: none;
    border-top: 1px solid #000;
    height: 0;
    top: 8px;
    width: 20px;
  }

  h1[data-v-17ffb465] {
    font-size: 38px;
    line-height: 38px;
  }

  .section-one[data-v-17ffb465] {
    background: #f0f3ff;
    height: 600px; 
    width: 100%;
    padding: 0;
  }
  .primary-btn[data-v-108fe636] {
    margin: 8rem auto ;
  }
  .section-one .section-title[data-v-17ffb465] {
    padding-top: 84px;
    text-align: center;
    width: 100%;
    white-space:normal;
  }

  .section-one img[data-v-04e71630] {
    float: none;
    right: 0;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    top: 20px;
    width: 400px;
  }
  .section-two[data-v-21659576] {
    padding: 0  ;
  }
  .section-one .section-button[data-v-17ffb465] {
    margin: 0 auto;
    position: relative;
  }

  .lang-cn h1[data-v-17ffb465] {
    font-size: 40px;
    line-height: 48px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .phone-section[data-v-2791ed24] {
    margin-bottom: 0;
    padding: 18px 32px;
  }

  .phone-section[data-v-2791ed24] .swiper-container {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }

  .phone-section[data-v-2791ed24] .swiper-container .swiper-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .phone-section[data-v-2791ed24]
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }

  .phone-section[data-v-2791ed24] .swiper-container a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #c5c5c5;
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .phone-section[data-v-2791ed24] .swiper-container a.mobile-active {
    color: #9644ff;
    line-height: 20px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .article-wrap[data-v-fd5ac70c] {
    background-color: #fafafa;
    padding-bottom: 64px;
  }

  .article-wrap .article-first[data-v-fd5ac70c] {
    background: #fff !important;
    margin-bottom: 0;
    padding-bottom: 48px;
    width: 100%;
  }

  .article-wrap .article-first .article-first-content[data-v-fd5ac70c] {
    padding: 0;
    width: 100%;
  }

  .article-wrap
    .article-first
    .article-first-content
    .first-item[data-v-fd5ac70c] {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .article-wrap
    .article-first
    .article-first-content
    .first-item
    .article-text[data-v-fd5ac70c] {
    background: #fff;
    padding: 20px 32px 0;
    width: 100%;
    z-index: 1;
  }

  .article-wrap
    .article-first
    .article-first-content
    .first-item
    .article-text
    p[data-v-fd5ac70c]:first-child {
    color: #a6a6a6;
    font-family: DIN_OT, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    order: 1;
  }

  .article-wrap
    .article-first
    .article-first-content
    .first-item
    .article-text
    p[data-v-fd5ac70c]:last-child {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-family: DIN_OT, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
  }

  .article-wrap
    .article-first
    .article-first-content
    .first-item
    .article-text
    h3[data-v-fd5ac70c] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    overflow: hidden;
    text-transform: uppercase;
  }

  .article-wrap
    .article-first
    .article-first-content
    .first-item
    .img-wrap[data-v-fd5ac70c] {
    height: 267.5px;
    width: 100%;
  }

  .article-wrap .article-list-main[data-v-fd5ac70c] {
    grid-row-gap: 0;
    align-items: center;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0;
    width: 100%;
  }

  .article-wrap .article-list-main .other-item[data-v-fd5ac70c] {
    flex-direction: row-reverse;
    gap: 20px;
    margin-top: 16px;
    padding: 20px 32px;
    width: 100%;
  }

  .article-wrap .article-list-main .other-item .article-text[data-v-fd5ac70c] {
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .article-wrap
    .article-list-main
    .other-item
    .article-text
    div[data-v-fd5ac70c] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    height: 107.5px;
    margin-bottom: 20px;
    padding-bottom: 0;
    width: 100%;
  }

  .article-wrap
    .article-list-main
    .other-item
    .article-text
    div
    h3[data-v-fd5ac70c] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #000;
    display: -webkit-box;
    font-family:
      DIN_Medium AlibabaPuHuiTi-Medium,
      sans-serif;
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .article-wrap
    .article-list-main
    .other-item
    .article-text
    p[data-v-fd5ac70c] {
    color: #a6a6a6;
    flex-grow: 1;
    font-family: DIN_OT, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .article-wrap .article-list-main .other-item .img-wrap[data-v-fd5ac70c] {
    flex-shrink: 0;
    height: 107.5px;
    width: 172px;
  }

  .article-wrap .article-list-main .other-item .img-wrap img[data-v-fd5ac70c] {
    height: 100%;
    width: 100%;
  }

  .article-wrap .list-loading[data-v-fd5ac70c] {
    box-sizing: content-box;
  }

  .article-wrap .list-loading[data-v-fd5ac70c] .dots-container {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    width: 100%;
  }

  .article-wrap .list-button[data-v-fd5ac70c] {
    margin-top: 48px;
    padding: 0 32px;
    width: 100%;
  }

  .article-wrap .list-button .basic-button[data-v-fd5ac70c] {
    height: 56px;
    padding: 0;
    width: 100%;
  }

  .article-wrap .list-button .basic-button span[data-v-fd5ac70c] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 20px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .anno-area[data-v-7981b8e4] {
    padding: 40px 32px 24px;
  }

  .anno-area .anno-title[data-v-7981b8e4] {
    display: none;
  }

  .anno-area .anno-list[data-v-7981b8e4] {
    grid-column-gap: 0;
    grid-template-columns: none;
    grid-template-rows: repeat(1, 1fr);
    margin-top: 0;
  }

  .anno-area .anno-list .anno-item[data-v-7981b8e4],
  .anno-area .anno-list .anno-item[data-v-7981b8e4]:nth-last-child(2) {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0;
    padding: 24px 0;
  }

  .anno-area .anno-list .anno-item[data-v-7981b8e4]:last-child {
    padding: 24px 0;
  }

  .anno-area .anno-list .anno-item .anno-item-wrap[data-v-7981b8e4]:before {
    height: 20px;
    margin-right: 16px;
    margin-top: 4px;
    width: 16px;
  }

  .anno-area
    .anno-list
    .anno-item
    .anno-item-wrap
    .anno-item-text
    .anno-item-title[data-v-7981b8e4] {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: none;
  }

  .anno-area
    .anno-list
    .anno-item
    .anno-item-wrap
    .anno-item-text
    .anno-item-time[data-v-7981b8e4] {
    font-size: 14px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .acticle-content p,
  .acticle-content span {
    color: #242424;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }

  .acticle-content img {
    margin-bottom: 20px;
  }

  .acticle-content h1 {
    color: #9744ff;
    font-size: 24px;
    line-height: 32px;
  }

  .acticle-content h2 {
    font-size: 22px;
  }

  .acticle-content h3,
  .acticle-content h4,
  .acticle-content h5 {
    font-size: 20px;
  }

  .acticle-content h6 {
    font-size: 18px;
  }

  .acticle-content h1,
  .acticle-content h2,
  .acticle-content h3,
  .acticle-content h4,
  .acticle-content h5 {
    margin-bottom: 20px;
  }

  .acticle-content a,
  .acticle-content b,
  .acticle-content strong {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
  }

  .acticle-content a {
    line-break: anywhere;
  }

  .acticle-content iframe,
  .acticle-content video {
    margin-bottom: 20px;
  }

  .acticle-content ol li,
  .acticle-content ul li {
    font-size: 20px;
    margin-left: 30px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .contact-form[data-v-71666dff] {
    background-color: #242424;
    padding: 64px 32px;
    width: 100%;
  }

  .contact-form .form-title[data-v-71666dff] {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
  }

  .contact-form .form-description[data-v-71666dff] {
    color: #f3f3f3;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .contact-form .dialog-form[data-v-71666dff] {
    gap: 8px;
    margin-top: 48px;
  }

  .contact-form[data-v-71666dff] .el-form .el-form-item .el-form-item__label {
    color: #fff;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    padding: 0;
    position: relative;
    z-index: 20;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-form-item
    .el-form-item__label:before {
    color: #9744ff;
    font-size: 16px;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-form-item
    .el-form-item__error
    .el-form-item__error {
    bottom: 120%;
    left: auto;
    right: 0;
    top: auto;
  }

  .contact-form[data-v-71666dff] .el-form .el-select {
    display: block;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-select
    .is-focus
    .el-input__inner {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-select
    .el-input
    .el-select__caret {
    color: #000;
    font-weight: 700;
  }

  .contact-form[data-v-71666dff] .el-form .el-select .el-select-dropdown {
    left: 0 !important;
    width: 100%;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-select
    .el-select-dropdown
    .el-select-dropdown__item.selected {
    color: #9744ff;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-select
    .el-select-dropdown
    .el-scrollbar
    ul {
    display: block !important;
    width: 100%;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-select
    .el-select-dropdown
    .el-scrollbar
    ul
    li {
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 0 10px 20px;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-select
    .el-select-dropdown
    .el-scrollbar
    ul
    li
    span {
    font-size: 16px;
    line-height: 1;
  }

  .contact-form[data-v-71666dff] .el-form .el-input {
    background: #fff;
    height: 48px;
    width: 100%;
  }

  .contact-form[data-v-71666dff] .el-form .el-input .el-input__inner {
    border-radius: 0;
    font-size: 20px;
    height: 48px;
    position: relative;
    z-index: 0;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-input
    .el-input__inner::-moz-placeholder {
    color: #c5c5c5;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-input
    .el-input__inner::placeholder {
    color: #c5c5c5;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-input
    .el-input__inner:focus::-moz-placeholder {
    color: #dcdcdc;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .el-input
    .el-input__inner:focus::placeholder {
    color: #dcdcdc;
  }

  .contact-form[data-v-71666dff] .el-form .el-input .el-input__inner:focus {
    border-color: #9644ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .contact-form[data-v-71666dff] .el-form .form-btn {
    background: #9644ff;
    cursor: pointer;
    height: 56px;
    margin-top: 48px;
    text-align: center;
    width: 100%;
  }

  .contact-form[data-v-71666dff] .el-form .form-btn:hover span {
    color: #fff;
  }

  .contact-form[data-v-71666dff] .el-form .form-btn span {
    color: #fff;
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .contact-form[data-v-71666dff] .el-form .form-btn svg {
    height: 12px;
    margin-left: 8px;
    width: 12px;
  }

  .contact-form[data-v-71666dff] .el-form .link {
    margin-top: 12px;
  }

  .contact-form[data-v-71666dff] .el-form .link .el-checkbox {
    align-items: start;
    color: #fff;
    display: flex;
    white-space: pre-line;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .link
    .el-checkbox
    .el-checkbox__inner {
    height: 20px;
    width: 20px;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .link
    .el-checkbox.is-checked
    .el-checkbox__inner {
    background: #9644ff;
    border-color: #9644ff;
  }

  .contact-form[data-v-71666dff]
    .el-form
    .link
    .el-checkbox.is-checked
    .el-checkbox__inner:after {
    height: 10px;
    left: 7px;
    top: 2px;
    width: 4px;
  }

  .contact-form[data-v-71666dff] .el-form .link-text {
    color: #fff;
    width: 100%;
  }

  .contact-form[data-v-71666dff] .el-form .link-text a {
    color: #9644ff;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .contact-form[data-v-71666dff] .el-form .tips-text {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    word-break: break-word;
  }

  .contact-form[data-v-71666dff] .el-form .tips-text a {
    color: #9644ff;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  h2[data-v-4b7fab8e] {
    font-size: 32px;
    line-height: 36px;
    white-space: normal;
  }

  .section-five[data-v-4b7fab8e] {
    width: 100%;
  }

  .section-five .section-blog[data-v-4b7fab8e] {
    background: #fff;
    padding: 64px 20px;
  }

  .section-five .section-blog .blog-wrap[data-v-4b7fab8e] {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-top: 32px;
    width: 100%;
  }

  .section-five .section-blog .blog-wrap img[data-v-4b7fab8e] {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .section-five .section-blog .blog-wrap p[data-v-4b7fab8e] {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 92%;
  }

  .section-five .section-blog .blog-wrap .more[data-v-4b7fab8e] {
    color: #9644ff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 33px;
  }

  .section-five .section-blog .blog-wrap .more span[data-v-4b7fab8e] {
    font-family: DIN_Medium, FZFangJunHeiS, SourceHanSansHC-Bold, sans-serif;
    text-transform: none;
  }

  .lang-cn h2[data-v-4b7fab8e] {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    white-space: pre-wrap;
  }

  .lang-cn .section-blog h2[data-v-4b7fab8e] {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
  }

  .lang-cn .section-five .section-blog .blog-wrap .more[data-v-4b7fab8e] {
    font-size: 16px;
    line-height: 24px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .section-banner[data-v-76cb41ca] {
    align-items: center;
    background: #f9f5ff;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 24px 32px;
  }

  .section-banner .cover-card[data-v-76cb41ca] {
    justify-content: center;
    margin-top: 18px;
    width: 100%;
  }

  .section-banner .cover-card h2[data-v-76cb41ca] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    text-transform: uppercase;
  }

  .section-banner .cover-card .desc-wrap[data-v-76cb41ca] {
    font-family: DIN_OT, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .section-banner .img-wrap[data-v-76cb41ca] {
    width: 100%;
  }

  .section-banner .img-wrap img[data-v-76cb41ca] {
    background: transparent;
  }

  .section-two[data-v-76cb41ca] {
    padding: 20px 32px;
  }

  .section-two h3[data-v-76cb41ca] {
    -webkit-line-clamp: 2;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    text-transform: uppercase;
  }

  .section-two .logo-desc[data-v-76cb41ca],
  .section-two h3[data-v-76cb41ca] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .section-two .logo-desc[data-v-76cb41ca] {
    -webkit-line-clamp: 3;
    font-family: DIN_OT, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .section-two .logo-wrap[data-v-76cb41ca] {
    align-items: center;
    flex-direction: column;
  }

  .section-two .logo-wrap .img-logo[data-v-76cb41ca] {
    margin-bottom: 32px;
    width: 100%;
  }

  .section-two .logo-wrap .img-logo img[data-v-76cb41ca] {
    height: auto;
  }

  .section-two .logo-wrap .img-logo h4[data-v-76cb41ca] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .section-two .logo-wrap .img-logo p[data-v-76cb41ca] {
    font-family: DIN_OT, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .section-two .btn-flat[data-v-76cb41ca] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 16px;
    height: 44px;
    width: 80%;
  }

  .section-two .btn-flat img[data-v-76cb41ca] {
    height: 16px;
    margin-left: 8px;
    margin-top: 3px;
    width: 16px;
  }

  .section-three[data-v-76cb41ca] {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
    padding: 20px 32px;
  }

  .section-three h3[data-v-76cb41ca] {
    -webkit-line-clamp: 2;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    text-transform: uppercase;
  }

  .section-three .brand-desc[data-v-76cb41ca],
  .section-three h3[data-v-76cb41ca] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .section-three .brand-desc[data-v-76cb41ca] {
    -webkit-line-clamp: 3;
    font-family: DIN_OT, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .section-three .section-three-color-wrap[data-v-76cb41ca] {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-three .section-three-color-wrap div[data-v-76cb41ca] {
    margin-bottom: 72px;
    padding-bottom: 36px;
    padding-top: 36px;
  }

  .section-three .section-three-color-wrap div p[data-v-76cb41ca] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .section-three
    .section-three-color-wrap
    div
    .section-three-color-list[data-v-76cb41ca] {
    top: 104px;
  }

  .section-three
    .section-three-color-wrap
    div
    .section-three-color-list
    span[data-v-76cb41ca] {
    height: 48px;
  }

  .section-five[data-v-76cb41ca] {
    padding: 32px;
  }

  .section-five h3[data-v-76cb41ca] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
  }

  .section-five .contact-ways[data-v-76cb41ca] {
    flex-direction: column;
  }

  .section-five .contact-ways .link-wrap[data-v-76cb41ca] {
    margin-bottom: 8px;
    padding: 36px 24px;
    width: 100%;
  }

  .section-five .contact-ways .link-wrap a[data-v-76cb41ca],
  .section-five .contact-ways .link-wrap span[data-v-76cb41ca] {
    font-family: DIN_OT, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
  }

  .section-five .contact-ways .link-wrap a[data-v-76cb41ca] {
    color: #9744ff;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .container .news-announce[data-v-1bd662b6] {
    padding: 0;
  }

  .container .news-announce .news-announce-area[data-v-1bd662b6] {
    flex-direction: column;
  }

  .container .news-announce .news-announce-area .news-area[data-v-1bd662b6] {
    margin-right: 0;
    padding: 64px 32px;
    width: 100%;
  }

  .container
    .news-announce
    .news-announce-area
    .news-area
    .news-list[data-v-1bd662b6] {
    margin: 48px 0;
  }

  .container
    .news-announce
    .news-announce-area
    .news-area
    .news-list
    .news-item[data-v-1bd662b6] {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .container
    .news-announce
    .news-announce-area
    .news-area
    .news-list
    .news-item
    .news-item-wrap
    .news-item-title[data-v-1bd662b6] {
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .container
    .news-announce
    .news-announce-area
    .news-area
    .news-list
    .news-item
    .news-item-wrap
    .news-item-time[data-v-1bd662b6] {
    font-size: 14px;
  }

  .container
    .news-announce
    .news-announce-area
    .announce-area[data-v-1bd662b6] {
    padding: 64px 32px;
    width: 100%;
  }

  .container
    .news-announce
    .news-announce-area
    .announce-area
    .announce-list[data-v-1bd662b6] {
    margin: 48px 0;
  }

  .container
    .news-announce
    .news-announce-area
    .announce-area
    .announce-list
    .announce-item[data-v-1bd662b6] {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .container
    .news-announce
    .news-announce-area
    .announce-area
    .announce-list
    .announce-item
    .announce-item-wrap[data-v-1bd662b6]:before {
    height: 20px;
    margin-right: 16px;
    margin-top: 4px;
    width: 16px;
  }

  .container
    .news-announce
    .news-announce-area
    .announce-area
    .announce-list
    .announce-item
    .announce-item-wrap
    .announce-item-text
    .announce-item-title[data-v-1bd662b6] {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: none;
  }

  .container
    .news-announce
    .news-announce-area
    .announce-area
    .announce-list
    .announce-item
    .announce-item-wrap
    .announce-item-text
    .announce-item-time[data-v-1bd662b6] {
    font-size: 14px;
  }

  .container .report[data-v-1bd662b6] {
    padding: 64px 32px;
  }

  .container .report .report-area .report-list[data-v-1bd662b6] {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin: 48px 0;
  }

  .container .report .report-area .report-list .report-item[data-v-1bd662b6] {
    width: 100%;
  }

  .container
    .report
    .report-area
    .report-list
    .report-item
    .report-item-wrap[data-v-1bd662b6] {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 16px;
    position: static;
    width: 100%;
  }

  .container
    .report
    .report-area
    .report-list
    .report-item
    .report-item-wrap
    .report-item-img[data-v-1bd662b6] {
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    height: auto;
    width: 100%;
  }

  .container
    .report
    .report-area
    .report-list
    .report-item
    .report-item-wrap
    .report-item-down[data-v-1bd662b6] {
    display: none;
  }

  .container
    .report
    .report-area
    .report-list
    .report-item
    .report-item-text[data-v-1bd662b6] {
    color: #242424;
    font-size: 16px;
  }

  .container .highlight[data-v-1bd662b6] {
    padding: 64px 32px;
  }

  .container .highlight .highlight-area .highlight-list[data-v-1bd662b6] {
    flex-direction: column;
    justify-content: flex-start;
    margin: 48px 0;
  }

  .container
    .highlight
    .highlight-area
    .highlight-list
    .highlight-item[data-v-1bd662b6] {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .container
    .highlight
    .highlight-area
    .highlight-list
    .highlight-item[data-v-1bd662b6]:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container
    .highlight
    .highlight-area
    .highlight-list
    .highlight-item
    .highlight-item-wrap[data-v-1bd662b6] {
    align-items: center;
    display: flex;
  }

  .container
    .highlight
    .highlight-area
    .highlight-list
    .highlight-item
    .highlight-item-wrap
    .highlight-item-img[data-v-1bd662b6] {
    box-shadow: none;
    height: 20px;
    margin-bottom: 0;
    margin-right: 16px;
    width: 16px;
  }

  .container
    .highlight
    .highlight-area
    .highlight-list
    .highlight-item
    .highlight-item-wrap
    .highlight-item-text[data-v-1bd662b6] {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #242424;
    display: -webkit-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .container .announce-title[data-v-1bd662b6],
  .container .highlight-title[data-v-1bd662b6],
  .container .news-title[data-v-1bd662b6],
  .container .report-title[data-v-1bd662b6] {
    font-size: 32px;
    line-height: 32px;
  }

  .container .read-more[data-v-1bd662b6] {
    justify-content: center;
  }

  .container .read-more .read-more-text[data-v-1bd662b6] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, Noto_Sans_Bold, sans-serif;
    font-size: 20px;
    margin-right: 16px;
    padding-top: 2px;
  }

  .container .read-more[data-v-1bd662b6]:after {
    height: 14px;
    width: 14px;
  }

  .lang-cn .container .announce-title[data-v-1bd662b6],
  .lang-cn .container .highlight-title[data-v-1bd662b6],
  .lang-cn .container .news-title[data-v-1bd662b6],
  .lang-cn .container .report-title[data-v-1bd662b6] {
    font-size: 36px;
  }

  .lang-cn .read-more .read-more-text[data-v-1bd662b6] {
    font-size: 20px;
  }

  .lang-hk .read-more-text[data-v-1bd662b6] {
    font-family: Noto_Sans_Bold, sans-serif !important;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .blog-acticles .mobile-recommend[data-v-d2befc8a] {
    background: #fafafa;
    padding: 64px 0;
    width: 100%;
  }

  .blog-acticles .mobile-recommend h3[data-v-d2befc8a] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
  }

  .blog-acticles .mobile-recommend .recommend-title[data-v-d2befc8a] {
    font-size: 32px;
    line-height: 36px;
    padding: 0 32px 48px;
    text-transform: uppercase;
  }

  .blog-acticles .mobile-recommend .list-card[data-v-d2befc8a] {
    align-items: center;
    background: #fff;
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 20px 32px;
    width: 100%;
  }

  .blog-acticles .mobile-recommend .list-card[data-v-d2befc8a]:last-child {
    margin-bottom: 0;
  }

  .blog-acticles .mobile-recommend .list-card .image-content[data-v-d2befc8a] {
    flex-shrink: 0;
    height: 107.5px;
    margin-left: 20px;
    overflow: auto;
    width: 172px;
  }

  .blog-acticles
    .mobile-recommend
    .list-card
    .image-content
    img[data-v-d2befc8a] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 1s;
    width: 100%;
  }

  .blog-acticles
    .mobile-recommend
    .list-card
    .resource-content[data-v-d2befc8a] {
    background: #fff;
    flex: 1;
    padding: 0;
  }

  .blog-acticles
    .mobile-recommend
    .list-card
    .resource-content
    .tiny-text[data-v-d2befc8a] {
    color: #a6a6a6;
    font-family: DIN_OT;
    line-height: 1;
    margin-top: 0;
  }

  .blog-acticles
    .mobile-recommend
    .list-card
    .resource-content
    .tiny-text
    span[data-v-d2befc8a] {
    font-family: DIN_OT;
    font-size: 16px;
  }

  h2[data-v-d2befc8a] {
    font-size: 32px;
    line-height: 40px;
  }

  .nav-header[data-v-d2befc8a] {
    border: none;
    height: 0;
    padding: 0;
  }

  .nav[data-v-d2befc8a] {
    color: #5a5a5a;
    font-size: 18px;
    height: 64px;
    margin: 0 32px;
  }

  .nav i[data-v-d2befc8a],
  .nav[data-v-d2befc8a] {
    font-weight: 700;
  }

  .nav i[data-v-d2befc8a] {
    margin-right: 8px;
  }

  .blog-acticles[data-v-d2befc8a] {
    padding: 0;
    width: 100%;
  }

  .blog-acticles p[data-v-d2befc8a],
  .blog-acticles span[data-v-d2befc8a] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
  }

  .blog-acticles .acticles-content[data-v-d2befc8a] {
    background-color: #fff;
    width: 100%;
  }

  .blog-acticles .acticles-content .content-img[data-v-d2befc8a] {
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-acticles .acticles-content .content-main[data-v-d2befc8a] {
    padding: 48px 32px 64px;
  }

  .blog-acticles
    .acticles-content
    .content-main
    .content-title[data-v-d2befc8a] {
    margin: 24px 0;
  }

  .blog-acticles
    .acticles-content
    .content-main
    .content-description[data-v-d2befc8a] {
    font-size: 20px;
    line-height: 32px;
    margin: 24px 0;
    padding: 16px 0;
  }

  .blog-acticles
    .acticles-content
    .content-main
    .content-time[data-v-d2befc8a] {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-acticles
    .acticles-content
    .content-main
    .content-author[data-v-d2befc8a] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 24px 0 48px;
  }

  .blog-acticles
    .acticles-content
    .content-main
    .content-author
    img[data-v-d2befc8a] {
    height: 56px;
    margin-right: 24px;
    width: 56px;
  }

  .blog-acticles
    .acticles-content
    .content-main
    .content-author
    .author-name[data-v-d2befc8a] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 20px;
    line-height: 32px;
  }

  .blog-acticles
    .acticles-content
    .content-main
    .content-author
    .author-job[data-v-d2befc8a] {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-acticles .acticles-content .global-type-tag[data-v-d2befc8a] {
    text-transform: uppercase;
  }

  .section-two h2[data-v-58748d8d] {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
  }

  .section-two .title[data-v-58748d8d] {
    margin-top: 136px;
  }

  .section-two .text[data-v-58748d8d] {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin: 48px 0;
  }

  .section-two .img-wrap[data-v-58748d8d] {
    height: auto;
    margin: 0 auto;
    width: 100%;
    z-index: 20;
  }

  .section-two .video-phone[data-v-58748d8d] {
    height: 40vw;
    position: relative;
  }

  .section-two .video-phone .video-phone-x[data-v-58748d8d] {
    background: url(/_nuxt/img/phone-x.9c10a2e.png) no-repeat;
    background-size: 100%;
    height: 300px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: -10%;
    width: 100%;
    z-index: 89;
  }

  .section-two .video-phone .video-js[data-v-58748d8d] {
    border-radius: 18px;
    height: 100%;
    margin: 0 auto;
    width: 90%;
  }

  .lang-cn h2[data-v-58748d8d] {
    font-size: 36px;
    line-height: 40px;
  }

  .lang-cn .text[data-v-58748d8d] {
    font-size: 18px;
    line-height: 30px;
  }

  .video-js.vjs-ended .vjs-big-play-button,
  .video-js.vjs-paused .vjs-big-play-button {
    display: none;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .career-welfare[data-v-65f80088] {
    padding: 64px 32px;
  }

  .career-welfare .career-welfare-wrap .welfare-title-wrap[data-v-65f80088] {
    margin-bottom: 48px;
  }

  .career-welfare
    .career-welfare-wrap
    .welfare-title-wrap
    .big-title[data-v-65f80088] {
    font-size: 36px;
    line-height: 36px;
  }

  .career-welfare
    .career-welfare-wrap
    .welfare-title-wrap
    .small-title[data-v-65f80088] {
    font-size: 18px;
    margin-top: 8px;
  }

  .career-welfare .career-welfare-wrap .welfare-list-wrap[data-v-65f80088] {
    grid-template-columns: repeat(1, 1fr);
  }

  .career-welfare
    .career-welfare-wrap
    .welfare-list-wrap
    .welfare-item[data-v-65f80088] {
    padding: 24px 20px;
  }

  .career-welfare
    .career-welfare-wrap
    .welfare-list-wrap
    .welfare-item
    .item-title[data-v-65f80088] {
    font-size: 24px;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 16px;
  }

  .career-welfare
    .career-welfare-wrap
    .welfare-list-wrap
    .welfare-item
    .item-describe[data-v-65f80088] {
    font-size: 18px;
  }

  .lang-en .career-welfare[data-v-65f80088] {
    background: none;
  }

  .lang-en
    .career-welfare
    .career-welfare-wrap
    .welfare-title-wrap
    .big-title[data-v-65f80088] {
    font-size: 32px;
  }

  .lang-en
    .career-welfare
    .career-welfare-wrap
    .welfare-list-wrap[data-v-65f80088] {
    grid-gap: 24px 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .lang-en
    .career-welfare
    .career-welfare-wrap
    .welfare-list-wrap
    .welfare-item[data-v-65f80088] {
    align-items: flex-start;
    flex-direction: column;
  }

  .lang-en
    .career-welfare
    .career-welfare-wrap
    .welfare-list-wrap
    .welfare-item
    .item-icon[data-v-65f80088] {
    height: 44px;
    margin-bottom: 16px;
    margin-right: 0;
    width: 44px;
  }

  .lang-en
    .career-welfare
    .career-welfare-wrap
    .welfare-list-wrap
    .welfare-item
    .item-text[data-v-65f80088] {
    font-size: 16px;
    text-transform: none;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .career-develop[data-v-734f5dc7] {
    padding: 64px 32px;
  }

  .career-develop .career-develop-wrap .develop-title-wrap[data-v-734f5dc7] {
    margin-bottom: 48px;
  }

  .career-develop
    .career-develop-wrap
    .develop-title-wrap
    .big-title[data-v-734f5dc7] {
    font-size: 36px;
    line-height: 36px;
  }

  .career-develop
    .career-develop-wrap
    .develop-title-wrap
    .small-title[data-v-734f5dc7] {
    font-size: 18px;
    margin-top: 8px;
  }

  .career-develop .career-develop-wrap .develop-list-wrap[data-v-734f5dc7] {
    grid-gap: 48px 0;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }

  .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item[data-v-734f5dc7] {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }

  .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-icon[data-v-734f5dc7] {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 24px;
    width: 100%;
  }

  .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-icon
    img[data-v-734f5dc7] {
    height: 32px;
    margin-right: 20px;
    width: 32px;
  }

  .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-text
    .item-describe[data-v-734f5dc7] {
    font-size: 18px;
  }

  .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-title[data-v-734f5dc7] {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
  }

  .lang-en .career-develop[data-v-734f5dc7] {
    background: #fafafa;
    padding-top: 64px;
  }

  .lang-en
    .career-develop
    .career-develop-wrap
    .develop-title-wrap
    .big-title[data-v-734f5dc7] {
    font-size: 32px;
  }

  .lang-en
    .career-develop
    .career-develop-wrap
    .develop-list-wrap[data-v-734f5dc7] {
    grid-gap: 16px 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .lang-en
    .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item[data-v-734f5dc7] {
    background: #fff;
    padding: 32px 20px;
  }

  .lang-en
    .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-icon[data-v-734f5dc7] {
    margin-bottom: 0;
  }

  .lang-en
    .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-text[data-v-734f5dc7] {
    text-align: left;
  }

  .lang-en
    .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-text
    .item-describe[data-v-734f5dc7] {
    color: #242424;
    font-size: 20px;
  }

  .lang-en
    .career-develop
    .career-develop-wrap
    .develop-list-wrap
    .develop-item
    .item-title[data-v-734f5dc7] {
    color: #242424;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .career-workspace[data-v-73933cef] {
    padding: 64px 0;
  }

  .career-workspace
    .career-workspace-wrap
    .workspace-title-wrap[data-v-73933cef] {
    margin-bottom: 48px;
    padding: 0 32px;
  }

  .career-workspace
    .career-workspace-wrap
    .workspace-title-wrap
    .big-title[data-v-73933cef] {
    font-size: 36px;
    line-height: 36px;
  }

  .career-workspace
    .career-workspace-wrap
    .workspace-list-wrap
    .index-swiper
    .swiper-slide[data-v-73933cef] {
    padding: 0 20px;
    width: auto;
  }

  .career-workspace
    .career-workspace-wrap
    .workspace-list-wrap
    .index-swiper
    .swiper-slide
    .logo-img[data-v-73933cef] {
    height: 215px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .career-blog[data-v-37a21eb8] {
    background: #fafafa;
    padding: 64px 0 128px !important;
  }

  .career-blog .career-blog-wrap .blog-title-wrap[data-v-37a21eb8] {
    margin-bottom: 48px;
    padding: 0 32px;
  }

  .career-blog .career-blog-wrap .blog-title-wrap .big-title[data-v-37a21eb8] {
    font-size: 36px;
    line-height: 36px;
  }

  .career-blog .career-blog-wrap .blog-list-wrap[data-v-37a21eb8] {
    grid-gap: 16px 0;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 48px;
  }

  .career-blog .career-blog-wrap .blog-list-wrap .blog-item[data-v-37a21eb8] {
    align-items: center;
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-direction: row-reverse;
    height: 210px;
    padding: 20px 32px;
    width: 100%;
  }

  .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-img[data-v-37a21eb8] {
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50%;
  }

  .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text[data-v-37a21eb8] {
    height: 100%;
    padding: 0;
    row-gap: 12px;
    width: 50%;
  }

  .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text
    .item-tag[data-v-37a21eb8] {
    background: #edebff;
    color: #7161f2;
    display: block;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 72px;
  }

  .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text
    .item-title[data-v-37a21eb8] {
    align-items: center;
    display: flex;
    flex-grow: 1;
  }

  .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text
    .item-title
    span[data-v-37a21eb8] {
    -webkit-line-clamp: 4;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
  }

  .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text
    .item-time[data-v-37a21eb8] {
    color: #a6a6a6;
    display: block;
    font-size: 16px;
  }

  .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text
    .item-readmore[data-v-37a21eb8] {
    display: none;
  }

  .career-blog .career-blog-wrap .bottom-btn[data-v-37a21eb8] {
    padding: 0 32px;
  }

  .career-blog .career-blog-wrap .bottom-btn .btn-wrap[data-v-37a21eb8] {
    width: 100%;
  }

  .career-blog
    .career-blog-wrap
    .bottom-btn
    .btn-wrap
    .basic-button[data-v-37a21eb8] {
    height: 56px;
    padding: 0;
    width: 100%;
  }

  .career-blog
    .career-blog-wrap
    .bottom-btn
    .btn-wrap
    .basic-button
    .text[data-v-37a21eb8] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 20px;
  }

  .lang-en
    .career-blog
    .career-blog-wrap
    .blog-title-wrap
    .big-title[data-v-37a21eb8] {
    font-size: 32px;
  }

  .lang-en
    .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text
    .item-tag[data-v-37a21eb8] {
    font-size: 14px;
  }

  .lang-en
    .career-blog
    .career-blog-wrap
    .blog-list-wrap
    .blog-item
    .item-text
    .item-title
    span[data-v-37a21eb8] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 16px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .mask-page .dots[data-v-52c6b242] {
    height: 16px;
    margin: 0 8px;
    width: 16px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .mobile-recommend[data-v-9e147a44] {
    background: #fafafa;
    padding: 64px 0;
    width: 100%;
  }

  .mobile-recommend h3[data-v-9e147a44] {
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
  }

  .mobile-recommend .recommend-title[data-v-9e147a44] {
    font-size: 32px;
    line-height: 36px;
    padding: 0 32px 48px;
    text-transform: uppercase;
  }

  .mobile-recommend .list-card[data-v-9e147a44] {
    align-items: center;
    background: #fff;
    box-shadow:
      0 0 30px 0 rgba(0, 0, 0, 0.04),
      0 0 2px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 20px 32px;
    width: 100%;
  }

  .mobile-recommend .list-card[data-v-9e147a44]:last-child {
    margin-bottom: 0;
  }

  .mobile-recommend .list-card .image-content[data-v-9e147a44] {
    flex-shrink: 0;
    height: 107.5px;
    margin-left: 20px;
    overflow: auto;
    width: 172px;
  }

  .mobile-recommend .list-card .image-content img[data-v-9e147a44] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 1s;
    width: 100%;
  }

  .mobile-recommend .list-card .resource-content[data-v-9e147a44] {
    background: #fff;
    flex: 1;
    padding: 0;
  }

  .mobile-recommend .list-card .resource-content .tiny-text[data-v-9e147a44] {
    color: #a6a6a6;
    font-family: DIN_OT;
    line-height: 1;
    margin-top: 0;
  }

  .mobile-recommend
    .list-card
    .resource-content
    .tiny-text
    span[data-v-9e147a44] {
    font-family: DIN_OT;
    font-size: 16px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  section[data-v-5d31430c] {
    padding: 64px 32px;
  }

  section h1[data-v-5d31430c] {
    font-size: 32px;
    line-height: 32px;
  }

  section ul[data-v-5d31430c] {
    gap: 16px;
    margin-top: 48px;
  }

  section ul li[data-v-5d31430c] {
    padding: 32px 20px;
  }

  section ul li h2[data-v-5d31430c] {
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0;
  }

  section ul li p[data-v-5d31430c] {
    font-size: 20px;
    line-height: 32px;
  }

  section ul li img[data-v-5d31430c] {
    height: 48px;
    width: 48px;
  }

  section .nopic-class h2[data-v-5d31430c] {
    margin: 0 0 8px;
  }

  .lang-cn section h1[data-v-5d31430c] {
    font-size: 36px;
    line-height: 36px;
  }

  .lang-cn section ul li h2[data-v-5d31430c] {
    font-size: 20px;
    line-height: 20px;
  }

  .lang-cn section ul li p[data-v-5d31430c] {
    font-size: 18px;
    line-height: 30px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  section[data-v-17952aa4] {
    padding: 64px 0;
  }

  section h1[data-v-17952aa4] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
    padding-left: 32px;
  }

  .lang-cn section h1[data-v-17952aa4] {
    font-size: 36px;
    line-height: 36px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .lang-cn h2[data-v-506ca39e] {
    font-size: 36px;
    line-height: 1;
  }

  .lang-cn .data-text[data-v-506ca39e] {
    font-size: 32px !important;
    line-height: 1;
  }

  .lang-cn .sub-text[data-v-506ca39e] {
    font-size: 16px;
    left: 4px;
    line-height: 16px;
    position: relative;
    top: 33px;
    transform: scale(1);
  }

  h2[data-v-506ca39e] {
    font-size: 32px;
    line-height: 36px;
    white-space: pre-wrap;
  }

  .section-three[data-v-506ca39e] {
    background: #fff;
    margin-bottom: 49px;
    margin-top: 64px;
    padding: 0 20px;
    width: 100%;
  }

  .section-three h2.uppercase {
    margin-bottom: 64px;
    white-space: normal;
  }

  .section-three .phone-title[data-v-506ca39e] {
    margin-bottom: 64px;
    white-space: normal;
  }

  .section-three .option-item[data-v-506ca39e] {
    padding-right: 0;
  }

  .section-three .option-text[data-v-506ca39e] {
    color: #333;
    font-family:
      DIN_Medium,
      FZFangJunHeiS sans-serif;
    font-size: 14px;
    line-height: 18px;
    max-width: 85px;
    min-width: 75px;
    text-align: center;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  section[data-v-7ef7f812] {
    background-color: #fafafa;
    padding: 48px 20px;
  }

   .section-four h3[data-v-7ef7f812]  {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    white-space: normal!important;
  }

  section .index-swiper[data-v-7ef7f812] .swiper-wrapper {
    display: flex;
  }

  section .index-swiper .swiper-slide[data-v-7ef7f812] {
    display: flex;
    height: 80px;
    justify-content: center;
    padding: 0 10px;
    width: 120px;
  }

  section .index-swiper .swiper-slide .logo-img[data-v-7ef7f812] {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100px;
  }

  /* .lang-cn h3[data-v-7ef7f812] {
    font-size: 20px;
    line-height: 30px;
    white-space: pre-wrap !important;
  } */
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
 

  .section-five .swiper-card[data-v-33fe7194]{  
  }

  .section-five .swiper-card .text-16 {
    color: #333!important;
    font-size: 14px!important;
    line-height: 20px!important;
  }

  .section-five .swiper-card .card {
    height: 896px!important;
    padding: 55px 16px!important;
    width: 100%!important;
  }

  .section-five .swiper-card .card .img-logo {
    height: 48px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    -o-object-position: left!important;
    object-position: left!important;
    width: 162px!important;
  }

  .section-five .swiper-card .card .game-desc {
    -webkit-line-clamp: 6!important;
    -webkit-box-orient: vertical!important;
    color: #666!important;
    display: -webkit-box;
    font-size: 20px;
    height: 180px;
    line-height: 30px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  .section-five .swiper-card .card .game-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 33px 0 0;
  }

  .section-five .swiper-card .card .game-data h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-five .swiper-card .card .more {
    color: #9644ff;
    font-size: 20px;
    height: 40px;
    line-height: 20px;
    width: 100%;
  }

  .section-five .swiper-card .card .more span {
    font-family: DIN_Medium, FZFangJunHeiS, SourceHanSansHC-Bold, sans-serif;
  }

  .section-five .swiper-card .card .card-phone {
    height: 330px;
    margin: 40px auto;
    position: relative;
    width: 180px;
  }

  .section-five .swiper-card .card .card-phone:after {
    background-image: url(/_nuxt/img/phone-y.4822b7d.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
  }

  .section-five .swiper-card .card .card-phone .img-wrap {
    border: 5px solid #000;
    border-radius: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    width: 180px;
    z-index: 20;
  }

  .section-five .swiper-card .swiper-wrapper {
    flex-direction: row!important;
  }

  .section-five .swiper-card .swiper-slide {
    padding: 0 20px!important;
  }

  .section-five .swiper-card .swiper-pagination {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .section-five
    .swiper-card
    .swiper-pagination
    .pagination-bullet {
    border: 1px solid #ccc;
    height: 8px;
    margin-right: 8px;
    text-align: center;
    width: 8px;
  }

  .section-five
    .swiper-card
    .swiper-pagination
    .pagination-bullet.pagination-bullet-active {
    background: #ccc;
    height: 8px;
    width: 32px;
  }

  .lang-cn .section-five .swiper-card .card .game-desc {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    height: 150px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lang-cn .section-five .swiper-card .card .more span {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ============================================================
   index.html section-five 客户案例 - 上文下图布局覆盖
   ============================================================ */
@media screen and (max-width: 767px) {
 .swiper-button-prev1,
 .swiper-button-next1{
    display: none!important;
 }

  .section-five[data-v-33fe7194] .swiper-slide {
    padding: 0 24px !important;
    width: 100% !important;
    height: auto !important;
 
  }

  /* Card: 上文下图 */
  .section-five .swiper-card .card[data-v-33fe7194] {
    flex-direction: column !important;
    height: auto !important;
    padding: 32px 24px 24px !important;
       margin: 0;
  }

  /* Text area: full width */
  .section-five .swiper-card .card[data-v-33fe7194] > div:first-child {
    margin-right: 0 !important;
    width: 100%;
  }

  /* Logo */
  .section-five .swiper-card .card[data-v-33fe7194] .img-logo {
    height: 36px !important;
    width: auto !important;
  }

  /* Stats */
  .section-five .swiper-card .card[data-v-33fe7194] .game-data {
    margin: 20px 0 16px !important;
    gap: 12px 20px;
  }

  .section-five .swiper-card .card[data-v-33fe7194] .game-data h4 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .section-five .swiper-card .card[data-v-33fe7194] .game-data p {
    font-size: 12px !important;
  }

  /* Description */
  .section-five .swiper-card .card[data-v-33fe7194] .game-desc {
    width: 100% !important;
    height: auto !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    overflow: visible !important;
    margin-top: 0 !important;
    color: #555 !important;
  }

  .lang-cn .section-five .swiper-card .card[data-v-33fe7194] .game-desc {
    height: auto !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    overflow: visible !important;
  }

  /* Phone mockup: centered below text */
  .section-five .swiper-card .card[data-v-33fe7194] .card-phone {
    width: 200px !important;
    height: 370px !important;
    margin: 32px auto 0 !important;
    position: relative !important;
  }

  .section-five .swiper-card .card[data-v-33fe7194] .card-phone:after {
    display: block !important;
    background-image: url(/_nuxt/img/phone-y.4822b7d.png) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    content: "" !important;
    position: absolute !important;
    left: -2% !important;
    top: -1% !important;
    width: 104% !important;
    height: 102% !important;
    z-index: 10 !important;
  }

  .section-five .swiper-card .card[data-v-33fe7194] .card-phone .img-wrap {
    position: absolute !important;
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 160px !important;
    height: 345px !important;
    border-radius: 24px !important;
    border: 4px solid #000 !important;
    z-index: 5 !important;
    object-fit: cover !important;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  h2[data-v-95810b66] {
    font-size: 32px;
    line-height: 36px;
    white-space: normal;
  }

  .section-five[data-v-95810b66] {
    width: 100%;
  }

  .section-five .section-contact[data-v-95810b66] {
    padding: 48px 20px;
  }

  .section-five .section-contact .btn-wrap[data-v-95810b66] {
    margin: 0;
  }

  .section-five .section-blog[data-v-95810b66] {
    background: #fff;
    padding: 64px 20px;
  }

  .section-five .section-blog .blog-wrap[data-v-95810b66] {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    width: 100%;
  }

  .section-five .section-blog .blog-wrap img[data-v-95810b66] {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .section-five .section-blog .blog-wrap p[data-v-95810b66] {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 92%;
  }

  .section-five .section-blog .blog-wrap .more[data-v-95810b66] {
    color: #9644ff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 33px;
  }

  .section-five .section-blog .blog-wrap .more span[data-v-95810b66] {
    font-family: DIN_Medium, FZFangJunHeiS, SourceHanSansHC-Bold, sans-serif;
    text-transform: none;
  }

  .lang-cn h2[data-v-95810b66] {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    white-space: pre-wrap;
  }

  .lang-cn .section-five .section-contact .btn-wrap[data-v-95810b66] {
    margin: 0 auto;
  }

  .lang-cn .section-blog h2[data-v-95810b66] {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
  }

  .lang-cn .section-five .section-blog .blog-wrap .more[data-v-95810b66] {
    font-size: 16px;
    line-height: 24px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .section-five .swiper-pagination {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .section-five .swiper-pagination .pagination-bullet {
    background: #e6e6e6;
    height: 8px;
    margin-right: 8px;
    text-align: center;
    width: 8px;
  }

  .section-five .swiper-pagination .pagination-bullet.pagination-bullet-active {
    background: #ccc;
    height: 8px;
    width: 32px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .router-btn .basic-button[data-v-5bf15ae2] {
    font-size: 20px;
    height: 56px;
    line-height: 24px;
    min-width: 184px;
    text-transform: none;
  }

  .router-btn .basic-button svg[data-v-5bf15ae2] {
    height: 15px;
    margin-left: 12px;
    width: 18px;
  }

  .router-btn .basic-button .text[data-v-5bf15ae2] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .router-btn .btn-text[data-v-5bf15ae2] {
    font-size: 24px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  h1[data-v-4db39bc7] {
    font-size: 32px;
    line-height: 36px;
  }

  .form[data-v-4db39bc7] {
    grid-gap: 48px;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr;
    padding: 0px !important;;
    width: 100%;
  }
.dialog-content[data-v-4db39bc7] .el-dialog .el-dialog__body .dialog-form .el-form-item .el-form-item__label{
    font-size: 16px!important;
    margin: 10px 0;
}
.dialog-content[data-v-4db39bc7] .el-dialog .el-dialog__body .dialog-form .el-input .el-input__inner{
    font-size: 14px!important;
}
  .form[data-v-4db39bc7] .el-form {
    gap: 24px;
  }

  .form[data-v-4db39bc7] .el-form .el-form-item {
    margin-bottom: 0;
  }

  .form[data-v-4db39bc7] .el-form .el-form-item .el-form-item__label {
    color: #5e5e5e;
    font-family: DIN_Medium, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
    z-index: 20;
  }

  .form[data-v-4db39bc7] .el-form .el-form-item .el-form-item__label:before {
    color: #9744ff;
    font-size: 16px;
  }

  .form[data-v-4db39bc7] .el-form .link .el-checkbox {
    align-items: start;
  }

  .form[data-v-4db39bc7] .el-form .link .el-checkbox .el-checkbox__inner {
    height: 20px;
    width: 20px;
  }

  .form[data-v-4db39bc7]
    .el-form
    .link
    .el-checkbox.is-checked
    .el-checkbox__inner {
    background: #9644ff;
    border-color: #9644ff;
  }

  .form[data-v-4db39bc7]
    .el-form
    .link
    .el-checkbox.is-checked
    .el-checkbox__inner:after {
    height: 10px;
    left: 7px;
    top: 2px;
    width: 4px;
  }

  .form[data-v-4db39bc7] .el-form .el-form-item__error {
    font-size: 14px;
    left: auto;
    right: 0;
    top: 0;
  }

  .form[data-v-4db39bc7] .el-form .el-select {
    display: block;
    margin-bottom: 24px;
  }

  .form[data-v-4db39bc7] .el-form .el-select .el-input__suffix {
    top: 22px;
  }

  .form[data-v-4db39bc7] .el-form .el-select .is-focus .el-input__inner {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .form[data-v-4db39bc7] .el-form .el-select .el-select-dropdown {
    left: 0 !important;
  }

  .form[data-v-4db39bc7]
    .el-form
    .el-select
    .el-select-dropdown__item.selected {
    background-color: #fafafa;
    color: #9744ff;
  }

  .form[data-v-4db39bc7] .el-form .el-select .el-select__caret {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
  }

  .form[data-v-4db39bc7] .el-form .el-popper[x-placement^="bottom"] {
    margin-top: 36px;
  }

  .form[data-v-4db39bc7] .el-form .el-input {
    background: #fff;
    height: 48px;
    width: 100%;
  }

  .dialog-content[data-v-4db39bc7] .el-dialog .el-dialog__body .dialog-form .el-input .el-input__inner {
    border-radius: 0;
    font-size: 20px!important;
    height: 48px;
    padding: 0 16px;
    position: relative;
    z-index: 0;
  }

  .form[data-v-4db39bc7] .el-form .el-input .el-input__inner::-moz-placeholder {
    color: #c5c5c5;
  }

  .form[data-v-4db39bc7] .el-form .el-input .el-input__inner::placeholder {
    color: #c5c5c5;
  }

  .dialog-content[data-v-dc543610] .el-dialog{
    padding:0px 32px 64px;
    box-shadow: none!important;
    width: 100%;
    margin: 0!important
  }
  .dialog-content[data-v-dc543610] .el-dialog .el-dialog__body{
    padding: 0;
  }
  .form[data-v-4db39bc7]
    .el-form
    .el-input
    .el-input__inner:focus::-moz-placeholder {
    color: #dcdcdc;
  }

  .form[data-v-4db39bc7]
    .el-form
    .el-input
    .el-input__inner:focus::placeholder {
    color: #dcdcdc;
  }

  .form[data-v-4db39bc7] .el-form .el-input .el-input__inner:focus {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .form[data-v-4db39bc7] .el-form .el-textarea__inner {
    border-radius: 0;
    color: #000;
    font-family: DIN_OT, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 20px;
    height: 180px;
    padding: 16px;
    position: relative;
    z-index: 0;
  }

  .form[data-v-4db39bc7] .el-form .el-textarea__inner::-moz-placeholder {
    color: #c5c5c5;
  }

  .form[data-v-4db39bc7] .el-form .el-textarea__inner::placeholder {
    color: #c5c5c5;
  }

  .form[data-v-4db39bc7] .el-form .el-textarea__inner:focus::-moz-placeholder {
    color: #c5c5c5;
  }

  .form[data-v-4db39bc7] .el-form .el-textarea__inner:focus::placeholder {
    color: #c5c5c5;
  }

  .form[data-v-4db39bc7] .el-form .el-textarea__inner:focus {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .form[data-v-4db39bc7] .el-form .el-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
  }

  .form[data-v-4db39bc7] .el-form .el-checkbox {
    align-items: end;
    display: flex;
    flex-basis: 50%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .dialog-content[data-v-4db39bc7] .el-dialog .el-dialog__body .dialog-form .el-checkbox .el-checkbox__label {
    color: #242424;
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Bold, SourceHanSansHC-Bold, sans-serif;
    font-size: 16px;
  }
.el-form-item__content{
    width: 100%;
    clear: both;
}
.dialog-content[data-v-4db39bc7] .el-dialog .el-dialog__body .dialog-form .el-textarea__inner{
    font-size: 14px;
    height: 180px;
}
.dialog-content[data-v-4db39bc7] .el-dialog .el-dialog__body .dialog-form .form-btn span{
    font-size: 16px;
}
  .form[data-v-4db39bc7] .el-form .el-checkbox__input .el-checkbox__inner {
    border: 1px solid #c5c5c5;
    border-radius: 0;
  }

  .form[data-v-4db39bc7]
    .el-form
    .el-checkbox__input
    .el-checkbox__inner:hover {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .form[data-v-4db39bc7]
    .el-form
    .el-checkbox__input.is-checked
    .el-checkbox__inner {
    background: #9644ff;
    border-color: #9644ff;
  }

  .form[data-v-4db39bc7] .el-form .link-text a {
    color: #9644ff;
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Bold, SourceHanSansHC-Bold, sans-serif;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .form[data-v-4db39bc7] .el-form .tips-text {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 22px;
    margin-left: 32px;
    margin-top: 8px;
    word-break: break-word;
  }

  .form[data-v-4db39bc7] .el-form .tips-text a {
    color: #9644ff;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  .dialog-content[data-v-4db39bc7] .el-dialog .el-dialog__body .dialog-form .form-btn {
    background: #9644ff;
    cursor: pointer;
    height: 56px;
    margin-top: 24px;
    padding: 0 48px;
    text-align: center;
    width: 100%;
  }

  .form[data-v-4db39bc7] .el-form .form-btn:hover h5 {
    color: #e9d9ff;
  }

  .form[data-v-4db39bc7] .el-form .form-btn:hover span {
    color: #fff;
  }

  .form[data-v-4db39bc7] .el-form .form-btn span {
    color: #fff;
    font-family: DIN_Medium, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .el-message__icon {
    font-size: 20px !important;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  section[data-v-c2b07d88] {
    padding: 64px 32px 128px;
  }

  section h1[data-v-c2b07d88] {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 48px;
  }

  .lang-cn section h1[data-v-c2b07d88] {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }

  .lang-cn section .btn-cn[data-v-c2b07d88] {
    width: 100%;
  }

  section[data-v-ad826ae4] {
    gap: 32px;
    padding: 64px 0;
  }

  section h1[data-v-ad826ae4] {
    font-size: 38px;
    line-height: 42px;
    padding: 0 32px;
  }

  section p[data-v-ad826ae4] {
    color: #242424;
    font-size: 20px;
    line-height: 32px;
    padding: 0 32px;
  }

  section .logo[data-v-ad826ae4] {
    height: 24px;
  }

  section .big-img[data-v-ad826ae4] {
    height: auto;
    padding: 0 16px;
  }

  .智讯科技 .logo[data-v-ad826ae4] {
    height: 32px;
  }

  .lang-cn section h1[data-v-ad826ae4] {
    font-size: 40px;
    line-height: 48px;
  }

  .lang-cn section p[data-v-ad826ae4] {
    font-size: 18px;
    line-height: 30px;
  }
}

/* source: _nuxt/css/main.css */
@media screen and (max-width: 767px) {
  .primary-btn .basic-button[data-v-108fe636] {
    font-size: 18px;
    height: auto;
    line-height: 30px;
    min-height: 56px;
    padding: 10px 20px;
    text-transform: none;
    white-space: nowrap;
  }

  .primary-btn .basic-button svg[data-v-108fe636] {
    height: 15px;
    margin-left: 12px;
    margin-top: 2px;
    width: 18px;
  }

  .primary-btn .basic-button .text[data-v-108fe636] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 10;
  }

  .primary-btn.router-black-white .basic-button[data-v-108fe636] {
    background: #000;
  }

  .primary-btn.router-black-white .basic-button .text[data-v-108fe636],
  .primary-btn.router-black-white .basic-button:hover .text[data-v-108fe636] {
    color: #fff;
  }

  .primary-btn.router-yellow-white .basic-button[data-v-108fe636] {
    background: #f4ae22;
  }

  .primary-btn.router-yellow-white .basic-button .text[data-v-108fe636],
  .primary-btn.router-yellow-white .basic-button:hover .text[data-v-108fe636] {
    color: #fff;
  }

  .primary-btn.router-purple-white .basic-button[data-v-108fe636] {
    background: #9644ff;
  }

  .primary-btn.router-purple-white .basic-button .text[data-v-108fe636],
  .primary-btn.router-purple-white .basic-button:hover .text[data-v-108fe636] {
    color: #fff;
  }

  .primary-btn.router-blue-white .basic-button[data-v-108fe636] {
    background: #2650ff;
  }

  .primary-btn.router-blue-white .basic-button .text[data-v-108fe636],
  .primary-btn.router-blue-white .basic-button:hover .text[data-v-108fe636] {
    color: #fff;
  }

  .primary-btn.router-green-white .basic-button[data-v-108fe636] {
    background: #00d1ae;
  }

  .primary-btn.router-green-white .basic-button .text[data-v-108fe636],
  .primary-btn.router-green-white .basic-button:hover .text[data-v-108fe636] {
    color: #fff;
  }

  .primary-btn .btn-text[data-v-108fe636] {
    font-family: DIN_Medium, FZFangJunHeiS, sans-serif;
    letter-spacing: -0.025em;
  }

  .lang-cn .basic-button[data-v-108fe636] {
    letter-spacing: 0;
    padding: 0 18px;
  }

  section[data-v-7a9f7a5f] {
    padding: 64px 32px;
  }

  section h1[data-v-7a9f7a5f] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  section .brand-list[data-v-7a9f7a5f] {
    grid-row-gap: 20px;
  }

  section .brand-list div[data-v-7a9f7a5f] {
    height: 40px;
    width: 84px;
  }

  section .brand-list img[data-v-7a9f7a5f] {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lang-cn section h1[data-v-7a9f7a5f] {
    font-size: 36px;
    line-height: 36px;
  }

  section[data-v-a3301734] {
    padding: 64px 32px;
  }

  section h1[data-v-a3301734] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  section .brand-list[data-v-a3301734] {
    grid-row-gap: 20px;
  }

  section .brand-list div[data-v-a3301734] {
    height: 40px;
  }

  section .brand-list img[data-v-a3301734] {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lang-cn section h1[data-v-a3301734] {
    font-size: 36px;
    line-height: 36px;
  }

  section[data-v-6497c3db] {
    padding: 64px 32px;
  }

  section h1[data-v-6497c3db] {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  section .list[data-v-6497c3db] {
    gap: 48px;
  }

  section .list .circle-img[data-v-6497c3db] {
    height: 44px;
    margin-right: 20px;
    width: 44px;
  }

  section .list h2[data-v-6497c3db] {
    color: #242424;
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  section .list li:nth-child(2) .sub-list[data-v-6497c3db] {
    border-left: 4px solid #2650ff;
  }

  section .list li:nth-child(3) .sub-list[data-v-6497c3db] {
    border-left: 4px solid #00d1ae;
  }

  section .list li:nth-child(4) .sub-list[data-v-6497c3db] {
    border-left: 4px solid #9644ff;
  }

  section .sub-list[data-v-6497c3db] {
    border-left: 4px solid #ffbb07;
    gap: 24px;
    margin-left: 22px;
    padding: 0 24px 0 40px;
  }

  section .sub-list div[data-v-6497c3db] {
    height: 48px;
  }

  section .sub-list div img[data-v-6497c3db] {
    height: 30px;
  }

  section .sub-list p[data-v-6497c3db] {
    color: #a6a6a6;
    font-family: DIN_Medium, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
  }

  .lang-cn section h1[data-v-6497c3db] {
    font-size: 36px;
    line-height: 42px;
  }

  .lang-cn section .list h2[data-v-6497c3db] {
    font-size: 22px;
    line-height: 30px;
  }

  section[data-v-0c937ec1] {
    gap: 48px;
    padding: 0 32px 64px;
  }

  section h1[data-v-0c937ec1] {
    font-size: 36px;
    line-height: 44px;
  }

  section h2[data-v-0c937ec1] {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
  }

  section .achieveGoals ul li[data-v-0c937ec1] {
    position: relative;
  }

  section .achieveGoals ul li img[data-v-0c937ec1] {
    height: 48px;
    margin-bottom: 16px;
    width: 48px;
  }

  section .achieveGoals ul li h3[data-v-0c937ec1] {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    white-space: pre-line;
  }

  section .achieveGoals ul li[data-v-0c937ec1]:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZS13aWR0aD0iMyI+PHBhdGggZD0iTTMuNTM1IDY4LjkyMyA5LjI5IDYyLjQ1bC01Ljc1NC02LjQ3MyIgc3Ryb2tlPSIjRDRCM0ZGIi8+PHBhdGggZD0ibTEwLjczIDY4LjkyMyA1Ljc1NC02LjQ3My01Ljc1NC02LjQ3MyIgc3Ryb2tlPSIjQUI2OUZGIi8+PC9nPjwvc3ZnPg==)
      no-repeat;
    content: "";
    display: block;
    height: 124px;
    position: absolute;
    right: -10px;
    width: 20px;
  }

  section .achieveGoals ul .item1[data-v-0c937ec1] {
    padding-bottom: 68px;
  }

  section .achieveGoals ul .item1[data-v-0c937ec1]:after {
    bottom: -24px;
    right: auto;
    transform: rotate(90deg);
  }

  section .achieveGoals ul .item2[data-v-0c937ec1] {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  section .achieveGoals ul .item2[data-v-0c937ec1]:after {
    left: -10px;
    transform: rotate(180deg);
  }

  section .achieveGoals ul .item3[data-v-0c937ec1] {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  section .achieveGoals ul .item3[data-v-0c937ec1]:after {
    width: 0;
  }

  section .helpGet .helpGet-list[data-v-0c937ec1] {
    gap: 24px;
    margin-top: 32px;
  }

  section .helpGet .helpGet-list .helpGet-item[data-v-0c937ec1] {
    background: #f0e5ff;
    padding: 32px;
  }

  section .helpGet .helpGet-list .helpGet-item .item-text[data-v-0c937ec1] {
    gap: 24px;
  }

  section .helpGet .helpGet-list .helpGet-item .item-text li[data-v-0c937ec1] {
    font-family: DIN_Medium, AlibabaPuHuiTi-Bold, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

  section
    .helpGet
    .helpGet-list
    .helpGet-item
    .item-text
    li[data-v-0c937ec1]:before {
    background: #ab69ff;
    content: "";
    display: block;
    height: 8px;
    margin-right: 16px;
    width: 8px;
  }

  section .helpGet .helpGet-list .helpGet-item[data-v-0c937ec1]:last-child {
    background: #e5ffee;
  }

  section
    .helpGet
    .helpGet-list
    .helpGet-item:last-child
    .item-text
    li[data-v-0c937ec1]:before {
    background: #67ed93;
  }

  section .helpGet .helpGet-list .helpGet-item:last-child svg[data-v-0c937ec1] {
    order: -1;
    transform: rotate(180deg);
  }

  section
    .helpGet
    .helpGet-list
    .helpGet-item:last-child
    svg
    path[data-v-0c937ec1] {
    fill: #c1f7d3;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  .content[data-v-d096e35a] {
    padding: 64px 0 104px;
  }
}

/* source: _nuxt/css/style.css */
@media (max-width: 767px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .md\:my-48 {
    margin-bottom: 12rem;
    margin-top: 12rem;
  }

  .md\:my-64 {
    margin-bottom: 16rem;
    margin-top: 16rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-42 {
    margin-top: 10.5rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-lightBlue {
    --tw-text-opacity: 1;
    color: #2650ff;
    color: rgba(38, 80, 255, var(--tw-text-opacity));
  }

  .md\:text-lightGreen {
    --tw-text-opacity: 1;
    color: #00d1ae;
    color: rgba(0, 209, 174, var(--tw-text-opacity));
  }

  .md\:text-lightPurple {
    --tw-text-opacity: 1;
    color: #9644ff;
    color: rgba(150, 68, 255, var(--tw-text-opacity));
  }

  .md\:text-lightYellow {
    --tw-text-opacity: 1;
    color: #ffbb07;
    color: rgba(255, 187, 7, var(--tw-text-opacity));
  }

  .md\:text-textBlack {
    --tw-text-opacity: 1;
    color: #242424;
    color: rgba(36, 36, 36, var(--tw-text-opacity));
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  .el-select {
    display: block;
  }

  .el-select .is-focus .el-input__inner {
    border-color: #d4b3ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .el-select .el-input .el-select__caret {
    color: #000;
    font-weight: 700;
  }

  .el-select .el-select-dropdown {
    left: 0 !important;
    width: 100%;
  }

  .el-select .el-select-dropdown .el-select-dropdown__item.selected {
    color: #9744ff;
  }

  .el-select .el-select-dropdown .el-scrollbar ul {
    display: block !important;
    width: 100%;
  }

  .el-select .el-select-dropdown .el-scrollbar ul li {
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 0 10px 20px;
  }

  .el-select .el-select-dropdown .el-scrollbar ul li span {
    font-size: 16px;
    line-height: 1;
  }

  .el-input {
    background: #fff;
    min-height: 48px;
    width: 100%;
  }

  .el-input .el-input__inner {
    border-radius: 0;
    font-size: 20px;
    height: 48px;
    position: relative;
    z-index: 0;
  }

  .el-input .el-input__inner::-moz-placeholder {
    color: #c5c5c5;
  }

  .el-input .el-input__inner::placeholder {
    color: #c5c5c5;
  }

  .el-input .el-input__inner:focus::-moz-placeholder {
    color: #dcdcdc;
  }

  .el-input .el-input__inner:focus::placeholder {
    color: #dcdcdc;
  }

  .el-input .el-input__inner:focus {
    border-color: #9644ff;
    box-shadow: 0 0 0 2px rgba(212, 179, 255, 0.2);
  }

  .el-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .el-pagination .el-pager {
    display: flex;
  }

  .el-pagination .el-pager li {
    border: 1px solid #f3f3f3;
    color: #5e5e5e;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 4px;
    min-height: 35px;
    min-width: 35px;
  }

  .el-pagination li.active + li {
    border-left: 1px solid #f3f3f3;
  }

  .el-pagination button {
    border: 1px solid #f3f3f3;
    line-height: 1.5;
    min-height: 35px;
    min-width: 35px;
    padding: 0 !important;
  }

  .el-pagination span:not([class*="suffix"]) {
    height: -moz-fit-content;
    height: fit-content;
    line-height: normal;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  .global-community-tags .tag-item,
  .global-tag,
  .global-type-tag {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    text-transform: uppercase;
  }

  .global-type-tag {
    font-size: 14px;
    height: 24px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0 12px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }

  .global-community-tags {
    display: flex;
    flex-wrap: wrap;
  }

  .global-community-tags .tag-item {
    background-color: #f7f7f7;
    color: #a6a6a6;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
  }

  .global-community-title,
  .line-clamp {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  .global-community-title {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 16px;
    height: 100px;
    line-height: 24px;
    margin: 12px 0;
  }

  .inject-card-one {
    background: #fafafa;
    display: flex;
    margin-bottom: 48px;
    padding: 32px 20px;
  }

  .inject-card-one img {
    height: 125.444px !important;
    margin: 0 20px 0 0 !important;
    width: 88.168px !important;
  }

  .inject-card-one .card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    width: 100%;
  }

  .inject-card-one .card-content p {
    color: #242424;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }

  .inject-card-one .card-content .card-button {
    align-items: center;
    background: transparent;
    color: #9744ff;
    cursor: pointer;
    display: flex;
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    font-size: 16px;
    height: auto;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
  }

  .inject-card-one .card-content .card-button:hover {
    color: #9744ff;
  }

  .inject-card-one .card-content .card-button:hover path {
    stroke: #9744ff;
  }

  .inject-card-one .card-content .card-button svg {
    height: 14px;
    margin-left: 12px;
    margin-top: 0;
    width: 14px;
  }

  .inject-card-one .card-content .card-button svg path {
    stroke: #9744ff;
  }

  .inject-card-two {
    background: #f9f5ff;
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    padding: 48px 32px;
  }

  .inject-card-two p {
    font-size: 20px;
    line-height: 32px;
  }

  .inject-card-two .card-content {
    font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    margin: 16px 0;
  }

  .inject-card-two .card-name {
    align-self: end;
    font-family: Din_OT_bold, AlibabaPuHuiTi-Bold, sans-serif;
    margin-bottom: 8px;
    margin-top: 32px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .inject-card-two .card-desc {
    align-self: end;
    color: #5e5e5e;
    font-family: DIN_OT, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    width: -moz-fit-content;
    width: fit-content;
  }

  .el-message-box {
    width: 80%;
  }

  .el-loading-spinner {
    display: flex;
    justify-content: center;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  #header-wrapper[data-v-82ac53be] {
    display: none;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  #mobile-header-wrapper[data-v-64bb0405] {
    align-items: center;
    background-color: #f9f9f9;
    display: flex;
    height: 60px;
    justify-content: space-between;
    left: 0;
    padding: 0 40px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2001;
  }

  #mobile-header-wrapper .brand-logo img[data-v-64bb0405] {
    width: 108px;
  }

  #mobile-header-wrapper .right-wrapper[data-v-64bb0405] {
    display: flex;
  }

  #mobile-header-wrapper .right-wrapper .lang-wrapper[data-v-64bb0405] {
    display: flex;
    justify-content: space-around;
    margin-right: 20px;
    width: 80px;
  }

  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .change-lang[data-v-64bb0405],
  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .current-lang[data-v-64bb0405] {
    display: flex;
    font-family: DIN_Regular, AlibabaPuHuiTi-Light, SourceHanSansHC, sans-serif;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
  }
.middle[data-v-64bb0405]{
    display: none;
}
  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .change-lang
    .middle[data-v-64bb0405],
  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .current-lang
    .middle[data-v-64bb0405] {
    background-color: #999;
    height: 100%;
    margin: 0 7px;
    width: 2px;
  }

  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .change-lang:last-child
    .middle[data-v-64bb0405],
  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .current-lang:last-child
    .middle[data-v-64bb0405] {
    display: none;
  }

  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .change-lang[data-v-64bb0405] {
    color: #000;
  }

  #mobile-header-wrapper
    .right-wrapper
    .lang-wrapper
    .current-lang[data-v-64bb0405] {
    color: #7c2edf;
  }

  #mobile-header-wrapper .right-wrapper #nav-btn[data-v-64bb0405] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABRWlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGASSSwoyGFhYGDIzSspCnJ3UoiIjFJgf87AzCDHIMwgyCCSmFxc4BgQ4ANUwgCjUcG3awyMIPqyLsisVHuxzKDf5l+WTn9yKvGFhQSmehTAlZJanAyk/wBxWnJBUQkDA2MKkK1cXlIAYncA2SJFQEcB2XNA7HQIewOInQRhHwGrCQlyBrJvANkCyRmJQDMYXwDZOklI4ulIbKi9IMDj4urjoxBqZGJo7kHAuaSDktSKEhDtnF9QWZSZnlGi4AgKJQXPvGQ9HQUjAyNjBgZQmENUf74BDktGMQ6EWIEYA4OlCwMD82KEWJIUA8N2oPslORFiKssZGPgjGBi2NRQkFiXCHcD4jaU4zdgIwubezsDAOu3//8/hDAzsmgwMf6////97+///f5cBzb/FwHDgGwD7P1519x2hrQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAABZLkSWAAAAuElEQVRYCWNkYGD4D8Q0BRYycQxxBnPJsoOJLF101DTqQEoDezQEh30IsgB96EipLwnpF+GRY2AkpGhUfjQERkNgNARGQwBrCIDKTwesMgMkmPK6G8VmUE2yH0VkgDmMjCAnIcBoawYRFuSxRkOQvHBD6Br0IUiX9iAiPIhiDapShSgXjyoaDYHREBgNARqGwKBrD072+Y3i3UHXHmRGcR4Dw6Cvi0cdiBZjJHNHQ5DkIEPTMOhDEAALzQpNqYP5eQAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-size: cover;
    height: 20px;
    width: 20px;
  }

  #mobile-header-wrapper .right-wrapper #nav-btn.close[data-v-64bb0405] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAABRWlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGASSSwoyGFhYGDIzSspCnJ3UoiIjFJgf87AzCDHIMwgyCCSmFxc4BgQ4ANUwgCjUcG3awyMIPqyLsisVHuxzKDf5l+WTn9yKvGFhQSmehTAlZJanAyk/wBxWnJBUQkDA2MKkK1cXlIAYncA2SJFQEcB2XNA7HQIewOInQRhHwGrCQlyBrJvANkCyRmJQDMYXwDZOklI4ulIbKi9IMDj4urjoxBqZGJo7kHAuaSDktSKEhDtnF9QWZSZnlGi4AgKJQXPvGQ9HQUjAyNjBgZQmENUf74BDktGMQ6EWIEYA4OlCwMD82KEWJIUA8N2oPslORFiKssZGPgjGBi2NRQkFiXCHcD4jaU4zdgIwubezsDAOu3//8/hDAzsmgwMf6////97+///f5cBzb/FwHDgGwD7P1519x2hrQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAALKADAAQAAAABAAAALAAAAADfpsWZAAAB+UlEQVRYCc3Z0W3CMBAGYJIs1BEqsUA3KJ0iQjwAD1FEliidAyF1g7JC3zoFwX/Ui0yIE5/vEuMHjG18+WKZ6KwsFp1SVdVLpyt6syiK1pTamsPhsL1erz+mfrf7Y36HJcsymLZwJIRBR13XO2onSbLK8/yL2jFqYI3pSNc2pl0DxpLjLmiA6pjoLpZMzZbYbDYXcycf1Ek17g4TqT1X7cLC2G4JYMqyXJlV/ezC5lzpIex6vT7egWOjx7DwPYBjoX2wTvDcaF/sIHguNAc7Cp4azcV6gadCh2C9wdroUCwLrIWWYNlgKVqKDQKHojWwwWAuWgsrAvuiNbFi8Bga43Y+izYKsi4kMk2D+dGbSzBjOLO8vjgSLOKpgBHIlZpijIoUizhqYAQbQmtgcY27Qyg6JCVN09o1f2jMNaevX22FXU8D+6IaJxcVsA+W4FK0GOzCYs8CqX1GFIGHsPScdf0RQ1c6GOyDpW2giQ4Cc7DaaDY4BKuJZoElWC20N1gDq4H2AmtipehR8BRYCXoQPCU2FO0Ez4ENQfeC58Ry0Q/gGFgO+g4cE+uLbsHPgPVBN2C8m8PrLppAtdaxhuJxalfClCHI6XT6Wy6XJuNLXiloTCwM5/P5Yky/xvRmmfYN+P8H34SOjSWgjTamvcmxdzTW1s/46tY23QBAdmSkcGvxHAAAAABJRU5ErkJggg==);
  }

  #nav-slide-down-wrapper[data-v-64bb0405] {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    padding: 10px 40px 70px;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 99999999999999;
  }

  #nav-slide-down-wrapper p[data-v-64bb0405] {
    font-family:
      DIN_Medium, AlibabaPuHuiTi-Bold, SourceHanSansHC-Bold, sans-serif;
    line-height: 1;
    margin: 0;
  }

  #nav-slide-down-wrapper .nav-slide-down-item[data-v-64bb0405] {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
  }

  #nav-slide-down-wrapper .nav-slide-down-item .nav-main-btn[data-v-64bb0405] {
    align-items: center;
    display: flex;
    transition: all 0.2s linear;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .nav-main-btn
    .title[data-v-64bb0405] {
    color: #000;
    flex: 1;
    font-size: 18px;
    text-transform: uppercase;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .nav-main-btn
    img[data-v-64bb0405] {
    transition: all 0.2s linear;
    width: 16px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    #products-services-slide-down-wrapper[data-v-64bb0405] {
    padding-top: 34px;
  }

  #nav-slide-down-wrapper .nav-slide-down-item .list[data-v-64bb0405] {
    display: block;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  #nav-slide-down-wrapper .nav-slide-down-item .list.expanded[data-v-64bb0405] {
    display: block;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content[data-v-64bb0405] {
    display: flex;
    flex-direction: column;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content
    ul[data-v-64bb0405] {
    margin-bottom: 34px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content
    .normal-list[data-v-64bb0405] {
    display: flex;
    flex-direction: column;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content
    .normal-list
    a[data-v-64bb0405] {
    color: #333;
    font-family: DIN_Regular, AlibabaPuHuiTi-Light, SourceHanSansHC, sans-serif;
    font-size: 20px;
    line-height: 2;
    margin-left: 10px;
    margin-top: 34px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .desc-title[data-v-64bb0405] {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item[data-v-64bb0405] {
    margin-top: 8px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .child-img[data-v-64bb0405] {
    height: 14px;
    width: 14px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .child-title[data-v-64bb0405] {
    color: #333;
    font-size: 20px;
    margin: 20px 0 0 20px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .subtitle[data-v-64bb0405] {
    color: #5a5a5a;
    font-family: DIN_Regular, AlibabaPuHuiTi-Light, SourceHanSansHC, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin-left: 20px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .child-wrapper[data-v-64bb0405] {
    display: none;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .child-wrapper
    .child-list[data-v-64bb0405] {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 20px;
  }

  #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .child-wrapper
    .child-list
    a[data-v-64bb0405] {
    color: #000;
    font-family: DIN_Regular, AlibabaPuHuiTi-Light, SourceHanSansHC, sans-serif;
    font-size: 18px;
    line-height: 2;
  }

  .lang-cn
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content
    .normal-list[data-v-64bb0405],
  .lang-hk
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content
    .normal-list[data-v-64bb0405] {
    display: flex;
    flex-direction: column;
  }

  .lang-cn
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content
    .normal-list
    a[data-v-64bb0405],
  .lang-hk
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .list-content
    .normal-list
    a[data-v-64bb0405] {
    font-size: 18px;
  }

  .lang-cn
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .desc-title[data-v-64bb0405],
  .lang-hk
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    .desc-title[data-v-64bb0405] {
    font-family: DIN_OT, AlibabaPuHuiTi-Light, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .lang-cn
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .subtitle[data-v-64bb0405],
  .lang-hk
    #nav-slide-down-wrapper
    .nav-slide-down-item
    .list
    ul
    .list-item
    .subtitle[data-v-64bb0405] {
    font-style: normal;
  }

  .nav-slide-enter-active[data-v-64bb0405] {
    transform-origin: top;
    transition: max-height 0.3s ease-out;
  }

  .nav-slide-leave-active[data-v-64bb0405] {
    transform-origin: top;
    transition: max-height 0.3s ease-in;
  }

  .nav-slide-enter[data-v-64bb0405],
  .nav-slide-leave-to[data-v-64bb0405] {
    max-height: 0;
    overflow: hidden;
  }

  .nav-slide-enter-to[data-v-64bb0405],
  .nav-slide-leave[data-v-64bb0405] {
    max-height: 100vh;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  .qr-code-wrapper img[data-v-b27ed0dc] {
    width: 80px;
  }

  .qr-code-wrapper img[data-v-b27ed0dc]:first-child {
    margin-right: 100px;
  }

  .qr-code-wrapper p[data-v-b27ed0dc] {
    font-size: 14px;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  .color-bar[data-v-b27ed0dc] {
    background-image: url(.../img/Color-bar-footer.2bb1f9b.jpg);
    background-size: 205% 100%;
    height: 20px;
  }

  footer[data-v-b27ed0dc] {
    padding: 32px 25px;
  }

  .container[data-v-b27ed0dc] {
    flex-direction: column;
    justify-content: start;
    padding-top: 20;
  }

  .container .logo[data-v-b27ed0dc] {
    width: 100%;
  }

  .container .logo .logo-img[data-v-b27ed0dc] {
    width: 150px;
  }

  .container .logo .logo-icon[data-v-b27ed0dc] {
    margin: 10px 20px 10px 0;
    width: 18px;
  }

  .container .nav[data-v-b27ed0dc] {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .container .nav h3[data-v-b27ed0dc] {
    font-size: 18px;
  }

  .container .nav .nav-item[data-v-b27ed0dc] {
    font-size: 16px;
    line-height: 28px;
    width: 150px;
  }

  .langBtn[data-v-b27ed0dc] {
    font-size: 10px;
    margin-top: 20px;
  }

  .langBtn .optionBtn[data-v-b27ed0dc] {
    opacity: 0;
    position: absolute;
    top: -26px;
  }

  .langBtn .changBtn[data-v-b27ed0dc],
  .langBtn .optionBtn[data-v-b27ed0dc] {
    padding: 4px 0;
    width: 65px;
  }

  .langBtn:hover .optionBtn0[data-v-b27ed0dc] {
    opacity: 1;
    transform: translateY(-2px);
    transition: all 0.3s linear;
  }

  .langBtn:hover .optionBtn1[data-v-b27ed0dc] {
    opacity: 1;
    transform: translateY(-30px);
    transition: all 0.3s linear;
  }

  .copyRightTxt[data-v-b27ed0dc] {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }

  .records p[data-v-b27ed0dc] {
    margin-right: 12px;
  }

  .contact-text[data-v-b27ed0dc] {
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }

  .contact-text a[data-v-b27ed0dc] {
    font-size: 16px;
    padding: 18px 22px 12px;
  }

  .sele-lang[data-v-b27ed0dc] {
    margin-top: 40px;
  }

  .lang-cn .nav[data-v-b27ed0dc] {
    margin-top: 20px;
    padding-top: 0;
  }

  .lang-cn .contact-text[data-v-b27ed0dc] {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lang-cn .contact-text a[data-v-b27ed0dc] {
    font-size: 16px;
    padding: 18px 24px 12px;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  .notice-wrapper[data-v-37a04126] {
    align-items: start;
    flex-direction: column;
    padding: 36px 32px;
  }

  .notice-wrapper .icon[data-v-37a04126] {
    height: auto;
    margin-right: 16px;
    width: 31px;
  }

  .notice-wrapper h2[data-v-37a04126] {
    font-size: 20px;
  }

  .notice-wrapper .notice-text[data-v-37a04126] {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }

  .notice-wrapper .close-icon[data-v-37a04126] {
    font-size: 18px;
    position: absolute;
    right: 36px;
    top: 36px;
  }
}

/* source: _nuxt/css/style.css */
@media screen and (max-width: 767px) {
  .version-wrapper[data-v-e927efa8] {
    flex-direction: column;
    padding: 20px 20px 20px 40px;
  }

  .version-wrapper p[data-v-e927efa8] {
    font-size: 18px;
  }

  .version-wrapper .close-icon[data-v-e927efa8] {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .version-wrapper .agree-btn[data-v-e927efa8] {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 11px 0;
    width: 100%;
  }
}

/* ============================================================
   index.html - section-two 核心业务 移动端适配
   ============================================================ */
@media screen and (max-width: 767px) {
 #engage-users {
    padding: 0rem 5rem;
    background-color: rgba(255,251,242,var(--tw-bg-opacity));
  }
 #grow-users {
    padding: 0rem 5rem;
    background-color: rgba(242,245,255,var(--tw-bg-opacity));
  }
 #drive-revenue {
    padding: 0rem 5rem;
    background-color: rgba(237,250,248,var(--tw-bg-opacity));
  }
 #optimize {
    padding: 0rem 5rem;
    background-color: rgba(249,245,255,var(--tw-bg-opacity));
  }

  /* ---- section title (icon + heading) ---- */
  .section-two .title[data-v-21659576] {
    margin: 12rem 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .section-two .title svg {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    margin-right: 12px;
  }

  .section-two h2[data-v-21659576] {
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-transform: none;
  }

  .lang-cn .section-two h2[data-v-21659576] {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }

  /* ---- content blocks (text + media) ---- */
  .section-two .w-full.flex.justify-between.items-center {
    flex-direction: column !important;
    gap: 32px;
    margin-bottom: 48px !important;
  }

  /* ---- text ---- */
  .section-two .index-content {
    width: 100% !important;
  }

  .section-two .index-content p,
  .index-content p[data-v-2941a52f],
  .lang-cn .index-content p[data-v-2941a52f] {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
    color: #242424;
  }

  /* ---- images ---- */
  .section-two .img-wrap[data-v-21659576] {
    height: auto !important;
    width: 100% !important;
    max-width: 100%;
    opacity: 1 !important;
  }

  .section-two .img-wrap img {
    width: 100%;
    height: auto;
  }

  /* Put image after text on mobile, overriding .order-first */
  .section-two .img-wrap.order-first {
    order: 0 !important;
  }

  /* ---- video ---- */
  .section-two .video-wrap {
    width: 100% !important;
    margin-bottom: 0;
    opacity: 1 !important;
  }

  .section-two .video-wrap .video-js {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
  }

  .section-two .video-wrap .video-js .vjs-tech {
     position: relative;
    border-radius: 18px;
    height: 100%;
    padding: 2%;
    margin: 0 auto;
    width: 100%;
  }

  /* Hide phone frame overlay on mobile */
  .section-two .video-wrap .video-js:before {
   display: none;
  }

  

  /* ---- decorative SVGs ---- */
  .section-two .svg-one,
  .section-two .svg-two,
  .section-two .svg-three,
  .section-two .svg-four,
  .section-two .svg-five,
  .section-two .svg-six {
    display: none;
  }
}
  
/* ============================================================
   index.html - section-five 联系我们 & 博客 移动端适配
   ============================================================ */
@media screen and (max-width: 767px) {
  .section-five[data-v-95810b66] {
    padding: 0;
  }

  .section-five .section-contact[data-v-95810b66] {
    padding: 48px 32px;
  }
 
  .section-five .section-contact h2[data-v-95810b66] { 
    white-space:initial;
  }

  .section-five .section-blog[data-v-95810b66] {
    padding: 48px 32px;
  }





  .section-one[data-v-31a4b87b] {
    background: #f0f3ff;
    gap: 32px;
    padding: 64px 32px;
    display: block;
  }
  .section-one .sectionOne-text[data-v-31a4b87b]{
    position: relative;
    display: block;
    width: 100%;
    left: 0;
  }
    .section-one h1[data-v-31a4b87b] {
    font-size: 40px;
    line-height: 48px;
    width:100%;
    margin: 0 auto 40px;
  }
 .section-one .sectionOne-text p[data-v-31a4b87b]{
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .lang-cn .section-one .sectionOne-text p[data-v-31a4b87b]{
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .section-one video[data-v-31a4b87b]{
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 200px;
  }


 
  .values h1[data-v-79d8177e] {
    font-size: 36px;
    line-height: 36px;
  }

}

/* ============================================================
   Our Story Timeline - vertical layout
   ============================================================ */
@media screen and (max-width: 767px) {
    .story[data-v-164a3340] {
        padding: 64px 32px;
    }

    .story h1[data-v-164a3340] {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px;
        text-align: center;
    }

    .story ul[data-v-164a3340] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding-left: 0;
    }

    .story ul > li[data-v-164a3340] {
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
        padding: 0 0 32px 24px!important;
        border-left: 2px solid #e0e0e0!important;
        position: relative;
        min-height: 60px;
        width: 100%!important;
        margin:  0!important; 
    }
.story ul li:nth-child(2n) .item-content[data-v-164a3340]{
    transform: none;
}
    .story ul > li[data-v-164a3340]:last-child {
        border-left-color: transparent;
        padding-bottom: 0;
       
    }

    .story ul > li[data-v-164a3340]::before {
        content: "";
        position: absolute;
        left: -6px;
        top: 4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #9644ff;
    }

    .story ul > li.item0[data-v-164a3340]::before { background: #67ed93; }
    .story ul > li.item1[data-v-164a3340]::before { background: #67ed93; }
    .story ul > li.item2[data-v-164a3340]::before { background: #ffbb07; }
    .story ul > li.item3[data-v-164a3340]::before { background: #ffbb07; }
    .story ul > li.item4[data-v-164a3340]::before,
    .story ul > li.item5[data-v-164a3340]::before,
    .story ul > li.item6[data-v-164a3340]::before { background: #9644ff; }

    .story .timeline[data-v-164a3340] {
        display: none;
    }

    .story .item-content[data-v-164a3340] {
        padding: 0;
        width: 100%;
    }

    .story .item-content > span[data-v-164a3340] {
        font-size: 16px;
        color: #999;
        margin-top: 6px;
        display: block;
        font-family: DIN_Medium, AlibabaPuHuiTi-Medium, sans-serif;
    }

    .story .item-content p[data-v-164a3340] {
        font-size: 15px;
        line-height: 24px;
        color: #242424;
    }

    .story .brand[data-v-164a3340] {
        margin: 10px 0 4px!important;
        gap: 10px;
        flex-wrap: wrap;
    }

    .story .brand img[data-v-164a3340] {
        height: 32px!important;
        width: auto;
    }
}
