/*  隐藏滚动条 */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .w {
    width: 90%;
  }
  .banner {
    margin-top: 1.4rem;
    width: 100%;
    height: calc(100vh - 1.4rem);
  }
  .section-1 .swiper .swiper-slide .content {
    height: 100%;
    padding-left: 12%;
  }
  .section-1 .swiper .swiper-slide .content .title {
    font-size: 0.36rem;
    margin-bottom: 0.6rem;
  }
  .section-1 .swiper .swiper-slide .content .text {
    font-size: 0.24rem;
    line-height: 1.8;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-1 .swiper .swiper-pagination {
    left: 2%;
  }
  .section-1 .more {
    margin: 0.8rem 0 0 0;
  }
  .section-3 .foot {
    margin-top: -19%;
  }
  .bread .inner {
    padding: 0 0.4rem 0 0.8rem;
  }
  .bread .inner .swiper .swiper-slide {
    font-size: 0.2rem;
  }
  .bread .inner .swiper-button-next::after {
    font-size: 0.2rem;
  }
  .proDeta .head {
    padding: 0 1.1rem 1.36rem 8%;
  }
  .proDeta .head .content .box {
    height: auto;
  }
  .proDeta .head .content .text {
    font-size: 0.16rem;
  }
  .proDeta .head .content .info .item {
    font-size: 0.18rem;
  }
  .proDeta .head .content .info .item .label {
    min-width: 1rem;
  }
  .proDeta .head .content .info .item .value .sub,
  .proDeta .head .content .info .item .value .add {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.26rem;
  }
  .proDeta .head .content .info .item .value .num {
    margin: 0 0.2rem;
  }
  .proDeta .head .content .foot {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
  }
  .proDeta .head .content .foot .pice {
    font-size: 0.42rem;
    font-weight: bold;
    color: #0066cc;
    flex-shrink: 0;
    margin-right: 0.5rem;
  }
  .proDeta .head .content .foot .button {
    font-size: 0.2rem;
  }
  .proDeta .head .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .proDeta .head .right .mySwiper2 {
    width: 100%;
    height: auto;
  }
  .proDeta .center {
    padding-right: 0.5rem;
  }
  .proDeta .center .tabs {
    padding-left: 8.5%;
  }
  .proDeta .center .tabs .tab {
    font-size: 0.2rem;
  }
  .proDeta .center .main {
    margin: 0.28rem 0 0 8%;
  }
  .proDeta .center .main table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /* 固定表格布局，避免列宽被内容撑开 */
  }
  .proDeta .center .main table thead {
    width: 100%;
  }
  .proDeta .center .main table thead th {
    font-size: 0.18rem;
  }
  .proDeta .center .main table tbody {
    width: 100%;
  }
  .proDeta .center .main table tbody td {
    font-size: 0.18rem;
  }
  .proDeta .center .main .table2 {
    margin-top: 0.3rem;
  }
  .proDeta .center .main .biao {
    margin-top: 0.2rem;
  }
  .proDeta .center .main .biao .title {
    font-weight: bold;
    font-size: 0.18rem;
    background: #f7f8fc;
    padding: 0.1rem 0.3rem;
  }
  .proDeta .center .main .biao .item {
    width: 100%;
    display: grid;
    grid-template-columns: 3.5rem 1fr;
  }
  .proDeta .center .main .biao .item .label {
    font-size: 0.18rem;
  }
  .proDeta .center .main .biao .item .value {
    font-size: 0.18rem;
    line-height: 1.6;
  }
  .proDeta .center .main .model {
    margin-top: 0.3rem;
  }
  .proDeta .center .main .model .title {
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
  }
  .proDeta .center .main .model .content {
    font-size: 0.18rem;
    line-height: 1.8;
    text-align: justify;
  }
  .proDeta .center .main-3 .item {
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
  }
  .proDeta .center .main-3 .item .icon {
    width: 0.95rem;
    height: auto;
  }
  .proDeta .center .main-3 .item .info .name {
    color: #0773d4;
    font-size: 0.18rem;
  }
  .proDeta .center .main-3 .item .info .tip {
    font-size: 0.16rem;
  }
  .proDeta .center .main-3 .item .info .inp {
    display: flex;
    align-items: center;
  }
  .proDeta .center .main-3 .item .info .inp .code {
    font-size: 0.16rem;
  }
  .proDeta .center .main-3 .item .info input {
    width: 2.4rem;
    height: 0.35rem;
  }
  .proDeta .center .main-3 .item .info button {
    font-size: 0.16rem;
  }
  .proDeta .center .main-4 .content p {
    margin-bottom: 0.2rem;
  }
  .proDeta .center .main-6 .content {
    margin-top: 0.6rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .proDeta .center .main-6 .content h4 {
    font-size: 0.24rem;
    font-weight: normal;
  }
  .proDeta .center .main-6 .content .tip {
    font-size: 0.16rem;
  }
  .proDeta .center .main-6 .content .cal {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .proDeta .center .main-6 .content .cal .item {
    width: 100%;
    height: 1.4rem;
    background: #f7f8fc;
    border-radius: 0.25rem;
    padding: 0.2rem 0.25rem;
    box-sizing: border-box;
  }
  .proDeta .center .main-6 .content .cal .item .name {
    color: #0066cc;
    font-size: 0.2rem;
  }
  .proDeta .center .main-6 .content .cal .item .input {
    margin-top: 0.16rem;
  }
  .proDeta .center .main-6 .content .cal .item .input input {
    width: 100%;
    height: 0.48rem;
    display: block;
    background: #fff;
    border: none;
    border-radius: 0.5rem;
    padding: 0 0.25rem;
    font-size: 0.16rem;
  }
  .proDeta .center .main-6 .content .cal .item .input .unit {
    width: 1.2rem;
    height: 0.48rem;
    flex-shrink: 0;
    margin-left: 0.15rem;
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.18rem;
  }
  .proDeta .center .main-6 .content .cal .item .input select {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    outline: none;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 90% center no-repeat #f7f8fc;
  }
  .proDeta .center .main-6 .content .count {
    color: #fff;
    background: #0066cc;
    font-size: 0.2rem;
    padding: 0.2rem 1.1rem;
    border-radius: 0.5rem;
    margin-top: 0.6rem;
  }
  .fuwuDeta .tabs .tab {
    font-size: 0.2rem;
  }
  .fuwuDeta .fw-head {
    text-align: center;
  }
  .fuwuDeta .fw-head h3 {
    font-size: 0.36rem;
  }
  .fuwuDeta .fw-head .tip {
    font-size: 0.2rem;
  }
  .fuwuDeta .main .content {
    font-size: 0.2rem;
  }
  .fuwuDeta .main .content p {
    font-size: 0.2rem;
  }
  .fuwuDeta .main-2 {
    width: 91%;
    background: linear-gradient(270deg, #f0e2f6 0%, #deefff 100%);
    border-radius: 0 2.5rem 2.5rem 0;
    padding: 0.7rem 2rem 0.7rem 3.3rem;
  }
  .fuwuDeta .main-2 .content {
    display: flex;
  }
  .fuwuDeta .main-2 .fw-head {
    text-align: left;
    margin-bottom: 0.24rem;
  }
  .fuwuDeta .main-2 .text {
    font-size: 0.2rem;
    margin-top: 0;
    line-height: 1.8;
    display: block;
  }
  .fuwuDeta .main-2 .text span {
    color: #767676;
  }
  .fuwuDeta .main-3 {
    margin: 1.5rem 0 1.5rem auto;
    width: 91%;
    background: linear-gradient(270deg, #f0e2f6 0%, #deefff 100%);
    border-radius: 2.5rem 0 0 2.5rem;
    padding: 0.7rem 2rem 0.7rem 3.3rem;
    box-sizing: border-box;
  }
  .fuwuDeta .main-3 p {
    font-size: 0.17rem;
    margin: 5px 0;
  }
  .fuwuDeta .main-3 .content {
    display: flex;
  }
  .fuwuDeta .main-3 .fw-head {
    text-align: left;
    margin-bottom: 0.24rem;
  }
  .fuwuDeta .main-3 .text {
    font-size: 0.2rem;
    margin-top: 0;
    line-height: 1.8;
    display: block;
  }
  .fuwuDeta .main-3 .text span {
    color: #767676;
  }
  .fuwuDeta .main-4 {
    padding-bottom: 1.2rem;
  }
  .fuwuDeta .main-5 {
    background: #f7faff;
    padding: 0.7rem 0;
    position: relative;
    min-height: 60vh;
  }
  .fuwuDeta .main-5 .bg {
    width: 12rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0.1rem;
  }
  .fuwuDeta .main-5 .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fuwuDeta .main-5 .w {
    position: relative;
    z-index: 1;
  }
  .fuwuDeta .main-5 .select {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin: 0.75rem 0;
  }
  .fuwuDeta .main-5 .select .tab {
    display: flex;
    align-items: center;
    padding: 0.13rem 0.32rem;
    background: #e2e6f6;
    border-radius: 0.5rem;
    color: #1a1a1a;
    font-size: 0.15rem;
    transition: all 0.3s;
    cursor: pointer;
  }
  .fuwuDeta .main-5 .select .tab .icon {
    width: 0.36rem;
    height: 0.36rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }
  .fuwuDeta .main-5 .select .tab .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .fuwuDeta .main-5 .select .tab.active {
    background: #114a7b;
    color: #fff;
  }
  .fuwuDeta .main-5 .select .tab:hover {
    background: #114a7b;
    color: #fff;
  }
  .fuwuDeta .main-5 .body h3 {
    font-size: 0.2rem;
  }
  .fuwuDeta .main-5 .body .item {
    margin-top: 0.3rem;
  }
  .fuwuDeta .main-5 .body .item .name {
    font-size: 0.18rem;
    font-weight: bold;
  }
  .fuwuDeta .main-5 .body .item .text p {
    font-size: 0.15rem;
    line-height: 1.8;
  }
  .fuwuDeta .main-5 .body .item .text img {
    max-width: 100% !important;
    display: block;
    width: fit-content !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0.4rem 0;
  }
  .fuwuDeta .main-6 {
    padding: 1.1rem 0;
  }
  .fuwuDeta .main-6 .tabel {
    margin-top: 0.7rem;
    width: 100%;
  }
  .fuwuDeta .main-6 .tabel .inner {
    display: flex;
    align-items: center;
    background: #f7f8fc;
    margin-bottom: 0.2rem;
  }
  .fuwuDeta .main-6 .tabel .inner .label {
    font-size: 0.14rem;
    padding: 0.12rem;
    width: 4rem;
    text-align: center;
    height: 100%;
  }
  .fuwuDeta .main-6 .tabel .inner .value {
    background: #fff;
    flex: 1;
  }
  .fuwuDeta .main-6 .tabel .inner .value .item {
    border: 1px solid #eee;
    font-size: 0.14rem;
    padding: 0.12rem 1rem;
  }
  .fuwuDeta .main-7 {
    padding-bottom: 1rem;
  }
  .fuwuDeta .main-7 form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fuwuDeta .main-7 .form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
    margin-top: 0.7rem;
  }
  .fuwuDeta .main-7 .item {
    width: 100%;
  }
  .fuwuDeta .main-7 .item .title {
    font-size: 0.2rem;
  }
  .fuwuDeta .main-7 .item .title span {
    color: red;
  }
  .fuwuDeta .main-7 .item input {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 0.45rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    font-size: 0.16rem;
  }
  .fuwuDeta .main-7 .item textarea {
    width: 100%;
    height: 1.4rem;
    padding: 0.1rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    margin-top: 5px;
    border: 1px solid #eeeeee;
    outline: none;
  }
  .service .fw-3 {
    padding: 1rem 0;
    background: #f6f5ff;
  }
  .service .fw-3 h3 {
    font-size: 0.44rem;
  }
  .service .fw-3 .inner .tip {
    font-size: 0.2rem;
    margin-top: 0.8rem;
  }
  .service .fw-3 .inner .form-group {
    margin: 0.2rem 0;
  }
  .service .fw-3 .inner .form-group textarea {
    width: 12rem;
    height: 1.2rem;
    outline: none;
    display: block;
    padding: 0.12rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    border-color: #eeeeee;
  }
  .service .fw-3 .inner .form-group .name {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .service .fw-3 .inner .form-group .inpt {
    display: flex;
    align-items: center;
  }
  .service .fw-3 .inner .form-group .inpt input {
    display: block;
    width: 3.5rem;
    height: 0.4rem;
    border: 1px solid #bfbfbf;
    padding: 0 0.15rem;
    font-size: 0.16rem;
  }
  .service .fw-3 .inner .form-group .inpt .code {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
  }
  .service .fw-3 .inner .submit {
    color: #fff;
    background: #0066cc;
    font-size: 0.2rem;
    padding: 0.2rem 1.1rem;
    border-radius: 0.5rem;
    margin-top: 0.6rem;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    cursor: pointer;
    transition: all 0.3s;
  }
  .service .fw-3 .inner .submit:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  }
  .service .fw-3 .inner:last-child {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: 10.1rem 1fr;
    gap: 0.9rem;
    width: 100%;
    align-items: center;
  }
  .service .fw-3 .inner:last-child .le {
    position: relative;
    width: 100%;
    height: 5.2rem;
    border-radius: 0px 2.5rem 2.5rem 0px;
  }
  .service .fw-3 .inner:last-child .le .imgs {
    position: relative;
    left: -1.55rem;
    width: calc(100% + 1.55rem);
    height: 100%;
    border-radius: 0px 2.5rem 2.5rem 0px;
  }
  .service .fw-3 .inner:last-child .le .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0px 2.5rem 2.5rem 0px;
  }
  .service .fw-3 .inner:last-child .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service .fw-3 .inner:last-child .right .item {
    margin-top: 0.6rem;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .service .fw-3 .inner:last-child .right .item .name {
    font-size: 0.36rem;
    color: #767676;
    font-weight: normal;
  }
  .service .fw-3 .inner:last-child .right .icon {
    width: 0.8rem;
    height: 0.68rem;
  }
  .service .fw-3 .inner:last-child .right .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .resource .resList .item .info .name {
    font-size: 0.24rem;
  }
  .resource .resList .item .info .tips {
    color: #666;
    font-size: 0.16rem;
  }
  .resource .resList .item .info .date {
    color: #666;
    font-size: 0.16rem;
  }
  .resource .resList .item .dwon a,
  .resource .resList .item .dwon button {
    font-size: 0.18rem;
  }
  .resource .newList a {
    display: block;
    margin-bottom: 0.25rem;
  }
  .resource .newList .item {
    width: 100%;
    height: 2rem;
    padding: 0.3rem;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .resource .newList .item .imgs {
    width: 2.2rem;
    height: auto;
  }
  .resource .newList .item .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1);
  }
  .resource .newList .item .content .title {
    font-size: 0.24rem;
    font-weight: bold;
    transition: all 0.3s;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .resource .newList .item .content .tip {
    margin: 5px 0;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
  }
  .resource .newList .item .content .tip .ico {
    width: 0.18rem;
    height: 0.18rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }
  .resource .newList .item .content .tip .ico img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .resource .newList .item .content .text {
    margin-bottom: auto;
    color: #767676;
    font-size: 0.16rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .resource .newList .item .content .look {
    color: #0066cc;
    font-size: 0.16rem;
  }
  .resource .problemList {
    width: 100%;
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 0.3rem;
  }
  .resource .problemList .inner {
    background: #f7f8fc;
  }
  .resource .problemList .left {
    width: 100%;
    height: 100%;
  }
  .resource .problemList .left .tabList {
    width: 100%;
  }
  .resource .problemList .left .tabList .tab {
    font-size: 0.2rem;
  }
  .resource .problemList .content {
    padding: 0.2rem 0.3rem;
  }
  .resource .problemList .content .top .name {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .resource .problemList .content .top .time {
    font-size: 0.18rem;
    color: #767676;
    margin-top: 0.1rem;
  }
  .resource .problemList .content .faq .item {
    margin-top: 0.4rem;
  }
  .resource .problemList .content .faq .item .answer {
    font-size: 0.2rem;
  }
  .resource .problemList .content .faq .item .question {
    font-size: 0.18rem;
    color: #767676;
    margin-top: 0.1rem;
  }
  .lxwm {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1rem 0;
  }
  .lxwm .view {
    padding: 0 3.6rem;
    width: 100%;
  }
  .lxwm .view .lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.4rem;
    row-gap: 0.25rem;
  }
  .lxwm .view .lists .item .info {
    font-size: 0.2rem;
  }
  .lxwm .view .lists .item .info .name {
    font-size: 0.18rem;
    color: #767676;
  }
  .lxwm .view.contact {
    margin-top: 0.8rem;
  }
  .lxwm .view.contact form {
    display: flex;
    flex-direction: column;
  }
  .lxwm .view.contact .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .lxwm .view.contact .item .title {
    font-size: 0.18rem;
  }
  .lxwm .view.contact .item .title span {
    color: red;
  }
  .lxwm .view.contact .item input {
    font-size: 0.16rem;
    height: 0.45rem;
  }
  .lxwm .view.contact .item textarea {
    height: 1.4rem;
    font-size: 0.16rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .pagination {
    margin-top: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination .paging {
    display: flex;
    align-items: baseline;
    font-size: 0.32rem;
    letter-spacing: 2px;
    color: #9e9e9e;
    margin: 0 0.1rem;
  }
  .pagination .paging .leaf {
    font-size: 0.38rem;
    font-weight: normal;
    color: #333;
  }
  .pagination .prev a,
  .pagination .nexts a {
    display: block;
    padding: 0.06rem 0.1rem;
    color: #ccc;
    transition: all 0.3s;
  }
  .pagination .prev a i,
  .pagination .nexts a i {
    font-size: 0.6rem;
  }
  .pagination .prev {
    margin-right: 0.05rem;
  }
  .pagination .nexts {
    margin-left: 0.05rem;
  }
  .banner {
    height: 4rem;
  }
  .model-head h3 {
    font-size: 0.54rem;
  }
  .g-container .grbl1::before {
    width: 2rem;
    height: 2rem;
    top: -0.2rem;
    left: -5%;
  }
  .g-container .grbl2::before {
    width: 0.45rem;
    height: 0.45rem;
    top: -0.4rem;
    left: 20%;
  }
  .g-container .grbl3::before {
    width: 0.3rem;
    height: 0.3rem;
    right: 18%;
    top: 0.3rem;
  }
  .g-container .grbl4::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 4%;
    top: -1.2rem;
  }
  .g-container .grbl5::before {
    width: 1.5rem;
    height: 1.5rem;
    left: 30%;
    top: -0.7rem;
  }
  .g-container .grbl6::before {
    width: 0.29rem;
    height: 0.29rem;
    left: 45%;
    top: -1.2rem;
  }
  .g-container .grbl7::before {
    width: 2.2rem;
    height: 2.2rem;
    left: -3%;
    top: 0.5rem;
  }
  .g-container .grbl8::before {
    width: 0.8rem;
    height: 0.8rem;
    left: 8%;
    top: 3rem;
  }
  .g-container .grbl9::before {
    width: 1.24rem;
    height: 1.24rem;
    right: 14%;
    top: -0.6rem;
  }
  .g-container .grbl10::before {
    width: 0.8rem;
    height: 0.8rem;
    right: 40%;
    top: -0.6rem;
  }
  .g-container .grbl11::before {
    width: 0.29rem;
    height: 0.29rem;
    right: 60%;
    top: 0.1rem;
  }
  .g-container .grbl12::before {
    width: 0.6rem;
    height: 0.6rem;
    right: 10%;
    top: 2.5rem;
  }
  .g-container .grbl13::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 10%;
    top: -0.6rem;
  }
  .g-container .grbl14::before {
    width: 0.29rem;
    height: 0.29rem;
    right: 7%;
    top: -0.7rem;
  }
  .g-container .grbl15::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 10%;
    top: -0.6rem;
  }
  .g-container .grbl16::before {
    width: 0.52rem;
    height: 0.52rem;
    right: 4%;
    top: 0.4rem;
  }
  .g-container .grbl17::before {
    width: 1.5rem;
    height: 1.5rem;
    left: 30%;
    top: -1.2rem;
  }
  .g-container .grbl18::before {
    width: 0.29rem;
    height: 0.29rem;
    left: 50%;
    top: -1.5rem;
  }
  .g-container .grbl19::before {
    width: 1.5rem;
    height: 1.5rem;
    right: -10%;
    top: -1.4rem;
  }
  .section-1 .sec1List {
    margin-top: 0.6rem;
  }
  .section-1 .sec1List .item {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.4rem 0;
    height: auto;
  }
  .section-1 .sec1List .item .content {
    padding-left: 3%;
  }
  .section-1 .sec1List .item .content .title {
    font-size: 0.38rem;
    margin-bottom: 0.2rem;
  }
  .section-1 .sec1List .item .content .text {
    font-size: 0.28rem;
    line-height: 1.8;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-1 .sec1List .item .right {
    width: 92%;
    margin-left: auto;
  }
  .section-1 .swiper {
    margin-top: 1.2rem;
    height: 10rem;
  }
  .section-1 .swiper .swiper-slide {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.4rem 0;
  }
  .section-1 .swiper .swiper-slide .content {
    padding-left: 3%;
  }
  .section-1 .swiper .swiper-slide .content .title {
    font-size: 0.38rem;
    margin-bottom: 0.2rem;
  }
  .section-1 .swiper .swiper-slide .content .text {
    font-size: 0.28rem;
    line-height: 1.8;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-1 .swiper .swiper-slide .right {
    width: 92%;
    margin-left: auto;
  }
  .section-1 .swiper .swiper-pagination {
    left: 5%;
    top: 55%;
  }
  .section-1 .more {
    margin: 0.4rem 0 0 3%;
  }
  .section-1 .more a {
    font-size: 0.26rem;
  }
  .section-1 .more a .icon {
    width: 0.35rem;
    height: auto;
    margin-left: 0.2rem;
  }
  .section-2 {
    padding: 1rem 0 1.2rem;
    position: relative;
  }
  .section-2 .brief .text {
    max-width: 100%;
    line-height: 1.8;
    font-size: 0.28rem;
  }
  .section-2 .proBox {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-2 .proBox .inner {
    width: 100%;
    position: relative;
    font-size: 0.3rem;
    text-align: center;
  }
  .section-2 .proBox .inner .item {
    width: 100%;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .section-2 .proBox .inner .item .imgs {
    width: 100%;
    height: 4.4rem;
  }
  .section-2 .proBox .inner .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .section-2 .proBox .inner .item .mask .box .button {
    font-size: 0.26rem;
    width: 2rem;
    height: 0.5rem;
  }
  .section-2 .proBox .inner .item .mask .box .button .icon {
    width: 0.3rem;
    height: auto;
  }
  .section-2 .proBox .inner .name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-2 .proBox .more a {
    font-size: 0.32rem;
  }
  .section-2 .proBox .more a .icon {
    width: 0.34rem;
    height: 0.18rem;
    margin-top: 0.4rem;
  }
  .section-3 {
    position: relative;
  }
  .section-3 .head {
    width: 100%;
    height: auto;
  }
  .section-3 .list {
    width: 100%;
    margin-top: 1rem;
    display: block;
  }
  .section-3 .list .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.4rem;
    column-gap: 0.6rem;
    align-items: center;
  }
  .section-3 .list .inner .item {
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 2.5rem;
  }
  .section-3 .list .inner .item .bg {
    border-radius: 2.5rem;
  }
  .section-3 .list .inner .item .bg img {
    border-radius: 2.5rem;
  }
  .section-3 .list .inner .item .mask .title {
    font-size: 0.38rem;
    font-weight: bold;
  }
  .section-3 .list .inner .item .mask .text {
    font-size: 0.26rem;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-3 .list .inner .item .mask .emt {
    width: 100%;
    height: 1.8rem;
    flex-shrink: 0;
  }
  .section-3 .foot {
    width: 100%;
    height: 5.2rem;
    margin-top: -10%;
    padding-left: 4%;
  }
  .section-4 {
    background: #f7f8fa;
    padding: 1.2rem 0;
    height: auto;
  }
  .section-4 .inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .section-4 .le {
    padding-top: 1rem;
  }
  .section-4 .le .title {
    font-size: 0.6rem;
  }
  .section-4 .le .text {
    font-size: 0.3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .section-4 .le .yh {
    margin: 0rem 1rem 0 auto;
  }
  .bread {
    width: 100%;
    margin: 0.26rem 0 0;
  }
  .bread .inner {
    width: 98%;
    padding: 0 0.4rem 0 3%;
  }
  .bread .inner .swiper .swiper-slide {
    font-size: 0.28rem;
  }
  .bread .inner .swiper .swiper-slide a {
    font-size: 0.28rem;
  }
  .bread2 {
    padding: 0.15rem 0;
  }
  .bread2 .tabNav {
    font-size: 0.26rem;
    color: #999999;
  }
  .bread2 .tabNav a {
    font-size: 0.26rem;
    color: #999999;
  }
  .Pages {
    min-height: 70vh;
  }
  .banner2 {
    height: 4.6rem;
  }
  .banner2 .mask .box {
    width: 90%;
    height: auto;
    padding: 0.6rem 0;
  }
  .banner2 .mask .box .en {
    font-size: 0.28rem;
    font-weight: bold;
    flex-shrink: 0;
  }
  .banner2 .mask .box h3 {
    font-size: 0.48rem;
  }
  .banner2 .mask .box .ftitle {
    font-size: 0.26rem;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .product .brief {
    grid-column: 1 / 3;
    left: 3.5%;
    width: calc(100%);
    border-radius: 2.5rem 0px 0px 2.5rem;
    padding: 0.9rem 0.4rem 0.9rem 1rem;
  }
  .product .brief .text {
    font-size: 0.26rem;
  }
  .proMain {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .proMain .proInner {
    background: #fff;
    padding: 0.4rem 0 2rem;
  }
  .proMain .recommend {
    background: #fff;
    padding: 0.35rem 3%;
    box-sizing: border-box;
  }
  .proMain .recommend .boxs:last-child {
    margin-top: 1rem;
  }
  .proMain .recommend .title {
    font-weight: bold;
    font-size: 0.3rem;
  }
  .proMain .recommend .list {
    margin-top: 0.3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.2rem;
    row-gap: 0.4rem;
  }
  .proMain .recommend .list .inner {
    width: 100%;
    position: relative;
    font-size: 0.28rem;
    text-align: center;
  }
  .proMain .recommend .list .inner .item {
    width: 100%;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .proMain .recommend .list .inner .item .imgs {
    width: 100%;
    height: 4rem;
  }
  .proMain .recommend .list .inner .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .proMain .recommend .list .inner .item .mask {
    display: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 102, 204, 0.3), rgba(0, 102, 204, 0.3));
  }
  .proMain .recommend .list .inner .item .mask .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    padding: 0.2rem;
  }
  .proMain .recommend .list .inner .item .mask .box a {
    color: #fff;
  }
  .proMain .recommend .list .inner .item .mask .box .button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 0.1rem 0.3rem;
    background: #1a1a1a;
    transition: all 0.3s;
  }
  .proMain .recommend .list .inner .item .mask .box .button .icon {
    width: 0.3rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }
  .proMain .recommend .list .inner .name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .proMain .recommend .list .items {
    width: 100%;
  }
  .proMain .recommend .list .items a .name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 0.26rem;
  }
  .proMain .recommend .list .items a .imgs {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .proDeta {
    background: #f4f4f4;
    width: 100%;
  }
  .proDeta .bread2 {
    margin-top: 1.2rem;
    width: 100%;
  }
  .proDeta .head {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    height: auto;
    padding: 0 6% 1rem;
  }
  .proDeta .head .content {
    height: 100%;
  }
  .proDeta .head .content .box {
    height: auto;
  }
  .proDeta .head .content h3 {
    font-size: 0.36rem;
  }
  .proDeta .head .content .text {
    margin: 0.2rem 0 auto;
    font-size: 0.26rem;
  }
  .proDeta .head .content .info .item {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
  }
  .proDeta .head .content .info .item .label {
    color: #767676;
    min-width: 1.4rem;
  }
  .proDeta .head .content .info .item .value {
    display: flex;
    align-items: center;
  }
  .proDeta .head .content .info .item .value .tab {
    padding: 0.1rem 0.24rem;
    background: #f7f8fc;
    margin-right: 0.1rem;
    border-radius: 2px;
    border: 1px solid #f7f8fc;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.26rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .proDeta .head .content .info .item .value .tab:hover {
    background: #f7f8fc;
    border: 1px solid #f7f8fc;
    color: #000;
  }
  .proDeta .head .content .info .item .value .sub,
  .proDeta .head .content .info .item .value .add {
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    background: #f7f8fc;
    transition: all 0.3s;
    cursor: pointer;
  }
  .proDeta .head .content .info .item .value .sub:hover,
  .proDeta .head .content .info .item .value .add:hover {
    background: #eaf4ff;
    border: 1px solid #0066cc;
    color: #0066cc;
  }
  .proDeta .head .content .info .item .value .num {
    margin: 0 0.2rem;
    font-size: 0.3rem;
  }
  .proDeta .head .content .foot {
    margin-top: 0.4rem;
  }
  .proDeta .head .content .foot .pice {
    font-size: 0.42rem;
  }
  .proDeta .head .content .foot .button {
    font-size: 0.28rem;
  }
  .proDeta .head .right {
    width: 100%;
    overflow: hidden;
  }
  .proDeta .head .right .mySwiper2 {
    height: 6.75rem;
  }
  .proDeta .head .right .mySwiper {
    width: 100%;
    height: 1.2rem;
  }
  .proDeta .head .right .mySwiper .swiper-button-prev,
  .proDeta .head .right .mySwiper .swiper-button-next {
    display: none;
  }
  .proDeta .center {
    padding: 0 3%;
    width: 100%;
  }
  .proDeta .center .tabs {
    width: 100%;
    padding-left: 3%;
    background: #e2eefa;
    border-radius: 0 2.5rem 2.5rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .proDeta .center .tabs .tab {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    padding: 0.12rem 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }
  .proDeta .center .tabs .tab.active {
    background: #0066cc;
    border-radius: 0.5rem;
    color: #fff;
  }
  .proDeta .center .tabs .tab:hover {
    background: #0066cc;
    border-radius: 0.5rem;
    color: #fff;
  }
  .proDeta .center .main {
    margin: 0.28rem 0;
  }
  .proDeta .center .main table {
    border-collapse: collapse;
  }
  .proDeta .center .main table thead th {
    font-size: 0.2rem;
    padding: 0.15rem 0.05rem;
  }
  .proDeta .center .main table tbody td {
    font-size: 0.2rem;
    padding: 0.15rem 0.1rem;
  }
  .proDeta .center .main .table2 {
    margin-top: 0.3rem;
    width: 100%;
  }
  .proDeta .center .main .biao {
    margin-top: 0.2rem;
    width: 100%;
  }
  .proDeta .center .main .biao .title {
    font-weight: bold;
    font-size: 0.26rem;
    background: #f7f8fc;
    padding: 0.15rem 0.3rem;
  }
  .proDeta .center .main .biao .item {
    width: 100%;
    display: grid;
    grid-template-columns: 35% 1fr;
  }
  .proDeta .center .main .biao .item .label {
    font-size: 0.26rem;
  }
  .proDeta .center .main .biao .item .value {
    font-size: 0.26rem;
  }
  .proDeta .center .main .model {
    margin-top: 0.5rem;
  }
  .proDeta .center .main .model .title {
    margin-bottom: 0.15rem;
    font-size: 0.34rem;
  }
  .proDeta .center .main .model .content {
    font-size: 0.28rem;
    line-height: 1.8;
    text-align: justify;
  }
  .proDeta .center .main-3 .item {
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
  }
  .proDeta .center .main-3 .item .icon {
    width: 1rem;
    height: auto;
  }
  .proDeta .center .main-3 .item .info {
    flex: 1;
  }
  .proDeta .center .main-3 .item .info .name {
    color: #0773d4;
    font-size: 0.28rem;
  }
  .proDeta .center .main-3 .item .info .tip {
    font-size: 0.26rem;
  }
  .proDeta .center .main-3 .item .info .inp {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .proDeta .center .main-3 .item .info .inp .code {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 0 0.15rem;
    height: 0.6rem;
    background: #0773d4;
    text-align: center;
    color: #fff;
    line-height: 0.6rem;
    font-size: 0.28rem;
    margin-left: 0.1rem;
    flex-shrink: 0;
  }
  .proDeta .center .main-3 .item .info input {
    display: block;
    width: 100%;
    height: 0.6rem;
    padding: 0 0.1rem;
    font-size: 0.12rem;
  }
  .proDeta .center .main-3 .item .info button {
    font-size: 0.26rem;
  }
  .proDeta .center .main-4 .content p {
    margin-bottom: 0.2rem;
  }
  .proDeta .center .main-6 .content {
    margin-top: 0.6rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .proDeta .center .main-6 .content h4 {
    font-size: 0.34rem;
    font-weight: normal;
  }
  .proDeta .center .main-6 .content .tip {
    padding: 0.1rem 0.2rem;
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    background: #f7f8fc;
    border-radius: 0.5rem;
    margin: 0.27rem 0;
  }
  .proDeta .center .main-6 .content .cal {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .proDeta .center .main-6 .content .cal .item {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.25rem;
  }
  .proDeta .center .main-6 .content .cal .item .name {
    font-size: 0.3rem;
  }
  .proDeta .center .main-6 .content .cal .item .input {
    margin-top: 0.15rem;
  }
  .proDeta .center .main-6 .content .cal .item .input input {
    width: 100%;
    height: 0.6rem;
    font-size: 0.26rem;
  }
  .proDeta .center .main-6 .content .cal .item .input .unit {
    width: 1.8rem;
    height: 0.6rem;
    flex-shrink: 0;
    margin-left: 0.15rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .proDeta .center .main-6 .content .cal .item .input select {
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
  .proDeta .center .main-6 .content .count {
    color: #fff;
    background: #0066cc;
    font-size: 0.28rem;
    padding: 0.2rem 1.1rem;
    border-radius: 0.5rem;
    margin-top: 0.6rem;
  }
  .faq .item {
    margin-top: 0.4rem;
  }
  .faq .item .answer {
    font-size: 0.3rem;
  }
  .faq .item .question {
    font-size: 0.28rem;
    color: #767676;
    margin-top: 0.1rem;
  }
  .search .proBox {
    padding: 0 3%;
    grid-template-columns: repeat(2, 1fr);
  }
  .search .empty .box {
    font-size: 0.3rem;
    color: #333;
  }
  .service .fw-1 .text {
    font-size: 0.28rem;
  }
  .service .fw-1 .swiper .swiper-slide {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.28rem;
  }
  .service .fw-1 .swiper .swiper-slide .item .imgs {
    width: 100%;
    height: 1.2rem;
  }
  .service .fw-1 .swiper .swiper-slide .item .name {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .service .fw-1 .swiper .swiper-button-prev,
  .service .fw-1 .swiper .swiper-button-next {
    top: 96%;
  }
  .service .fw-1 .swiper .swiper-button-prev::after,
  .service .fw-1 .swiper .swiper-button-next::after {
    font-size: 0.4rem;
    color: #000;
  }
  .service .fw-1 .swiper .swiper-button-prev {
    left: 68%;
  }
  .service .fw-1 .swiper .swiper-button-next {
    right: 2%;
  }
  .service .fw-1 .swiper .swiper-pagination {
    top: 90%;
    padding-right: 12%;
    font-size: 0.32rem;
  }
  .service .fw-1 .swiper .swiper-pagination-current {
    font-size: 0.4rem;
  }
  .service .fw-2 {
    width: 100%;
    height: auto;
    margin: 0.4rem 0 0;
  }
  .service .fw-3 {
    padding: 1rem 0;
    background: #f6f5ff;
  }
  .service .fw-3 .inner .tip {
    font-size: 0.28rem;
  }
  .service .fw-3 .inner .form-group {
    margin: 0.2rem 0;
  }
  .service .fw-3 .inner .form-group textarea {
    width: 100%;
    height: 1.8rem;
    outline: none;
    display: block;
    padding: 0.2rem;
    font-size: 0.26rem;
    box-sizing: border-box;
    border-color: #eeeeee;
  }
  .service .fw-3 .inner .form-group .name {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .service .fw-3 .inner .form-group .inpt input {
    display: block;
    width: 60%;
    height: 0.6rem;
    border: 1px solid #bfbfbf;
    padding: 0 0.1rem;
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
  .service .fw-3 .inner .form-group .inpt .code {
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.26rem;
    margin-top: 5px;
  }
  .service .fw-3 .inner .submit {
    font-size: 0.28rem;
  }
  .service .fw-3 .inner:last-child {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: 10.1rem 1fr;
    gap: 0.9rem;
    width: 100%;
    align-items: center;
  }
  .service .fw-3 .inner:last-child .le {
    position: relative;
    width: 100%;
    height: 5.2rem;
    border-radius: 0px 2.5rem 2.5rem 0px;
  }
  .service .fw-3 .inner:last-child .le .imgs {
    position: relative;
    left: -1.55rem;
    width: calc(100% + 1.55rem);
    height: 100%;
    border-radius: 0px 2.5rem 2.5rem 0px;
  }
  .service .fw-3 .inner:last-child .le .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0px 2.5rem 2.5rem 0px;
  }
  .service .fw-3 .inner:last-child .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service .fw-3 .inner:last-child .right .item {
    margin-top: 0.6rem;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .service .fw-3 .inner:last-child .right .item .name {
    font-size: 0.36rem;
    color: #767676;
    font-weight: normal;
  }
  .service .fw-3 .inner:last-child .right .icon {
    width: 0.8rem;
    height: 0.68rem;
  }
  .service .fw-3 .inner:last-child .right .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .fuwuDeta .head {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .fuwuDeta .head .imgs {
    width: 100%;
  }
  .fuwuDeta .head .content .text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .fuwuDeta .tabs {
    width: 100%;
    padding-left: 3%;
    background: #e2eefa;
    border-radius: 0 2.5rem 2.5rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .fuwuDeta .tabs .tab {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    padding: 0.12rem 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }
  .fuwuDeta .tabs .tab.active {
    background: #0066cc;
    border-radius: 0.5rem;
    color: #fff;
  }
  .fuwuDeta .tabs .tab:hover {
    background: #0066cc;
    border-radius: 0.5rem;
    color: #fff;
  }
  .fuwuDeta .fw-head {
    text-align: center;
  }
  .fuwuDeta .fw-head h3 {
    font-size: 0.36rem;
  }
  .fuwuDeta .fw-head .tip {
    color: #767676;
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
  .fuwuDeta .process {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.88rem;
    padding: 0.8rem 0;
  }
  .fuwuDeta .process .item {
    width: 100%;
    height: 3rem;
    border-radius: 2.5rem;
    background: #f7f8fc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.2rem;
    position: relative;
  }
  .fuwuDeta .process .item .name {
    text-align: center;
    width: 100%;
    height: 1rem;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .fuwuDeta .process .item::after {
    content: '';
    display: block;
    position: absolute;
    right: -0.55rem;
    background: url(../img/icon/right.png) no-repeat center;
    width: 0.35rem;
    height: 0.9rem;
  }
  .fuwuDeta .process .item:last-child {
    margin-right: 0;
  }
  .fuwuDeta .process .item:last-child::after {
    display: none;
  }
  .fuwuDeta .proces {
    padding: 0.6rem 0;
    width: 100%;
  }
  .fuwuDeta .proces img {
    max-width: 100% !important;
    display: block;
    width: fit-content !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto;
  }
  .fuwuDeta .main {
    position: relative;
    box-sizing: border-box;
  }
  .fuwuDeta .main .content {
    margin-top: 0.8rem;
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .fuwuDeta .main .content p {
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .fuwuDeta .main .content img {
    width: fit-content !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    max-width: 100% !important;
    height: 100%;
    display: block;
    margin: 0.1rem auto;
  }
  .fuwuDeta .main-2 {
    width: 100%;
    border-radius: 0;
    padding: 0.7rem 3%;
    height: auto;
  }
  .fuwuDeta .main-2 .content {
    flex-direction: column;
    margin-top: 0;
  }
  .fuwuDeta .main-2 .fw-head {
    text-align: left;
  }
  .fuwuDeta .main-2 .text {
    margin-top: 0.45rem;
    font-size: 0.28rem;
  }
  .fuwuDeta .main-3 {
    width: 100%;
    border-radius: 0;
    padding: 0.7rem 3%;
    box-sizing: border-box;
    height: auto;
  }
  .fuwuDeta .main-3 .content {
    flex-direction: column;
    margin-top: 0;
  }
  .fuwuDeta .main-3 p {
    font-size: 0.28rem;
    margin: 5px 0;
  }
  .fuwuDeta .main-3 .fw-head {
    text-align: left;
  }
  .fuwuDeta .main-3 .text {
    font-size: 0.28rem;
    margin-top: 0.45rem;
    line-height: 1.8;
  }
  .fuwuDeta .main-3 .text p {
    font-size: 0.28rem;
    margin: 5px 0;
  }
  .fuwuDeta .main-4 {
    padding-bottom: 1.2rem;
  }
  .fuwuDeta .main-5 .select {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin: 0.75rem 0;
  }
  .fuwuDeta .main-5 .select .tab {
    font-size: 0.28rem;
  }
  .fuwuDeta .main-5 .select .tab .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .fuwuDeta .main-5 .body h3 {
    font-size: 0.3rem;
  }
  .fuwuDeta .main-5 .body .item {
    margin-top: 0.3rem;
  }
  .fuwuDeta .main-5 .body .item .name {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .fuwuDeta .main-5 .body .item .text p {
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .fuwuDeta .main-6 {
    padding: 1.1rem 0;
  }
  .fuwuDeta .main-6 .tabel .inner .label {
    font-size: 0.28rem;
    width: 2.2rem;
  }
  .fuwuDeta .main-6 .tabel .inner .value .item {
    font-size: 0.28rem;
    padding: 0.12rem;
  }
  .fuwuDeta .main-7 .form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .fuwuDeta .main-7 .item {
    width: 100%;
    margin-top: 0.3rem;
  }
  .fuwuDeta .main-7 .item .title {
    font-size: 0.28rem;
  }
  .fuwuDeta .main-7 .item input {
    font-size: 0.28rem;
    height: 0.8rem;
  }
  .fuwuDeta .main-7 .item textarea {
    font-size: 0.28rem;
    height: 1.6rem;
  }
  .fuwuDeta .main-7 .submit {
    font-size: 0.28rem;
  }
  .cust .text {
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .cust .main2-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    align-items: center;
    margin: 1rem 3%;
  }
  .cust .main2-2 .fw-head {
    text-align: left;
  }
  .cust .main2-2 .imgs {
    width: 100%;
    height: auto;
  }
  .cust .main2-2 .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cust .main2-2 .text {
    width: 100%;
  }
  .cust .main2-2 .text p {
    font-size: 0.28rem;
  }
  .cust .main2-3 .swiper {
    padding-bottom: 1.2rem;
  }
  .cust .main2-3 .swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .cust .main2-3 .swiper .swiper-slide .mask {
    padding: 0.45rem 0.2rem;
    text-align: center;
  }
  .cust .main2-3 .swiper .swiper-slide .mask .box .text {
    font-size: 0.26rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .cust .main2-3 .swiper .swiper-pagination {
    top: 95%;
    width: 80%;
  }
  .cust .main2-3 .swiper .swiper-button-next,
  .cust .main2-3 .swiper .swiper-button-prev {
    top: 95%;
  }
  .cust .main2-3 .swiper .swiper-button-next i,
  .cust .main2-3 .swiper .swiper-button-prev i {
    font-size: 0.5rem;
    color: #767676;
  }
  .cust .main2-3 .swiper .swiper-button-next::after,
  .cust .main2-3 .swiper .swiper-button-prev::after {
    display: none;
  }
  .cust .main2-3 .swiper .swiper-button-prev {
    left: 82%;
  }
  .cust .main2-4 .swiper {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .cust .main2-4 .swiper .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cust .main2-4 .swiper .swiper-slide .imgs {
    width: 100%;
    height: auto;
  }
  .cust .main2-4 .swiper .swiper-slide .name {
    font-size: 0.26rem;
    margin: 0.2rem 0;
  }
  .cust .main2-4 .swiper .swiper-slide .mask .text {
    font-size: 0.26rem;
    color: #767676;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.1rem;
  }
  .cust .main2-4 .swiper .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #0066cc;
  }
  .resource .tabs {
    flex-wrap: wrap;
  }
  .resource .tabs .tab {
    font-size: 0.28rem;
  }
  .resource .searchBox {
    margin: 0.75rem 0 0.46rem;
    width: 100%;
  }
  .resource .searchBox .search {
    height: 0.8rem;
  }
  .resource .searchBox .search input {
    font-size: 0.28rem;
  }
  .resource .searchBox .search span {
    width: 1.3rem;
    font-size: 0.4rem;
  }
  .resource .resList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
    width: 100%;
  }
  .resource .resList .item {
    display: flex;
    flex-direction: column;
    border-radius: 0.2rem;
  }
  .resource .resList .item .info {
    width: 100%;
  }
  .resource .resList .item .info .name h5 {
    font-size: 0.3rem;
  }
  .resource .resList .item .info .name .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .resource .resList .item .info .tips {
    color: #666;
    font-size: 0.25rem;
  }
  .resource .resList .item .info .tips .ite {
    margin-right: 0.5rem;
  }
  .resource .resList .item .info .tips .ite:last-child {
    margin-right: 0;
  }
  .resource .resList .item .info .date {
    color: #666;
    font-size: 0.25rem;
    margin-top: 0.2rem;
  }
  .resource .resList .item .dwon a,
  .resource .resList .item .dwon button {
    font-size: 0.26rem;
  }
  .resource .resList .item .dwon a:hover,
  .resource .resList .item .dwon button:hover {
    background: #0066cc;
    color: #fff;
  }
  .resource .resList .item .dwon {
    margin-left: auto;
  }
  .resource .newList a {
    display: block;
    margin-bottom: 0.25rem;
  }
  .resource .newList .item {
    width: 100%;
    height: auto;
    padding: 0.3rem;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .resource .newList .item .imgs {
    width: 100%;
    height: auto;
  }
  .resource .newList .item .content {
    margin-top: 0.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .resource .newList .item .content .title {
    font-size: 0.32rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .resource .newList .item .content .tip {
    margin: 5px 0;
    display: flex;
    align-items: center;
    font-size: 0.26rem;
  }
  .resource .newList .item .content .tip .ico {
    width: 0.26rem;
    height: 0.26rem;
  }
  .resource .newList .item .content .text {
    margin-bottom: auto;
    color: #767676;
    font-size: 0.28rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .resource .newList .item .content .look {
    margin-top: 0.2rem;
    color: #0066cc;
    font-size: 0.26rem;
  }
  .resource .problemList {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
  .resource .problemList .left .tabList {
    width: 100%;
  }
  .resource .problemList .left .tabList .tab {
    font-size: 0.28rem;
  }
  .resource .problemList .content {
    padding: 0.2rem 0.3rem;
  }
  .resource .problemList .content .top .name {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .resource .problemList .content .top .time {
    font-size: 0.28rem;
  }
  .resource .problemList .content .faq .item {
    margin-top: 0.4rem;
  }
  .resource .problemList .content .faq .item .answer {
    font-size: 0.32rem;
  }
  .resource .problemList .content .faq .item .question {
    font-size: 0.28rem;
    color: #767676;
    margin-top: 0.1rem;
  }
  .lxwm {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1rem 0;
  }
  .lxwm .inner h4 {
    font-size: 0.36rem;
    margin-bottom: 0.6rem;
  }
  .lxwm .inner .map {
    width: 100%;
    height: 8rem;
  }
  .lxwm .inner map {
    width: 100%;
    height: 8rem;
  }
  .lxwm .view {
    padding: 3%;
    width: 100%;
  }
  .lxwm .view .lists {
    grid-template-columns: repeat(1, 1fr);
  }
  .lxwm .view .lists .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .lxwm .view .lists .item .icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .lxwm .view .lists .item .info {
    font-size: 0.32rem;
  }
  .lxwm .view .lists .item .info .name {
    font-size: 0.26rem;
    color: #767676;
  }
  .lxwm .view .lists .item .info .tel {
    font-size: 0.26rem;
  }
  .lxwm .view:last-child {
    margin-top: 0.8rem;
  }
  .lxwm .view:last-child form {
    display: flex;
    flex-direction: column;
  }
  .lxwm .view:last-child .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .lxwm .view:last-child .item .title {
    font-size: 0.28rem;
  }
  .lxwm .view:last-child .item input {
    font-size: 0.28rem;
    height: 0.8rem;
  }
  .lxwm .view:last-child .item textarea {
    width: 100%;
    height: 0.7rem;
    padding: 0.1rem;
    box-sizing: border-box;
    font-size: 0.26rem;
    margin-top: 5px;
    border: 1px solid #eeeeee;
    outline: none;
  }
  .lxwm .view:last-child .item:last-child {
    margin-top: 0.4rem;
  }
  .lxwm .view:last-child .submit {
    font-size: 0.28rem;
  }
  .login-dialog .popup {
    width: 90vw;
  }
  .login-dialog .popup .top .title {
    font-size: 0.36rem;
  }
  .login-dialog .popup .top .close i {
    font-size: 0.5rem;
  }
  .login-dialog .popup .rg .tabs .tab {
    font-size: 0.26rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .login-dialog .popup .rg .tabs .tab.active {
    color: #0066cc;
    font-size: 0.3rem;
  }
  .login-dialog .popup .rg .title {
    font-size: 0.28rem;
  }
  .login-dialog .popup .rg .tip {
    font-size: 0.24rem;
  }
  .login-dialog .popup .rg form {
    width: 100%;
  }
  .login-dialog .popup .rg form .item input {
    height: 0.7rem;
    font-size: 0.26rem;
  }
  .login-dialog .popup .rg form .item button {
    flex-shrink: 0;
    padding: 0 0.2rem;
    font-size: 0.26rem;
  }
  .login-dialog .popup .rg form .login {
    height: 0.7rem;
  }
  .login-dialog .popup .rg form .login button {
    font-size: 0.28rem;
  }
  .login-dialog .popup .rg form .checkbox {
    margin-top: 0.2rem;
    font-size: 0.26rem;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
}
