@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;
    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;
    transition: all ease .3s;
  }

  header.open .menu::before {
    left: 80%;
  }

  header .link {
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  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;
    transform: translate(-50%, -50%) scale(0);
  }

  header .link:hover::after,
  header .link.on::after {
    transform: translate(-50%, 0) scale(1);
  }

  header .mob-navdown {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  header .link .mob-navdown {
    left: 50%;
    top: 100%;
    margin-top: 0;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  header .link .mob-navdown::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  header .link .mob-navdown a {
    width: 100%;
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  header .link .mob-navdown 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: 70px;
  }

  .C-more {
    display: flex;
    flex-wrap: wrap;
  }

  .C-more .C-rjt {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    width: 100%;
    border-radius: 0px 0px 0px 30px;
  }

  .head1 .right {
    padding: 5px 0;
  }

  .head1 .logo {
    width: 105px;
  }

  .head1 .menu {
    gap: 40px;
    padding: 24px 0;
    color: #000;
  }

  .head1 .link>a::after {
    top: 100%;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    margin-top: 4px;
  }

  .head1 .search {
    position: static;
  }

  .head1 .link.on>a::after,
  .head1 .search .icon {
    width: 20px;
  }

  .head1 .search .default {
    margin-left: 20px;
  }

  .head1 .search .jiaohu {
    width: 100%;
    top: 100%;
    transform: translate(0, -50%) scaleX(0);
  }

  .head1 .search .jiaohu.on {
    transform: scaleX(1);
  }

  .head1 .search .jiaohu form {
    padding: 0 20px;
    border-radius: 30px;
  }

  .head1 .search .jiaohu input {
    flex: 1;
    /* flex:none;
    width:100%; */
    height: 36px;
  }

  .head1 .search .jiaohu .icon {
    width: 20px;
  }

  .head2 {
    border-radius: 0 0 0 15px;
    padding: 7px 10px 7px 22px;
    gap: 16px;
  }

  .head2 .icon {
    width: 12px;
    margin-left: 12px;
  }

  .nav-down-bgmask {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
  }

  .navdown1 {
    top: 100%;
    width: 100%;
  }

  .navdown1::after {
    width: 100%;
    bottom: 100%;
    height: 25px;
  }

  .navdown1 .main {
    padding: 40px 0 64px;
  }

  .navdown1 .you {
    padding-left: 63px;
    display: flex;
    flex-wrap: wrap;
  }

  .navdown1 .you::after {
    height: 389px;
    max-height: 100%;
    border-left: 1px solid #D9D9D9;
  }

  .navdown1 .you .btn {
    padding: 28px 60px;
    border-radius: 20px;
  }

  .navdown1 .zuo {
    width: 100%;
    padding-right: 80px;
  }

  .navdown1 .ev {
    width: 284px;
  }

  .navdown1 .des {
    margin-top: 12px;
  }

  .navdown1 .C-swcontrol {
    margin-top: 93px;
  }

  .navdown2 {
    left: 50%;
    top: 100%;
    margin-top: 25px;
    transform: translate(-50%, 0);
    padding: 8px 0;
    border-radius: 0px 0px 30px 30px;
  }

  .navdown2::after {
    width: 100%;
    bottom: 100%;
    height: 25px;
  }

  .navdown2 a {
    width: 100%;
    padding: 5px 23px;
    border-radius: 30px;
  }

  footer {
    background: #08102C url('/img/foot1-7.svg') no-repeat right bottom/0 auto;
  }

  .foot1 {
    padding: 50px 0 16px;
  }

  .foot1 .zuo {
    width: 100%;
  }

  .foot1 .zuo::after {
    display: none;
    width: 1px;
    height: 100%;
    margin-top: 12px;
  }

  .foot1 .zuo .logo {
    width: 150px;
  }

  .foot1 .zuo .share {
    margin: 15px 0 22px;
    gap: 15px;
  }

  .foot1 .zuo .share .icon {
    width: 40px;
    height: 40px;
    display: flex;
  }

  .foot1 .zuo .share .icon img {
    max-height: 100%;
  }

  .foot1 .zuo .t2 {
    width: 100%;
  }

  .foot1 .zuo form {
    margin-top: 30px;
  }

  .foot1 .zuo form .mainput {
    width: 100%;
    height: 38px;
    margin: 16px 0 18px;
    border-radius: 40px;
  }

  .foot1 .zuo form .mainput input {
    padding: 0 24px;
    height: 100%;
    flex: 1;
  }

  .foot1 .zuo form .mainput .submit {
    padding: 0 20px;
    height: 100%;
    display: flex;
    border-radius: 40px;
  }

  .foot1 .zuo form .tongyi .mode {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .foot1 .you {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .foot1 .you .foot-link {
    gap: 40px;
  }

  .foot1 .you .foot-link ul {
    width: 100%;
    display: none;
  }

  .foot1 .you .foot-link .a1 {
    margin-bottom: 12px;
  }

  .foot1 .you .foot-link .a2 {
    margin-bottom: 6px;
  }

  .foot1 .you .ren {
    width: 100%;
    margin-top: -20px;
  }

  .foot2 {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
  }

  .foot2 .sharelink {
    gap: 14px;
  }

  .foot2 .sharelink .icon {
    width: 26px;
    margin-top: 20px;
  }

  .foot2 .zuo .t1 {
    width: 100%;
    margin-right: 0;
  }

  .foot2 .zuo .t1 a {
    display: inline;
  }

  .foot2 .zuo .t2 {
    gap: 24px;
    margin-top: 20px;
  }

  /* -----------------------------------------loading-------------------------------------- */
  .loading-wrap {
    width: 100%;
    height: 100%;
  }

  .loading-wrap .bg {
    width: 100%;
    height: 100%;
  }

  .loading-wrap .bg img {
    width: 100%;
    height: 100%;
  }

  .loading-wrap .main {
    width: 100%;
    height: 100%;
    padding: 43px 0 40px;
  }

  .loading-wrap .text {
    width: 100%;
  }

  .loading-wrap .t1 {
    -webkit-text-stroke-width: 1px;
    font-size: 70px;
    margin-left: -90px;
  }

  .loading-wrap .t2 {
    font-size: 38px;
    margin: -20px 0 0 50px;
  }

  .loading-wrap .logo {
    width: 100px;
    margin: 0 20px 0 auto;
  }

  .loading-wrap .center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .loading-wrap .center .svgbox {
    width: 90%;
    margin: 0 auto;
  }

  .loading-wrap .center .svgbox svg {
    width: 100%;
  }

  .loading-wrap .center .svgbox path {
    stroke-dashoffset: 1280px;
    stroke-dasharray: 1280px;
  }

  .loading-wrap .center .progress {
    margin-top: 25px;
    font-size: 26px;
  }

  .loading-wrap .center .jinhua {
    width: 32px;
    margin: -54px auto 0;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .home1 {
    border-radius: 0 0 30px 30px;
  }

  .home1 .neirong .swiper-slide {
    width: 100%;
    filter: blur(4px);
  }

  .home1 .neirong .swiper-slide-active {
    filter: blur(0px);
  }

  .home1 .zuo {
    width: 100%;
  }

  .home1 .t2 {
    margin: 12px 0 20px;
  }

  .home1 .zhishiqi {
    width: 100%;
  }

  .home1 .zhishiqi .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    height: 80px;
  }

  .home1 .zhishiqi .C-rjt {
    margin-left: 20px;
    width: 24px;
  }

  .home2 {
    margin-top: -63px;
    padding: 0 0 40px;
    border-radius: 0 0 30px 30px;
  }

  .home2 .main {
    padding: 90px 0 26px;
    border-radius: 0 0 15px 15px;
  }

  .home2 .main .swiper-slide {
    width: 130px;
    margin-right: 30px;
  }

  .home-title .bigText {
    top: 0%;
    transform: translateY(-50%);
    margin-top: 20px;
    font-size: 55px;
    opacity: 0.7;
    -webkit-text-stroke: 4px rgba(0, 0, 0, 0);
  }

  .home-title .k2 {
    margin: 10px 0;
  }

  .home3 {
    padding: 35px 0 70px;
  }

  .home3 .home-title .bigText {
    margin-right: 13px;
  }

  .home3 .C-list1 {
    margin: 20px 0 45px;
  }

  .C-swcontrol {
    gap: 20px;
  }

  .C-swcontrol .swiper-button .C-rjt {
    width: 30px;
  }

  .C-swcontrol .swiper-pagination {
    flex: 1;
  }

  .C-swcontrol .pagination {
    height: 2px;
    flex: 1;
  }

  .C-swcontrol .pagination .bar {
    height: 100%;
    min-width: 24px;
    max-width: 100%;
  }

  .C-swcontrol .pagination .bar::after {
    bottom: 100%;
    width: 24px;
    height: 40px;
  }

  .C-list1 .swiper-slide {
    width: 100%;
  }

  .C-list1 .swiper-slide .pic {
    border-radius: 15px;
  }

  .C-list1 .swiper-slide .intr1 {
    padding: 15px 20px;
  }

  .C-list1 .swiper-slide .icon {
    width: 40px;
  }

  .C-list1 .swiper-slide .t2 {
    width: 100%;
  }

  .C-list1 .swiper-slide .intr2 {
    padding: 26px 0 0;
  }

  .C-list1 .swiper-slide .intr2 .t3 {
    margin-bottom: 20px;
  }

  .home4 .home-title .bigText {
    margin-right: -60px;
  }

  .home4 .C-list2 {
    margin-top: 22px;
  }

  .C-list2 .swiper-slide {
    width: 98%;
    border-radius: 30px;
  }

  .C-list2 .swiper-slide .bg img {
    min-height: 400px;
    object-fit: cover;
  }

  .C-list2 .swiper-slide .intr {
    padding: 40px 40px 30px 40px;
  }

  .C-list2 .swiper-slide-active .intr {
    padding: 40px 40px 30px 40px;
  }

  .C-list2 .swiper-slide .icon {
    width: 40px;
    margin-right: 14px;
  }

  .C-list2 .swiper-slide .t2 {
    margin-top: 30px;
  }

  .C-list2 .swiper-button {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }

  .C-list2 .swiper-button:hover {
    transform: translateY(-50%) scale(0.9);
  }

  .C-list2 .swiper-button.prev {
    left: 10px;
  }

  .C-list2 .swiper-button.next {
    right: 10px;
  }

  .C-list2 .swiper-button svg {
    width: 100%;
  }

  .home5 {
    padding: 25px 5%;
  }

  .home5 .zuo {
    width: 100%;
    padding-top: 10px;
  }

  .home5 .zuo .t2 {
    margin: 11px 0 20px;
  }

  .home5 .zuo .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .home5 .zuo .ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    height: 26px;
    display: flex;
    flex-wrap: wrap;
  }

  .home5 .zuo .ul li::after {
    width: 14px;
    height: 14px;
  }

  .home5 .zuo .C-more {
    margin: 23px 0 0;
  }

  .home5 .C-swcontrol {
    width: 100%;
    bottom: 0;
  }

  .home5 .you {
    width: 100%;
    position: relative;
    display: none;
  }

  .home5 .you .pic {
    border-radius: 20px;
  }

  .home5 .cen {
    top: 233px;
    right: 0;
    width: 50%;
    margin: -30px 0 20px auto;
    position: static;
  }

  .home5 .cen li img {
    width: 100%;
  }

  .home6 {
    padding: 30px 0 60px;
  }

  .home6 .home-title .bigText {
    margin-right: -233px;
  }

  .home6 .C-list3 {
    margin-top: 24px;
  }

  .C-list3 .swiper-slide {
    width: 80%;
  }

  .C-list3 .intr {
    padding: 26px 0 0;
  }

  .C-list3 .pic {
    border-radius: 15px;
  }

  .C-list3 .ul {
    padding: 6px 0;
  }

  .C-list3 .ul li {
    padding: 6px 0;
  }

  .C-list3 .C-more {
    margin-top: 16px;
  }

  .home7 .zuo {
    width: 100%;
  }

  .home7 .you {
    margin: 0 5% 0 auto;
    width: 34px;
  }

  .home7 .bg {
    width: 100%;
    height: 100%;
  }

  .home7 .bg img {
    width: 100%;
    height: 100%;
  }

  .home8 {
    padding: 72px 0 30px;
  }

  .home8 .item {
    width: 100%;
    padding: 30px 35px 15px;
    margin-bttom: 10px;
    border-radius: 15px;
    border: 2px solid rgba(233, 233, 233, 0.4);
  }

  .home8 .item .intr {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .home8 .item.right .intr {
    align-items: flex-end;
  }

  .home8 .icon {
    width: 40px;
    margin-bottom: 8px;
  }

  .home8 .t2 {
    margin: 12px 0 23px;
  }

  .home8 .zhong {
    display: none;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home8 .cen-title {
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home8 .item.item1:hover~.zhong {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .home8 .item.item2:hover~.zhong {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .home8 .item.item3:hover~.zhong {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  /* -----------------------------------------注释-------------------------------------- */
  .C-banner {
    border-radius: 0 0 30px 30px;
  }

  .ga2-wrap {
    margin-top: -23px;
    border-radius: 0px 0px 30px 30px;
  }

  .ga2 {
    padding: 70px 0 50px;
  }

  .ga2 .t2 {
    margin: 10px 0 29px;
  }

  .ga2 .ul {
    gap: 20px;
  }

  .ga2 .ul li .icon {
    width: 30px;
    margin-right: 14px;
  }

  .ga2 .ul li .text .t4 {
    margin-bottom: 3px;
  }

  .ga3 {
    padding-bottom: 54px;
  }

  .C-list4 .zuo {
    width: 100%;
    border-radius: 10px;
  }

  .C-list4 .swiper-button {
    width: 32px;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .C-list4 .swiper-button svg {
    width: 100%;
  }

  .C-list4 .swiper-button:hover {
    transform: translateY(-50%) scale(0.9);
  }

  .C-list4 .you {
    flex: none;
    width: 100%;
    padding: 20px 0 0;
  }

  .C-list4 .you .t1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .ga4 {
    padding: 22px 0 40px;
  }

  .ga4 .C-list5 {
    margin-top: 30px;
  }

  .C-list5 .t2 {
    margin: 6px 0 0;
  }

  .C-list5 .swiper-slide {
    border-radius: 15px;
  }

  .C-list5 .swiper-slide .intr {
    width: 100%;
    height: 100%;
    padding: 21px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .C-list5 .swiper-slide::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #175AA8 100%);
  }

  .C-list5 .swiper-slide .down {
    padding-top: 10px;
  }

  .ga5 .C-list3 {
    padding: 30px 0 41px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .pd1 {
    padding: 90px 0 30px;
    border-radius: 0px 0px 30px 30px;
  }

  .pd1 .t2 {
    margin: 12px 0 25px;
  }

  .pd1 .pic {
    border-radius: 15px;
  }

  .pd2 {
    padding: 25px 0 40px;
  }

  .pd2 .zuo {
    gap: 8px;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
  }

  .pd2 .zuo .ev {
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    height: 34px;
    border-radius: 10px;
    width: 100%;
  }

  .pd2 .you {
    flex: none;
    width: 100%;
    padding-left: 0;
  }

  .pd2 .you .desc {
    padding: 15px 35px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .pd2 .you .desc .t1 {
    margin-bottom: 8px;
  }

  .pd-list {
    padding: 16px 0 20px;
    gap: 20px;
  }

  .pd-list .ev {
    width: calc((100% - 20px) / 2);
  }

  .pd-list .ev .pic {
    border-radius: 20px;
    border: 1px solid #F2F2F2;
  }

  .pd-list .ev .t1 {
    margin: 12px 0 4px;
  }

  .pd3 {
    border-radius: 30px 30px 0 0;
  }

  .pd3 .zuo {
    width: 100%;
  }

  .pd3 .C-wrap {
    height: 100%;
  }

  .pd3 .t1 {
    margin-bottom: 20px;
  }

  .pd3 .you {
    display: none;
    padding: 0;
    margin: auto 0 0;
  }

  .pd3 .you .pic {
    width: 34px;
  }

  .C-banner2 {
    border-radius: 0 0 30px 30px;
  }

  .C-banner2 .bg img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;

  }

  .case2 {
    padding: 40px 0 20px;
  }

  .case2 .list {
    margin-top: 7px;
    gap: 12px;
  }

  .case2 .list a {
    padding: 7px 16px;
    min-width: 68px;
    border-radius: 15px;
    border: 1px solid #999;
    display: flex;
    flex-wrap: wrap;
  }

  .C-select .simulate {
    width: 200px;
    padding: 12px 25px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .C-select .simulate::after {
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }

  .C-select .options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
    padding: 55px 0 14px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  }

  .case3 {
    padding: 53px 0 48px;
    border-radius: 15px;
  }

  .case3 .C-list3 {
    gap: 40px;
  }

  .case3 .C-list3 .ev {
    width: 100%;
  }

  .case4 {
    padding: 20px 0 40px;
  }

  .C-paging {
    gap: 20px;
  }

  .C-paging .icon {
    width: 26px;
  }

  .C-paging .pages {
    gap: 2px;
  }

  .C-paging .pages a {
    width: 26px;
    line-height: 26px;
    border-radius: 30px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .case5 {
    border-radius: 0px 0px 15px 15px;
  }

  .case5 .t2 {
    margin-top: 10px;
    width: 100%;
  }

  .case5 .swiper-pagination {
    bottom: 25px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }

  .case5 .bg img {
    min-height: 400px;
    object-fit: cover;
  }

  .case6 {
    padding: 60px 0 55px;
    margin-top: -30px;
    border-radius: 0px 0px 15px 15px;
  }

  .case6 .t1 {
    margin-bottom: 23px;
  }

  .case6 .zuo {
    flex: none;
    width: 100%;
    gap: 28px 74px;
  }

  .case6 .zuo .icon {
    width: 32px;
  }

  .case6 .zuo .ev .text {
    margin-left: 10px;
    width: 100%;
  }

  .case6 .zuo .ev .t3 {
    margin-top: 6px;
  }

  .case6 .you {
    width: 100%;
    padding: 25px 21px;
    border-radius: 15px;
    margin-top: 20px;
  }

  .case6 .you .ul {
    gap: 12px;
    margin-top: 8px;
  }

  .case6 .you .ul li {
    padding-left: 19px;
  }

  .case6 .you .ul li::before {
    border-radius: 100%;
    width: 5px;
    height: 5px;
  }

  .case7 {
    padding: 40px 0 24px;
  }

  .case7 .zuo {
    width: 100%;
    border-radius: 15px;
  }

  .C-shipin .poster {
    width: 100%;
    height: 100%;
  }

  .C-shipin .poster img {
    width: 100%;
    height: 100%;
  }

  .C-shipin .play-btn {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
  }

  .case7 .you {
    width: 100%;
    padding: 35px;
    border-radius: 15px;
    margin-top: 20px;
  }

  .case7 .ul {
    gap: 20px;
    margin-top: 19px;
  }

  .case7 .ul li {
    padding-left: 19px;
  }

  .case7 .ul li::before {
    border-radius: 100%;
    width: 5px;
    height: 5px;
  }

  .case9 {
    padding-bottom: 7px;
  }

  .case9 .text {
    padding: 24px 0;
    width: 100%;
  }

  .case9 .text .t2 {
    margin-top: 18px;
  }

  .case9 .zuo {
    width: 100%;
  }

  .case9 .pic {
    margin-bottom: 34px;
  }

  .radio30 {
    border-radius: 15px;
  }

  .case10 .psr::after {
    display: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  }

  .case10 .main {
    position: static;
    padding: 27px 18px;
    color: #000;
  }

  .case11 {
    /* padding: 95px 0 40px; */
    padding: 0 0 40px;
  }

  .case11 .list {
    margin-top: 20px;
    gap: 31px;
  }

  .case11 .ev {
    width: calc(50% - 16px);
  }

  .case11 .ev .pic {
    border-radius: 15px;
    border: 1px solid #F2F2F2;
  }

  .case11 .ev .t2 {
    margin-top: 10px;
  }

  .case12 {
    padding: 0 0 40px;
  }

  .case12 .C-list6 {
    margin: 40px 0 0;
  }

  .C-list6 .t2 {
    margin: 9px 0 20px;
  }

  .C-list6 .pic {
    border-radius: 15px;
  }

  .C-list6 .pic::after {
    width: 100%;
    height: 100%;
  }

  .C-pageSwitch {
    margin-top: 40px;
  }

  .C-pageSwitch .button .icon {
    width: 34px;
  }

  .C-pageSwitch .button p {
    display: none;
    margin: 0 25px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .blog2 .list {
    gap: 15px 20px;
    justify-content: flex-start;
  }

  .blog2 .list a {
    display: flex;
    flex-wrap: wrap;
  }

  .blog2 .list a:not(:last-child):after {
    display: none;
    width: 1px;
    height: 12px;
    margin-left: 37px;
  }

  .blog2 form {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
  }

  .blog2 form .btn {
    width: 20px;
  }

  .blog2 form input {
    flex: 1;
    height: 100%;
  }

  .blog3 {
    margin: 0 0 42px;
  }

  .blog3 .list {
    margin: 20px 0 42px;
    gap: 20px;
  }

  .blog3 .list .ev {
    width: 100%;
  }

  .blog3 .list .t2 {
    margin: 10px 0 6px;
  }

  .blog3 .list .tag {
    padding: 0 5px;
    border-radius: 2px;
  }

  .blog3 .list .t4 {
    margin: 6px 0;
  }

  .blog4 {
    padding-top: 25px;
  }

  .blog4 .zuo {
    width: 100%;
  }

  .C-bigText {
    font-size: 75px;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0);
  }

  .blog4 .zuo .t2 {
    margin-top: -47px;
  }

  .blog4 .you {
    gap: 20px;
    margin-top: 88px;
    width: 100%;
    padding: 28px 24px;
    border-radius: 15px;
  }

  .blog4 .you .ev .icon {
    width: 32px;
  }

  .blog4 .you .ev .text {
    padding-left: 19px;
    flex: 1;
    /* flex:none;
    width:100%; */
  }

  .blog4 .you .ev .t3 {
    margin-top: 7px;
  }

  .blog5 {
    margin-top: 8px;
  }

  .blog5 .sec2 {
    padding: 30px 20px;
  }

  .blog5 .text {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog5 .text .t2 {
    margin-top: 18px;
  }

  .blog5 .text .t2 p {
    margin-bottom: 10px;
  }

  .blog6 .zuo {
    width: 100%;
  }

  .blog6 .you {
    width: 100%;
    margin: 28px 0 0;
  }

  .blog6 .sec2 {
    padding: 30px 20px;
  }

  .blog6 .text {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog6 .text .t2 {
    margin-top: 18px;
  }

  .blog6 .text .t2 p {
    margin-bottom: 10px;
  }

  .blog8 {
    padding: 50px 0 80px;
  }

  .blog8 .t2 {
    margin: 5px 0 20px;
  }

  .blog8 .t3 {
    margin: 10px 0 0;
  }

  .blog8 .t1 {
    margin-bottom: 20px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .about1 {
    border-radius: 0px 0px 15px 15px;
  }

  .about1 .bg img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
  }

  .about1 .desc {
    margin: 20px 0;
  }

  .about1 .desc .icon {
    width: 50px;
  }

  .about1 .desc .t2 {
    margin-left: 18px;
    width: 100%;
    flex: 1;
  }

  .about1 .list {
    gap: 20px;
  }

  .about1 .list .ev {
    width: 66px;
    height: 66px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .about1 .list .ev .pic {
    width: 32px;
  }

  .about2 {
    padding: 15px 0 46px;
    overflow: hidden;
  }

  .about2 .C-bigText {
    margin-right: -20px;
  }

  .about2 .t1 {
    margin-top: -51px;
  }

  .about2 .sec2 {
    padding: 38px 0 44px;
  }

  .about2 .sec2 .zuo {
    width: 100%;
  }

  .about2 .sec2 .t3 {
    margin-top: 15px;
  }

  .about2 .sec2 .you {
    width: 100%;
  }

  .about2 .sec3 .ev {
    width: 48%;
    max-width: none;
    margin-bottom: 10px;
  }

  .about2 .sec3 .ev .t5 {
    margin-top: 6px;
  }

  .about2 .bg {
    width: 100%;
    top: -97px;
  }

  .about3 .list {
    padding: 45px 0 61px;
  }

  .about3 .list .ev {
    width: 100%;
    margin-bottom: 20px;
  }

  .about3 .list .ev .icon {
    width: 32px;
  }

  .about3 .list .ev .t2 {
    margin: 13px 0 10px;
  }

  .about4 {
    margin-bottom: 47px;
  }

  .about4 .pic {
    margin: 0 60px 0 auto;
    width: 100%;
  }

  .about4 .text {
    margin-top: -15px;
    padding: 38px 60px 50px;
    border-radius: 15px;
  }

  .about4 .text .t2 {
    margin-top: 17px;
  }

  .about4 .text .zuo {
    width: 100%;
  }

  .about6 {
    padding: 104px 0 60px;
  }

  .about6 .zuo {
    flex: none;
    width: 100%;
  }

  .about6 .you {
    width: 100%;
  }

  .about6 .sec2 {
    margin-top: 98px;
  }

  .about6 .sec3 {
    margin-top: 48px;
  }

  .about6 .sec4 {
    margin-top: 33px;
  }

  .about6 .pic {
    margin-top: 30px;
  }

  .about7 {
    margin-bottom: 9px;
    padding: 44px 0;
    border-radius: 15px;
  }

  .about7 .you {
    width: 100%;
    gap: 30px;
    margin-top: 20px;
  }

  .about7 .you .swiper-slide {
    width: calc(50% - 25px);
  }

  .privacy1 {
    padding: 40px 0 82px;
  }

  .privacy1 .empty {
    margin-top: 25px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .sc2 .text {
    padding: 22px 30px 22px 28px;
    margin: 30px 0 0;
    border-radius: 15px;
  }

  .sc2 .text .t2 {
    flex: 1;
    /* flex:none;
    width:100%; */
    margin-right: 10px;
  }

  .sc2 .text .t3 {
    width: 100%;
  }

  .sc3 .list {
    margin-top: 20px;
    gap: 10px 27px;
  }

  .sc3 .list .ev {
    width: 100%;
    border-radius: 15px;
    padding: 43px 27px 17px;
  }

  .sc3 .list .ev .icon {
    width: 40px;
  }

  .sc3 .list .ev .t1 {
    margin: 12px 0;
  }

  .sc3 .list .ev .btn {
    margin-top: 10px;
    padding: 3px 12px;
    border-radius: 15px;
  }

  .sc4 .t2 {
    margin: 27px 0 12px;
  }

  .sc4 .t3 {
    margin-bottom: 30px;
  }

  .sc4 .zuo {
    flex: none;
    width: 100%;
  }

  .sc4 .you {
    width: 100%;
    margin-left: 53px;
    margin-top: 20px;
  }

  .sc5 {
    padding-bottom: 60px;
  }

  .sc5 .zuo {
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .sc5 .zuo .pic {
    margin: 0 17px 32px auto;
  }

  .sc5 .zuo .info {
    padding-left: 23px;
    gap: 11px;
  }

  .sc5 .zuo .info::before {
    width: 7px;
    height: 100%;
    border-radius: 2px;
  }

  .sc5 .zuo .info li {
    display: flex;
    flex-wrap: wrap;
  }

  .sc5 .you {
    width: 100%;
    margin-top: 40px;
  }

  .sc5 label {
    width: 100%;
  }

  .sc5 .name {
    margin-bottom: 12px;
  }

  .sc5 .type-input {
    margin-bottom: 12px;
  }

  .sc5 .type-input input {
    width: 100%;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #000;
    height: 40px;
  }

  .sc5 .type-checkbox {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 16px 0;
    border-radius: 20px;
    border: 1px solid #000;
    height: 58px;
    padding: 0 18px;
  }

  .sc5 .type-checkbox .text {
    margin: 0 33px 0 17px;
  }

  .sc5 .type-checkbox .icon {
    width: 50px;
  }

  .sc5 .type-checkbox .mode {
    width: 20px;
    height: 20px;
  }

  .sc5 .submit {
    width: 120px;
    height: 40px;
    border-radius: 10px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .sp2 .t2 {
    margin: 6px 0 20px;
  }

  .sp3 {
    padding: 0 0 40px;
  }

  .sp3 form .ev {
    width: 100%;
  }

  .sp3 .type-radio {
    margin: 0 0 48px;
  }

  .sp3 .type-radio label {
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
  }

  .sp3 .type-radio .simulate {
    width: 17px;
    height: 17px;
    margin-right: 20px;
  }

  .sp3 .type-radio label span {
    flex: 1;
  }

  .sp3 .type-select {
    width: 100%;
    margin: 14px 0 20px;
  }

  .sp3 .type-select .simulate {
    width: 100%;
    border-radius: 15px;
    padding: 0 20px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
  }

  .sp3 .type-select .simulate::after {
    width: 12px;
    height: 9px;
    margin-left: 6px;
  }

  .sp3 .type-select .placeholder {
    flex: 1;
  }

  .sp3 .type-select .name {
    flex: 1;
  }

  .sp3 .type-select .options {
    top: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6px;
    padding: 12px 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  }

  .sp3 .type-input,
  .sp3 .type-textarea {
    margin-bottom: 20px;
  }

  .sp3 .type-input .name,
  .sp3 .type-textarea .name {
    margin-bottom: 12px;
  }

  .sp3 .type-input input {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sp3 form .ev.w50 {
    width: 100%;
  }

  .sp3 .type-textarea textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .C-submit {
    padding: 9px 30px;
    border-radius: 15px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .so2 {
    padding: 40px 0 0;
  }

  .so2 .ev {
    margin-bottom: 40px;
  }

  .so2 .t2 {
    margin-top: 20px;
  }

  .so3 {
    padding: 0 0 38px;
  }

  .so3 .t1 {
    width: 100%;
    margin: 0 0 20px;
  }

  .so3 .C-list6 {
    margin: 14px 0 0;
  }

  .so3 .C-list6 .t3 {
    margin-top: 10px;
  }

  .so3 .C-list6 .C-swcontrol {
    margin-top: 50px;
  }

  .so4 {
    padding: 60px 0 42px;
    border-radius: 30px 30px 0px 0px;
  }

  .so4 .t2 {
    margin-top: 20px;
  }

  .so4 .type-input {
    margin-top: 20px;
  }

  .so4 .type-input .name {
    top: 50%;
  }

  .so4 .type-textarea .name {
    padding: 23px;
  }

  .so4 .type-input input {
    width: 100%;
    padding: 0 20px;
    height: 52px;
  }

  .so4 .type-checkbox .text {
    flex: 1;
  }

  .so4 form .ev.size1 {
    width: 100%;
    margin-right: 0;
  }

  .so4 form .ev.size2 {
    width: 100%;
    margin-right: 0;
  }

  .so4 form .ev.size3 {
    min-width: 0;
    flex: none;
    width: 100%;
  }

  .so4 form .ev.size4 {
    width: 100%;
  }

  .so4 .type-textarea {
    margin-top: 40px;
  }

  .so4 .type-textarea textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    border-radius: 15px;
  }

  .so4 .type-checkbox {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 40px 0 38px;
  }

  .so4 .type-checkbox .mode {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .sts2 .C-wrap {
    border-radius: 20px;
  }

  .sts2 .main {
    padding: 18px 85px 18px 47px;
    align-items: flex-end;
  }

  .sts2 .you {
    width: 32px;
  }

  .sts3 .list {
    border-top: 1px solid #F1F1F1;
  }

  .sts3 .list .ev {
    padding: 0 10px;
    border-bottom: 1px solid #F1F1F1;
  }

  .sts3 .list .ev .name {
    padding: 7px 15px 7px 0;
  }

  .sts3 .list .ev .down {
    padding: 3px 0 10px;
  }

  .sts3 .list .ev .btn {
    width: 10px;
    top: 9px;
    right: 12px;
  }

  .sts4 .t2 {
    margin: 20px 0 29px;
  }

  .sts4 .ul li .icon {
    width: 40px;
    margin-right: 16px;
  }

  .sts5 {
    padding: 0 0 40px;
  }

  .sts5 .ev {
    width: 100%;
    margin-bottom: 20px;
  }

  .sts5 .ev .name {
    margin-bottom: 9px;
  }

  .sts5 .ev .tip {
    margin-top: 6px;
  }

  .sts5 .type-input input {
    width: 100%;
    padding: 0 10px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sts5 .type-textarea textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sts5 .btngroup {
    gap: 20px;
  }

  .C-submit2 {
    padding: 9px 30px;
    border-radius: 15px;
    border: 1px solid #000;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .oem2 {
    margin-top: -30px;
    padding: 30px 0 0;
    border-radius: 0px 0px 15px 15px;
  }

  .oem2 .list {
    gap: 20px;
  }

  .oem2 .list a {
    padding: 6px 0;
  }

  .oem3 .main {
    margin-top: 14px;
  }

  .oem3 .main .zuo {
    width: 100%;
    border-radius: 15px;
  }

  .oem3 .main .you {
    flex: none;
    width: 100%;
    padding: 25px 0 0;
  }

  .oem3 .main .you .t2 {
    margin-bottom: 22px;
  }

  .sk2pagination .swiper-pagination {
    right: 10px;
    bottom: 10px;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }

  .sk2pagination .swiper-pagination-bullet-active {
    width: 44px;
    border-radius: 12px;
  }

  .oem4 {
    padding-bottom: 50px;
  }

  .oem4 .t2 {
    margin: 13px 0;
  }

  .oem4 .tabs {
    gap: 20px;
    margin-bottom: 20px;
  }

  .oem4 .tabs span {
    border-radius: 15px;
    padding: 7px 17px;
  }

  .oem4-1 {
    margin-bottom: 30px;
  }

  .oem4-1 .C-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .oem4-1 .ev {
    width: 121px;
    margin-bottom: 20px;
  }

  .oem4-1 .ev .quan {
    width: 100%;
    height: 121px;
    border: 1px solid #F2F2F2;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .oem4-1 .ev .quan .icon {
    width: 40px;
  }

  .oem4-1 .ev .index {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .oem4-1 .ev .t5 {
    width: 100%;
    position: static;
    margin-top: 9px;
    left: 50%;
    top: 100%;
    transform: translate(0, 0);
  }

  .oem4-1 .ev .jt {
    width: 59px;
    height: 14px;
    display: none;
  }

  .oem4-1 .ev .jt::before {
    top: 50%;
    width: 100%;
    border-bottom: 1px dotted var(--color);
  }

  .oem4-1 .ev .jt {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .oem4-1 .ev:nth-child(5n) .jt {
    width: 77px;
    left: 50%;
    top: 100%;
    transform: translateY(-50%) rotate(90deg);
  }

  .oem4-1 .line2 .ev .jt {
    width: 119px;
    right: 100%;
    transform: translateY(-50%) rotateY(180deg);
  }

  .oem4-1 .ev:nth-child(5n) .t5 {
    right: 50%;
    margin-right: 10px;
  }

  .oem4-1 .line1 {
    width: 50%;
    justify-content: center;
  }

  .oem4-1 .line2 {
    width: 50%;
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .oem4-2 {
    padding-top: 65px;
  }

  .oem4-2 .bg {
    width: 100%;
    left: 7px;
    top: 69px;
    display: none;
  }

  .oem4-2 .line {
    gap: 30px;
    margin-bottom: 30px;
  }

  .oem4-2 .line1 {
    padding-left: 0;
  }

  .oem4-2 .line2 {
    padding-left: 0;
    flex-direction: row;
    justify-content: flex-start;
  }

  .oem4-2 .line3 {
    padding-left: 0;
    margin-top: 3px;
  }

  .oem4-2 .ev {
    margin: 0;
    width: 100%;
  }

  .oem4-2 .ev .icon {
    width: 30px;
    margin: 0 auto 8px;
  }

  .oem4-2 .ev .top {
    position: static;
    width: 100%;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    transform: none;
    margin: 0 auto;
  }

  .oem4-2 .ev .center {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 5px auto;
  }

  .oem4-2 .ev .bottom {
    position: static;
    width: 60%;
    left: 50%;
    top: 100%;
    margin-top: 5px;
    transform: none;
    margin: 0 auto;
  }

  .oem5 .ev {
    margin-bottom: 39px;
  }

  .oem5 .zuo {
    width: 100%;
  }

  .oem5 .zuo .intr {
    padding: 13px 20px;
    background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0.00) 33.97%);
  }

  .oem5 .you {
    flex: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .oem5 .ev:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  .oem5 .ev:nth-of-type(2n) .you {
    padding: 0;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .st1 {
    padding: 45px 0 0;
  }

  .st1 .t1 {
    margin-bottom: 20px;
  }

  .st1 .pic {
    border-radius: 15px;
  }

  .st1 .you {
    margin: -10px 0 0 auto;
    width: 100%;
    padding: 28px 17px;
    border-radius: 15px;
  }

  .st1 .you .ul {
    margin-top: 25px;
    gap: 12px;
  }

  .st1 .you .ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .st1 .you .ul .icon {
    width: 30px;
    margin: 3px 14px 0 0;
  }

  .st1 .you .ul .text {
    flex: 1;
  }

  .st2 {
    padding: 40px 0 55px;
  }

  .st2 .zuo {
    width: 100%;
  }

  .st2 .you {
    flex: none;
    width: 100%;
    padding-left: 30px;
    margin-top: 20px;
  }

  .st2 .you .t2 {
    margin-top: 20px;
  }

  .st3 {
    padding: 0 0 36px;
  }

  .st3 .C-list5 {
    margin-top: 30px;
  }

  .st3 .C-swcontrol {
    margin-top: 42px;
  }

  .st5 {
    padding: 40px;
  }

  .st5 .text p {
    margin-bottom: 6px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .pda2-wrap {
    margin-top: -60px;
    padding-top: 60px;
    border-radius: 0px 0px 30px 30px;
  }

  .pda2 {
    margin-top: 80px;
  }

  .pda2 .t2 {
    margin: 20px 0 58px;
  }

  .pda2 .ul {
    gap: 40px;
  }

  .pda2 .ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .pda2 .ul li .t4 {
    margin-top: 5px;
  }

  .pda2 .ul .icon {
    width: 60px;
    margin: 0 25px 0 0;
  }

  .pda2 .ul .text {
    flex: 1;
    /* flex:none;
    width:100%; */
  }

  .pda3 {
    padding: 100px 0 108px;
  }

  .pda3 .zuo {
    width: 100%;
  }

  .pda3 .you {
    flex: 1;
    /* flex:none;
    width:100%; */
    padding-left: 60px;
  }

  .pda3 .you .t2 {
    margin-top: 40px;
  }

  .pda4 {
    padding: 40px 0 30px;
  }

  .pda4 .C-list5 {
    margin-top: 30px;
  }

  .pda4 .C-swcontrol {
    margin-top: 45px;
  }

  .pda5 {
    padding-bottom: 40px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .pd4 {
    padding: 50px 0 40px;
  }

  .pd4 .t2 {
    margin: 25px 0 20px;
  }

  .pd4 .ul {
    gap: 20px;
  }

  .pd4 .ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .pd4 .ul .icon {
    width: 24px;
    margin-right: 14px;
  }

  .pd4 .ul .text {
    flex: 1;
  }

  .pd4 .zuo {
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .pd4 .you {
    width: 100%;
    margin-top: 20px;
  }

  .C-title {
    margin-bottom: 20px;
  }

  .pd5 .zuo {
    width: 100%;
    margin-right: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  .pd5 .you {
    flex: none;
    width: 100%;
  }

  .pd5 .sec1 {
    padding: 26px 26px;
    border-radius: 15px;
    margin-top: 20px;
  }

  .pd5 .sec1 .t2 {
    margin-top: 10px;
  }

  .pd5 .sec2 {
    margin-top: 5px;
    padding: 17px 22px 17px 17px;
    border-radius: 15px;
  }

  .pd5 .sec2 .t2 {
    margin-top: 10px;
  }

  .pd5 .sec2 .list {
    margin-top: 8px;
    gap: 10px;
  }

  .pd5 .sec2 .list .icon {
    width: 58px;
    border-radius: 15px;
  }

  .pd6 .main {
    gap: 12px;
    padding-right: 0;
    margin-top: 20px;
  }

  .pd6 .main a {
    padding: 6px;
    border-radius: 15px;
    border: 1px solid var(--Color, #175AA8);
  }

  .pd7 .list {
    gap: 20px;
  }

  .pd7 .list .ev {
    width: 100%;
  }

  .pd7 .list .ev .icon {
    width: 32px;
  }

  .pd7 .list .ev .t1 {
    margin: 11px 0 10px;
  }

  .pd8 .ul {
    width: 100%;
  }

  .pd8 .ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
  }

  .pd8 .ul li .zuo {
    width: 100%;
    margin-right: 0;
    padding: 9px 14px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-wrap: wrap;
  }

  .pd8 .ul li .you {
    flex: 1;
    padding: 9px 31px 9px 19px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.10);
  }

  .pd8 .C-more {
    margin-top: 20px;
  }

  .pd9 .list {
    gap: 23px;
  }

  .pd9 .list .ev {
    width: calc(50% - 23px);
  }

  .pd9 .list .ev .pic {
    border-radius: 15px;
  }

  .pd9 .list .ev .t1 {
    margin-top: 10px;
  }

  .pd9 .text {
    margin-top: 32px;
  }

  .pd10 {
    padding: 56px 0 0;
  }

  .pd10 .sec {
    margin-bottom: 40px;
  }

  .pd10 .sec1 .zuo {
    width: 100%;
  }

  .pd10 .sec1 .you {
    width: 100%;
    padding: 34px 24px;
    margin-top: 20px;
  }

  .pd10 .sec2 .zuo {
    width: 100%;
    padding: 28px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 15px;
  }

  .pd10 .sec2 .you {
    width: 100%;
    margin-top: 20px;
  }

  .pd11 .main {
    padding: 0 20px 20px;
    border-radius: 15px;
  }

  .pd11 .zuo {
    padding-top: 25px;
    flex: 1;
    /* flex:none;
    width:100%; */
    gap: 12px;
    padding-right: 10px;
  }

  .pd11 .zuo li {
    padding-left: 20px;
  }

  .pd11 .zuo li::before {
    top: 50%;
    width: 12px;
    height: 1px;
  }

  .pd11 .you {
    width: 100%;
    padding-top: 19px;
  }

  .pd11 .you .pic {
    width: 100%;
    margin-left: 14px;
  }

  .pd11 .you .t2 {
    margin: 5px 0 15px;
  }

  .downsheet1 {
    padding: 22px 5% 75px;
  }

  .downsheet1 form {
    margin-top: 17px;
  }

  .downsheet1 .type-input {
    margin-bottom: 20px;
  }

  .downsheet1 .type-textarea {
    margin-bottom: 20px;
  }

  .downsheet1 .type-select {
    margin-bottom: 20px;
  }

  .downsheet1 .type-input .name {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
  }

  .downsheet1 .type-textarea .name {
    padding: 16px 23px;
  }

  .downsheet1 .type-input input {
    width: 100%;
    padding: 0 20px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .downsheet1 form .ev.size1 {
    width: 100%;
    margin-right: 0;
  }

  .downsheet1 form .ev.size2 {
    width: 100%;
    margin-right: 0;
  }

  .downsheet1 form .ev.size3 {
    min-width: none;
    flex: none;
    width: 100%;
  }

  .downsheet1 form .ev.size4 {
    width: 100%;
  }

  .downsheet1 .type-textarea textarea {
    width: 100%;
    height: 170px;
    padding: 16px 23px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .downsheet1 .type-select {
    display: flex;
    flex-wrap: wrap;
  }

  .downsheet1 .type-select .name {
    padding-right: 47px;
  }

  .downsheet1 .type-select .simulate {
    margin-top: 10px;
    flex: none;
    width: 100%;
    border-radius: 30px;
    padding: 0 15px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
  }

  .downsheet1 .type-select .simulate::after {
    width: 9px;
    height: 10px;
    margin-left: 12px;
  }

  .downsheet1 .type-select .placeholder {
    flex: 1
  }

  .downsheet1 .type-select .value {
    flex: 1;
  }

  .downsheet1 .type-select .options {
    top: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }

  .downsheet1 .type-radio {
    display: flex;
    flex-wrap: wrap;
  }

  .downsheet1 .type-radio .text {
    margin-right: 0;
  }

  .downsheet1 .zuo {
    flex: none;
    width: 100%;
  }

  .downsheet1 .zuo .t4 {
    margin: 20px 0;
  }

  .downsheet1 .type-radio label {
    margin-right: 22px;
    display: flex;
    flex-wrap: wrap;
  }

  .downsheet1 .type-radio .simulate {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}