@media screen and (max-width:768px) {
  header .menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background: #000;
    display: block;
    opacity: 0;
    overflow: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 50;
    color: #fff;
  }

  header.open .menu {
    left: 0;
    opacity: 1;
  }

  header .menu::before {
    content: '';
    width: 20vw;
    display: block;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: -20vw;
    top: 0;
    z-index: 50;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
  }

  header.open .menu::before {
    left: 80%;
  }

  header .link {
    width: 100%;
    margin-left: 0;
  }

  header .link>a {
    display: block;
    line-height: 50px;
  }

  header .link a {
    padding: 0 20px;
  }

  header .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  header .link:hover::after,
  header .link.on::after {
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }

  header .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  header .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  header .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  header .link .down a {
    text-align: left;
    font-size: 14px;
    color: #d9d9d9;
  }

  header .link .down a:not(:last-child) {
    border-bottom: none;
  }

  header .link .down-jt {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  :root {
    --head: 162px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 32px;
    padding: 14px 36px;
  }

  .C-btn.size2 {
    padding: 17px 42px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    left: 5%;
    top: 17px;
    width: 90%;
    padding: 10px 20px;
    border-radius: 48px;
  }

  .head1::before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    border-radius: 48px;
  }

  .head1 .logo {
    width: 147px;
  }

  .head1 .menu {
    gap: 50px;
    height: 100%;
    padding: 24px 0;
  }

  .head1 .link {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #1d1d1d;
  }

  .head1 .link>a {
    height: 100%;
    display: flex;
  }

  .contact-nav-btn {
    padding: 14px 22px;
  }

  .head1 .contact-nav-btn::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(269deg, rgba(255, 115, 147, 0.70) 1.88%, rgba(30, 106, 255, 0.56) 102.08%);
  }

  header .link .down {
    min-width: 192px;
    font-size: 14px;
    padding: 24px 20px 10px;
    left: 50%;
    transform: translate(0, -2%);
    top: 100%;
    margin-top: 0;
    border-radius: 8px;
    backdrop-filter: blur(25px);
  }

  header .link .down::before {
    bottom: 100%;
    width: 100%;
    height: 0;
  }

  header .link:hover .down {
    transform: translate(0, 0);
  }

  header .link .down .a2 {
    margin-bottom: 0;
    padding: 10px 0;
    display: block;
  }

  header .link .down .a3 {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .foot1 {
    padding: 95px 0 111px;
  }

  .foot1 .foot-link {
    gap: 32px;
  }

  .foot1 .foot-link ul {
    width: 48%;
  }

  .foot1 .foot-link a {
    margin-bottom: 16px;
  }

  .foot2 {
    padding-bottom: 24px;
  }

  .foot2 .list {
    gap: 18px;
  }

  .foot2 .list .item .icon {
    width: 20px;
  }

  .foot2 .list .item .down {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
  }

  .foot2 .list .item .down {
    width: 128px;
    height: 140px;
    margin-bottom: 13px;
    padding: 9px;
  }

  .foot3 {
    padding: 24px 0;
    border-top: 1px solid #909399;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .gradualBackground {
    background-image:
      radial-gradient(closest-side, #FF7393, rgba(248, 192, 147, 0)),
      radial-gradient(closest-side, #625296, rgba(243, 11, 164, 0)),
      radial-gradient(closest-side, #625296, rgba(254, 234, 131, 0)),
      radial-gradient(closest-side, #3F90F4, rgba(235, 105, 78, 0)),
      radial-gradient(closest-side, #FF7393, rgba(170, 142, 245, 0));
  }

  .gradualBackground::after {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  :root {
    --head: 81px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 11px 29px;
  }

  .C-btn.size2 {
    padding: 9px 21px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    left: 5%;
    top: 27px;
    width: 90%;
    padding: 10px 20px;
    border-radius: 24px;
  }

  .head1::before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
    border-radius: 24px;
  }

  .head1 .logo {
    width: 147px;
  }

  .head1 .menu {
    gap: 50px;
    height: 100%;
    padding: 24px 0;
  }

  .head1 .link {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #1d1d1d;
  }

  .head1 .link>a {
    height: 100%;
    display: flex;
  }

  .contact-nav-btn {
    padding: 14px 22px;
  }

  .head1 .contact-nav-btn::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(269deg, rgba(255, 115, 147, 0.70) 1.88%, rgba(30, 106, 255, 0.56) 102.08%);
  }

  header .link .down {
    min-width: 192px;
    font-size: 14px;
    padding: 24px 20px 10px;
    left: 50%;
    transform: translate(0, -2%);
    top: 100%;
    margin-top: 0;
    border-radius: 8px;
    backdrop-filter: blur(25px);
  }

  header .link .down::before {
    bottom: 100%;
    width: 100%;
    height: 0;
  }

  header .link:hover .down {
    transform: translate(0, 0);
  }

  header .link .down .a2 {
    margin-bottom: 0;
    padding: 10px 0;
    display: block;
  }

  header .link .down .a3 {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .foot1 {
    padding: 48px 0 56px;
  }

  .foot1 .foot-link {
    gap: 46px 4%;
  }

  .foot1 .foot-link a {
    margin-bottom: 8px;
  }

  .foot2 {
    padding-bottom: 12px;
  }

  .foot2 .list {
    gap: 18px;
  }

  .foot2 .list .item .icon {
    width: 18px;
  }

  .foot2 .list .item .down {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
  }

  .foot2 .list .item .down {
    width: 64px;
    height: 70px;
    margin-bottom: 7px;
    padding: 5px;
  }

  .foot3 {
    padding: 12px 0;
    border-top: 1px solid #909399;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .gradualBackground::after {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .home1 .t3 {
    margin: 34px 0 53px;
  }

  .home2 {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(13px);
    padding: 10px 19px;
    margin-top: -43px;
  }

  .home2::before {
    width: 126px;
    height: 100%;
  }

  .home2 .group {
    display: flex;
  }

  .home2 .item {
    width: 83px;
    height: 64px;
    margin-right: 14px;
    display: flex;
    flex-wrap: wrap;
  }

  .home2 .item img {
    max-width: 80%;
    max-height: 80%;
    min-height: none;
  }

  @keyframes loopLogos {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }

  .home3 {
    padding: 130px 0 57px;
    margin-top: -60px;
    overflow: hidden;
  }

  .home3 .zuo {
    width: 100%;
  }

  .home3 .zuo .list {
    margin-top: 40px;
    gap: 44px 60px;
    grid-template-columns: repeat(2, 1fr);
  }

  .home3 .zuo .list .item .icon {
    width: 34px;
  }

  .home3 .zuo .list .item .t1 {
    margin-top: 15px;
  }

  .home3 .zuo .list .item .t2 {
    margin-top: 6px;
  }

  .home3 .zuo .list .item .t3 {
    margin-top: 15px;
  }

  .home3 .you {
    width: 130vw;
    left: 40vw;
    top: 50%;
    opacity: 0.3;
  }

  .home3::after {
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 1.0) 80%);
  }

  .home4 {
    margin: 50px 0 0;
  }

  .home4 .C-wrap {
    padding: 50px 0;
  }

  .home4 .t2 {
    margin-top: 9px;
  }

  .home4 .main {
    width: 100%;
    margin: 20px auto;
  }

  .bg-dot-canvas {
    width: 100%;
  }

  .home4 .sec1 {
    margin-top: 44px;
  }

  .home4 .sec1 .icon {
    width: 30px;
    height: 40px;
  }

  .home4 .sec1 .icon img {
    max-height: 100%;
  }

  .home4 .sec2 {
    margin-top: 130px;
  }

  .home4 .sec2 .item1 {
    width: 45vw;
  }

  .home4 .sec2 .item2 {
    width: 60vw;
    margin-top: -8px;
  }

  .home4 .sec2 .item3 {
    width: 55vw;
    margin-top: -6px;
  }

  .home4 .sec2 .item .icon-group .icon1 {
    width: 100%;
  }

  .home4 .sec2 .item1 .icon-group .icon2 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80%;
    width: 70vw;
  }

  .home4 .sec2 .item2 .icon-group .icon2 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80%;
    width: 70vw;
  }

  .home4 .sec2 .item3 .icon-group .icon2 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80%;
    width: 70vw;
  }

  .home5 {
    height: auto;
  }

  .home5 .pin {
    padding: 0 0 84px;
  }

  .home5 .zuo {
    width: 100%;
  }

  .home5 .zuo .item {
    margin: 12px 0;
  }

  .home5 .zuo .item .svgline {
    left: 100%;
    top: 30%;
    width: 380px;
    display: none;
  }

  .home5 .zuo .intr {
    width: 70%;
    padding: 12px 26px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(13px);
  }

  .home5 .zuo .item.on .t0 {
    font-size: 18px;
  }

  .home5 .zuo .item.on .intr {
    width: 100%;
    padding: 25px 26px;
  }

  .home5 .zuo .icon {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(269deg, #FF7393 2%, rgba(30, 106, 255, 0.80) 102%);
  }

  .home5 .zuo .item.on .icon {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .home5 .zuo .t0 {
    transform: translateX(26px);
  }

  .home5 .zuo .t2 {
    width: 100%;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.6;

  }

  .home5 .you {
    width: 100%;
    position: static;
    height: auto;
  }

  .home5 .you .item {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: none;
  }

  .home5 .you .item.on {
    display: block;
  }

  .home5 .you .item .info {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(13px);
    transform: translate(0, 10%);
    position: relative;
    z-index: 5;
  }

  .home5 .you .item .info .t5 {
    font-size: 14px;
  }

  .home5 .you .item .info .t6 {
    margin-top: 0.5em;
    font-size: 12px;
  }

  .home5 .you .item1 .ani {
    top: -45px;
  }

  /* 1 */
  .home5 .you .item1 {
    margin-top: 0;
  }

  .home5 .you .item1 .ani .pic {
    width: 40vw;
  }

  .home5 .you .item1 .info {
    width: 90%;
    margin: 65px 0 0 auto;
    padding: 20px 25px;
    gap: 17px 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  /* 2 */
  .home5 .you .item2 {
    margin-top: 0;
  }

  .home5 .you .item2 .ani {
    right: 0;
    display: flex;
    top: -45px;
  }

  .home5 .you .item2 .ani .pic {
    width: 30vw;
  }

  .home5 .you .item2 .ani .pic:nth-child(1) {
    margin-right: -15vw;
  }

  .home5 .you .item2 .ani .pic:nth-child(2) {
    margin-right: -15vw;
  }

  .home5 .you .item2 .info {
    width: 90%;
    margin-top: 65px;
    padding: 20px 25px;
    gap: 17px 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: -77px;
  }

  /* 3 */
  .home5 .you .item3 {
    margin-top: 0;
  }

  .home5 .you .item3 .ani {
    top: -45px;
  }

  .home5 .you .item3 .ani .pic {
    width: 40vw;
  }

  .home5 .you .item3 .info {
    width: 90%;
    margin: 65px 0 0 auto;
    padding: 20px 25px;
    gap: 17px 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .home5 .you .item3 .li-full {
    grid-column: span 1;
  }

  .home6 .intr {
    padding-bottom: 0;
  }

  .home6 .item {
    width: 33%;
    margin: 20px 0;
  }

  .home6 .item .t2 {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .home6 .item .t3 {
    margin-top: 6px;
    font-size: 12px;
  }

  .home7 {
    padding: 80px 0 60px;
  }

  .sbtn-group {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
  }

  .sbtn1 {
    width: 30px;
  }

  .home7 .swiper {
    margin-top: 40px;
  }

  .home7 .swiper-father::before {
    width: 22px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 100%);
  }

  .home7 .swiper-father::after {
    width: 22px;
    height: 100%;
    background: linear-gradient(90deg, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 70%);
  }

  .home7 .swiper-slide {
    width: 70vw;
    border: 1px solid #252525;
    padding: 24px;
  }

  .home7 .swiper-slide .group1 .icon {
    width: 22px;
  }

  .home7 .swiper-slide .group1 .pic {
    width: 66px;
  }

  .home7 .swiper-slide .t2 {
    margin: 18px 0 25px;
    height: 134px;
    font-size: 12px;
  }

  .home7 .swiper-slide .user .bg {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }

  .home7 .swiper-slide .user .info {
    flex: 1;
  }

  .home7 .swiper-slide .logos {
    width: 120px;
  }

  .home8 {
    padding: 60px 0;
  }

  .home8 .news-home-list {
    margin: 55px 0 80px;
  }

  .news-home-list {
    gap: 6px;
  }

  .news-home-list .item {
    border-radius: 8px;
  }

  .news-home-list .item .bg {
    height: 135px;
  }

  .news-home-list .item .intr {
    padding: 12px 12px 31px;
  }

  .news-home-list .item .tag {
    border-radius: 4px;
    padding: 2px 6px;
  }

  .news-home-list .item .ne3 {
    margin-top: 8px;
  }

  .cardEffect {
    perspective: 150px;
    transform: perspective(150px);
  }

  .home9 {
    padding: 30px 0 60px;
  }

  .home9 .main {
    min-height: 166px;
    padding: 20px 28px 174px;
    border-radius: 10px;
    background: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .home9 .zuo {
    width: 100%;
  }
  .home9 .t1{
    font-size: 18px;
  }

  .home9 .t2 {
    margin-top: 8px;
    font-size: 14px;
  }

  .home9 .t3 {
    margin-top: 30px;
    gap: 20px;
  }

  .home9 .you {
    width: 172px;
    right: 19px;
    bottom: 5px;
  }

  .news1 {
    padding: 113px 0 55px;
  }

  .news1 .swiper {
    margin-top: 40px;
  }

  .news1 .swiper-slide {
    width: 293px;
  }

  .news1 .swiper-slide .bg {
    border-radius: 10px;
    height: 192px;
  }

  .news1 .swiper-slide:hover .bg {
    box-shadow: 0 4px 4px 0 rgba(30, 106, 255, 0.30);
  }

  .news1 .swiper-slide .intr {
    padding: 20px 0 0;
  }

  .news1 .swiper-slide .tag {
    padding: 2px 6px;
    border-radius: 4px;
  }

  .news1 .swiper-slide .t2 {
    margin-top: 10px;
  }

  .news1 .swiper-slide .t3 {
    margin-top: 5px;
  }

  .news2 {
    padding: 0 0 53px;
  }

  .news2 .tabbar {
    gap: 20px;
    border-bottom: 2px solid #606266;
  }

  .news2 .tabbar a {
    padding: 5px 0;
  }

  .news2 .tabbar a.on {
    border-bottom: 2px solid #FFF;
  }

  .news2 .news-list2 {
    padding: 41px 0 50px;
  }

  .news-list2 .item:nth-last-child(n+2) {
    margin-bottom: 62px;
  }

  .news-list2 .intr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-list2 .tag {
    padding: 2px 6px;
    border-radius: 4px;
  }

  .news-list2 .t2 {
    margin-top: 13px;
  }

  .news-list2 .t3 {
    margin: 17px 0;
  }

  .news-list2 .bg {
    margin-top: 20px;
    width: 100%;
    height: 192px;
    border-radius: 8px;
  }

  .news2 .sbtn2 {
    width: 20px;
    margin-left: 6px;
  }

  .news3 {
    padding: 128px 0 30px;
  }

  .news-wrap {
    width: 90%;
  }

  .news3 .tag {
    padding: 2px 6px;
    border-radius: 4px;
  }

  .news3 .t1 {
    margin: 8px 0 38px;
  }

  .news3 .group2 .zuo .icon {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 10px;
  }

  .news3 .shares {
    gap: 10px;
  }

  .news3 .shares .icon {
    width: 20px;
  }

  .news3 .empty {
    padding: 35px 0 54px;
  }

  .news3 .empty img {
    margin: 10px auto;
    max-width: 100%;
  }

  .news3-line {
    width: 100%;
    height: 1px;
  }

  .news4 {
    padding: 40px 0 45px;
  }

  .about1 .pic img {
    height: calc(90 * var(--svh));
    object-fit: cover;
  }

  .about1 .C-btn {
    margin-top: 50px;
  }

  .about1 .intr {
    width: 100%;
    height: 100%;
  }

  .about2 .group1 {
    margin-top: 25px;
  }

  .about2 .item {
    width: 25%;
  }

  .about2 .item .t2 {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .about2 .item .t3 {
    margin-top: 8px;
    font-size: 12px;
  }

  .about2 .t4 {
    margin-top: 15px;
    font-size: 12px;
  }

  .about3 {
    padding: 0 0 55px;
  }

  .about3 .list {
    margin: 30px 0 40px;
  }

  .about3 .list::after {
    display: none;
    width: 1px;
    height: 100%;
  }

  .about3 .item {
    padding: 20px 24px 18px;
    border-top: 1px solid #7A7A7A;
  }

  .about3 .item::before {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #7A7A7A, rgba(255, 255, 255, 0) 78%);
  }

  .about3 .item::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #7A7A7A, rgba(255, 255, 255, 0) 78%);
  }

  .about3 .item .t1 {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .about3 .item .ul {
    margin-top: 8px;
  }

  .about3 .item .ul .a1 {
    margin-top: 8px;
  }

  .about4 {
    padding: 18px 0;
  }

  .about4 .ul {
    width: 100%;
    padding: 10px 0 10px 21px;
    border-left: 1px solid #F3F5F7;
  }

  .about4 .you {
    width: 100%;
    right: 30px;
    bottom: -18px;
    position: static;
    margin-top: 20px;
  }

  .about5 .list {
    margin-top: 60px;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .about5 .list .item {
    display: flex;
    flex-wrap: wrap;
  }

  .about5 .list .item img {
    max-width: 85%;
    max-height: 85%;
  }

  .about6 {
    padding: 0 0 60px;
  }

  .about6 .list1 {
    margin-top: 40px;
    gap: 31px;
    grid-template-columns: repeat(2, 1fr);
  }

  .about6 .list1 .item .t1 {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .about6 .list1 .item .t2 {
    margin-top: 10px;
  }

  .about6 .list2 {
    margin-top: 40px;
    gap: 31px;
    grid-template-columns: repeat(2, 1fr);
  }

  .about6 .list2 .item .t3 {
    margin-bottom: 6px;
  }

  .join1 .pic img {
    height: calc(90 * var(--svh));
    object-fit: cover;
  }

  .join1 .intr {
    width: 100%;
    height: 100%;
    padding-top: 75px;
  }

  .join1 .t2 {
    margin-top: 11px;
  }

  .join2 {
    padding: 18px 0 50px;
  }

  .join2 .zuo {
    width: 100%;
    height: 100%;
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .join2 .zuo .ul {
    margin-bottom: 16px;
  }

  .join2 .zuo .ul .dt {
    margin-bottom: 5px;
  }

  .join2 .zuo .ul .dd {
    padding: 3px 8px;
    border-radius: 10px;
  }

  .join2 .you {
    width: 100%;
    margin-top: 40px;
  }

  .join2 .you .t2 {
    margin-top: 5px;
  }

  .join2 .you .item {
    margin: 14px 0 44px;
  }

  .join2 .you .item .t3 {
    margin-bottom: 8px;
  }


  .ct1 .pic img {
    height: calc(90 * var(--svh));
    object-fit: cover;
  }

  .ct1 .intr {
    width: 100%;
    height: 100%;
    padding-top: 75px;
  }

  .ct1 .box {
    width: 100%;
  }

  .ct1 .t2 {
    margin-top: 13px;
  }

  .ct2 {
    padding: 19px 0 79px;
  }

  .ct2 .zuo {
    width: 100%;
    order: 1;
  }

  .ct2 .list {
    margin-top: 19px;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
  }

  .ct2 .you {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    margin: calc(-20 * var(--svh)) 0 40px;
    order: 0;
  }

  .ct2 .you .ev {
    border-radius: 4px;
    border: 1px solid #C0C4CC;
  }

  .ct2 .you .w50 {
    width: 100%;
  }

  .ct2 .you .w100 {
    width: 100%;
  }

  .ct2 .you .ev {
    margin-bottom: 17px;
  }

  .ct2 .you .type-input input {
    width: 100%;
    height: 37px;
    padding: 0 6px;
  }

  .C-select {
    height: 37px;
    display: flex;
    flex-wrap: wrap;
  }

  .C-select .simulate {
    width: 100%;
    padding: 0 6px;
    display: flex;
    flex-wrap: wrap;
  }

  .C-select .simulate::after {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }

  .C-select .placeholder {
    flex: 1;
  }

  .C-select .name {
    flex: 1;
  }

  .C-select .options {
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 150px;
    padding: 5px 0;
    border-radius: 4px;
  }

  .C-select .option {
    width: 100%;
    padding: 5px 12px;
  }

  .ct2 .you .t2 {
    margin-bottom: 5px;
  }

  .ct2 .you .type-textarea textarea {
    padding: 4px 6px;
    height: 128px;
  }

  .ct2 .you .tongyi .checkbox {
    width: 8px;
    height: 8px;
    border: 1px solid #C0C4CC;
    margin-right: 3px;
  }

  .ct2 .you .tongyi .checkbox.on::after {
    width: 5px;
    height: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .lightTips {
    font-size: 12px;
    padding: 8px 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 0 5px #999;
    backdrop-filter: blur(2px);
  }

  .ct2 .you .sub {
    margin-top: 30px;
    border-radius: 8px;
    width: 100%;
    height: 40px;
  }

  pre {
    border-radius: 10px;
    padding: 35px 0 22px;
  }

  pre::before {
    width: 33px;
    height: 8px;
    left: 6px;
    top: 9px;
  }

  code {
    letter-spacing: 1px;
  }

  .pd1 .intr {
    padding: 0 5%;
  }

  .pd1 .t2 {
    margin-top: 8px;
    font-size: 16px;
  }

  .pd1 .t4 {
    margin: 55px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }

  .pd1 .pic {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: auto;
    right: 0;
    transform-origin: left top;
    opacity: 0.4;
  }

  .pd1 .pic img {
    width: 100%;
  }

  .pd2 {
    padding: 67px 0 30px;
  }

  .pd2 .list {
    margin-top: 60px;
  }

  .pd2 .item {
    border-top: 1px solid #7A7A7A;
  }

  .pd2 .item::before {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #7A7A7A, rgba(255, 255, 255, 0) 100%);
  }

  .pd2 .item::after {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #7A7A7A, rgba(255, 255, 255, 0) 100%);
  }

  .pd2 .item.size1 {
    padding: 20px 16px 0;
    width: 100%;
  }

  .pd2 .item.size2 {
    width: 100%;
    padding: 20px 29px 0;
  }

  .pd2 .item .t1 {
    background-image: linear-gradient(90deg, #1E6AFF 0%, #5EB3E9 100%);
  }

  .pd2 .item .t2 {
    margin-top: 8px;
  }

  .pd2 .item .C-btn {
    margin-top: 8px;
  }

  .pd2 .item4 .intr {
    width: 100%;
  }

  .pd2 .item4 .pic {
    right: -10px;
    bottom: -20px;
    width: 100%;
    position: static;
  }

  .pd2 .item .ul {
    margin-top: 50px;
    gap: 28px;
  }

  .pd2 .item .ul .li .t5 {
    margin-top: 4px;
  }

  .pd2 .item5 .pic {
    left: 50%;
    transform: none;
    width: 100%;
    position: static;
    margin: 30px 0 40px;
  }

  .pd3 {
    padding: 30px 0;
  }

  .pd3 .zhuangshi {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .pd3 .C-title1 {
    background-image: linear-gradient(269deg, #FF7393 49%, rgba(30, 106, 255, 0.80) 102.09%);
  }

  .pd3 .main {
    width: 90%;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(7px);
    margin: 40px auto 0;
  }

  .pd3 .main .box {
    border-radius: 10px;
    padding: 33px 30px 36px;
  }

  .pd3 .main .box::before {
    width: 24px;
    height: 6px;
    left: 6px;
    top: 6px;
  }

  .pd3 .main .box .t2 {
    font-size: 12px;
  }

  .pd4 {
    padding: 30px 0 35px;
  }

  .pd4 .main {
    margin-top: 28px;
  }

  .pd4 .tabbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .pd4 .tabbar .bar {
    padding-bottom: 9px;
  }

  /* .pd4 .tabbar .bar span::after {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  } */
  .pd4 .tabbar .line {
    height: 1px;
    background: linear-gradient(269deg, rgba(255, 115, 147, 0.70) 1.88%, rgba(30, 106, 255, 0.56) 102.08%);
  }

  .pd4 .tabbar .bar.on {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .pd4 .sec2 {
    gap: 28px;
  }

  .pd4 .you {
    width: 100%;
    padding-top: 0;
  }

  .pd4 .you .icon {
    width: 16px;
    margin-bottom: 14px;
  }

  .pd4 .you .li:nth-last-child(n+2) {
    margin-bottom: 11px;
    padding-bottom: 11px;
  }

  .pd4 .you .t5 {
    margin-top: 5px;
    letter-spacing: 0.28px;
  }

  .pd4 .zuo {
    width: 100%;
  }

  .pd4 .charts {
    width: 100%;
    height: 180px;
  }

  .pd4 .zuo .t8 {
    margin: 14px 0 20px;
  }

  .pd4 .zuo .t9 {
    margin: 23px 0 20px;
  }

  .pd5 {
    padding: 60px 0 66px;
  }

  .pd5 .main {
    margin-top: 35px;
  }

  .pd5 .main::before {
    width: 72px;
    height: 100%;
    background: linear-gradient(90deg, #0C0C0C 22.35%, rgba(12, 12, 12, 0.00) 100%);
  }

  .pd5 .main::after {
    width: 72px;
    height: 100%;
    background: linear-gradient(270deg, #0C0C0C 22.35%, rgba(12, 12, 12, 0.00) 100%);
  }

  .pd5 .loopLogos-warpper:nth-child(2) {
    margin-top: 15px;
  }

  .pd5 .group {
    display: flex;
  }

  .pd5 .item {
    padding: 8px 25px 11px;
    margin-right: 28px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid var(--itemColor);
    backdrop-filter: blur(7px);
    width: 160px;
    height: 92px;
  }

  .pd5 .item .t2 {
    width: 100%;
  }

  .pd5 .item .t2::before {
    right: 100%;
  }

  .pd5 .item img {
    max-width: 80%;
    max-height: 80%;
    margin-top: 9px;
  }

  .pd6 {
    padding: 0 0 30px;
  }

  .pd6 .C-title1 {
    background-image: linear-gradient(269deg, #FF7393 49%, rgba(30, 106, 255, 0.80) 102.09%);
  }

  .pd6 .main {
    margin-top: 35px;
  }

  .pd6 .main::before {
    width: 72px;
    height: 100%;
    background: linear-gradient(90deg, #0C0C0C 22.35%, rgba(12, 12, 12, 0.00) 100%);
  }

  .pd6 .main::after {
    width: 72px;
    height: 100%;
    background: linear-gradient(270deg, #0C0C0C 22.35%, rgba(12, 12, 12, 0.00) 100%);
  }

  .pd6 .group {
    display: flex;
  }

  .pd6 .item {
    margin-right: 38px;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
  }

  .pd6 .item img {
    max-width: 100%;
    max-height: 90%;
  }

  .terms1 {
    padding: 114px 0;
  }

  .terms1 .empty {
    margin-top: 30px;
  }

  .terms1 .empty img {
    margin: 10px auto;
    max-width: 100%;
  }



  /* -----------------------------------------注释-------------------------------------- */
  .doc-page {
    --doc-head-height: 86px;
  }

  .doc-head {
    width: 100%;
    backdrop-filter: blur(5px);
  }

  .doc-wrap {
    width: 90%;
  }

  .doc1 {
    height: 42px;
  }

  .doc1 .doc-wrap {
    height: 100%;
    border-bottom: 1px solid var(--border);
  }

  .doc1 .logo {
    width: 122px;
    margin-right: 8px;
  }

  .doc1 .theme-switch {
    width: 12px;
  }

  .openSearch {
    width: 12px;
    margin-right: 12px;
  }

  .doc3-nav-switch {
    width: 12px;
    margin-left: 12px;
  }

  .doc-search-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 5%;
    background: var(--bg);
    z-index: 50;
    display: none;
  }

  .doc-search {
    position: static;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    left: 50%;
    transform: none;
    top: 7px;
    border-radius: 40px;
    box-shadow: 0 0 0 1px rgba(83, 81, 87, 0.30), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  html[dark] .doc-search {
    box-shadow: 0 0 0 1px rgba(161, 159, 166, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .doc-search .icon1 {
    width: 16px;
    margin-right: 4px;
  }

  .doc-search .icon2 {
    width: 20px;
  }

  .doc-search input {
    flex: 1;
  }

  .doc2 {
    height: 44px;
    border-bottom: 1px solid var(--border);
    line-height: 24px;
  }

  .doc2 .doc-wrap {
    overflow: auto;
    height: 100%;
  }

  .doc2 .list {
    gap: 12px;
    width: max-content;
    height: 100%;
    line-height: 40px;
  }

  .doc2 .list a {
    border-bottom: 2px solid transparent;
  }

  .doc3 {
    padding: 16px 0 100px;
  }

  .doc3 .zuo {
    width: 70%;
    top: calc(var(--doc-head-height) + 16px);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 500;
    padding: 5%;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
  }

  .doc3 .zuo.open {
    opacity: 1;
    pointer-events: visible;
  }

  .doc3 .zuo .ul {
    margin-bottom: 16px;
  }

  .doc3 .zuo .ul .dt {
    margin-bottom: 5px;
  }

  .doc3 .zuo .ul .dd {
    padding: 3px 6px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .doc3 .zuo .ul .dd.has-child>a::before {
    width: 14px;
    height: 14px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }

  .doc3 .zuo .ul .dd .child2 {
    padding: 3px 0;
  }

  .doc3 .zuo .ul .dd .child2 a {
    padding: 0 6px 0 22px;
    height: 24px;
    margin-bottom: 6px;
    border-radius: 6px;
  }

  .doc3 .zuo .ul .dd .iconp {
    width: 16px;
    margin-right: 6px;
  }

  .doc3 .zuo .ul .dd .iconp svg {
    width: 100%;
  }

  .doc3 .empty {
    width: 100%;
    margin-top: 30px;
  }

  .doc3 .empty img {
    margin: 10px auto;
    max-width: 100%;
  }

  .doc3 .you {
    width: 100%;
    top: calc(var(--doc-head-height) + 16px);
    height: 100%;
    display: none;
  }

  .doc3 .you .t1 .icon {
    width: 6px;
    margin-right: 4px;
  }

  pre {
    border-radius: 10px;
    padding: 35px 10px 22px;
    margin: 10px 0;
    font-size: 12px;
  }

  pre::before {
    width: 33px;
    height: 8px;
    left: 6px;
    top: 9px;
  }

  pre {
    letter-spacing: 1px;
  }

  pre::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  pre::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }

  pre::-webkit-scrollbar-track {
    border-radius: 4px;
  }

  .nav-item {
    margin: 3px 0;
  }

  /* 层级缩进 */
  .nav-level-2 a {
    padding-left: 5px;
  }

  .nav-level-3 a {
    padding-left: 10px;
  }

  .nav-level-4 a {
    padding-left: 15px;
  }

  .nav-level-5 a {
    padding-left: 20px;
  }

  .nav-level-6 a {
    padding-left: 25px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .doc-head {
    width: 100%;
  }

  .doc1 .doc-wrap {
    height: 100%;
  }

  .doc-search {
    left: 50%;
    transform: translateX(-50%);
  }

  .doc-search input {
    flex: 1;
    height: 100%;
  }

  .doc3 .zuo {
    height: 100%;
  }

  .doc3 .zuo .ul .dd {
    display: flex;
    flex-wrap: wrap;
  }

  .doc3 .zuo .ul .dd .iconp svg {
    width: 100%;
  }

  .doc3 .empty img {
    max-width: 100%;
  }

  .pdm1 .pic {
    width: 100%;
    height: auto;
  }

  .pdm2 {
    padding: 60px 0 36px;
  }

  .C-title2 {
    margin-top: 5px;
  }

  .pdm2 .list {
    margin-top: 40px;
  }

  .pdm2 .list .item {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid #1C1C1C;
    margin-top: -1px;
  }

  .pdm2 .item::before {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 100%);
  }

  .pdm2 .item::after {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 100%);
  }

  .pdm2 .list .item .intr {
    padding: 18px 15px 15px;
    height: 200px;
    align-items: flex-start;
  }

  .pdm2 .list .item .t2 {
    padding: 3px 7px;
    border-radius: 10px;
  }

  .pdm2 .list .item .t3 {
    margin-top: 4px;
  }

  .pdm2 .list .item .background {
    width: 100%;
    height: 100%;
    transform: translateX(-10%);
  }

  .pdm2 .list .theme1 .background {
    background: linear-gradient(258deg, rgba(0, 0, 0, 0.00) 1.62%, rgba(22, 111, 255, 0.20) 74.28%);
  }

  .pdm2 .list .theme1 .t1 {
    background-image: linear-gradient(90deg, #1E6AFF 0%, #5EB3E9 100%);
  }

  .pdm2 .list .theme2 .background {
    background: linear-gradient(258deg, rgba(0, 0, 0, 0.00) 1.62%, rgba(6, 195, 182, 0.20) 74.28%);
  }

  .pdm2 .list .theme2 .t1 {
    background-image: linear-gradient(90deg, #3BCEC4 0%, #1E6863 100%);
  }

  .pdm2 .list .theme3 .background {
    background: linear-gradient(258deg, rgba(0, 0, 0, 0.00) 1.62%, rgba(119, 20, 255, 0.20) 74.28%);
  }

  .pdm2 .list .theme3 .t1 {
    background-image: linear-gradient(90deg, #722ED1 0%, #3A186B 100%);
  }

  .pdm2 .list .theme4 .background {
    background: linear-gradient(258deg, rgba(0, 0, 0, 0.00) 1.62%, rgba(33, 192, 92, 0.20) 74.28%);
  }

  .pdm2 .list .theme4 .t1 {
    background-image: linear-gradient(90deg, #22C55E 0%, #105F2D 100%);
  }

  .pdm2 .list-more {
    margin-top: 23px;
    background-image: linear-gradient(269deg, #FF7393 41.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .pdm2 .list-more .icon {
    margin-left: 4px;
    width: 8px;
  }

  .pdm3 .list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }


  .pdm3 .list .item {
    border: 1px solid rgba(255, 255, 255, 0.26);
  }

  .pdm3 .list .item:nth-child(1) {
    padding: 40px 0;
    grid-row: span 1;
    grid-column: span 2;
  }

  .pdm3 .list .item .intr {
    padding: 0 0 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .pdm3 .list .item .intr2 {
    background: linear-gradient(260deg, rgba(218, 106, 145, 0.20) 11.51%, rgba(63, 144, 244, 0.20) 71.16%), linear-gradient(180deg, rgba(34, 36, 40, 0.50) 0%, rgba(82, 81, 87, 0.50) 100%);
    width: 100%;
    height: 100%;
    padding: 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .pdm3 .list .item .pic {
    width: 100%;
    display: none;
  }

  .pdm3 .list .item .t1 {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
    margin-bottom: 16px;
  }

  .pdm3 .list .item .t3 {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
    margin-bottom: 16px;
  }

  .pdm4 .list {
    margin-top: 40px;
    gap: 56px;
  }

  .pdm4 .list .item .icon {
    width: 24px;
    margin: 0 auto 10px;
  }

  .pdc1 .pic {
    width: 100%;
    height: 100%;
  }

  .pdc1 .pic img {
    height: 100%;
  }

  .pdc2 {
    padding: 85px 0 30px;
  }

  .pdc2 .pic {
    margin: 38px auto 0;
    width: 100%;
  }

  .pdc3 {
    padding: 30px 0;
  }

  .pdc3 .list {
    margin-top: 40px;
    gap: 14px;
  }

  .pdc3 .list .item {
    backdrop-filter: blur(4px);
  }

  .pdc3 .list .item .intr {
    padding: 18px 15px;
  }

  .pdc3 .list .item .icon {
    width: 32px;
  }

  .pdc3 .list .item .t1 {
    margin: 15px 0 8px;
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .pdc3 .list .item .background {
    width: 100%;
    height: 100%;
    background: linear-gradient(260deg, rgba(218, 106, 145, 0.20) 11.51%, rgba(63, 144, 244, 0.20) 71.16%), linear-gradient(180deg, rgba(34, 36, 40, 0.50) 0%, rgba(82, 81, 87, 0.50) 100%);
    backdrop-filter: blur(4px);
  }

  .pdc3 .list .item::after {
    width: 146px;
    height: 87px;
    border-radius: 146px;
    background: linear-gradient(90deg, #F57296 0%, #F27196 100%);
    filter: blur(75px);
    right: -10px;
    bottom: -13px;
  }

  .pdc3 .list .item::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #FF7393, rgba(30, 106, 255, 0.8) 55%);
  }

  .pdc4 table {
    width: 150vw;
    margin: 24px 0 0;
  }

  .pdc4 tbody tr:nth-child(1) td {
    padding-top: 10px;
  }

  .pdc4 thead td {
    width: 50%;
    padding: 5px 20px 5px 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .pdc4 tbody td {
    padding: 5px 20px 10px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .pdc4 tbody td .icon {
    width: 12px;
    margin-right: 7px;
  }

  .pdc4 tbody td .text {
    flex: 1;
  }

  .pdc5 {
    padding: 43px 0 30px;
  }

  .C-title3 {
    margin-top: 8px;
  }

  .pdc5 .tabbar {
    max-width: 100%;
    margin: 33px auto 40px;
    border-bottom: 2px solid #606266;
    gap: 10px;
  }

  .pdc5 .tabbar .item {
    padding: 0 13px 11px;
    font-size: 12px;
  }

  .pdc5 .tabbar .item::after {
    width: 48px;
    left: 50%;
    height: 1px;
    background: linear-gradient(to left, #FF7393, rgba(30, 106, 255, 0.8) 55%);
    transform: translate(-50%, 0) scaleX(0);
  }

  .pdc5 .tabbar .item.on::after {
    transform: translate(-50%, 0) scaleX(1);
  }

  .pdc5 .tabbar .item.on {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .pdc5 .tab-content {
    width: 100%;
  }

  .pdc6 {
    padding: 30px 0;
  }

  .pdc6 .list {
    margin-top: 24px;
    gap: 20px;
  }

  .pdc6 .list .item {
    padding: 18px 18px 38px;
    border: 1px solid rgba(255, 255, 255, 0.36);
  }

  .pdc6 .list .item .icon {
    width: 24px;
  }

  .pdc6 .list .item .t1 {
    margin: 10px 0 4px;
  }

  .pdc7 {
    padding: 30px 0;
  }

  .pdc7 .list {
    margin-top: 38px;
    gap: 15px;
  }
  .pdc7 .list .item{
    width: calc(50% - 15px);
  }
  .pdc7 .list .pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-bottom: 14px;
  }

  .pdc7 .list .pic img {
    max-width: 100%;
    height: 100%;
  }

  .pdc7 .C-title1 {
    background-image: linear-gradient(269deg, #FF7393 49%, rgba(30, 106, 255, 0.80) 102.09%);
  }

  .pdc8 {
    padding: 0 0 15px;
  }

  .pdc8 .pic {
    width: 100%;
    margin: 24px auto 0;
  }

  .pde3 {
    padding: 10px 0 50px;
  }

  .pde3 .main {
    margin-top: 24px;
    flex-direction: column-reverse;
  }

  .pde3 .zuo {
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
  }

  .pde3 .zuo::before {
    width: 1px;
    height: 162px;
    max-height: 80%;
    display: none;
  }

  .pde3 .zuo .item {
    padding: 12px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.26);
  }

  .pde3 .zuo .item .text {
    width: 90%;
  }

  .pde3 .zuo .item:nth-child(1) {
    padding: 0 0 12px;
  }

  .pde3 .zuo .item .icon {
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
  }

  .pde3 .zuo .item .t2 {
    padding-top: 6px;
  }

  .pde3 .you {
    width: 100%;
  }

  .pde4 .pic {
    margin-top: 24px;
  }

  .pdg2 .list {
    margin-top: 25px;
    padding: 28px 0 55px;
  }

  .pdg2 .item6 {
    margin-top: -1px;
    min-height: 198px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .pdg2 .item6 .intr {
    width: 100%;
  }

  .pdg2 .item::before {
    background: linear-gradient(to bottom, #7A7A7A, rgba(255, 255, 255, 0.1) 100%);
  }

  .pdg2 .item::after {
    background: linear-gradient(to bottom, #7A7A7A, rgba(255, 255, 255, 0.1) 100%);
  }

  .pd2 .item.size3 {
    width: 100%;
    padding: 21px 29px;
  }

  .pdg3 {
    padding: 30px 0 35px;
  }

  .pdg3 .tabbar {
    margin: 38px 0 26px;
    border-bottom: 2px solid #606266;
  }

  .pdg3 .tabbar .item {
    padding: 0 12px 11px;
  }

  .pdg3 .tabbar .item::after {
    width: 48px;
    left: 50%;
    height: 1px;
    background: linear-gradient(to left, #FF7393, rgba(30, 106, 255, 0.8) 55%);
    transform: translate(-50%, 0) scaleX(0);
  }

  .pdg3 .tabbar .item.on::after {
    transform: translate(-50%, 0) scaleX(1);
  }

  .pdg3 .tabbar .item.on {
    background-image: linear-gradient(269deg, #FF7393 1.88%, rgba(30, 106, 255, 0.80) 102.08%);
  }

  .pdg3 .tab-content .list {
    flex-wrap: wrap;
    gap: 30px;
  }

  .pdg3 .tab-content .list.on {
    display: flex;
  }

  .pdg3 .tab-content .list .item {
    width: 100%;
  }

  .pdg3 .tab-content .list .item .icon {
    width: 24px;
  }

  .pdg3 .tab-content .list .item .t1 {
    margin: 10px 0 20px;
  }

  .pdg3 .tab-content .list .item .t2 {
    text-align: center;
  }

  .pdg3 .tab-content .list .line {
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 62px;
    display: none;
  }

  .pdg3 .tab-content .list .line::after {
    width: 6px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
  }

  .pds2 {
    padding: 0 0 60px;
    margin-top: 0;
  }

  .pds2 .t2 {
    margin: 35px 0 30px;
  }

  .pds4 {
    padding: 0 0 30px;
  }

  .pds4 .main {
    margin: 60px auto 0;
  }

  .pds4 .sec2 {
    margin: 13px 0 0;
  }

  .pds4 .btn-group2 {
    display: inline-flex;
    padding: 3px 5px;
    border-radius: 4px;
    border: 1px solid #3B3D46;
    gap: 5px;
  }

  .pds4 .btn-group2 .btn {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 3px 8px;
  }

  .pds4 .github .icon {
    width: 26px;
    margin-left: 6px;
  }


  .pdg4 {
    padding: 31px 0 60px;
  }

  .pdg4 .list {
    margin-top: 50px;
    gap: 20px;
  }

  .pdg4 .list .item {
    min-height: 160px;
    padding: 18px 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.26);
  }

  .pdg4 .list .item .icon {
    width: 24px;
  }

  .pdg4 .list .item .t1 {
    margin: 8px 0 4px;
  }

  .pdg4 .svg-box {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 159px;
    height: 100%;
    display: none;
  }

  .pdg4 .svg-box::before {
    left: -40%;
    width: 180%;
    height: 100%;
  }

  .pdg4 .svg-box .center {
    width: 95px;
  }

  .pdg4 .svg-box .center .icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .pdg4 .svg-box .line {
    width: 49px;
    --offsetx: -5px;
  }

  .pdg4 .svg-box .line1 {
    top: 50px;
  }

  .pdg4 .svg-box .line2 {
    top: 50px;
  }

  .pdg4 .svg-box .line3 {
    bottom: 50px;
  }

  .pdg4 .svg-box .line4 {
    bottom: 50px;
  }

  .pdg4 .svg-box .line5 {
    top: 100px;
  }

  .pdg4 .svg-box .line6 {
    top: 100px;
  }

  .pdg4 .svg-box .line7 {
    top: 50%;
  }

  .pdg4 .svg-box .line8 {
    top: 50%;
  }

  .pdg4 .svg-box .line9 {
    bottom: 100px;
  }

  .pdg4 .svg-box .line10 {
    bottom: 100px;
  }



  .doc-search-model {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
  }

  .doc-search-model .doc-search-wrap {
    width: 80%;
    margin: 28px auto 0;
    border-radius: 10px;
    padding: 10px;
  }

  .doc-search-model .sec1 {
    width: 100%;
    height: 33px;
    border-radius: 8px;
    padding: 0 7px;
  }

  .doc-search-model .sec1 .icon1 {
    width: 16px;
  }

  .doc-search-model .sec1 input {
    flex: 1;
    margin-left: 4px;
  }

  .doc-search-model .res-list .item {
    border-radius: 10px;
    padding: 5px 6px;
    margin-top: 4px;
  }

  .doc-search-model .res-list .item .icon1 {
    width: 14px;
    margin-right: 3px;
  }

  .doc-search-model .res-list .item .text {
    flex: 1;
  }

  .doc-search-model .res-list .item .icon2 {
    width: 14px;
    margin-left: 3px;
  }

  .doc-search-model .res-list .item .t2 {
    margin: 2px 0;
  }

  .doc-search-model .history-list .t6 {
    margin-top: 4px;
  }

}