@media screen and (max-width:768px) {
  header .menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background: #fff;
    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: #333;
  }

  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;
    border-bottom: 1px solid #ddd;
    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 {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  header .link .down a:not(:last-child) {
    border-bottom: none;
  }

  header .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  header .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }


  :root {
    --head: 75px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn1 {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 14px 20px;
    --clipRadius: 8px;
    border-radius: 4px;
    min-width: 118px;
    background: url('/img/btn-i1.svg') no-repeat center/100% 100%;
  }

  .C-btn1:hover {
    background: url('/img/btn-i1-h.svg') no-repeat center/100% 100%;
  }

  .C-btn1.size2 {
    padding: 14px 20px;
    --clipRadius: 8px;
    min-width: 103px;
  }

  .C-btn2 {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 14px 20px;
    background: url('/img/btn-i1-h.svg') no-repeat center/100% 100%;
  }

  .C-btn2:hover {
    background: url('/img/btn-i1.svg') no-repeat center/100% 100%;
  }

  .C-btn2 .icon {
    width: 14px;
    margin-left: 5px;
  }

  .C-btn3 {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 14px 20px;
    --clipRadius: 8px;
    border-radius: 4px;
    min-width: 118px;
  }

  .C-btn3 .icon {
    width: 14px;
    margin-left: 5px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    padding: 0 5%;
    width: 100%;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .scroll .head1 {
    height: 50px;
  }

  /* .head1 .logo {
    width: 100px;
    display: none;
  } */
  .nav .nav-title {
    display: block;
  } 
  .head1 .menu {
    gap: 30px;
    height: 100%;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    height: auto;
    display: flex;
  }

  .head1 .right {
    margin-left: 70px;
  }

  .head1 .language a {
    margin-right: 16px;
  }

  .head1 .search {
    width: 18px;
    height: auto;
    margin-right: 14px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    clip-path: none;
    cursor: pointer;
  }

  .head1 .search .s-icon {
    width: 18px;
    height: 18px;
    margin-right: 0;
  }

  .head1 .search .s-icon img {
    filter: none;
  }

  .head1 .search .s-input,
  .head1 .search .s-btn {
    display: none;
  }

  .head1 .head-contact {
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 9px;
    clip-path: polygon(0 0,
        calc(100% - 8px) 0,
        100% 8px,
        100% 100%,
        0 100%);
  }

  .head1 .head-contact .icon {
    width: 11px;
    margin-right: 5px;
  }

  /* ==================== Footer 样式 ==================== */
  footer .co-w {
    padding: 0 5%;
  }

  .foot-main {
    align-items: flex-start;
    gap: 55px;
    padding: 30px 0;
  }

  /* 左侧导航 */
  .foot-nav {
    gap: 50px;
    align-items: flex-start;
    display: none;
  }

  .nav-col {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* 右侧区域 */
  .foot-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /* 证书查询 */
  .cert-query {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .query-box {
    width: 244px;
    height: 28px;
  }

  .query-input {
    width: 244px;
    height: 38px;
    background-size: 100% 100%;
    padding: 0 11px;
    font-size: 12px;
    line-height: 28px;
  }

  .query-btn {
    right: 3px;
    top: 3px;
    width: 83px;
    height: 32px;
    background-size: 100% 100%;
    font-size: 12px;
  }

  /* 二维码区域 */
  .qr-codes {
    gap: 18px;
    margin-top: 14px;
  }

  .qr-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .qr-pic {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    padding: 5px 7px;
    display: flex;
  }

  .qr-item:last-child .qr-pic {
    padding: 5px 7px;
  }

  .qr-pic img {
    width: 90%;
    height: auto;
    border-radius: 4px;
  }

  /* 联系方式 */
  .foot-contact {
    gap: 20px;
  }

  .contact-item {
    gap: 7px;
  }

  .contact-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
  }

  .contact-icon img {
    width: 100%;
    height: 100%;
  }

  /* 底部版权和法律链接 */
  .foot-bottom {
    width: 100%;
    margin: 20px auto 0;
    padding: 22px 0 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .legal-links {
    gap: 8px;
    width: 100%;
    margin: 20px 0 0;
    justify-content: flex-start;
  }

  .foot4 {
    right: 16px;
    width: 54px;
    padding: 3px;
    border-radius: 100%;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .C-title1 {
    font-size: 22px;
  }

  .home1 .swiper-pagination {
    bottom: 5px;
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
  }

  .home1 .swiper-pagination-bullet-active {
    width: 13px;
    border-radius: 10px;
  }

  .home2 {
    margin-top: 20px;
  }

  .home2 .list {
    width: 100%;
    margin: 0 auto;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
  }
  .home2 .item p {
    font-size: 14px;
  }
  .home2 .item {
    height: 80px;
    --clipRadius: 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .home2 .item .icon {
    width: 38px;
    /* margin-right: 12px; */
  }

  .home3 {
    padding: 60px 0 55px;
  }

  .home3 .main {
    width: 100%;
  }

  .home3 .pic1 {
    width: 75%;
  }

  .home3 .pic2 {
    width: 34%;
    left: 5%;
    top: 162px;
    padding: 10px 12px 13px 8px;
    --clipRadius: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.07);
    /* position: static; */
  }

  .home3 .pic3 {
    width: 28%;
    right: 1%;
    top: 98px;
    padding: 3px 5px 0 7px;
    --clipRadius: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.07);
    /* position: static; */
    margin: 20px 0;
  }

  .home3 .pic4 {
    left: 30%;
    top: 8%;
  }

  .home3 .xfbg {
    top: -25%;
    width: 100%;
  }

  .home3 .intr {
    right: 0;
    top: 0;
    width: 80%;
    padding: 14px 13px 12px;
    border-radius: 4px;
    box-shadow: 0 5px 41px 0 rgba(0, 0, 0, 0.25);
    position: relative;
  }

  .home3 .intr .list {
    margin-top: 17px;
  }

  .home3 .intr .list .item {
    width: 50%;
  }

  .home3 .intr .icon {
    width: 23px;
    transform: translate(40%, -40%);
    border-radius: 100%;
    box-shadow: 0 2px 5px 1px rgba(53, 49, 0, 0.25);
  }

  .home4 {
    padding: 0 0 71px;
  }

  .home4 .main {
    margin-top: 39px;
  }

  .home4 .zuo {
    width: 100%;
    gap: 12px;
  }

  .home4 .you {
    width: 100%;
    margin-top: 20px;
  }

  .home4 .zuo .item {
    width: 100%;
    height: 95px;
    padding: 15px 13px;
    border-radius: 4px;
  }

  .home4 .zuo .item .icon-bg {
    width: 34px;
    height: 34px;
    border-radius: 4px;
  }

  .home4 .zuo .item.on .icon-bg {
    width: 100%;
    height: 100%;
  }

  .home4 .zuo .item .icon {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    flex-wrap: wrap;
  }

  .home4 .zuo .item .icon img {
    width: 17px;
  }

  .home4 .zuo .item .intr {
    padding: 6px 0 0;
  }

  .home4 .zuo .item .t2 {
    margin-top: 10px;
  }

  .home4 .you .item {
    height: 100%;
  }

  .home4 .you .item .pic {
    height: 100%;
    border-radius: 4px;
  }

  .home4 .you .item video {
    border-radius: 4px;
    height: 100%;
  }

  .home5 {
    padding: 0 0 21px;
  }

  .home5 .main {
    padding: 80px 0 80px 5%;
  }

  .home5 .zuo .t2 {
    margin-top: 15px;
  }

  .home5 .you {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: 60px;
  }

  .home5 .you .list {
    display: flex;
    gap: 4px;
  }

  .home5 .you .list:nth-child(2) {
    margin-left: 27px;
  }

  .home5 .you .list:nth-child(3) {
    margin-left: 51px;
  }

  .home5 .you .list .item {
    padding: 3px 4px;
    border-radius: 6px;
    background: linear-gradient(97deg, #B6D1FF 11%, #DDE9FA 74%);
    display: flex;
    gap: 2px;
  }

  .home5 .you .list .item .pic {
    border-radius: 6px;
  }

  .home5 .you .list .item .pic img {
    height: 100%;
  }

  .home5 .txt-gd {
    width: 100%;
  }

  .home5 .txt-gd .wrap {
    display: flex;
  }

  .home5 .txt-gd .group {
    display: flex;
  }

  .home5 .txt-gd p {
    margin-right: 12px;
  }

  .home6 {
    padding: 60px 0 55px;
    background: linear-gradient(180deg, rgba(219, 243, 255, 0), #DBF3FF 42%, rgba(219, 243, 255, 0)) no-repeat;
    background-size: 100% 361px;
    background-position: left -69px;
  }

  .home6 .list {
    gap: 14px 19px;
    margin: 59px auto 0;
    width: 100%;
  }

  .home6 .item {
    /* --clipRadius: 20px;
    border-radius: 4px; */
    mask: url('/img/home6-i1.png') no-repeat center center/100% 100%;
  }

  .home6 .item .intr {
    width: 100%;
    height: 100%;
    padding: 23px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 47.98%, rgba(0, 0, 0, 0.6) 76.87%);
  }

  .home6 .item .intr .t2 {
    margin-top: 9px;
    width: 100%;
  }

  .home7 {
    padding: 50px 0 57px;
    background-position: -353px 125px;
    background-size: 1678px 753px;
  }

  .home7 .main {
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.12);
  }

  .home7 .zuo {
    flex: 1;
    padding: 25px 19px 15px;
  }

  .home7 .zuo .pic {
    width: 128px;
    margin: 12px 0 27px;
  }

  .home7 .zuo .ul .li:nth-last-child(n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .home7 .zuo .ul .t2 {
    width: 145px;
  }

  .home7 .zuo .b1 {
    gap: 8px;
    margin-top: 26px;
  }

  .home7 .you {
    width: 100%;
  }

  .home7 .you .swiper {
    height: 100%;
  }

  .home7 .you .info {
    border-radius: 10px;
    right: 11px;
    bottom: 12px;
    padding: 9px;
  }

  .home7 .you .info .icon {
    width: 27px;
    border-radius: 100%;
    margin-right: 4px;
  }

  .home7 .you .info::after {
    width: 8px;
    height: 11px;
    right: 100%;
    top: 8px;
    margin-right: -1px;
  }

  .home8 {
    padding: 82px 0 95px;
    background: linear-gradient(110deg, #E5F2FA 12.34%, #DEFAFE 87.64%);
  }

  .home8 .swiper {
    margin: 31px 0 24px;
  }

  .home8 .swiper-slide {
    width: 85vw;
    --clipRadius: 20px;
  }

  .home8 .swiper-slide .bg {
    width: 100%;
  }

  .home8 .swiper-slide .intr {
    padding: 40px 25px;
    flex: 1;
  }

  .home8 .swiper-slide .intr .avatar {
    width: 27px;
    height: 27px;
    margin-right: 8px;
    border-radius: 100%;
  }

  .home8 .swiper-slide .intr .avatar img {
    width: 100%;
    height: 100%;
  }

  .home8 .swiper-slide .intr .t3 {
    margin: 19px 0 17px;
  }

  .sbtn1 {
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home8 .sbtn1 {
    margin: 0 120px;
  }

  .home8 .swiper-father .loopLogos-warpper.reverse {
    margin-top: 16px;
  }

  .home8 .group .item {
    margin-right: 40px;
  }

  .home9 {
    padding: 73px 0 50px;
    background-position: -353px 125px;
    background-size: 1678px 753px;
  }

  .home9 .tabs {
    margin: 18px 0 0;
    gap: 10px;
  }

  .home9 .tab {
    padding: 6px 18px;
  }

  .home9 .btn-bg {
    left: 50%;
    width: 50px;
    height: 25px;
    border-radius: 20px;
  }

  .home9 .swiper {
    width: 100%;
    padding: 43px 0 47px;
  }

  .home9 .swiper-slide {
    width: 80%;
    border-radius: 4px;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.12);
    --clipRadius: 25px;
  }

  .home9 .swiper-slide::after {
    width: 100%;
    height: 100%;
  }

  .home9 .swiper-slide-next {
    flex-direction: row-reverse;
  }

  .home9 .swiper-slide .zuo {
    flex: 1;
    padding: 28px 28px 35px;
  }

  .home9 .swiper-slide .you {
    width: 100%;
  }

  .home9 .swiper-slide .zuo .icon {
    width: 40px;
  }

  .home9 .swiper-slide .zuo .t2 {
    margin-top: 8px;
  }

  .home9 .swiper-slide .zuo .t3 {
    margin-top: 9px;
  }

  .home9 .swiper-slide .zuo .ul .t5 {
    margin-top: 5px;
  }

  .home10 {
    padding: 36px 25px 49px;
  }

  .home10 .title {
    width: 100%;
  }

  .home10 .list {
    gap: 12px;
    margin: 27px auto 0;
  }

  .home10 .item {
    border-radius: 4px;
    width: 100%;
    flex: none;
    height: 319px;
    transition: -ms-flex .6s, -ms-flex .6s, flex .6s;
    --clipRadius: 50px;
    --clipRadius-y: 28px;
  }

  .home10 .item.on {
    flex: none;
  }

  .home10 .item .intr {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    padding: 27px 25px;
  }

  .home10 .item .intr .flex-xb {
    flex-direction: column-reverse;
  }

  .home10 .item .intr .zuo {
    max-width: 344px;
    margin-top: 20px;
  }

  .home10 .item .intr .t2 {
    margin-top: 9px;
  }

  .home10 .item .intr .play {
    width: 46px;
    opacity: 1;
    display: block;
    position: static;
  }

  .home10 .item .bg video {
    width: 100%;
    height: 100%;
    display: none;
  }

  .home11 {
    padding: 0 5% 72px;
  }

  .home11 .zuo {
    width: 100%;
  }

  .home11 .you {
    margin-left: 56px;
    flex: 1;
  }

  .home11 .you .t2 {
    margin: 5px 0 7px;
  }

  .home11 .you .qrbox {
    margin: 39px 0 30px;
  }

  .home11 .you .qrbox .pic {
    width: 79px;
    border-radius: 4px;
    padding: 5px;
    margin-right: 13px;
  }

  .home11 .you .qrbox .pic img {
    border-radius: 4px;
  }

  .st1 {
    padding: 93px 5% 0;
  }

  .st1 .xfpic1 {
    width: 244px;
    left: -110px;
    bottom: -90px;
  }

  .st1 .xfpic2 {
    width: 21px;
    left: 377px;
    top: 112px;
  }

  .st1 .xfpic3 {
    width: 14px;
    left: 420px;
    top: 136px;
  }

  .st1 .zuo .t2 {
    margin: 10px 0 53px;
  }

  .st1::after {
    width: 100%;
    height: 65px;
    background: linear-gradient(0deg, #FFF -40%, rgba(0, 71, 242, 0.00) 68%);
  }

  .st1 .you {
    width: 100%;
    height: 388px;
    gap: 13px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }

  .st1 .you::before {
    width: 100%;
    height: 65px;
    margin-top: -1px;
    background: linear-gradient(180deg, #0047F2 0%, rgba(0, 71, 242, 0.00) 79%);
  }

  .st1 .you .col {
    height: 100%;
  }

  .st1 .you .col .list {
    gap: 14px;
    display: flex;
    flex-direction: column;
  }

  .st1 .you .col .item .pic {
    border-radius: 4px;
    --clipRadius: 6px;
  }

  .st1 .you .col .item .t3 {
    margin-top: 13px;
    padding: 9px;
    border-radius: 2px;
  }

  .st2 {
    padding: 38px 5% 83px;
    align-items: flex-start;
    background: url('/img/st2-bg.svg') repeat left top/100% auto;
  }

  .st2 .zuo {
    margin-top: 18px;
    padding: 10px 0;
    gap: 15px;
    border-radius: 20px;
    align-items: flex-start;
    display: none;
  }

  .st2 .zuo .btn-bg {
    top: 50%;
    width: 100%;
    border-radius: 50px;
  }

  .st2 .zuo .li {
    padding: 9px 10px;
  }

  .st2 .you {
    width: 100%;
  }

  .st2 .you .item:nth-last-child(n+2) {
    margin-bottom: 38px;
  }

  .st2 .you .item {
    border-radius: 10px;
    --clipRadius: 20px;
  }

  .st2 .you .item-l {
    flex: none;
    width: 100%;
    padding: 32px 5%;
  }

  .st2 .you .item-r {
    width: 100%;
  }

  .st2 .you .item-l .bg {
    width: 55px;
    height: 55px;
  }

  .st2 .you .item-l .txt {
    flex: 1;
    padding: 0 14px;
  }

  .st2 .you .item-l .tag {
    padding: 5px 10px;
    border-radius: 50px;
  }

  .st2 .you .item-l .t2 {
    margin-top: 6px;
  }

  .st2 .you .item-l .t3 {
    margin-top: 30px;
    width: 90%;
  }

  .st2 .you .item-l .t3 .icon {
    width: 28px;
    margin-right: 5px;
  }

  .st2 .you .item-l .t3 .tt {
    flex: 1;
  }

  .st2 .you .item-l .t4 {
    margin-top: 14px;
  }

  .st2 .you .item-l .t5 {
    margin: 38px auto 0;
    /* width: 90%; */
    /* padding: 0 8px; */
    /* max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden; */
    width: 100%;
    padding: 0;
  }

  .st2 .you .item-l .t5::before,
  .st2 .you .item-l .t5::after {
    width: 13px;
    height: 100%;
  }

  .st2 .you .item-l .t5::before {
    right: 100%;
    top: -8px;
  }

  .st2 .you .item-l .t5::after {
    left: 100%;
    bottom: -8px;
  }






  .school1 {
    height: auto;
    background: var(--color);
    display: flex;
    flex-direction: column;
  }

  .school1 .bg-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    order: 3;
  }

  .school1 .bg-wrap::before {
    content: '';
    display: block;
    height: 40px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, var(--color), transparent);
  }

  .school1 .bg-wrap img {
    width: 100%;
    height: 100%;
  }

  /* 第一层结构：容器 */
  .ripple-container {
    display: flex;
    width: 16px;
    height: 16px;
  }

  /* 地区标签 移动端 */
  .ripple-container .region-tip {
    left: 50%;
    bottom: calc(100% + 6px);
    transform: translateX(-50%);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    z-index: 10;
  }

  .ripple-container .region-tip::after {
    left: 50%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
  }

  /* 第二层结构：点 */
  .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /* 核心点的轻微呼吸效果 */
    box-shadow: 0 0 5px var(--dot-color);
  }

  @keyframes ripple {
    0% {
      width: 6px;
      height: 6px;
    }

    100% {
      width: 16px;
      height: 16px;
    }
  }

  .school1 .mask-top {
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #0047F2 38%, rgba(0, 71, 242, 0) 90%);
  }

  .school1 .mask-bottom {
    width: 100%;
    height: 25px;
    background: linear-gradient(0deg, #FFF -40%, rgba(0, 71, 242, 0) 68%);
  }

  .school1 .intr {
    left: 5%;
    top: 80px;
    position: static;
    padding: 80px 5% 40px;
  }

  .school1 .intr .t2 {
    margin-top: 12px;
  }

  .school1 .intr .btns {
    margin-top: 53px;
    gap: 8px;
  }

  .school2 {
    padding: 50px 0 115px;
  }

  .C-blur {
    width: 100%;
    pointer-events: none;
  }

  .school2 .blur1 {
    top: 128px;
  }

  .school2 .ellipse {
    width: 1287px;
    left: -143px;
  }

  .school2 .ellipse1 {
    top: 128px;
  }

  .school2 .ellipse2 {
    top: 1010px;
  }

  .school2 .gdt {
    width: 80%;
    margin: 0 auto;
  }

  .school2 .tabs {
    gap: 24px;
  }

  .school2 .tabs .tab {
    padding: 3px 0;
  }

  .school2 .tabs .tab::after {
    width: 34px;
    height: 3px;
    border-radius: 22px;
    margin: 6px auto 0;
  }

  .school2 .title-area {
    margin-top: 60px;
  }

  .school2 .title-area .t2 {
    margin-top: 12px;
  }

  .school2 .campus-info {
    margin-top: 47px;
    padding: 0 5%;
  }

  .school2 .campus-info .logo {
    width: 49px;
    height: 38px;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .school2 .campus-info .logo img {
    width: 100%;
    height: 100%;
  }

  .school2 .campus-info .txt {
    margin-left: 4px;
  }

  .school2 .waterfall {
    margin: 24px 10px 0;
  }

  .school2 .waterfall .card {
    width: calc(50% - 6px);
    border-radius: 10px;
    box-shadow: 0 5px 7px -2.92px rgba(0, 0, 0, 0.1), 0 3.88px 5px -3.88px rgba(0, 0, 0, 0.1);
    --clipRadius: 19px;
  }

  .school2 .waterfall .card .bg {
    width: 100%;
  }

  .school2 .waterfall .card .bg img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
  }

  .school2 .waterfall .card .overlay {
    width: 100%;
    padding: 5px 8px;
    backdrop-filter: blur(1px);
  }

  .school2 .waterfall .card .overlay-full {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    backdrop-filter: blur(1px);
  }

  .school2 .waterfall .card .overlay-full .card-desc {
    margin-top: 6px;
  }

  .school2 .waterfall .card .overlay-full .read-more {
    margin-top: 24px;
    gap: 2px;
  }

  .school2 .waterfall .card .overlay-full .read-more .icon {
    width: 8px;
  }

  .school3 {
    padding: 54px 5%;
  }

  .school3 .main .zuo {
    width: 100%;
    height: 274px;
    flex-shrink: 0;
  }

  .school3 .main .zuo .bg-img {
    width: 100%;
    height: 100%;
  }

  .school3 .main .zuo .bg-img img {
    width: 100%;
    height: 100%;
  }

  .school3 .main .zuo .content {
    padding: 0 10px;
  }

  .school3 .main .zuo .link {
    margin-top: 15px;
    width: 126px;
    height: 27px;
    border-radius: 14px;
    background: linear-gradient(99deg, #0658FF 0%, #0399FF 100%);
  }

  .school3 .main .you {
    flex: none;
    width: 100%;
    padding: 15px 24px;
    background: linear-gradient(107deg, #E5F2FA 13.02%, #DEFAFE 92.47%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    --clipRadius: 0px;
  }

  .school3 .main .you .faq-bg {
    width: 100%;
    height: 100%;
  }

  .school3 .main .you .faq-list {
    gap: 10px;
    /* grid-template-columns: repeat(2,1fr); */
  }

  .school3 .main .you .faq-item {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 7px;
  }

  .school3 .main .you .faq-item:hover {
    transform: translateY(-2px);
  }

  .school3 .main .you .faq-item .faq-card-bg {
    width: 100%;
    height: 100%;
  }

  .school3 .main .you .faq-item .faq-card-bg img {
    width: 100%;
    height: 100%;
  }

  .school3 .main .you .faq-item .faq-content {
    width: 100%;
    height: 100%;
    padding: 14px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .school3 .main .you .faq-item .faq-icon {
    width: 19px;
  }

  .school3 .main .you .faq-item .faq-icon img {
    width: 100%;
  }

  .school3 .main .you .faq-item .faq-text {
    margin-top: 0;
    font-size: 14px;
    margin-left: 1em;
  }

  .baoming2 {
    padding: 100px 5% 0;
  }

  .bm2-list {
    margin-top: 34px;
    gap: 20px;
  }

  .bm2-item {
    width: 100%;
    height: 182px;
    border-radius: 10px;
    filter: drop-shadow(0 2px 17px rgba(0, 0, 0, 0.07));
  }

  .bm2-item-inner {
    width: 100%;
    height: 100%;
    gap: 6px;
    padding: 0 10px;
    --clipRadius: 26px;
  }

  .bm2-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 4px;
  }

  .bm2-desc {
    width: 90%;
  }

  .bm2-icon {
    width: 100%;
  }

  .bm2-step {
    gap: 5px;
  }

  .bm2-arrow {
    width: 34px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .bm2-btn {
    display: flex;
    width: 107px;
    height: 35px;
    margin: 34px auto 0;
  }

  .bm2-btn-bg {
    width: 100%;
    height: 100%;
  }

  .baoming3 {
    padding: 90px 5% 58px;
  }

  .baoming3-blur1 {
    top: 200px;
  }

  .baoming3-blur2 {
    bottom: 100px;
  }

  .bm3-list {
    margin-top: 34px;
  }

  .bm3-list>.bm3-card:nth-last-child(n+2) {
    margin-bottom: 24px;
  }

  .bm3-card {
    width: 100%;
    height: auto;
    border-radius: 12px;
    --clipRadius: 43px;
  }

  .bm3-card-bg {
    width: 100%;
    height: 100%;
  }

  .bm3-card-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .bm3-card-txt {
    padding: 45px 5%;
    width: 100%;
  }

  .bm3-card:nth-child(2n) .bm3-card-txt {
    padding: 45px 5%;
  }

  .bm3-card-desc {
    margin-top: 12px;
  }

  .bm3-price-area {
    margin-top: 43px;
    width: 100%;
  }

  .bm3-price-area-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .bm3-price-row {
    gap: 6px;
  }

  .bm3-card:nth-child(2n) .bm3-price-row {
    flex-direction: row-reverse;
  }

  .bm3-price-line {
    width: 100%;
    height: 1px;
    margin: 2px 0;
  }

  .bm3-price-line img {
    width: 100%;
  }

  .bm3-card-img {
    right: 45px;
    width: 100%;
    position: static;
    order: 2;
  }

  .bm3-card:nth-child(2n) .bm3-card-img {
    left: 45px;
  }

  .bm3-card-img img {
    width: 100%;
  }

  .baoming4 {
    padding: 49px 5%;
  }

  .bm4-main {
    margin-top: 34px;
  }

  .bm4-cols {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bm4-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 11px;
    background: #fff;
  }

  .bm4-row-bg {
    width: 100%;
    height: 100%;
    display: none;
  }

  .bm4-row-icon {
    left: -1px;
    top: -1px;
    width: 28px;
    height: 28px;
  }

  .bm4-row-icon img {
    width: 100%;
    height: 100%;
  }

  .bm4-row-info {
    flex: none;
    width: 100%;
    gap: 8px;
    justify-content: center;
  }

  .bm4-code {
    margin-left: -5px;
  }

  .bm4-row-btn {
    display: flex;
    width: 62px;
    height: 30px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .bm4-row-btn span {
    font-size: 12px;
  }

  .bm4-btn-bg {
    width: 100%;
    height: 100%;
  }

  .bm4-more {
    display: flex;
    width: 107px;
    height: 35px;
    margin: 34px auto 0;
  }

  .bm4-more-bg {
    width: 100%;
    height: 100%;
  }

  .bm4-type,
  .bm4-code {
    font-size: 14px;
  }

  .bm4-campus,
  .bm4-time {
    font-size: 12px;
  }

  .bm4-remain {
    font-size: 12px;
  }

  .C-bg-container {
    background-size: 100% auto;
    background-position: 0 -200px;
  }

  .jy1 {
    height: auto;
    padding: 0 0 40px;
  }

  .jy1 .intr {
    left: 5%;
    top: 160px;
    position: static;
    padding: 160px 5% 0;
  }

  .jy1 .intr .t2 {
    margin-top: 12px;
  }

  .jy1 .intr .btns {
    margin-top: 53px;
    gap: 8px;
  }

  .jy1 .mask-bottom {
    width: 100%;
    height: 65px;
    background: linear-gradient(0deg, #FFF -40%, rgba(0, 71, 242, 0) 68%);
  }

  .jy1 .xfbg {
    width: 100%;
  }

  .jy1 .you {
    right: 0;
    bottom: 0;
    position: relative;
    z-index: 2;
  }

  .jy1 .you .pic1 {
    width: 80%;
    margin: 20px auto;
  }

  .jy1 .pic2 {
    width: 48%;
    margin: 20px auto;
    left: 10px;
    bottom: 15px;
    padding: 10px 12px 13px 8px;
    --clipRadius: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.07);
    /* position: static; */
  }

  .jy1 .pic3 {
    width: 37%;
    margin: 20px auto;
    right: 32px;
    top: 15px;
    padding: 13px 15px 0 17px;
    --clipRadius: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.07);
    /* position: static; */
  }

  .jy1 .pic5 {
    right: 11px;
    bottom: -23px;
    width: 37%;
    margin: 20px auto;
    padding: 10px 6px 0;
    border-radius: 4px;
    box-shadow: 0 5px 41px 0 rgba(0, 0, 0, 0.25);
    /* position: relative; */
  }

  .jy1 .pic5 .list {
    margin-top: 7px;
  }

  .jy1 .pic5 .list .item {
    width: 50%;
  }

  .jy1 .pic5 .t2 {
    font-size: 12px;
  }

  .jy1 .pic5 .list .item .t3 {
    font-size: 12px;
  }

  .jy1 .pic5 .list .item .t4 {
    font-size: 12px;
    transform: scale(0.7);
    transform-origin: left top;
  }

  .jy1 .pic5 .icon {
    width: 23px;
    transform: translate(40%, -40%);
    border-radius: 100%;
    box-shadow: 0 2px 5px 1px rgba(53, 49, 0, 0.25);
  }

  .jy2 {
    padding: 107px 0 59px;
  }

  .jy2 .t1 {
    margin-bottom: 34px;
  }

  .jy2 .t1-inner .pic {
    width: 50%;
    margin: 12px auto 0;
  }

  .jy2 .list {
    gap: 12px;
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .jy2 .item {
    border-radius: 10px;
    /* box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.07); */
    filter: drop-shadow(0 2px 17px rgba(0, 0, 0, 0.07));
  }

  .jy2 .item .box {
    padding: 20px 12px;
    --clipRadius: 22px;
    display: flex;
    flex-direction: row;
    height: 100%;
  }

  .jy2 .item .t2 {
    margin-bottom: 12px;
  }

  .jy2 .item .desc p+p {
    margin-top: 2px;
  }

  .jy2 .item .pic {
    margin-top: 8px;
    border-radius: 8px;
    width: 50%;
  }

  .jy2 .item .pic video {
    width: 100%;
  }

  .jy2 .item .more {
    width: 26px;
  }

  .jy3 {
    padding: 27px 0 72px;
    background: linear-gradient(110deg, rgba(229, 242, 250, 0.50) 12.34%, rgba(222, 250, 254, 0.50) 87.64%);
  }

  .jy3 .C-title1 {
    margin-bottom: 34px;
  }

  .jy3 .main {
    border-radius: 16px;
    filter: drop-shadow(0 2px 17px rgba(0, 0, 0, 0.12));
  }

  .jy3 .main .box {
    padding: 40px 5%;
    --clipRadius: 43px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), linear-gradient(180deg, rgba(57, 222, 255, 0.20) 0%, rgba(46, 130, 254, 0.00) 100%), radial-gradient(534.45% 126.05% at -2.53% 89.99%, rgba(220, 245, 253, 0.00) 0%, rgba(46, 130, 254, 0.20) 81.82%, rgba(220, 245, 253, 0.20) 100%), #FFF;
  }

  .jy3 .main .you {
    padding: 0;
  }

  .jy3 .main .pic {
    width: 79%;
    margin-top: 30px;
    /* margin-left: auto; */
    margin-left: 45px;
  }

  .jy3 .main .txt {
    flex: 1;
    padding: 0;
    text-align: center;
  }

  .jy3 .main .t2 {
    margin-bottom: 17px;
  }

  .jy456 {
    padding: 89px 0 0;
  }

  .jy456>.C-wrap>.C-title1 {
    margin-bottom: 43px;
  }

  .jy4 {
    margin-bottom: 43px;
  }

  .jy4 .sub-title {
    margin-bottom: 34px;
  }

  .jy4 .list {
    gap: 10px;
  }

  .jy4 .item {
    width: 100%;
    padding: 12px 28px 28px;
    border-radius: 10px;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.07);
  }

  .jy4 .item .icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    margin: 0 auto 4px;
    display: flex;
    padding: 9px;
  }

  .jy4 .item .icon-wrap img {
    width: 27px;
    height: 27px;
  }

  .jy4 .item .name {
    margin-bottom: 6px;
    gap: 5px;
  }

  .jy5 {
    margin-bottom: 43px;
  }

  .jy5 .sub-title {
    margin-bottom: 34px;
  }

  .jy5 .main {
    gap: 24px;
  }

  .jy5 .zuo {
    width: 100%;
    height: 100%;
    position: static;
  }


  .jy5 .zuo .swiper {
    height: auto;
  }

  .jy5 .zuo .pic {
    border-radius: 4px;
    margin-bottom: 12px;
  }

  .jy5 .zuo .t2 {
    margin-bottom: 4px;
  }

  .jy5 .you {
    flex: none;
    width: 100%;
    overflow: auto;
  }

  .jy5 .step-list {
    width: max-content;
    display: flex;
  }

  .jy5 .step-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    min-height: 66px;
    width: 60vw;
  }

  .jy5 .step-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-shrink: 0;
  }

  .jy5 .step-line .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #749DF8;
  }

  .jy5 .step-line .line {
    width: auto;
    height: 1px;
    flex: 1;
  }

  .jy5 .step-content {
    padding-bottom: 26px;
    padding-right: 20px;
  }

  .jy5 .step-head {
    gap: 8px;
    margin-bottom: 7px;
  }

  .jy5 .step-tag {
    display: inline-flex;
    width: 53px;
    height: 18px;
    border-radius: 4px;
    --clipRadius: 6px;
    --clipRadius-y: 6px;
  }

  .jy6 {
    padding-bottom: 92px;
  }

  .jy6 .sub-title {
    margin-bottom: 34px;
  }

  .jy6 .main {
    border-radius: 16px;
    filter: drop-shadow(0 2px 17px rgba(0, 0, 0, 0.07));
  }

  .jy6 .main .box {
    width: 100%;
    --clipRadius: 17px;
  }

  .jy6 .zuo {
    flex: 1;
    padding: 25px 10px;
  }

  .jy6 .you {
    width: 100%;
    flex-shrink: 0;
  }

  .jy6 .you img {
    width: 100%;
    height: 100%;
  }

  .jy6 .user {
    gap: 8px;
    margin-bottom: 22px;
  }

  .jy6 .avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }

  .jy6 .user-info .name {
    margin-bottom: 4px;
  }

  .jy6 .tag {
    display: inline-flex;
    padding: 4px 11px;
    border-radius: 30px;
    align-self: flex-start;
  }

  .jy6 .job {
    gap: 5px;
    margin-bottom: 8px;
  }

  .jy6 .job-icon {
    width: 12px;
    height: 12px;
  }

  .jy6 .slogan {
    margin-bottom: 15px;
  }

  .jy6 .timeline {
    /* display: flex; */
    flex-direction: column;
    gap: 12px;
    display: none;
  }

  .jy6 .tl-item {
    gap: 8px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    align-items: normal;
  }

  .jy6 .tl-date {
    background: var(--color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: auto;
  }

  .jy6 .tl-date .icon {
    transform: translateY(-2px);
    display: none;
  }

  .jy6 .tl-date p {
    left: 50%;
    top: 50%;
    transform: none;
    position: static;
  }

  .jy6 .tl-text {
    padding: 10px 0;
    font-size: 14px;
  }

  .jy6 .more-btn {
    margin-top: 34px;
  }

  .jy7 {
    padding: 74px 5% 68px 5%;
  }

  .jy7 .zuo {
    max-width: 100%;
  }

  .jy7 .t1 {
    font-size: 18px;
  }

  .jy7 .t1 .num {
    font-size: 20px;
  }

  .jy7 .t2 {
    margin-top: 15px;
  }

  .jy7 .t3 {
    font-size: 18px;
  }

  .jy7 .t3 .num {
    font-size: 20px;
  }

  .jy7 .you {
    max-width: 100%;
    margin-top: 60px;
  }

  .jy7 .chart .icon {
    width: 100%;
    clip-path: inset(100% 0 0 0);
  }

  .jy8 {
    padding: 75px 5% 109px;
    background: linear-gradient(126deg, rgba(229, 242, 250, 0.3) 12%, rgba(222, 250, 254, 0.3) 88%);
  }

  .jy8 .t1 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .jy8 .t1b {
    margin-bottom: 34px;
    font-size: 20px;
  }

  .jy8 .zuo {
    flex: none;
    width: 70%;
    margin: 0 auto 120px;
  }

  .jy8 .teacher-pic {
    width: 100%;
    border-radius: 100%;
    box-shadow: 6px 6px 51px 0 rgba(176, 199, 255, 0.06);
  }

  .jy8 .teacher-pic img {
    width: 100%;
  }

  .jy8 .tag1 {
    left: -22%;
    top: 35%;
    min-height: 61px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 8px 10px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  }

  .jy8 .tag1 p {
    font-size: 12px;
  }

  .jy8 .tag2 {
    right: -25%;
    bottom: 28%;
    min-height: 61px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 8px 10px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  }

  .jy8 .tag2 p {
    font-size: 12px;
  }

  .jy8 .exp-card {
    left: -21%;
    bottom: -25%;
    padding: 14px 13px 12px;
    border-radius: 10px;
    width: 88%;
  }

  .jy8 .exp-card>p {
    font-size: 14px;
  }

  .jy8 .exp-card .icon {
    width: 23px;
    transform: translate(40%, -40%);
    border-radius: 100%;
    box-shadow: 0 2px 5px 1px rgba(53, 49, 0, 0.25);
  }

  .jy8 .exp-list {
    margin-top: 10px;
  }

  .jy8 .exp-num {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .jy8 .exp-label {
    font-size: 12px;
  }

  .jy8 .you {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .jy8 .service-item {
    margin-bottom: 15px;
    width: 100%;
  }

  .jy8 .service-item:nth-child(2),
  .jy8 .service-item:nth-child(3) {
    margin-left: 0;
  }

  .jy8 .sn {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .jy8 .sd {
    padding-left: 0;
    font-size: 14px;
  }

  .jy9 .zuo {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #E6F6FF 44.06%, rgba(255, 255, 255, 0.00) 150%);
    padding: 62px 5%;
    position: relative;
    z-index: 2;
  }

  .jy9 .t1 {
    margin-bottom: 5px;
  }

  .jy9 .t2 {
    margin-bottom: 5px;
  }

  .jy9 .qr-wrap {
    margin-top: 20px;
    gap: 10px;
  }

  .jy9 .qr {
    width: 79px;
    height: 79px;
    border-radius: 8px;
    padding: 6px;
  }

  .jy9 .qr-info p+p {
    margin-top: 3px;
  }

  .jy9 .you {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }

  .jy9 .you img {
    height: 100%;
    object-fit: cover;
  }

  .news1 {
    height: 368px;
  }

  .news1-mask {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.6) 90%);
  }

  .news1-intr {
    left: 27px;
    bottom: 50px;
  }

  .news1-sub {
    margin-top: 8px;
    line-height: 1.4;
  }

  .news2 {
    padding: 84px 0;
  }

  .news2-wrap {
    width: 90%;
  }

  .news2-tabs {
    gap: 12px;
  }

  .news2-tab {
    padding: 3px 12px;
    border-radius: 25px;
  }

  .news2-line {
    height: 1px;
    margin-top: 24px;
  }

  .news2-list {
    gap: 16px;
    margin-top: 24px;
  }

  .news2-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .news2-pic {
    height: 134px;
    border-radius: 10px;
  }

  .news2-pic img {
    height: 100%;
  }

  .news2-info {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .news2-bottom {
    padding-top: 24px;
  }

  .news2-more {
    gap: 4px;
  }

  .news2-arrow {
    width: 14px;
  }

  /* -----------------------------------------C-pages 分页组件-------------------------------------- */
  .C-pages {
    display: flex;
    gap: 18px;
    margin-top: 34px;
  }

  .C-pages .page-prev,
  .C-pages .page-next {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
  }

  .C-pages .page-prev svg,
  .C-pages .page-next svg {
    width: 7px;
    height: 7px;
  }

  .C-pages .page-nums {
    display: flex;
    gap: 18px;
  }

  .C-pages .page-num {
    display: flex;
    border-radius: 50%;
  }

  .C-pages .page-num.on {
    width: 20px;
    height: 20px;
  }

  /* -----------------------------------------新闻详情 news-detail-------------------------------------- */
  .news6 {
    padding-bottom: 84px;
  }

  .news6-wrap {
    width: 90%;
  }

  .news6-back {
    display: flex;
    gap: 4px;
    padding-top: 93px;
    padding-bottom: 33px;
    margin-left: 0;
  }

  .news6-back-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .news6-main {
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
  }

  .news6-article {
    width: 100%;
  }

  .news6-meta {
    margin-top: 24px;
  }

  .news6-meta-inner {
    display: flex;
  }

  .news6-date {
    letter-spacing: 0.5px;
  }

  .news6-share {
    width: 20px;
    height: 20px;
  }

  .news6-meta-line {
    height: 1px;
    margin-top: 6px;
  }

  .news6-content {
    margin-top: 16px;
  }

  .news6-content img {
    width: 100%;
    margin: 24px 0;
    border-radius: 4px;
  }

  .news6-nav {
    margin-top: 16px;
    display: flex;
  }

  .news6-nav-links {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .news6-nav-link {
    width: 180px;
  }

  .news6-nav-back {
    display: flex;
    gap: 4px;
  }

  .news6-nav-back .news6-back-icon {
    width: 22px;
    height: 22px;
  }

  .news6-sidebar {
    width: 100%;
    flex-shrink: 0;
    padding-top: 50px;
  }

  .news6-sidebar-title {
    line-height: 1.4;
  }

  .news6-sidebar-list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .news6-sidebar-item {
    width: 100%;
    height: 310px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }

  .news6-sidebar-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  }

  .news6-sidebar-pic {
    flex: 1;
    border-radius: 10px 10px 0 0;
  }

  .news6-sidebar-pic img {
    width: 100%;
    height: 100%;
  }

  .news6-sidebar-info {
    padding: 0 8px 8px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .news6 .C-btn2 {
    margin-top: 10px;
  }

  .news-banner-top::after {
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #0047F2 38.07%, rgba(0, 71, 242, 0.00) 89.88%);
  }
}