/* 源代码 */
@media screen and (max-width: 1px) {
  .pc {
    display: none;
  }

  .mob {
    display: block
  }

  .collapse:not(.show) {
    display: none;
  }

  .logo-svg {
    width: 100px;
  }

  .hero-sphere {
    height: auto;
  }

  .hero {
    flex-wrap: wrap;
    height: auto;
  }

  .orb-box {
    position: relative;
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }

  .orb {
    width: 80vw;
    height: 80vw;
    left: 10vw;
    opacity: 0.8;
  }

  .top-orb {
    transform: translateY(-50.5%);
    margin-top: 10vw;
  }

  .bottom-orb {
    /* transform: translateY(115%); */
    bottom: -60vw;
  }

  .orb-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 20px;
    background: linear-gradient(to top, #000, #000 20%, transparent);
  }

  .hero-description {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

  .content {
    position: static;
  }

  .footer-bg {
    width: 200% !important;
    left: -50%;
    transform: translateY(-50px) !important;
  }

  .card-container .card-box:nth-child(odd) {
    transform: 0;
  }

  .card-container .card-box:nth-child(even) {
    transform: 0;
  }

  .logos-box::after {
    right: auto;
    left: 50vw;
  }

  .hero-logo {
    margin-bottom: 10px;
  }

  .hero-logo svg {
    scale: 0.7;
    margin-top: 10px;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
    position: relative;
    z-index: 50;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url('/img/nav-close.svg');
  }

  .navbar-brand {
    position: relative;
    z-index: 50;
  }

  .navbar-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;

    z-index: 40;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(15px);
    padding: 100px 0;
  }

  .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 60px !important;
  }

  .nav-link {
    font-size: 40px;
  }

  .container .border-animation {
    height: auto;
    min-height: 0 !important;
    border-radius: 0;
  }

  .border-animation::before {
    display: none;
  }

  .border-animation:after {
    display: none;
  }

  .inner-card {
    padding: 0;
    position: static;
    border: none;
    border-radius: 0;
  }

  .service-card {
    padding: 1.25rem;
  }

  .description {
    font-size: 1rem;
  }

  .footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .act-hero-container {
    margin-top: 55px !important;
  }

  .footer-mid {
    margin-top: 40px;
    gap: 15px;
  }

  .footer-mid>div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .team-container {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .detail-full-line.full-line {
    margin-bottom: 2.5rem !important;
  }

  .desc-title {
    margin-top: 3.125rem !important;
  }

  .detail-act-hero-container {
    margin-top: 1.25rem !important;
  }

  .about-title {
    margin-bottom: 2.5rem !important;
  }

  .more-item {
    margin-bottom: 2.5rem !important;
  }

  .about-us {
    padding: 148px 0 0 !important
  }

  .card-container {
    --bs-gutter-y: 1.8rem !important;
  }

  .footer-bg {
    top: 100px !important;
  }

  #act-swiper-container .swiper-button-prev {
    width: 5.3rem;
    height: 5.3rem;
  }

  #act-swiper-container .swiper-button-next {
    width: 5.3rem;
    height: 5.3rem;
  }

  .index-title {
    font-size: 80px;
  }

  #what-we-do .index-title {
    margin-bottom: 42px;
  }

  .description {
    font-size: 14px;
  }

  .about-us .divider {
    margin: 80px 0;
  }

  .card-box {
    height: auto;
  }

  .card-box-inner {
    position: static;
  }

  .card-box:nth-child(n) .funding-card {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .card-box::before {
    display: none;
  }

  .card-box {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .funding-card {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .funding-title {
    text-align: left;
    font-size: 40px;
    margin-bottom: 0;
  }

  .funding-description {
    text-align: left;
    max-width: none;
    font-size: 20px;
  }

  #what-we-do .divider {
    margin: 20px 0 80px;
  }

  .section-title {
    width: 100%;
    margin-top: 0 !important;
    text-align: left !important;
  }

  .col-xs-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .svg-out-box {
    padding: 0;
    width: 85px;
    height: 85px;
  }

  .des-text {
    font-size: 12px;
    margin-top: 0;
    white-space: nowrap;
    transform: scale(0.6);
  }

  .logos-box {
    width: 780px;
    min-width: 780px;
    margin-top: 50px;
    height: 152px;
  }

  .logo-container {
    margin-top: 0;
  }

  .logos-box .col-2 {
    margin-top: 16px;
  }

  .logo-item {
    height: 60px;
    border-radius: 10px;
  }

  #portfolio .justify-content-center {
    margin-top: 0 !important;
  }

  #portfolio .divider {
    margin: 80px 0 80px;
  }

  .team-des {
    font-size: 24px;
    width: 100%;
    padding-top: 0;
  }

  .container,
  .container-sm {
    max-width: none;
  }

  .team-box {
    margin-top: 46px;
    width: 100%;
    min-width: 0;
  }

  .team-item {
    width: 75px;
    height: 75px;
    border-radius: 20px;
  }

  .team-item:nth-child(n+6) {
    margin-top: 0;
  }

  .social-item {
    width: 28px;
    height: 28px;
  }

  .contact-span {
    font-size: 16px;
  }

  .email-span {
    font-size: 16px;
  }

  .mid-right span {
    font-size: 14px;
  }

  .full-line {
    width: calc(100% - 24px);
    margin: 30px auto 18px !important;
  }

  .com-des {
    padding-top: 0;
  }

  .com-des-footer {
    text-align: left;
    padding: 20px 0 42px;
  }

  .com-des-footer a {
    margin: 0 10px 0 0;
  }

  .com-des {
    text-align: left;
  }

  #Cooperative .divider {
    margin: 80px 0 80px;
  }

  body {
    position: relative;
  }

  .linequan-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    overflow: hidden;
    pointer-events: none;
  }

  .linequan {
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.40);
    position: absolute;
  }

  .linequan.quan1 {
    left: 0;
    top: 420px;
    width: 666px;
    height: 666px;
    transform: translateX(-55%);
  }

  .linequan.quan2 {
    right: 0;
    top: 520px;
    width: 470px;
    height: 470px;
    transform: translateX(60%);
  }

  .linequan.quan3 {
    left: 0;
    top: 1220px;
    width: 833px;
    height: 833px;
    transform: translateX(-60%);
  }

  .linequan.quan4 {
    left: 0;
    top: 1220px;
    width: 588px;
    height: 588px;
    transform: translateX(65%);
  }
}

/* 转换为vw */
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .mob {
    display: block
  }

  .logo-svg {
    width: 16.666vw;
  }

  .hero-sphere {
    height: auto;
  }

  .hero {
    flex-wrap: wrap;
    height: auto;
  }

  .orb-mob {
    width: 100%;
  }

  .orb-mob img {
    width: 100%;
  }

  .orb-box {
    position: relative;
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }

  .orb {
    width: 80vw;
    height: 80vw;
    left: 10vw;
    opacity: 0.8;
  }

  .top-orb {
    transform: translateY(-50.5%);
    margin-top: 10vw;
  }

  .bottom-orb {
    /* transform: translateY(115%); */
    bottom: -60vw;
  }

  .orb-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.333vw;
    width: 100%;
    height: 3.333vw;
    background: linear-gradient(to top, #000, #000 20%, transparent);
  }

  .hero-description {
    width: 90%;
    margin: 0 auto;
    font-size: 2.666vw;
  }

  .content {
    position: static;
  }

  .footer-bg {
    width: 200% !important;
    left: -50%;
    transform: translateY(-8.333vw) !important;
  }

  .card-container .card-box:nth-child(odd) {
    transform: 0;
  }

  .card-container .card-box:nth-child(even) {
    transform: 0;
  }

  .logos-box::after {
    right: auto;
    left: 50vw;
  }

  .hero-logo {
    margin-bottom: 1.666vw;
  }

  .hero-logo svg {
    scale: 0.7;
    margin-top: 1.666vw;
  }

  .navbar {
    padding: 0;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
    position: relative;
    z-index: 50;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url('/img/nav-close.svg');
  }

  .navbar-brand {
    position: relative;
    z-index: 50;
  }

  .navbar-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;

    z-index: 40;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(2.5vw);
    padding: 16.666vw 0;
  }

  .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10vw !important;
  }

  .nav-link {
    font-size: 6.666vw;
  }

  .container .border-animation {
    height: auto;
    min-height: 0 !important;
    border-radius: 0;
  }

  .border-animation::before {
    display: none;
  }

  .border-animation:after {
    display: none;
  }

  .inner-card {
    padding: 0;
    position: static;
    border: none;
    border-radius: 0;
  }

  .service-card {
    padding: 1.25rem;
  }

  .description {
    font-size: 1rem;
  }

  .footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .act-hero-container {
    margin-top: 9.166vw !important;
  }

  .footer-mid {
    margin-top: 6.666vw;
    gap: 2.5vw;
  }

  .footer-mid>div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .team-container {
    flex-direction: column !important;
    gap: 1.666vw !important;
  }

  .detail-full-line.full-line {
    margin-bottom: 2.5rem !important;
  }

  .desc-title {
    margin-top: 3.125rem !important;
  }

  .detail-act-hero-container {
    margin-top: 1.25rem !important;
  }

  .about-title {
    margin-bottom: 2.5rem !important;
  }

  .more-item {
    margin-bottom: 2.5rem !important;
  }

  .about-us {
    padding: 24.666vw 0 0 !important
  }

  .card-container {
    --bs-gutter-y: 1.8rem !important;
  }

  .footer-bg {
    top: 16.666vw !important;
  }

  #act-swiper-container .swiper-button-prev {
    width: 5.3rem;
    height: 5.3rem;
  }

  #act-swiper-container .swiper-button-next {
    width: 5.3rem;
    height: 5.3rem;
  }

  .index-title {
    font-size: 13.333vw;
  }

  #what-we-do .index-title {
    margin-bottom: 7vw;
    text-align: left !important;
    width: 100%;
  }

  .description {
    font-size: 3.333vw;
    background-image: linear-gradient(91deg, #979797 2.54%, #FFF 98.97%);
  }

  .description:nth-child(4) {
    opacity: 0.6;
  }

  .about-us .divider {
    margin: 13.333vw 0;
  }

  .card-box {
    border-radius: 0;
    padding: 0;
    height: auto;
  }

  .card-box-inner {
    position: static;
  }

  .card-box:nth-child(n) .funding-card {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .card-box::before {
    display: none;
  }

  .card-box {
    margin-top: 0;
    margin-bottom: 10vw;
  }

  .funding-card {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .funding-title {
    text-align: left;
    font-size: 6.666vw;
    margin-bottom: 0;
    background-image: linear-gradient(90deg, #FEFEFE 0%, #989898 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .funding-description {
    text-align: left;
    max-width: none;
    font-size: 3.333vw;
    background-image: linear-gradient(180deg, #FEFEFE 0%, #989898 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #what-we-do .divider {
    margin: 3.333vw 0 13.333vw;
  }

  .section-title {
    width: 100%;
    margin-top: 0 !important;
    text-align: left !important;
  }

  .col-xs-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .svg-out-box {
    padding: 0;
    width: 14.166vw;
    height: 14.166vw;
  }

  .des-text {
    font-size: 2vw;
    margin-top: 0;
    white-space: nowrap;
    transform: scale(0.6);
  }

  .logos-box {
    width: 130vw;
    min-width: 130vw;
    margin-top: 8.333vw;
    height: auto;
  }

  .logo-container {
    margin-top: 0;
  }

  .logos-box .col-2 {
    margin-top: 2.666vw;
  }

  .logo-container .item {
    width: 112px;
    height: 60px;
  }

  .logo-item {
    height: auto;
    max-height: 100%;
    border-radius: 10px;
  }

  .logo-item img {
    max-width: 98%;
    max-height: 98%;
    width: auto;
  }

  #portfolio .justify-content-center {
    margin-top: 0 !important;
  }

  #portfolio .divider {
    margin: 13.333vw 0 13.333vw;
  }

  .team-des {
    font-size: 4vw;
    width: 100%;
    padding-top: 0;
  }

  .container,
  .container-sm {
    max-width: none;
  }

  .team-box {
    margin-top: 7.666vw;
    width: 100%;
    min-width: 0;
  }

  .team-item {
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 20px;
  }

  .team-item:nth-child(n+6) {
    margin-top: 0;
  }

  .social-item {
    width: 4.666vw;
    height: 4.666vw;
  }

  .contact-span {
    font-size: 2.666vw;
    display: block;
    width: 100%;
  }

  .email-span {
    font-size: 2.666vw;
    margin-left: 0;
    margin-top: 1em;
  }

  .email-span svg {
    width: 4.041vw;
  }

  .mid-right a {
    width: 100%;
    display: block;
    text-align: right;
  }

  .mid-right span {
    font-size: 2.333vw;
  }

  .news-span {
    margin-left: 0;
  }

  .full-line {
    width: calc(100% - 4vw);
    margin: 5vw auto 3vw !important;
  }

  .com-des {
    padding-top: 0;
  }

  .com-des-footer {
    text-align: left;
    padding: 3.333vw 0 7vw;
  }

  .com-des-footer a {
    margin: 0 1.666vw 0 0;
    color: #999;
  }

  .com-des {
    text-align: left;
  }

  #Cooperative .divider {
    margin: 13.333vw 0 13.333vw;
  }

  body {
    position: relative;
  }

  .linequan-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    overflow: hidden;
    pointer-events: none;
  }

  .linequan {
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.40);
    position: absolute;
  }

  .linequan.quan1 {
    left: 0;
    top: 70vw;
    width: 111vw;
    height: 111vw;
    transform: translateX(-55%);
  }

  .linequan.quan2 {
    right: 0;
    top: 86.666vw;
    width: 78.333vw;
    height: 78.333vw;
    transform: translateX(60%);
  }

  .linequan.quan3 {
    left: 0;
    top: 203.333vw;
    width: 138.833vw;
    height: 138.833vw;
    transform: translateX(-60%);
  }

  .linequan.quan4 {
    left: 0;
    top: 203.333vw;
    width: 98vw;
    height: 98vw;
    transform: translateX(65%);
  }

  .logos-box::before,
  .logos-box::after {
    width: 50vw;
  }
}

@media screen and (max-width:480px) {
  .logos-box {
    width: 180vw;
    min-width: 180vw;
    margin-top: 8.333vw;
    /* height: 25.333vw; */
    height: auto;
  }

  .team-item {
    width: 24vw;
    height: 24vw;
    border-radius: 20px;
  }

  .des-text {
    font-size: 12px;
    transform: scale(0.6);
  }
}