/*  隐藏滚动条 */
@media (min-width: 770px) and (max-width: 1380px) {
  .banner {
    height: auto;
    position: relative;
  }
  .banner .head {
    height: auto;
    margin-top: 1rem;
  }
  .banner .head .swiper {
    height: 8rem;
    width: 100%;
  }
  .banner .head .swiper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    box-sizing: border-box;
  }
  .banner .head .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .head .swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .head .swiper .swiper-slide .pay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .head .swiper .swiper-slide .pay a {
    color: #00adbb;
    font-size: 0.16rem;
    display: block;
    padding: 0.18rem 0.5rem;
    border: 1px solid #00adbb;
    border-radius: 0.4rem;
  }
  .banner .head .swiper .swiper-slide .title {
    position: absolute;
    color: #fff;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.5rem;
    font-weight: bold;
  }
  .banner .head .swiper .swiper-pagination {
    bottom: 0.6rem;
  }
  .banner .head .swiper .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.1rem;
    background: rgba(0, 173, 187, 0.8);
    border-radius: 0.05rem;
    margin: 0 0.05rem;
  }
  .banner .head .swiper .swiper-pagination-bullet-active {
    width: 0.7rem;
    height: 0.1rem;
    background: #00adbb;
    border-radius: 5px;
  }
  .banner .body .PC {
    display: none;
  }
  .banner .body .phone {
    display: block;
  }
  .banner .body .phone .content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border-radius: 0.3rem;
    transition: all 0.5s ease;
    position: relative;
  }
  .banner .body .phone .swiper {
    height: 100%;
    width: 100%;
    height: max-content;
    padding-bottom: 0.8rem;
    transition: width 0.01s ease;
  }
  .banner .body .phone .swiper .swiper-slide {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0.4rem 0.4rem;
    transition: all 0.1s;
  }
  .banner .body .phone .swiper .swiper-slide h2 {
    font-size: 0.6rem;
    line-height: 1.8;
    font-weight: bold;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .banner .body .phone .swiper .swiper-slide .text {
    font-size: 0.3rem;
    margin-top: 0.28rem;
    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;
  }
  .banner .body .phone .swiper .swiper-slide .btn {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
  }
  .banner .body .phone .swiper .swiper-slide .btn .inner {
    margin-right: 0.2rem;
    display: block;
  }
  .banner .body .phone .swiper .swiper-slide .btn .inner button {
    padding: 0.17rem 0.34rem;
    background-color: #00adbb;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 0.26rem;
  }
  .banner .body .phone .swiper .swiper-slide .btn .inner:last-child {
    margin-right: 0;
  }
  .banner .body .phone .swiper .swiper-slide .btn .inner:last-child button {
    background-color: transparent;
    color: #00adbb;
    border: 1px solid #00adbb;
  }
  .banner .body .phone .swiper .swiper-slide .imgs {
    padding: 0 0.5rem;
    margin-top: 0.7rem;
    max-width: 100%;
    height: 100%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
  }
  .banner .body .phone .swiper .swiper-pagination {
    bottom: 0.4rem;
  }
  .banner .body .phone .swiper .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.1rem;
    background: rgba(0, 173, 187, 0.8);
    border-radius: 5px;
    margin: 0 0.05rem;
  }
  .banner .body .phone .swiper .swiper-pagination-bullet-active {
    width: 0.7rem;
    height: 0.1rem;
    background: #00adbb;
    border-radius: 5px;
  }
  .bannBox .banners {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.8rem;
  }
  .bannBox .banners .in {
    width: 100%;
    height: 100%;
  }
  .bannBox .banners .imgs {
    width: 100%;
    height: 6rem;
    border-radius: 0.2rem;
  }
  .bannBox .banners .imgs img {
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .bannBox .banners h2 {
    text-align: center;
    margin: 0.76rem 0 0.52rem;
  }
  .PC {
    display: block;
  }
  .section-4 {
    height: 7.5rem;
    position: relative;
  }
  .section-4 .imgs {
    height: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
  }
  .section-4 .imgs img {
    transform: scale(1);
    object-fit: cover;
    transition: transform 0.8s;
  }
  .section-4 .mask {
    position: absolute;
    color: #fff;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
  }
  .section-4 .mask h2 {
    font-size: 0.16rem;
    width: 2.5rem;
    height: 0.5rem;
    background: #00adbb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
  }
  .section-4 .more {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0.32rem 0.2rem;
    border-radius: 0.4rem;
    border: 2px solid #ffffff;
    display: block;
    font-size: 0.24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  .section-4 .more p {
    writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
  }
  .section-4 .more i {
    margin-top: 0.1rem;
    font-size: 0.25rem;
  }
  .section-5 {
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
  }
  .section-5 h2 {
    text-align: center;
  }
  .section-5 .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-5 .newList {
    margin-top: 0.4rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.28rem;
  }
  .section-5 .newList .inner {
    background: #f6f6f6;
    border-radius: 0.2rem;
  }
  .section-5 .newList .inner .imgs {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 3rem;
    position: relative;
    overflow: hidden;
  }
  .section-5 .newList .inner .imgs img {
    border-radius: 0.2rem 0.2rem 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.5s;
  }
  .section-5 .newList .inner .content {
    padding: 0.2rem;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .section-5 .newList .inner .content h3 {
    font-size: 0.24rem;
    line-height: 1.6;
    width: 100%;
    -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-5 .newList .inner .content .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-5 .newList .inner .content .foot .mores {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
  }
  .section-5 .newList .inner .content .foot .mores i {
    font-size: 0.2rem;
    font-weight: bold;
  }
  .section-5 .newList .inner .content .foot .view,
  .section-5 .newList .inner .content .foot .date {
    color: #8e8e8e;
  }
  .section-5 .newList .inner .content .foot .tip {
    color: #00adbb;
    font-size: 0.22rem;
  }
  .section-5 .newList .inner:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .section-5 .newList .inner:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .section-5 .more {
    margin-top: 0.5rem;
    display: block;
  }
  .section-5 .more button {
    padding: 0.17rem 0.34rem;
    background-color: #00adbb;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 0.26rem;
  }
  .section-6 {
    background: #f5f5f7;
    padding: 1rem 0 1.4rem;
  }
  .section-6 .main {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: 8rem auto;
    box-sizing: border-box;
  }
  .section-6 .main .le {
    border-right: 1px dotted #646464;
    padding: 0.08rem 0.55rem 0.5rem 0;
  }
  .section-6 .main .le h3 {
    font-size: 0.35rem;
    font-weight: normal;
    margin-bottom: 0.4rem;
  }
  .section-6 .main .le p.text {
    font-size: 0.26rem;
    line-height: 1.6;
    margin-top: 0.4rem;
  }
  .section-6 .main .le .address {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
  }
  .section-6 .main .le .address .icon {
    width: 0.28rem;
    height: 0.34rem;
  }
  .section-6 .main .le .address span {
    font-size: 0.28rem;
    margin-left: 0.15rem;
  }
  .section-6 .main .rg {
    padding-left: 0.55rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .section-6 .main .rg .inner {
    display: flex;
    align-items: center;
  }
  .section-6 .main .rg .inner .icon {
    min-width: 0.6rem;
    padding-left: 0.1rem;
  }
  .section-6 .main .rg .inner .icon img {
    width: 0.31rem;
    height: 0.31rem;
    object-fit: contain;
  }
  .section-6 .main .rg .inner span {
    font-size: 0.26rem;
  }
  .section-6 .main .rg .lx {
    margin: 0 0 0.3rem;
  }
  .section-6 .main .rg .lx .icon {
    padding-left: 0.06rem;
  }
  .section-6 .main .rg .lx .icon img {
    width: 0.38rem;
    height: 0.32rem;
  }
  .chef .w {
    width: 16.65rem;
  }
  .chef .banners {
    margin-top: 1.8rem;
  }
  .chef .banners .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .chef .banners .title h2 {
    font-size: 0.6rem;
    font-family: 'HarmonyOS_bold';
  }
  .chef .banners .title h4 {
    font-size: 0.32rem;
    font-family: 'HarmonyOS_Medium';
  }
  .chef .banners .swiper .swiper-slide {
    border-radius: 0.35rem;
    height: 7.5rem;
  }
  .chef .banners .swiper .swiper-slide img {
    border-radius: 0.35rem;
    object-fit: cover;
  }
  .chef .banners .imgs {
    border-radius: 0.35rem;
    height: 7.5rem;
  }
  .chef .banners .imgs img {
    border-radius: 0.35rem;
    object-fit: cover;
  }
  .chef .know .title h2 {
    font-weight: 'HM';
    font-size: 0.5rem;
  }
  .chef .know .myswiper {
    margin-left: 6.5%;
  }
  .chef .know .swiper {
    padding-bottom: 1.5rem;
  }
  .chef .know .swiper .swiper-slide {
    height: 7rem;
    position: relative;
    color: #fff;
    border-radius: 0.2rem;
  }
  .chef .know .swiper .swiper-slide .inner {
    height: 100%;
    border-radius: 0.2rem;
    cursor: pointer;
  }
  .chef .know .swiper .swiper-slide .inner .imgs {
    height: 100%;
  }
  .chef .know .swiper .swiper-slide .inner .imgs img {
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .chef .know .swiper .swiper-slide .inner .content {
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
  }
  .chef .know .swiper .swiper-slide .inner .content h4 {
    font-size: 0.25rem;
  }
  .chef .know .swiper .swiper-slide .inner .content p.text {
    font-size: 0.16rem;
    margin-top: 0.15rem;
  }
  .chef .know .swiper .swiper-slide .inner .add {
    position: absolute;
    bottom: 0.2rem;
    right: 0.1rem;
    font-size: 0.2rem;
    font-weight: bold;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .chef .know .swiper .swiper-button-prev,
  .chef .know .swiper .swiper-button-next {
    top: 92%;
    width: 0.4rem;
    height: 0.4rem;
    background: #e2e2e5;
    border-radius: 50%;
  }
  .chef .know .swiper .swiper-button-prev img,
  .chef .know .swiper .swiper-button-next img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
  }
  .chef .know .swiper .swiper-button-prev::after,
  .chef .know .swiper .swiper-button-next::after {
    display: none;
  }
  .chef .know .swiper .swiper-button-prev {
    left: 88%;
  }
  .chef .know .swiper .swiper-button-next {
    right: 6%;
  }
  .chef .know .know_mask {
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0;
    display: none;
  }
  .chef .know .know_mask .body {
    height: 100%;
    border-radius: 0.2rem;
    position: relative;
    width: 60%;
    padding: 0.5rem 0.8rem 1.2rem;
    background: #fff;
  }
  .chef .know .know_mask .body .close {
    position: absolute;
    right: 0.25rem;
    top: 0.23rem;
    cursor: pointer;
  }
  .chef .know .know_mask .body .close i {
    font-size: 0.25rem;
    padding: 0.1rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    color: #fff;
  }
  .chef .know .know_mask .body .title {
    font-size: 0.5rem;
    margin-top: 0.7rem;
  }
  .chef .know .know_mask .box {
    margin-top: 0.4rem;
    height: 90%;
    padding-bottom: 1rem;
    overflow-y: auto;
    border-radius: 0.2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .chef .know .know_mask .box::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .chef .know .know_mask .box .imgs {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .chef .know .know_mask .box .imgs img {
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .chef .know .know_mask.active {
    display: block;
  }
  .chef .look {
    margin-top: 0.9rem;
    position: relative;
    width: 100%;
  }
  .chef .look .title h2 {
    font-weight: 'HM';
    font-size: 0.5rem;
  }
  .chef .look .box {
    background: #000;
    height: 100%;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
  }
  .chef .look .imgs {
    width: 100%;
    height: 100%;
  }
  .chef .look .imgs img {
    height: 100%;
    object-fit: contain;
  }
  .chef .look .video {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .chef .look .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .chef .shihe {
    margin-top: 0.8rem;
  }
  .chef .shihe .title h2 {
    font-size: 0.5rem;
  }
  .chef .shihe .list {
    box-sizing: border-box;
    margin: 1rem 1.9rem 0;
    padding-bottom: 1.24rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a4a4a4;
  }
  .chef .shihe .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef .shihe .list .item .swiper {
    width: 3.76rem;
    padding-bottom: 0.5rem;
  }
  .chef .shihe .list .item .swiper .swiper-slide {
    width: 100%;
    height: 2.83rem;
  }
  .chef .shihe .list .item .swiper .swiper-slide img {
    object-fit: cover;
  }
  .chef .shihe .list .item .swiper .swiper-pagination-bullet {
    background: rgba(0, 173, 187, 0.8);
    border-radius: 50%;
    margin: 0 0.05rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .chef .shihe .list .item .swiper .swiper-pagination-bullet-active {
    background: #00adbb;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
  }
  .chef .shihe .list .item .spec {
    margin-top: 0.3rem;
  }
  .chef .shihe .list .item .spec .box {
    display: flex;
    align-items: center;
    padding: 0.04rem 0.15rem;
    border: 2px solid #000;
    border-radius: 0.4rem;
    font-size: 0.24rem;
  }
  .chef .shihe .list .item .spec .box i {
    font-size: 0.26rem;
    transform: scale(2);
    margin-right: 0.05rem;
  }
  .chef .shihe .list .item .title {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
    font-family: 'HarmonyOS_bold';
    font-weight: bold;
  }
  .chef .shihe .list .item p.text {
    color: #1b1e27;
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .chef .shihe .list .item .gopay a button {
    background: #00adbb;
    border-radius: 0.4rem;
    font-size: 0.22rem;
    color: #fff;
    padding: 0.15rem 0.4rem;
  }
  .chef .shihe .list .item:nth-of-type(2) .spec .box i {
    color: #929292;
  }
  .chef .shihe .list .item:nth-of-type(3) .spec .box i {
    color: #898d94;
  }
  .chef .shihe .list .item:nth-of-type(3) .gopay a button {
    background: #ccc;
  }
  .chef .shihe .introduce {
    box-sizing: border-box;
    margin: 0.6rem 1.9rem 0;
  }
  .chef .shihe .introduce .lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0.5rem;
  }
  .chef .shihe .introduce .lists li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef .shihe .introduce .lists li .icon {
    margin-bottom: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .chef .shihe .introduce .lists li .icon img {
    object-fit: contain;
  }
  .chef .shihe .introduce .lists li .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef .shihe .introduce .lists li .content p.text {
    line-height: 1.5;
    font-size: 0.2rem;
  }
  .chef .experience {
    background-color: #f5f5f7;
    padding: 0.86rem 0;
  }
  .chef .experience .title h2 {
    font-weight: 'HM';
    font-size: 0.5rem;
  }
  .chef .experience .navs {
    padding-bottom: 0.42rem;
    border-bottom: 1px solid #a4a4a4;
    display: flex;
    margin: 1rem 4rem 0;
    justify-content: space-evenly;
  }
  .chef .experience .navs .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef .experience .navs .inner .title {
    font-size: 0.28rem;
    margin: 0.38rem 0 0.2rem;
  }
  .chef .experience .navs .inner .go a {
    color: #00adbb;
  }
  .chef .experience .navs .inner:nth-child(1) .icons {
    width: 40%;
    height: 0.5rem;
  }
  .chef .experience .navs .inner:nth-child(2) .icons {
    width: 40%;
    height: 0.5rem;
  }
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  .spsj .banners {
    padding: 0 0.8rem;
    box-sizing: border-box;
    height: auto;
  }
  .spsj .banners .box {
    width: 100%;
    position: relative;
    height: 7.5rem;
  }
  .spsj .banners .bg {
    width: 100%;
  }
  .spsj .banners .bg .imgs {
    background: #000;
    width: 100%;
    height: 100%;
  }
  .spsj .banners .bg .imgs img {
    display: block;
    object-fit: cover;
  }
  .spsj .banners .content {
    max-width: 6.6rem;
    position: absolute;
    top: 1.28rem;
    color: #fff;
    left: 8%;
  }
  .spsj .banners .content h2 {
    font-size: 0.55rem;
    font-weight: normal;
  }
  .spsj .banners .content .ftitle {
    font-size: 0.3rem;
    font-weight: normal;
    margin: 0.32rem 0 0.57rem;
  }
  .spsj .banners .content .text {
    font-size: 0.2rem;
    line-height: 1.7;
    opacity: 0.8;
    text-align: justify;
    font-family: 'HarmonyOS_Regular';
  }
  .spsj .banners .content .text span {
    font-weight: bold;
  }
  .spsj .introduce {
    margin-top: -1px;
    padding: 1.3rem 0 1.6rem;
    color: #000;
  }
  .spsj .introduce .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .spsj .introduce .list li {
    padding: 0 0.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .spsj .introduce .list li .icon {
    width: 1.02rem;
    height: 1.02rem;
  }
  .spsj .introduce .list li .title {
    margin: 0.62rem 0 0.52rem;
    font-size: 0.3rem;
  }
  .spsj .introduce .list li .text {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .spsj .spsj-img {
    background-color: #f5f5f7;
    padding: 1.3rem 1.5rem 0.8rem;
    box-sizing: border-box;
  }
  .spsj .spsj-img h3 {
    font-size: 0.5rem;
    margin-bottom: 1.7rem;
    text-align: center;
  }
  .spsj .spsj-img .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spsj .spsj-img .imgs img {
    width: 100%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    object-fit: contain;
  }
  .spsj .spsj-cooperation {
    padding: 0 0 1.25rem;
  }
  .spsj .spsj-cooperation h3 {
    font-size: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .spsj .spsj-cooperation .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spsj .spsj-cooperation .imgs img {
    max-width: 100%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    height: auto;
  }
  .spsj .spsj-cooperation .hz {
    margin-top: 1.35rem;
  }
  .spsj .remark {
    background: #f5f5f7;
    padding: 0.6rem 0;
  }
  .spsj .remark p.text {
    font-size: 0.2rem;
  }
  .spsj .remark p.text a {
    color: #00adbb;
  }
  .spsj .remark p.text:last-child {
    margin-top: 0.2rem;
    margin-left: 0.08rem;
  }
  .spsj .cp {
    height: 8.4rem;
    margin-top: -1px;
    box-sizing: border-box;
  }
  .spsj .cp .box {
    height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0.8rem;
  }
  .spsj .cp .box .imgs {
    width: 100%;
  }
  .spsj .cp .box .imgs img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .spsj .foot {
    padding: 0.1rem 0.8rem 1.11rem;
    margin-top: -1px;
  }
  .spsj .foot .spsj_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.28rem;
  }
  .spsj .foot .spsj_list .item {
    position: relative;
    height: 5.6rem;
    border-radius: 0.6rem;
  }
  .spsj .foot .spsj_list .item .imgs {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 0.6rem;
  }
  .spsj .foot .spsj_list .item .imgs img {
    object-fit: cover;
    border-radius: 0.6rem;
  }
  .spsj .foot .spsj_list .item .inner {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 0.4rem 0.8rem 0.9rem;
    background: #000000;
    background: linear-gradient(31deg, rgba(0, 0, 0, 0.72872899) 6%, rgba(255, 255, 255, 0) 55%);
    border-radius: 0 0 0.6rem 0.6rem;
  }
  .spsj .foot .spsj_list .item .inner h4 {
    font-size: 0.5rem;
  }
  .spsj .foot .spsj_list .item .inner .text {
    font-size: 0.3rem;
    margin-top: 0.25rem;
  }
  .spsj .foot .spsj_list .item:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .spsj .foot .spsj_list .item:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .brand .w {
    width: 15.37rem;
  }
  .brand .head {
    background: #fff;
    padding: 1.2rem 0 1rem;
  }
  .brand .head p {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.8;
    font-family: 'HarmonyOS';
  }
  .brand .body {
    background: #f3f3f3;
    padding: 1rem 0;
  }
  .brand .body .w {
    display: flex;
    align-items: center;
  }
  .brand .body .w .le {
    width: 5.89rem;
    height: 5rem;
    flex-shrink: 0;
  }
  .brand .body .w .le img {
    object-fit: cover;
  }
  .brand .body .w .rg {
    height: 5rem;
    margin-left: 0.7rem;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .brand .body .w .rg p {
    font-size: 0.24rem;
    font-family: 'HarmonyOS';
    line-height: 1.6;
  }
  .topNews {
    margin-top: 1.03rem;
    display: grid;
    background: #f3f3f3;
    height: 5rem;
  }
  .topNews .content {
    padding: 0.5rem 0.6rem 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 5rem;
  }
  .topNews .content h3 {
    font-size: 0.3rem;
    font-weight: normal;
  }
  .topNews .content .text {
    font-size: 0.22rem;
    line-height: 1.6;
    margin: 0.35rem 0 auto;
    text-align: justify;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .topNews .content .look a {
    font-size: 0.2rem;
  }
  .topNews .content .look a:hover {
    color: #00adbb;
  }
  .topNews .imgs {
    height: 5rem;
    flex-shrink: 0;
  }
  .topNews .imgs img {
    height: 100%;
    object-fit: cover;
  }
  .newsBox .section-5 h3 {
    font-size: 0.4rem;
    font-weight: normal;
    text-align: left;
    width: 100%;
  }
  .newsBox .details {
    margin-top: 1.1rem;
  }
  .newsBox .details .w {
    padding: 0 0.57rem;
  }
  .newsBox .details .top {
    padding: 0.6rem 0;
    width: 100%;
    border-bottom: 1px solid #ababab;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsBox .details .top h2 {
    font-size: 0.5rem;
    text-align: center;
  }
  .newsBox .details .top .info {
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    color: #6e6e73;
    font-size: 0.22rem;
  }
  .newsBox .details .top .info a {
    color: #6e6e73;
    font-size: 0.22rem;
  }
  .newsBox .details .top .info .date {
    margin-right: 0.33rem;
  }
  .newsBox .details .content {
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .newsBox .details .content p {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.8;
    text-indent: 2em;
    text-align: justify;
  }
  .newsBox .details .content .title {
    font-size: 0.2rem;
    font-weight: normal;
    margin-top: 0.3rem;
  }
  .newsBox .details .content img {
    max-width: 100%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    height: auto;
    display: block;
    margin: 0.5rem auto;
  }
  .newsBox .details .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newsBox .details .page .item {
    width: 48%;
  }
  .newsBox .details .page .rg {
    text-align: right;
  }
  .newsBox .details .page a {
    font-size: 0.24rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .newsBox .details .page a:hover {
    color: #00adbb;
  }
  .hyqy {
    margin-top: 1.1rem;
  }
  .hyqy h2 {
    font-size: 0.55rem;
    font-weight: normal;
    text-align: center;
  }
  .hyqy .head {
    background: #ececec;
    padding: 1rem 0 1.13rem;
  }
  .hyqy .head .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hyqy .head .top .text {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
  .hyqy .head .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.2rem;
    margin-top: 1.2rem;
  }
  .hyqy .head .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hyqy .head .list li .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .hyqy .head .list li .icon img {
    object-fit: contain;
  }
  .hyqy .head .list li .title {
    margin: 0.4rem 0 0.2rem;
    font-weight: bold;
    font-size: 0.26rem;
  }
  .hyqy .head .list li .text {
    font-size: 0.24rem;
  }
  .hyqy .join {
    margin-top: 1.2rem;
  }
  .hyqy .join .tabBox {
    margin-top: 1rem;
  }
  .hyqy .join .tabBox .tab {
    font-size: 0.24rem;
  }
  .hyqy .join .tabContent {
    margin-top: 1rem;
    padding-bottom: 1.7rem;
  }
  .hyqy .join .tabContent .stepBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hyqy .join .tabContent .stepBox .step {
    width: 30%;
    background: #f3f3f3;
    height: 8.5rem;
    border-radius: 0.35rem;
    padding: 0.3rem 0.3rem 0.6rem;
    box-sizing: border-box;
  }
  .hyqy .join .tabContent .stepBox .step .content {
    margin-top: 0.3rem;
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .hyqy .join .tabContent .stepBox .step .content .imgs {
    width: auto;
    height: 5rem;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hyqy .join .tabContent .stepBox .step .content .imgs img {
    object-fit: contain;
  }
  .hyqy .join .tabContent .stepBox .step .content h3 {
    font-size: 0.3rem;
  }
  .hyqy .join .tabContent .stepBox .step .content .text {
    color: #4c4c4c;
    font-size: 0.26rem;
  }
  .hyqy .join .tabContent .stepBox .step .tip {
    font-size: 0.24rem;
    color: #4c4c4c;
    display: flex;
    align-items: center;
  }
  .hyqy .join .tabContent .stepBox .step .tip::before {
    content: '';
    display: inline-block;
    width: 0.05rem;
    height: 0.2rem;
    background: #00adbb;
    margin-right: 0.1rem;
  }
  .hyqy .join .tabContent .stepBox .jt {
    width: 0.22rem;
    height: 0.28rem;
  }
  .tabBox {
    margin-top: 1rem;
  }
  .tabBox .tabs {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 2px solid #ababab;
  }
  .tabBox .tabs .tab {
    font-size: 0.26rem;
  }
  .about_box .w {
    padding: 0 0.6rem;
  }
  .about_box .body {
    padding: 1.88rem 0.56rem 0;
  }
  .about_box .body h2 {
    font-size: 0.32rem;
  }
  .about_box .body p {
    font-size: 0.22rem;
    line-height: 1.6;
    margin-top: 0.4rem;
    text-align: justify;
  }
  .about_box .body .address {
    margin-top: 0.84rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .about_box .body .address .icon {
    width: 2%;
    height: auto;
    margin-right: 0.2rem;
  }
  .about_box .body .address span {
    font-size: 0.24rem;
  }
  .about_box .cooperation {
    margin-top: 0.72rem;
  }
  .about_box .cooperation .list {
    background-color: #f5f5f7;
    height: 3.6rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }
  .about_box .cooperation .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_box .cooperation .list li .icon {
    width: 0.62rem;
    height: 0.62rem;
    margin-bottom: 0.4rem;
  }
  .about_box .cooperation .list li .title {
    font-size: 0.2rem;
    color: #000;
  }
  .about_box .cooperation .list li a {
    display: block;
    margin-top: 0.22rem;
    color: #00adbb;
  }
  .about_box .cooperation .list li:last-child a {
    color: #000;
  }
  .gnjm {
    padding-bottom: 0;
  }
  .gnjm .banners {
    position: relative;
    height: auto;
    width: 100vw;
  }
  .gnjm .banners .bg {
    width: 100%;
  }
  .gnjm .banners .bg .imgs {
    width: 100%;
    height: 100%;
  }
  .gnjm .banners .bg .imgs img {
    width: 100vw;
    height: 6.5rem;
    object-fit: cover;
  }
  .gnjm .banners h2 {
    bottom: 10%;
    font-weight: normal;
  }
  .gnjm .fengcai {
    margin-top: 1.38rem;
  }
  .gnjm .fengcai .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .fengcai .swiper {
    margin-top: 0.43rem;
    width: 100%;
    height: 5.4rem;
  }
  .gnjm .fengcai .swiper .swiper-slide {
    height: 100%;
    border-radius: 0.2rem;
  }
  .gnjm .fengcai .swiper .swiper-slide img {
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .gnjm .fengcai .swiper .swiper-pagination-bullet {
    background: #fff;
  }
  .gnjm .jlmx .list {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    height: fit-content;
  }
  .gnjm .jlmx .list li a {
    display: block;
  }
  .gnjm .jlmx .list li a .imgs {
    height: 2.36rem;
  }
  .gnjm .jlmx .list li a .imgs img {
    object-fit: cover;
  }
  .gnjm .jlmx .list li a .title {
    font-size: 0.28rem;
    margin: 0.2rem 0;
  }
  .gnjm .jlmx .list li a p.text {
    font-size: 0.24rem;
    color: #333;
    line-height: 1.6;
    text-align: justify;
  }
  .gnjm .jmtj .list {
    margin-top: 1.36rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
  .gnjm .jmtj .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmtj .list li .icon {
    width: 0.85rem;
    height: 0.85rem;
  }
  .gnjm .jmtj .list li .icon img {
    object-fit: contain;
  }
  .gnjm .jmtj .list li .text {
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.22rem;
  }
  .gnjm .jmlc .lc {
    margin-top: 1.06rem;
    width: 100%;
    height: auto;
  }
  .gnjm .jmxx .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmxx .top .text {
    margin-top: 0.1rem;
  }
  .gnjm .jmxx .form {
    margin-top: 0.75rem;
    background-color: #e9e9e9;
    padding: 1.1rem 0 0.6rem;
  }
  .gnjm .jmxx .form .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmxx .form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmxx .form .box {
    width: 100%;
    padding: 0 0.9rem;
  }
  .gnjm .jmxx .form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 90% center no-repeat #fff;
  }
  .gnjm .jmxx .form .submit {
    margin: 0.1rem 0 0.6rem;
  }
  .gnjm .jmxx .form .submit button {
    display: block;
    background: #00adbb;
    color: #fff;
    font-size: 0.22rem;
    padding: 0.16rem 0.4rem;
    border-radius: 0.4rem;
  }
  .gnjm .jmxx .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .gnjm .jmxx .item .icon {
    width: 0.35rem;
    height: 0.35rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }
  .gnjm .jmxx .item .icon img {
    vertical-align: middle;
    object-fit: contain;
  }
  .gnjm .jmxx .item .input {
    width: 100%;
  }
  .gnjm .jmxx .item .input input {
    display: block;
    width: 100%;
    height: 0.6rem;
    border: none;
    padding-left: 0.38rem;
    font-size: 0.22rem;
  }
  .gnjm .jmxx .item.last .input {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.46rem;
  }
  .gnjm .jmxx .item.last .input select {
    display: block;
    height: 0.6rem;
    width: 100%;
    border: none;
    padding: 0 0.3rem;
    font-size: 0.22rem;
    outline: none;
  }
  .gnjm .jmxx .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.7rem;
  }
  .gnjm .jmxx .inner .item:last-child .input {
    display: flex;
    align-items: center;
  }
  .gnjm .jmxx .inner .item:last-child .input .btn {
    flex-shrink: 0;
    white-space: nowrap;
    background: #00adbb;
    color: #fff;
    display: block;
    height: 0.6rem;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    padding: 0 0.38rem;
  }
  .gnjm .jmxx .submit {
    margin: 0.1rem 0 0.6rem;
  }
  .gnjm .jmxx .submit button {
    display: block;
    background: #00adbb;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.16rem 0.4rem;
    border-radius: 0.4rem;
  }
  .gnsy .banners {
    height: auto;
  }
  .gnsy .introduce {
    margin-top: 0.97rem;
  }
  .gnsy .introduce .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gnsy .introduce .w .le {
    font-size: 0.22rem;
    line-height: 1.6;
    margin-right: 0.7rem;
  }
  .gnsy .introduce .w .le .top {
    margin-bottom: 0.4rem;
  }
  .gnsy .introduce .w .imgs {
    width: 5.3rem;
    height: 3.76rem;
    flex-shrink: 0;
  }
  .gnsy .introduce .w .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gnsy .become {
    margin-top: 1.42rem;
  }
  .gnsy .become .form {
    margin-top: 0.75rem;
    background-color: #e9e9e9;
    padding: 1.1rem 0 0.6rem;
  }
  .gnsy .become .form .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnsy .become .form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnsy .become .form .box {
    width: 100%;
    padding: 0 0.9rem;
  }
  .gnsy .become .form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 90% center no-repeat #fff;
  }
  .gnsy .become .form .submit {
    margin: 0.1rem 0 0.6rem;
  }
  .gnsy .become .form .submit button {
    display: block;
    background: #00adbb;
    color: #fff;
    font-size: 0.22rem;
    padding: 0.16rem 0.4rem;
    border-radius: 0.4rem;
  }
  .gnsy .become h2 {
    text-align: center;
  }
  .gnsy .become .item {
    margin-bottom: 0.58rem;
    width: 100%;
  }
  .gnsy .become .item .label {
    font-size: 0.24rem;
  }
  .gnsy .become .item .input {
    margin-top: 0.22rem;
    width: 100%;
  }
  .gnsy .become .item .input input {
    display: block;
    width: 100%;
    height: 0.6rem;
    border: none;
    padding-left: 0.38rem;
    font-size: 0.2rem;
  }
  .gnsy .become .item:last-child {
    margin-bottom: 0;
  }
  .gnsy .become .city .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
  }
  .gnsy .become .city .select select {
    display: block;
    height: 0.6rem;
    width: 100%;
    border: none;
    padding: 0 0.3rem;
    font-size: 0.2rem;
    outline: none;
    margin-right: 0.45rem;
  }
  .gnsy .become .city .select select:last-child {
    margin-right: 0;
  }
  .gnsy .become .city .textarea {
    margin-top: 0.2rem;
    width: 100%;
  }
  .gnsy .become .city .textarea textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 2.2rem;
    padding: 0.2rem 0.38rem;
    font-size: 0.2rem;
    resize: none;
  }
  .gnsy .become .city2 .select .date {
    position: relative;
    width: 100%;
    margin-right: 0.45rem;
  }
  .gnsy .become .city2 .select .date input {
    display: block;
    width: 100%;
    height: 0.6rem;
    border: none;
    padding: 0.2rem 0.38rem;
    font-size: 0.2rem;
  }
  .gnsy .become .city2 .select .date span {
    position: absolute;
    font-size: 0.2rem;
    color: #999;
    margin-top: 5px;
    display: block;
  }
  .gnsy .become .yuyue .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
  }
  .gnsy .become .yuyue .select select {
    display: block;
    height: 0.6rem;
    width: 100%;
    border: none;
    padding: 0 0.3rem;
    font-size: 0.2rem;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 97% center no-repeat #fff;
  }
  .hwzs .content {
    padding: 1.35rem 0 2.5rem;
  }
  .hwzs .content a {
    color: #00adbb;
    font-size: 0.24rem;
  }
  .hwzs .content .text {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .hwzs .content .en {
    margin: 0.3rem 0 0.56rem;
  }
  .hwzs .content .bold {
    margin: 0.89rem 0 0.3rem;
  }
  .fwzc {
    margin-top: 2.22rem;
    background: #fff;
  }
  .fwzc .top {
    text-align: center;
  }
  .fwzc .top h2 {
    font-size: 0.5rem;
  }
  .fwzc .top p.text {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .fwzc .fwlist {
    margin-top: 0.76rem;
  }
  .fwzc .fwlist .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fwzc .fwlist .PC {
    width: 100%;
  }
  .fwzc .fwlist .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.1rem;
    box-sizing: border-box;
  }
  .fwzc .fwlist .list li {
    background: #f6f6f6;
    padding: 0.44rem 0.36rem 0.58rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .fwzc .fwlist .list li .title {
    font-size: 0.35rem;
    color: #00adbb;
    font-weight: bold;
    font-family: 'HarmonyOS_bold';
    transition: all 0.5s;
  }
  .fwzc .fwlist .list li .text {
    margin-top: 0.32rem;
    font-weight: bold;
    font-size: 0.24rem;
    text-align: center;
  }
  .fwzc .fwlist .list li .tip {
    font-size: 0.22rem;
    margin-top: 0.1rem;
    text-align: center;
    line-height: 1.6;
  }
  .fwzc .fwlist .list1 li {
    cursor: pointer;
  }
  .fwzc .fwlist .list1 li:hover .title {
    transition: 0.5s;
    transform: scale(1.1);
  }
  .fwzc .fwlist .list2 {
    margin-top: 0.1rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .fwzc .fwlist .list2 li {
    padding: 0.55rem 0.3rem 0.63rem;
  }
  .fwzc .fwlist .list2 li .span {
    color: #5c5c5c;
  }
  .fwzc .fwlist .list2 li .icon {
    width: 0.66rem;
    height: 0.66rem;
  }
  .fwzc .fwlist .list2 li .icon img {
    object-fit: contain;
  }
  .fwzc .content {
    padding-top: 0.8rem;
  }
  .fwzc .fw-detail {
    margin-top: 0.5rem;
  }
  .fwzc .fw-detail .ftitle {
    font-size: 0.26rem;
    line-height: 1.6;
  }
  .fwzc .fw-detail .item {
    display: flex;
    align-items: baseline;
    margin-top: 0.1rem;
  }
  .fwzc .fw-detail .item .xh {
    font-size: 0.2rem;
    min-width: 0.3rem;
  }
  .fwzc .fw-detail h4 {
    font-size: 0.3rem;
    font-weight: normal;
    margin-bottom: 0.24rem;
  }
  .fwzc .fw-detail p.text {
    font-size: 0.22rem;
    line-height: 1.6;
    margin-top: 0.05rem;
  }
  .fwzc .fw-detail h6 {
    font-size: 0.24rem;
    font-weight: normal;
  }
  .fwzc .fw-detail p.tip {
    color: #929292;
  }
  .fwzc .fw-detail .box {
    margin-top: 0.64rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #b1b1b1;
  }
  .fwzc .fw-detail:last-child .box {
    border-bottom: none;
  }
  .fwzc .onw .box {
    margin-top: 0;
  }
  .repair {
    background-color: #f6f6f6;
    padding: 1.08rem 1.78rem 1.7rem;
  }
  .repair h4 {
    font-size: 0.35rem;
    font-weight: normal;
  }
  .repair .repair_box {
    margin-top: 0.58rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .repair .repair_box .inner {
    position: relative;
  }
  .repair .repair_box .item .icon {
    width: 0.55rem;
    height: 0.55rem;
  }
  .repair .repair_box .item .icon img {
    object-fit: contain;
  }
  .repair .repair_box .item .title {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }
  .repair .repair_box .item .text {
    font-size: 0.22rem;
    color: #4f4f4f;
    margin: 0.18rem 0;
  }
  .repair .repair_box .item .go {
    font-size: 0.22rem;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    position: relative;
    cursor: pointer;
    height: fit-content;
  }
  .repair .repair_box .item .go::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -0.05rem;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #030303;
  }
  .repair .repair_box .item .go:hover {
    color: #00adbb;
  }
  .repair .repair_box .item .go:hover::after {
    background: #00adbb;
  }
  .repair .repair_box .mask {
    background: #fff;
    position: absolute;
    padding: 0.2rem 0.17rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem #ccc;
    bottom: -1rem;
    display: none;
  }
  .repair .repair_box .mask .box {
    box-sizing: border-box;
    display: flex;
  }
  .repair .repair_box .mask .box .icon {
    width: 0.19rem;
    height: 0.12rem;
    margin-right: 0.1rem;
  }
  .repair .repair_box .mask .box .icon img {
    object-fit: contain;
  }
  .repair .repair_box .mask .box .content {
    font-size: 0.14rem;
  }
  .repair .repair_box .mask .box .content .title {
    font-size: 0.24rem;
    font-family: 'HarmonyOS_Medium';
    font-weight: normal;
  }
  .repair .repair_box .mask .box .content .date {
    font-size: 0.22rem;
  }
  .repair .repair_box .mask .box .content .tip {
    margin: 0.05rem 0;
  }
  .repair .repair_box .mask .box .content .tel {
    font-weight: bold;
  }
  .repair .repair_box .mask .box .content .tel a {
    font-size: 0.22rem;
  }
  .repair .repair_box .mask .box .content .text a {
    color: #00adbb;
  }
  .repair .repair_box .mask2 {
    padding: 0.13rem;
    bottom: -1.7rem;
  }
  .repair .repair_box .mask2 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .repair .repair_box .mask2 .box .ewm {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.1rem;
  }
  .sfbz {
    padding-bottom: 2.5rem;
  }
  .sfbz .tabs {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #b1b1b1;
  }
  .sfbz .tabs .tab {
    margin-top: 0.74rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .sfbz .tabs .tab .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .sfbz .tabs .tab .icon img {
    object-fit: contain;
  }
  .sfbz .tabs .tab .icon .show {
    display: none;
  }
  .sfbz .tabs .tab .text {
    font-size: 0.24rem;
    margin-top: 0.28rem;
    padding-bottom: 0.35rem;
    position: relative;
  }
  .sfbz .tabs .tab.active .icon .show {
    display: block;
  }
  .sfbz .tabs .tab.active .icon .hide {
    display: none;
  }
  .sfbz .tabs .tab.active .text {
    color: #00adbb;
  }
  .sfbz .tabs .tab.active .text::after {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    left: 10%;
    bottom: 0;
    background-color: #00adbb;
  }
  .sfbz .table {
    width: 100%;
    margin-top: 0.4rem;
  }
  .sfbz .table table {
    width: 100%;
    border-collapse: collapse;
  }
  .sfbz .table table thead {
    background: #f6f6f6;
    width: 100%;
  }
  .sfbz .table table thead th {
    font-size: 0.24rem;
    color: #595959;
    font-weight: normal;
    padding: 0.2rem 0;
  }
  .sfbz .table table tbody tr {
    border-bottom: 1px solid #b1b1b1;
  }
  .sfbz .table table tbody tr td {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    font-size: 0.24rem;
    padding: 0.2rem 0.4rem;
    line-height: 1.4;
    color: #595959;
  }
  .sfbz .table table tbody .cen {
    padding-top: 0.5rem;
  }
  .sfbz .table .explain {
    font-size: 0.24rem;
    color: #7a7a7a;
    margin-top: 0.2rem;
    line-height: 1.6;
  }
  .sfbz .table1 tbody tr td:nth-child(4) {
    text-align: left;
    width: 3.1rem;
  }
  .cjwt {
    padding-bottom: 1.43rem;
  }
  .cjwt .search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.6rem;
    border: 1px solid #b1b1b1;
    width: 60%;
    margin: 0.65rem auto 0.8rem;
    padding: 0 0.32rem;
  }
  .cjwt .search i {
    font-size: 0.3rem;
    color: #6a6a6a;
  }
  .cjwt .search input {
    display: block;
    width: 100%;
    border: none;
    height: 100%;
    margin: 0 0.2rem;
    font-size: 0.22rem;
  }
  .cjwt .search button {
    font-size: 0.22rem;
    color: #020202;
    flex-shrink: 0;
  }
  .cjwt .search button:hover {
    color: #00adbb;
  }
  .cjwt .main {
    border-top: 1px solid #000;
    padding-top: 0.25rem;
    display: grid;
    grid-template-columns: 2rem auto;
    column-gap: 0.2rem;
  }
  .cjwt .main .le .title {
    font-size: 0.26rem;
    font-family: 'HarmonyOS_bold';
    font-weight: bold;
  }
  .cjwt .main .le .tabs {
    margin-top: 0.7rem;
  }
  .cjwt .main .le .tabs .tab {
    font-size: 0.24rem;
    margin: 0.2rem 0;
    cursor: pointer;
  }
  .cjwt .main .le .tabs .tab.active {
    color: #00adbb;
  }
  .cjwt .main .rg .tab-content .box {
    padding: 0.25rem 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .cjwt .main .rg .tab-content .box h5 {
    font-size: 0.25rem;
    margin-bottom: 0.24rem;
    font-weight: normal;
  }
  .cjwt .main .rg .tab-content .box .text {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .cjwt .main .rg .tab-content .box:first-child {
    padding-top: 0;
  }
  .cjwt .main .rg .tab-content .box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .cjwt .tips {
    margin-top: 0.3rem;
    color: #929292;
  }
  .cjwt .tips .tip {
    font-size: 0.22rem;
  }
  .cjwt .tips .text {
    margin-top: 0.1rem;
    font-size: 0.22rem;
  }
  .download {
    margin-top: 0.8rem;
  }
  .download .fwpt,
  .download .xcx {
    padding-top: 1rem;
    background: #efefef;
    box-sizing: border-box;
    position: relative;
  }
  .download .fwpt .w,
  .download .xcx .w {
    display: flex;
    justify-content: space-around;
  }
  .download .fwpt .le,
  .download .xcx .le {
    background: url('../img/phonebg.png') no-repeat;
    background-size: 100%;
    width: 4.3rem;
    flex-shrink: 0;
    padding: 0.16rem 0.18rem;
    padding-bottom: 0;
    height: 6.2rem;
    position: relative;
    border-radius: 0.85rem 0.85rem 0 0;
    box-sizing: border-box;
    z-index: 20;
    background-color: #949494;
    overflow: hidden;
  }
  .download .fwpt .le .swiper,
  .download .xcx .le .swiper {
    width: 100%;
    height: 100%;
    border-radius: 0.55rem 0.55rem 0 0;
    background: #efefef;
  }
  .download .fwpt .le .swiper .swiper-slide,
  .download .xcx .le .swiper .swiper-slide {
    height: 100%;
  }
  .download .fwpt .le .swiper .swiper-slide img,
  .download .xcx .le .swiper .swiper-slide img {
    object-position: top center;
    border-radius: 0.55rem 0.55rem 0 0;
    margin-left: 1px;
  }
  .download .fwpt .le::before,
  .download .xcx .le::before {
    content: '';
    position: absolute;
    top: 0.28rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.27rem;
    height: 0.4rem;
    background-color: #000;
    z-index: 10;
    border-radius: 0.4rem;
  }
  .download .fwpt .rg,
  .download .xcx .rg {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .download .fwpt .rg h2,
  .download .xcx .rg h2 {
    font-size: 0.5rem;
    font-weight: normal;
    white-space: nowrap;
  }
  .download .fwpt .rg .ftitle,
  .download .xcx .rg .ftitle {
    font-size: 0.26rem;
    margin-top: 0.5rem;
  }
  .download .fwpt .rg .ewm,
  .download .xcx .rg .ewm {
    width: 1.94rem;
    height: 1.94rem;
    margin: 0.5rem 0;
  }
  .download .fwpt .rg .down .item,
  .download .xcx .rg .down .item {
    margin-bottom: 0.2rem;
  }
  .download .fwpt .rg .down .item a,
  .download .xcx .rg .down .item a {
    display: flex;
    align-items: center;
    border: 1px solid #c6c6c6;
    border-radius: 0.4rem;
    padding: 0.16rem 0.8rem;
  }
  .download .fwpt .rg .down .item .icon,
  .download .xcx .rg .down .item .icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
  }
  .download .fwpt .rg .down .item .icon img,
  .download .xcx .rg .down .item .icon img {
    object-fit: contain;
  }
  .download .fwpt .rg .down .item span,
  .download .xcx .rg .down .item span {
    font-size: 0.24rem;
  }
  .download .fwpt .rg .down .item:last-child,
  .download .xcx .rg .down .item:last-child {
    margin-bottom: 0;
  }
  .download .fwpt .le {
    background-color: #949494;
    box-shadow: 3.1px 0.5px 1.6px rgba(0, 0, 0, 0.011), 7.2px 1.1px 3.6px rgba(0, 0, 0, 0.023), 13px 1.9px 6.5px rgba(0, 0, 0, 0.036), 21.5px 3.2px 10.8px rgba(0, 0, 0, 0.051), 35.4px 5.3px 17.7px rgba(0, 0, 0, 0.065), 62px 9.2px 31px rgba(0, 0, 0, 0.073), 134px 20px 67px rgba(0, 0, 0, 0.07);
  }
  .download .xcx {
    padding-top: 1.2rem;
    position: relative;
    z-index: 1;
  }
  .download .xcx .le {
    height: 5.5rem;
    position: relative;
    z-index: 12;
    background-color: #949494;
    box-shadow: -3.1px 0.5px 1.6px rgba(0, 0, 0, 0.011), -7.2px 1.1px 3.6px rgba(0, 0, 0, 0.023), -13px 1.9px 6.5px rgba(0, 0, 0, 0.036), -21.5px 3.2px 10.8px rgba(0, 0, 0, 0.051), -35.4px 5.3px 17.7px rgba(0, 0, 0, 0.065), -62px 9.2px 31px rgba(0, 0, 0, 0.073), -134px 20px 67px rgba(0, 0, 0, 0.07);
  }
  .download .xcx .rg .ftitle {
    font-size: 0.24rem;
    margin-top: 0.5rem;
  }
  .download .xcx .rg .ewm {
    width: 1.94rem;
    height: 1.94rem;
    margin: 0.5rem 0 0.2rem;
    border: 2px solid #ccc;
    padding: 0.2rem;
    border-radius: 50%;
  }
  .download .xcx .rg .ewm img {
    border-radius: 50%;
  }
  .phone,
  .empty {
    display: none;
  }
}
@media (max-width: 768px) {
  @import '../css/reset.css';
  .w {
    width: 91.5%;
  }
  .pagination {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination ul {
    display: flex;
  }
  .pagination ul li {
    text-align: center;
    cursor: pointer;
    margin: 0 0.05rem;
    font-size: 0.16rem;
  }
  .pagination ul li a {
    display: block;
    color: #000;
    padding: 0.15rem 0.2rem;
  }
  .pagination ul li a:hover {
    background-color: #00adbb;
    color: #fff;
  }
  .pagination ul li a.active {
    color: #fff;
    background-color: #00adbb;
  }
  .pagination .prev a,
  .pagination .nexts a {
    font-size: 0.2rem;
    display: block;
  }
  .pagination .prev a:hover i,
  .pagination .nexts a:hover i {
    background-color: #00adbb;
    color: #fff;
  }
  .pagination .prev a i,
  .pagination .nexts a i {
    font-size: 0.26rem;
    color: #c1becc;
    padding: 0.12rem 0.13rem;
  }
  .pagination .prev {
    margin-right: 0.05rem;
  }
  .pagination .prev a {
    transform: rotate(180deg);
  }
  .pagination .nexts {
    margin-left: 0.05rem;
  }
  .pagination .text {
    color: #333;
    font-size: 0.14rem;
    margin-left: 0.2rem;
  }
  h2 {
    font-size: 0.45rem;
  }
  .model {
    margin: 15px 0;
  }
  .index {
    background: #fff;
  }
  .banner {
    height: auto;
    position: relative;
    margin-top: 1rem;
  }
  .banner .head {
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .banner .head .phone {
    width: 100%;
  }
  .banner .head .phone .swiper {
    width: 100%;
    height: 6rem;
    padding-bottom: 0.4rem;
  }
  .banner .head .phone .swiper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .banner .head .phone .swiper .swiper-slide .imgs {
    width: 100%;
    height: 100%;
    padding: 0.3rem 0rem 0;
  }
  .banner .head .phone .swiper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: bottom;
  }
  .banner .head .phone .swiper .swiper-slide .video {
    margin-top: 0.9rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .banner .head .phone .swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .head .phone .swiper .swiper-slide .pay {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .head .phone .swiper .swiper-slide .pay a {
    color: #00adbb;
    font-size: 0.28rem;
    display: block;
    padding: 0.1rem 0.4rem;
    border: 1px solid #00adbb;
    border-radius: 0.4rem;
  }
  .banner .head .phone .swiper .swiper-slide .title {
    position: absolute;
    color: #fff;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.56rem;
    font-weight: bold;
  }
  .banner .head .phone .swiper .swiper-pagination {
    bottom: 1.2rem;
  }
  .banner .head .phone .swiper .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.1rem;
    background: rgba(0, 173, 187, 0.8);
    border-radius: 0.05rem;
    margin: 0 0.05rem;
  }
  .banner .head .phone .swiper .swiper-pagination-bullet-active {
    width: 0.7rem;
    height: 0.1rem;
    background: #00adbb;
    border-radius: 5px;
  }
  .banner .phone {
    display: block;
  }
  .banner .phone .content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border-radius: 0.3rem;
    transition: all 0.5s ease;
    position: relative;
  }
  .banner .phone .swiper {
    height: 100%;
    width: 100%;
    height: max-content;
    padding-bottom: 0.8rem;
    transition: width 0.01s ease;
  }
  .banner .phone .swiper .swiper-slide {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0.4rem 0.4rem;
    transition: all 0.1s;
  }
  .banner .phone .swiper .swiper-slide h2 {
    font-size: 0.5rem;
    line-height: 1.8;
    font-weight: bold;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .banner .phone .swiper .swiper-slide .text {
    font-size: 0.3rem;
    margin-top: 0.28rem;
    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;
  }
  .banner .phone .swiper .swiper-slide .btn {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
  }
  .banner .phone .swiper .swiper-slide .btn .inner {
    margin-right: 0.2rem;
    display: block;
  }
  .banner .phone .swiper .swiper-slide .btn .inner button {
    padding: 0.17rem 0.34rem;
    background-color: #00adbb;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 0.24rem;
  }
  .banner .phone .swiper .swiper-slide .btn .inner:last-child {
    margin-right: 0;
  }
  .banner .phone .swiper .swiper-slide .btn .inner:last-child button {
    background-color: transparent;
    color: #00adbb;
    border: 1px solid #00adbb;
  }
  .banner .phone .swiper .swiper-slide .imgs {
    padding: 0 0.5rem;
    margin-top: 0.7rem;
    max-width: 100%;
    height: 100%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
  }
  .banner .phone .swiper .swiper-pagination {
    bottom: 0.4rem;
  }
  .banner .phone .swiper .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.1rem;
    background: rgba(0, 173, 187, 0.8);
    border-radius: 5px;
    margin: 0 0.05rem;
  }
  .banner .phone .swiper .swiper-pagination-bullet-active {
    width: 0.7rem;
    height: 0.1rem;
    background: #00adbb;
    border-radius: 5px;
  }
  .ad {
    width: 100%;
    height: 7rem;
  }
  .ad a {
    display: block;
    height: 100%;
  }
  .ad a .imgs {
    height: 100%;
  }
  .ad a .imgs img {
    object-fit: cover;
  }
  .advanced_list .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9rem;
    box-sizing: border-box;
  }
  .advanced_list .list .item {
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 0;
    overflow: hidden;
  }
  .advanced_list .list .item .imgs {
    height: 100%;
    transition: 2s;
    position: relative;
  }
  .advanced_list .list .item .imgs img {
    object-fit: cover;
  }
  .advanced_list .list .item .imgs .show {
    opacity: 0;
  }
  .advanced_list .list .item .imgs .show,
  .advanced_list .list .item .imgs .hide {
    transition: 2s;
    position: absolute;
    inset: 0;
  }
  .advanced_list .list .item .body {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: fit-content;
    transition: all 0.8s;
    padding-top: 30%;
  }
  .advanced_list .list .item .body .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advanced_list .list .item .body .top .title {
    font-size: 0.5rem;
  }
  .advanced_list .list .item .body .top p.text {
    font-size: 0.3rem;
    margin-top: 0.2rem;
    font-family: 'HarmonyOS';
  }
  .advanced_list .list .item .body .mask {
    height: fit-content;
    transition: all 0.8s;
  }
  .advanced_list .list .item .body .mask .content {
    display: none;
    margin: 0 0.3rem;
    border-top: 1px solid #fff;
    font-size: 0.26rem;
    line-height: 1.7;
    transition: all 0.2s;
    padding-top: 0.2rem;
  }
  .advanced_list .list .item .body .mask .content .inner {
    margin-top: 0.1rem;
  }
  .advanced_list .list .item .body .mask .content .inner p.text {
    line-height: 1.7;
    font-family: 'HarmonyOS';
    text-align: justify;
  }
  .advanced_list .list .item.active .imgs .show {
    opacity: 1;
  }
  .advanced_list .list .item.active .imgs .hide {
    opacity: 0;
  }
  .advanced_list .list .item.active .body {
    padding-top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  .advanced_list .list .item.active .body .top {
    margin-bottom: 0.2rem;
  }
  .advanced_list .list .item.active .mask {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.3rem 0;
    height: max-content;
    transition: all 1s;
  }
  .advanced_list .list .item.active .mask .content {
    display: block;
  }
  .section-5 {
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
  }
  .section-5 h2 {
    text-align: center;
  }
  .section-5 .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-5 {
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
  }
  .section-5 h2 {
    text-align: center;
  }
  .section-5 .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-5 .newList {
    margin-top: 0.4rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.28rem;
  }
  .section-5 .newList .inner {
    background: #f6f6f6;
    border-radius: 0.2rem;
    width: 80%;
    flex-shrink: 0;
  }
  .section-5 .newList .inner .imgs {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 4.24rem;
    position: relative;
    overflow: hidden;
  }
  .section-5 .newList .inner .imgs img {
    border-radius: 0.2rem 0.2rem 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.5s;
  }
  .section-5 .newList .inner .content {
    padding: 0.2rem;
    height: 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-5 .newList .inner .content h3 {
    font-size: 0.24rem;
    line-height: 1.6;
    -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-5 .newList .inner .content .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-5 .newList .inner .content .foot .mores {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
  }
  .section-5 .newList .inner .content .foot .mores i {
    font-size: 0.2rem;
    font-weight: bold;
  }
  .section-5 .newList .inner .content .foot .view,
  .section-5 .newList .inner .content .foot .date {
    color: #8e8e8e;
  }
  .section-5 .newList .inner .content .foot .tip {
    color: #00adbb;
    font-size: 0.2rem;
  }
  .section-5 .newList .inner:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .section-5 .newList .inner:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .section-5 .more {
    margin-top: 0.5rem;
    display: block;
  }
  .section-5 .more button {
    padding: 0.17rem 0.34rem;
    background-color: #00adbb;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 0.24rem;
  }
  .section-4 {
    height: 7.5rem;
    position: relative;
  }
  .section-4 .imgs {
    height: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
  }
  .section-4 .imgs img {
    transform: scale(1);
    object-fit: cover;
    transition: transform 0.8s;
    object-position: 20%;
  }
  .section-4 .mask {
    position: absolute;
    color: #fff;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
  }
  .section-4 .mask h2 {
    font-size: 0.24rem;
    width: 1.85rem;
    height: 0.7rem;
    background: #00adbb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
  }
  .section-4 .more {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0.32rem 0.2rem;
    border-radius: 0.4rem;
    border: 1px solid #ffffff;
    display: block;
    font-size: 0.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  .section-4 .more p {
    writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
  }
  .section-4 .more i {
    margin-top: 0.1rem;
    font-size: 0.3rem;
  }
  .section-4:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .section-4:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.03);
  }
  .section-4:hover .more {
    color: #00adbb;
    border-color: #00adbb;
  }
  .section-6 {
    background: #f5f5f7;
    padding: 1rem 0 1.4rem;
  }
  .section-6 .main {
    margin-top: 0.8rem;
    display: block;
  }
  .section-6 .main .le {
    border-right: none;
    padding: 0.08rem 0 0.5rem 0;
    text-align: justify;
    border-bottom: 1px solid #d5d5d5;
  }
  .section-6 .main .le h3 {
    font-size: 0.3rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
  }
  .section-6 .main .le p.text {
    font-size: 0.22rem;
    line-height: 1.6;
    margin-top: 0.2rem;
  }
  .section-6 .main .le .address {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
  }
  .section-6 .main .le .address .icon {
    width: 0.24rem;
    height: 0.3rem;
  }
  .section-6 .main .le .address span {
    font-size: 0.22rem;
    margin-left: 0.15rem;
  }
  .section-6 .main .rg {
    padding-top: 0.6rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .section-6 .main .rg .item:first-child {
    margin-bottom: 0.2rem;
  }
  .section-6 .main .rg .inner {
    display: flex;
    align-items: center;
  }
  .section-6 .main .rg .inner .icon {
    min-width: 0.8rem;
    padding-left: 0.1rem;
  }
  .section-6 .main .rg .inner .icon img {
    width: 0.38rem;
    height: auto;
    object-fit: contain;
  }
  .section-6 .main .rg .inner span {
    font-size: 0.22rem;
  }
  .section-6 .main .rg .lx {
    margin: 0 0 0.2rem;
  }
  .section-6 .main .rg .lx .icon {
    padding-left: 0.06rem;
  }
  .section-6 .main .rg .lx .icon img {
    width: 0.45rem;
    height: auto;
  }
  .subpage .banners {
    margin-top: 0.8rem;
  }
  .chef .w {
    width: 90%;
  }
  .chef .banners {
    margin-top: 1.6rem;
  }
  .chef .banners .title {
    display: none;
  }
  .chef .banners .swiper {
    margin-top: 1rem;
  }
  .chef .banners .swiper .swiper-slide {
    border-radius: 0.5rem;
    height: 9.33rem;
    background-color: #000;
  }
  .chef .banners .swiper .swiper-slide img {
    border-radius: 0.5rem;
    object-fit: contain;
  }
  .chef .banners .imgs {
    margin-top: 1rem;
    border-radius: 0.5rem;
    height: 9.33rem;
    background-color: #000;
  }
  .chef .banners .imgs img {
    border-radius: 0.5rem;
    object-fit: contain;
  }
  .chef .know {
    margin-top: 1rem;
  }
  .chef .know .title h2 {
    font-weight: 'HM';
    font-size: 0.5rem;
  }
  .chef .know .myswiper {
    margin-left: 6.5%;
  }
  .chef .know .swiper {
    padding-bottom: 1.2rem;
    margin-top: 1rem;
  }
  .chef .know .swiper .swiper-slide {
    height: 8rem;
    position: relative;
    color: #fff;
    border-radius: 0.2rem;
  }
  .chef .know .swiper .swiper-slide .inner {
    height: 100%;
    border-radius: 0.2rem;
    cursor: pointer;
  }
  .chef .know .swiper .swiper-slide .inner .imgs {
    height: 100%;
  }
  .chef .know .swiper .swiper-slide .inner .imgs img {
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .chef .know .swiper .swiper-slide .inner .content {
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
  }
  .chef .know .swiper .swiper-slide .inner .content h4 {
    font-size: 0.34rem;
  }
  .chef .know .swiper .swiper-slide .inner .content p.text {
    font-size: 0.28rem;
    margin-top: 0.15rem;
  }
  .chef .know .swiper .swiper-slide .inner .add {
    position: absolute;
    bottom: 0.2rem;
    right: 0.1rem;
    font-size: 0.4rem;
    font-weight: bold;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .chef .know .swiper .swiper-button-prev,
  .chef .know .swiper .swiper-button-next {
    top: 95%;
    width: 0.68rem;
    height: 0.68rem;
    background: #e2e2e5;
    border-radius: 50%;
  }
  .chef .know .swiper .swiper-button-prev img,
  .chef .know .swiper .swiper-button-next img {
    width: 0.3rem;
    height: 0.3rem;
    object-fit: contain;
  }
  .chef .know .swiper .swiper-button-prev::after,
  .chef .know .swiper .swiper-button-next::after {
    display: none;
  }
  .chef .know .swiper .swiper-button-prev {
    left: 72%;
  }
  .chef .know .swiper .swiper-button-next {
    right: 6%;
  }
  .chef .know .know_mask {
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0;
    display: none;
  }
  .chef .know .know_mask .body {
    height: 76%;
    border-radius: 0.2rem;
    position: relative;
    width: 90%;
    padding: 0.5rem 0.4rem 1rem;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
  }
  .chef .know .know_mask .body .close {
    position: absolute;
    right: 0.35rem;
    top: 0.3rem;
    cursor: pointer;
  }
  .chef .know .know_mask .body .close i {
    font-size: 0.35rem;
    padding: 0.1rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    color: #fff;
  }
  .chef .know .know_mask .body .title {
    font-size: 0.5rem;
    margin-top: 0.7rem;
  }
  .chef .know .know_mask .box {
    margin-top: 0.4rem;
    height: 90%;
    padding-bottom: 0;
    overflow-y: auto;
    border-radius: 0.2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .chef .know .know_mask .box::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .chef .know .know_mask .box .imgs {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .chef .know .know_mask .box .imgs img {
    object-fit: contain;
  }
  .chef .know .know_mask.active {
    display: block;
  }
  .chef .look {
    margin-top: 0.9rem;
    position: relative;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .chef .look .title h2 {
    font-weight: 'HM';
    font-size: 0.5rem;
  }
  .chef .look .box {
    background: #000;
    height: 100%;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
  }
  .chef .look .imgs {
    margin-top: 1rem;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
  }
  .chef .look .imgs img {
    height: fit-content;
    object-position: center;
    object-fit: contain;
    transform: scale(1.2);
  }
  .chef .look .video {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .chef .look .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .chef .shihe {
    margin-top: 1rem;
  }
  .chef .shihe .title h2 {
    font-size: 0.5rem;
  }
  .chef .shihe .boxs {
    overflow-x: auto;
  }
  .chef .shihe .list {
    box-sizing: border-box;
    margin: 1rem 0 0;
    padding-bottom: 1.24rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a4a4a4;
  }
  .chef .shihe .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.8rem;
  }
  .chef .shihe .list .item .imgs {
    width: 3.76rem;
    height: auto;
  }
  .chef .shihe .list .item .spec {
    margin-top: 0.3rem;
  }
  .chef .shihe .list .item .spec .box {
    display: flex;
    align-items: center;
    padding: 0.08rem 0.25rem;
    border: 1px solid #000;
    border-radius: 0.4rem;
    font-size: 0.28rem;
  }
  .chef .shihe .list .item .spec .box i {
    font-size: 0.28rem;
    transform: scale(2);
    margin-right: 0.05rem;
  }
  .chef .shihe .list .item .title {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
    font-family: 'HarmonyOS_bold';
    font-weight: bold;
  }
  .chef .shihe .list .item p.text {
    color: #1b1e27;
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .chef .shihe .list .item .gopay a button {
    background: #00adbb;
    border-radius: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    padding: 0.15rem 0.4rem;
  }
  .chef .shihe .list .item:nth-of-type(2) .spec .box i {
    color: #929292;
  }
  .chef .shihe .list .item:last-child {
    margin-right: 0.2rem;
  }
  .chef .shihe .introduce {
    box-sizing: border-box;
    width: 90%;
    margin: 0.6rem auto 0;
  }
  .chef .shihe .introduce .lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.5rem;
  }
  .chef .shihe .introduce .lists li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef .shihe .introduce .lists li .icon {
    margin-bottom: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .chef .shihe .introduce .lists li .icon img {
    object-fit: contain;
  }
  .chef .shihe .introduce .lists li .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef .shihe .introduce .lists li .content p.text {
    line-height: 1.5;
    font-size: 0.18rem;
  }
  .chef .experience {
    margin-top: 1rem;
    background-color: #f5f5f7;
    padding: 0.86rem 0;
  }
  .chef .experience .title h2 {
    font-weight: 'HM';
    font-size: 0.5rem;
  }
  .chef .experience .navs {
    padding-bottom: 0.42rem;
    border-bottom: 1px solid #a4a4a4;
    display: flex;
    margin: 1rem 0 0;
    justify-content: space-around;
  }
  .chef .experience .navs .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chef .experience .navs .inner .title {
    font-size: 0.24rem;
    margin: 0.38rem 0 0.1rem;
  }
  .chef .experience .navs .inner .go a {
    color: #00adbb;
    font-size: 0.2rem;
  }
  .chef .experience .navs .inner:nth-child(1) .icons {
    width: 0.41rem;
    height: 0.4rem;
  }
  .chef .experience .navs .inner:nth-child(2) .icons {
    width: 0.53rem;
    height: 0.4rem;
  }
  .spsj .banners {
    padding: 0 0.4rem;
    box-sizing: border-box;
    height: auto;
  }
  .spsj .banners .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }
  .spsj .banners .title h2 {
    font-size: 0.55rem;
    font-family: 'HarmonyOS_bold';
  }
  .spsj .banners .title h4 {
    font-size: 0.3rem;
    margin-top: 0.2rem;
    font-family: 'HarmonyOS_Medium';
  }
  .spsj .banners .imgs {
    margin-top: 0.4rem;
  }
  .spsj .banners .box {
    width: 100%;
    position: relative;
    height: 8.6rem;
  }
  .spsj .banners .bg {
    width: 100%;
  }
  .spsj .banners .bg .imgs {
    background: #000;
    width: 100%;
    height: 100%;
  }
  .spsj .banners .bg .imgs img {
    display: block;
    object-fit: cover;
  }
  .spsj .banners .content {
    max-width: 100%;
    position: absolute;
    top: 1rem;
    color: #fff;
    left: 2%;
    padding: 0 0.34rem;
  }
  .spsj .banners .content h2 {
    font-size: 0.55rem;
    font-weight: normal;
  }
  .spsj .banners .content .ftitle {
    font-size: 0.3rem;
    font-weight: normal;
    margin: 0.32rem 0 0.57rem;
  }
  .spsj .banners .content .text {
    font-size: 0.24rem;
    line-height: 1.7;
    opacity: 0.8;
    text-align: justify;
    font-family: 'HarmonyOS_Regular';
  }
  .spsj .banners .content .text span {
    font-weight: bold;
  }
  .spsj .introduce {
    margin-top: -1px;
    padding: 1.3rem 0 1.6rem;
    color: #000;
  }
  .spsj .introduce .list {
    padding-left: 0.3rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.7rem;
  }
  .spsj .introduce .list li {
    padding: 0 0.15rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  .spsj .introduce .list li .icon {
    width: 1.02rem;
    height: 1.02rem;
    flex-shrink: 0;
    margin-right: 0.6rem;
  }
  .spsj .introduce .list li .title {
    margin: 0 0 0.1rem;
    font-size: 0.32rem;
  }
  .spsj .introduce .list li .text {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .spsj .spsj-img {
    background-color: #f5f5f7;
    padding: 1.3rem 0.4rem 1.1rem;
    box-sizing: border-box;
  }
  .spsj .spsj-img h3 {
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .spsj .spsj-img .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 6.73rem;
    height: 6.13rem;
  }
  .spsj .spsj-img .imgs img {
    object-fit: contain;
  }
  .spsj .spsj-cooperation {
    padding: 0 0 1.25rem;
  }
  .spsj .spsj-cooperation h3 {
    font-size: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .spsj .spsj-cooperation .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spsj .spsj-cooperation .imgs img {
    max-width: 100%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    height: auto;
  }
  .spsj .spsj-cooperation .hz {
    margin-top: 1.35rem;
  }
  .spsj .remark {
    background: #f5f5f7;
    padding: 0.6rem 0 1rem;
  }
  .spsj .remark p.text {
    font-size: 0.2rem;
    text-align: center;
  }
  .spsj .remark p.text a {
    color: #00adbb;
  }
  .spsj .remark p.text:last-child {
    margin-top: 0.2rem;
    margin-left: 0.08rem;
  }
  .spsj .cp {
    height: 8.4rem;
    margin-top: -1px;
    box-sizing: border-box;
  }
  .spsj .cp .box {
    height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0.4rem;
  }
  .spsj .cp .box .imgs {
    width: 100%;
  }
  .spsj .cp .box .imgs img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .spsj .foot {
    padding: 0.1rem 0 1.11rem 0.4rem;
    margin-top: -1px;
  }
  .spsj .foot .box {
    overflow-x: auto;
  }
  .spsj .foot .spsj_list {
    display: flex;
    width: 100%;
    overflow-x: auto;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
  }
  .spsj .foot .spsj_list .item {
    flex-shrink: 0;
    position: relative;
    height: 5.6rem;
    border-radius: 0.6rem;
    width: 6rem;
  }
  .spsj .foot .spsj_list .item .imgs {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 0.6rem;
  }
  .spsj .foot .spsj_list .item .imgs img {
    object-fit: cover;
    border-radius: 0.6rem;
  }
  .spsj .foot .spsj_list .item .inner {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 0.4rem 0.5rem;
    background: #000000;
    background: linear-gradient(31deg, rgba(0, 0, 0, 0.72872899) 6%, rgba(255, 255, 255, 0) 55%);
    border-radius: 0 0 0.6rem 0.6rem;
  }
  .spsj .foot .spsj_list .item .inner h4 {
    font-size: 0.5rem;
  }
  .spsj .foot .spsj_list .item .inner .text {
    font-size: 0.28rem;
    margin-top: 0.25rem;
  }
  .spsj .foot .spsj_list .item:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .spsj .foot .spsj_list .item:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .about {
    padding-bottom: 1.16rem;
  }
  .about_box .w {
    padding: 0;
  }
  .about_box .body {
    padding: 1.1rem 0.1rem 0;
  }
  .about_box .body h2 {
    font-size: 0.4rem;
  }
  .about_box .body p {
    font-size: 0.24rem;
    line-height: 1.8;
    margin-top: 0.4rem;
    text-align: left;
  }
  .about_box .body .address {
    margin-top: 0.84rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .about_box .body .address .icon {
    width: 0.25rem;
    height: 0.31rem;
    margin-right: 0.2rem;
  }
  .about_box .body .address span {
    font-size: 0.24rem;
  }
  .about_box .cooperation {
    margin-top: 0.72rem;
  }
  .about_box .cooperation .list {
    background-color: #f5f5f7;
    padding: 1.2rem 0.5rem 1.7rem;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0.8rem;
  }
  .about_box .cooperation .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_box .cooperation .list li .icon {
    width: 0.82rem;
    height: 0.82rem;
    margin-bottom: 0.4rem;
  }
  .about_box .cooperation .list li .title {
    font-size: 0.26rem;
    color: #000;
  }
  .about_box .cooperation .list li a {
    display: block;
    margin-top: 0.22rem;
    font-size: 0.2rem;
    color: #00adbb;
  }
  .about_box .cooperation .list li:last-child a {
    color: #000;
    font-size: 0.2rem;
  }
  .gnjm {
    padding-bottom: 0;
  }
  .gnjm h2 {
    font-size: 0.5rem;
  }
  .gnjm .banners {
    position: relative;
    height: 6.5rem;
  }
  .gnjm .banners h2 {
    bottom: 10%;
    font-weight: normal;
  }
  .gnjm .fengcai {
    margin-top: 0.93rem;
  }
  .gnjm .fengcai .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .fengcai .swiper {
    margin-top: 0.43rem;
    width: 100%;
    height: 3.21rem;
  }
  .gnjm .fengcai .swiper .swiper-slide {
    height: 100%;
    border-radius: 0.2rem;
  }
  .gnjm .fengcai .swiper .swiper-slide img {
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .gnjm .fengcai .swiper .swiper-pagination-bullet {
    background: #fff;
  }
  .gnjm .jlmx .list {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.3rem;
    row-gap: 0.5rem;
    height: fit-content;
  }
  .gnjm .jlmx .list li a {
    display: block;
  }
  .gnjm .jlmx .list li a .imgs {
    height: 2.36rem;
  }
  .gnjm .jlmx .list li a .imgs img {
    object-fit: cover;
  }
  .gnjm .jlmx .list li a .title {
    font-size: 0.2rem;
    margin: 0.2rem 0;
  }
  .gnjm .jlmx .list li a p.text {
    font-size: 0.15rem;
    color: #333;
    line-height: 1.5;
    text-align: justify;
  }
  .gnjm .jmtj {
    padding: 0 0.6rem;
  }
  .gnjm .jmtj .list {
    margin-top: 1.36rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.9rem;
    column-gap: 1rem;
  }
  .gnjm .jmtj .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmtj .list li .icon {
    width: 0.85rem;
    height: 0.85rem;
  }
  .gnjm .jmtj .list li .icon img {
    object-fit: contain;
  }
  .gnjm .jmtj .list li .text {
    font-size: 0.18rem;
    margin-top: 0.4rem;
    text-align: center;
    line-height: 0.3rem;
  }
  .gnjm .jmlc .lc {
    margin-top: 1.06rem;
    width: 100%;
    height: auto;
  }
  .gnjm .jmxx .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmxx .top .text {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .gnjm .jmxx .form {
    margin-top: 0.75rem;
    background-color: #e9e9e9;
    padding: 1.1rem 0 1.5rem;
  }
  .gnjm .jmxx .form .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmxx .form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnjm .jmxx .form .box {
    width: 100%;
    padding: 0;
  }
  .gnjm .jmxx .form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 95% center no-repeat #fff;
    background-size: 0.25rem;
    color: #898989;
  }
  .gnjm .jmxx .form .submit {
    margin: 0.1rem 0 0;
  }
  .gnjm .jmxx .form .submit button {
    display: block;
    background: #00adbb;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.22rem 0.8rem;
    border-radius: 0.4rem;
  }
  .gnjm .jmxx .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .gnjm .jmxx .item .icon {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
  }
  .gnjm .jmxx .item .icon img {
    vertical-align: middle;
    object-fit: contain;
  }
  .gnjm .jmxx .item .input {
    width: 100%;
  }
  .gnjm .jmxx .item .input input {
    display: block;
    width: 100%;
    height: 0.8rem;
    border: none;
    padding-left: 0.2rem;
    font-size: 0.18rem;
  }
  .gnjm .jmxx .item.last .input {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.1rem;
  }
  .gnjm .jmxx .item.last .input select {
    display: block;
    height: 0.8rem;
    width: 100%;
    border: none;
    padding: 0 0.3rem;
    font-size: 0.18rem;
    outline: none;
  }
  .gnjm .jmxx .inner {
    display: grid;
    grid-template-columns: 2.7rem auto;
    column-gap: 0.2rem;
  }
  .gnjm .jmxx .inner .item {
    width: 100%;
  }
  .gnjm .jmxx .inner .item:last-child .input {
    display: flex;
    align-items: center;
  }
  .gnjm .jmxx .inner .item:last-child .input input {
    display: block;
    width: 100%;
  }
  .gnjm .jmxx .inner .item:last-child .input .btn {
    flex-shrink: 0;
    white-space: nowrap;
    background: #00adbb;
    color: #fff;
    display: block;
    height: 0.8rem;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    padding: 0 0.3rem;
    font-size: 0.18rem;
  }
  .gnjm .jmxx .submit {
    margin: 0.1rem 0 0.6rem;
  }
  .gnjm .jmxx .submit button {
    display: block;
    background: #00adbb;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.16rem 0.4rem;
    border-radius: 0.4rem;
  }
  .gnjm .jmxx .tip {
    font-size: 0.18rem;
    line-height: 1.6;
  }
  .gnsy h2 {
    font-size: 0.55rem;
  }
  .gnsy .introduce {
    margin-top: 0.97rem;
  }
  .gnsy .introduce .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .gnsy .introduce .w .le {
    font-size: 0.2rem;
    line-height: 1.8;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: justify;
    font-size: 0.24rem;
  }
  .gnsy .introduce .w .le .top {
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
  }
  .gnsy .introduce .w .imgs {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-top: 0.4rem;
  }
  .gnsy .introduce .w .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gnsy .become {
    margin-top: 1.42rem;
  }
  .gnsy .become .form {
    margin-top: 0.75rem;
    background-color: #e9e9e9;
    padding: 1.1rem 0 1.5rem;
  }
  .gnsy .become .form .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnsy .become .form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnsy .become .form .box {
    width: 100%;
    padding: 0;
  }
  .gnsy .become .form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 95% center no-repeat #fff;
    background-size: 0.25rem;
    color: #898989;
  }
  .gnsy .become .form .submit {
    margin: 0.1rem 0 0;
  }
  .gnsy .become .form .submit button {
    display: block;
    background: #00adbb;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.22rem 0.8rem;
    border-radius: 0.4rem;
  }
  .gnsy .become h2 {
    text-align: center;
  }
  .gnsy .become .item {
    margin-bottom: 0.58rem;
    width: 100%;
  }
  .gnsy .become .item .label {
    font-size: 0.24rem;
  }
  .gnsy .become .item .input {
    margin-top: 0.3rem;
    width: 100%;
  }
  .gnsy .become .item .input input {
    display: block;
    width: 100%;
    height: 0.8rem;
    border: none;
    padding-left: 0.38rem;
    font-size: 0.18rem;
  }
  .gnsy .become .item:last-child {
    margin-bottom: 0;
  }
  .gnsy .become .city .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3rem;
  }
  .gnsy .become .city .select select {
    display: block;
    height: 0.8rem;
    width: 100%;
    border: none;
    padding: 0 0.3rem;
    font-size: 0.18rem;
    outline: none;
    margin-right: 0.1rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .gnsy .become .city .select select:last-child {
    margin-right: 0;
  }
  .gnsy .become .city .textarea {
    margin-top: 0.3rem;
    width: 100%;
  }
  .gnsy .become .city .textarea textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 2.5rem;
    padding: 0.2rem 0.38rem;
    font-size: 0.18rem;
    resize: none;
  }
  .gnsy .become .city2 .select {
    flex-direction: column;
  }
  .gnsy .become .city2 .select .date {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .gnsy .become .city2 .select .date input[type='date'] {
    display: block;
    width: 100%;
    height: 0.8rem;
    border: none;
    padding: 0.2rem 0.38rem;
    font-size: 0.18rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .gnsy .become .city2 .select .date span {
    position: absolute;
    font-size: 0.18rem;
    color: #999;
    margin-top: 5px;
    display: block;
  }
  .gnsy .become .city2 .select select {
    margin: 0 0 0.2rem;
  }
  .gnsy .become .yuyue .select {
    flex-direction: column;
    box-sizing: border-box;
  }
  .gnsy .become .yuyue .select select {
    display: block;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.18rem;
    background: url('../img/icon/down.png') 95% center no-repeat #fff;
    background-size: 0.25rem;
  }
  .hwzs h2 {
    font-size: 0.55rem;
  }
  .hwzs .content {
    padding: 1.15rem 0 1.2rem;
  }
  .hwzs .content a {
    color: #00adbb;
    font-size: 0.24rem;
  }
  .hwzs .content .text {
    font-size: 0.24rem;
    line-height: 1.8;
  }
  .hwzs .content .en {
    margin: 0.3rem 0 0.56rem;
    font-size: 0.22rem;
  }
  .hwzs .content .bold {
    margin: 0.7rem 0 0.3rem;
  }
  .bannBox .banners {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.3rem;
  }
  .bannBox .banners .in {
    width: 100%;
    height: 100%;
  }
  .bannBox .banners .imgs {
    width: 100%;
    height: 5rem;
    border-radius: 0.2rem;
  }
  .bannBox .banners .imgs img {
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .bannBox .banners h2 {
    text-align: center;
    margin: 0.76rem 0 0.52rem;
  }
  .topNews {
    margin-top: 1.03rem;
    display: grid;
    background: #f3f3f3;
    height: auto;
  }
  .topNews .w {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .topNews .content {
    padding: 0.5rem 0.4rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .topNews .content h3 {
    font-size: 0.32rem;
    line-height: 0.5rem;
    font-weight: normal;
  }
  .topNews .content .text {
    font-size: 0.24rem;
    line-height: 1.6;
    margin: 0.35rem 0 0.2rem;
    text-align: justify;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .topNews .content .look a {
    font-size: 0.2rem;
  }
  .topNews .content .look a:hover {
    color: #00adbb;
  }
  .topNews .imgs {
    height: 4.2rem;
    flex-shrink: 0;
  }
  .topNews .imgs img {
    height: 100%;
    object-fit: cover;
  }
  .newsBox .searchBox {
    margin-top: 1rem;
    width: 100%;
  }
  .newsBox .searchBox .search {
    height: 0.6rem;
    border-bottom: 1px solid #000;
  }
  .newsBox .searchBox .search input {
    display: inline-block;
    height: 100%;
    width: 90%;
    border: none;
  }
  .newsBox .section-5 .w {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .newsBox .section-5 .w::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .newsBox .section-5 h3 {
    font-size: 0.4rem;
    font-weight: normal;
    text-align: left;
    width: 100%;
  }
  .newsBox .section-5 .newList {
    display: flex;
  }
  .newsBox .video_mask .box .cont {
    height: auto !important;
  }
  .newsBox .pagination {
    width: 100%;
    display: flex !important;
  }
  .newsBox .pagination a {
    font-size: 0.26rem;
  }
  .newsBox .pagination a i {
    font-size: 0.3rem;
  }
  .newsBox .details {
    margin-top: 1rem;
  }
  .newsBox .details .w {
    padding: 0;
  }
  .newsBox .details .top {
    padding: 0.6rem 0;
    width: 100%;
    border-bottom: 1px solid #ababab;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsBox .details .top h2 {
    font-size: 0.5rem;
    text-align: center;
  }
  .newsBox .details .top .info {
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    color: #6e6e73;
    font-size: 0.2rem;
  }
  .newsBox .details .top .info a {
    color: #6e6e73;
  }
  .newsBox .details .top .info .date {
    margin-right: 0.33rem;
  }
  .newsBox .details .content {
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .newsBox .details .content p {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 1.8;
    text-indent: 2em;
    color: #373737;
  }
  .newsBox .details .content .title {
    font-size: 0.28rem;
    font-weight: normal;
  }
  .newsBox .details .content img {
    max-width: 100%;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    height: auto;
    display: block;
    margin: 0.5rem 0;
  }
  .newsBox .details .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newsBox .details .page .item {
    width: 48%;
  }
  .newsBox .details .page .rg {
    text-align: right;
  }
  .newsBox .details .page a {
    font-size: 0.24rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .newsBox .details .page a:hover {
    color: #00adbb;
  }
  .brand .w {
    width: 90%;
  }
  .brand .head {
    background: #fff;
    padding: 0.7rem 0 0.6rem;
  }
  .brand .head p {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.8;
    font-family: 'HarmonyOS_Medium';
  }
  .brand .body {
    background: #f3f3f3;
    padding: 0.5rem 0;
  }
  .brand .body .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .brand .body .w .le {
    width: 100%;
    height: 5rem;
    background: #09080c;
    flex-shrink: 0;
  }
  .brand .body .w .le img {
    object-fit: cover;
  }
  .brand .body .w .rg {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .brand .body .w .rg p {
    font-size: 0.24rem;
    font-family: 'HarmonyOS_Medium';
    line-height: 1.8;
    margin: 0.2rem 0;
  }
  .tabBox {
    margin-top: 1rem;
  }
  .tabBox .tabs {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 2px solid #ababab;
  }
  .tabBox .tabs .tab {
    font-size: 0.24rem;
  }
  .pphd .newlist {
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #ababab;
  }
  .pphd .inner_mask {
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0;
    display: none;
  }
  .pphd .inner_mask .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pphd .inner_mask .box .big {
    width: 80%;
    height: auto;
  }
  .pphd .inner_mask .box .big img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    object-fit: cover;
  }
  .pphd .inner_mask .close {
    position: absolute;
    top: 20%;
    right: 10%;
    color: #ffff;
  }
  .pphd .inner_mask .close i {
    font-size: 0.45rem;
    color: #fff;
  }
  .hyqy {
    margin-top: 0.8rem;
  }
  .hyqy h2 {
    font-size: 0.55rem;
    font-weight: normal;
    text-align: center;
  }
  .hyqy .head {
    background: #ececec;
    padding: 1rem 0 1.13rem;
  }
  .hyqy .head .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hyqy .head .top .text {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
  .hyqy .head .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.2rem;
    margin-top: 1.2rem;
  }
  .hyqy .head .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hyqy .head .list li .icon {
    width: 1rem;
    height: 0.8rem;
  }
  .hyqy .head .list li .icon img {
    object-fit: contain;
  }
  .hyqy .head .list li .title {
    margin: 0.4rem 0 0.2rem;
    font-weight: bold;
    font-size: 0.26rem;
  }
  .hyqy .head .list li .text {
    font-size: 0.2rem;
  }
  .hyqy .join {
    margin-top: 0.7rem;
  }
  .hyqy .join .tabBox {
    margin-top: 0.9rem;
    justify-content: flex-start;
    border-bottom: 2px solid #ababab;
  }
  .hyqy .join .tabBox .tab {
    font-size: 0.24rem;
    margin-right: 0.5rem;
  }
  .hyqy .join .tabContent {
    margin-top: 0.8rem;
    padding-bottom: 1.7rem;
  }
  .hyqy .join .tabContent .stepBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .hyqy .join .tabContent .stepBox .step {
    width: 100%;
    background: #f3f3f3;
    height: auto;
    border-radius: 0.35rem;
    padding: 0.3rem 0.3rem 0.4rem;
    box-sizing: border-box;
    margin: 0.4rem 0;
  }
  .hyqy .join .tabContent .stepBox .step .content {
    margin-top: 0.3rem;
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .hyqy .join .tabContent .stepBox .step .content .imgs {
    margin: 0.45rem 0;
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hyqy .join .tabContent .stepBox .step .content .imgs img {
    object-fit: contain;
  }
  .hyqy .join .tabContent .stepBox .step .content h3 {
    font-size: 0.3rem;
  }
  .hyqy .join .tabContent .stepBox .step .content .text {
    color: #4c4c4c;
    font-size: 0.2rem;
  }
  .hyqy .join .tabContent .stepBox .step .tip {
    font-size: 0.22rem;
    color: #4c4c4c;
    display: flex;
    align-items: center;
  }
  .hyqy .join .tabContent .stepBox .step .tip::before {
    content: '';
    display: inline-block;
    width: 0.04rem;
    height: 0.2rem;
    background: #00adbb;
    margin-right: 0.1rem;
  }
  .hyqy .join .tabContent .stepBox .step:first-child .content .imgs {
    width: 60%;
    height: auto;
  }
  .hyqy .join .tabContent .stepBox .jt {
    width: 0.28rem;
    height: 0.22rem;
  }
  .fwBox .banners {
    background: #fff;
    padding-bottom: 0.4rem;
  }
  .fwBox .banners h2 {
    bottom: 20%;
    font-size: 0.55rem;
  }
  .fwBox .filter {
    background-color: #efefef;
    padding: 0.5rem 0 0.8rem;
  }
  .fwBox .filter h3 {
    text-align: center;
    font-size: 0.4rem;
    line-height: 1.6;
    max-width: 57%;
    margin: auto;
  }
  .fwBox .filter .box {
    margin-top: 0.52rem;
    display: flex;
    flex-wrap: wrap;
  }
  .fwBox .filter .box .item {
    background-color: #fff;
    width: 100%;
    margin-top: 0.4rem;
  }
  .fwBox .filter .box .item:nth-of-type(2),
  .fwBox .filter .box .item:nth-of-type(3) {
    width: 46.5%;
  }
  .fwBox .filter .box .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .fwBox .filter .box .search {
    display: flex;
    align-items: center;
  }
  .fwBox .filter .box .search input {
    display: block;
    height: 0.8rem;
    border: none;
    width: 100%;
    font-size: 0.18rem;
    padding-left: 0.4rem;
  }
  .fwBox .filter .box .search i {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.4rem;
  }
  .fwBox .filter .box select {
    width: 100%;
    height: 0.8rem;
    font-size: 0.18rem;
    border: none;
    outline: none;
    padding-left: 0.4rem;
  }
  .fwBox .body {
    padding: 0.5rem 0 1rem;
  }
  .fwBox .body .w {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.4rem;
  }
  .fwBox .body .w .tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .fwBox .body .w .tabs .tab {
    margin-right: 0.3rem;
    padding: 0.2rem;
    color: 0.24rem;
    opacity: 0.6;
    color: #000;
  }
  .fwBox .body .w .tabs .tab.active {
    opacity: 1;
  }
  .fwBox .body .w .box .top {
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #000;
    font-size: 0.2rem;
    font-family: 'HarmonyOS_bold';
  }
  .fwBox .body .w .box .video .item {
    padding: 0.4rem 0;
    border-bottom: 1px solid #000;
  }
  .fwBox .body .w .box .video .item .li {
    background-color: #f8f8f8;
    display: flex;
    box-sizing: border-box;
  }
  .fwBox .body .w .box .video .item .imgs {
    position: relative;
    width: 3rem;
    height: 2rem;
    transition: all 0.5s;
    flex-shrink: 0;
    border-radius: 0.2rem;
    transform: scale(1);
  }
  .fwBox .body .w .box .video .item .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .fwBox .body .w .box .video .item .imgs i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 0.55rem;
    color: #fff;
  }
  .fwBox .body .w .box .video .item h4 {
    font-size: 0.18rem;
  }
  .fwBox .body .w .box .video .item .con {
    width: 100%;
    padding: 0.24rem;
    padding-left: 0.16rem;
  }
  .fwBox .body .w .box .video .item .con .inner {
    margin-top: 0.24rem;
    display: flex;
    font-size: 0.18rem;
    justify-content: space-between;
  }
  .fwBox .body .w .box .video .item .con .inner .date {
    color: #8d8d8d;
  }
  .fwBox .body .w .box .video .item .con .inner .view {
    display: flex;
    align-items: center;
    color: #8d8d8d;
  }
  .fwBox .body .w .box .video .item .con .inner .view i {
    color: #000;
    font-size: 0.3rem;
    margin-right: 0.1rem;
  }
  .fwBox .body .w .box .video .item:hover .imgs {
    overflow: hidden;
    position: relative;
  }
  .fwBox .body .w .box .video .item:hover .imgs img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.05);
  }
  .fwBox .video_mask {
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0;
    display: none;
  }
  .fwBox .video_mask .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.3rem;
  }
  .fwBox .video_mask .box .cont {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    height: 70%;
    display: block;
  }
  .fwBox .video_mask .box .cont video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .fwBox .video_mask .close {
    position: absolute;
    top: 10%;
    right: 3%;
    color: #ffff;
  }
  .fwBox .video_mask .close i {
    font-size: 0.5rem;
  }
  .fwBox select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/icon/down.png') 95% center no-repeat #fff;
    background-size: 8%;
  }
  .xianxia {
    background-color: #efefef;
  }
  .xianxia .w {
    width: 90%;
  }
  .xianxia .experiences {
    padding-top: 1.08rem;
  }
  .xianxia .experiences h2 {
    font-size: 0.5rem;
    text-align: center;
  }
  .xianxia .experiences .swiper {
    padding-bottom: 1.2rem;
  }
  .xianxia .experiences .swiper-slide {
    margin-top: 0.48rem;
    display: block;
  }
  .xianxia .experiences .swiper-slide .li {
    background-color: #fff;
    border-radius: 0.3rem;
    width: 100%;
  }
  .xianxia .experiences .swiper-slide .li .imgs {
    height: 3.2rem;
    width: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .xianxia .experiences .swiper-slide .li .imgs img {
    object-fit: cover;
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .xianxia .experiences .swiper-slide .li .contnte {
    height: 4.2rem;
    box-sizing: border-box;
    padding: 0.37rem 0.52rem 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .xianxia .experiences .swiper-slide .li .contnte .top {
    flex: 1;
  }
  .xianxia .experiences .swiper-slide .li .contnte .title {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .xianxia .experiences .swiper-slide .li .contnte .address {
    display: flex;
    font-size: 0.22rem;
    margin: 0.3rem 0 0.3rem;
  }
  .xianxia .experiences .swiper-slide .li .contnte .address i {
    font-size: 0.3rem;
    margin-right: 0.18rem;
  }
  .xianxia .experiences .swiper-slide .li .contnte .dh {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
  }
  .xianxia .experiences .swiper-slide .li .contnte .dh i {
    font-size: 0.34rem;
    margin-right: 0.17rem;
  }
  .xianxia .experiences .swiper-slide .li .contnte .go {
    background: #00adbb;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    border-radius: 0.4rem;
  }
  .xianxia .experiences .swiper-slide .li .contnte .go button {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0.15rem 0.17rem;
    font-size: 0.24rem;
  }
  .xianxia .experiences .swiper-slide .li .contnte .go button i {
    font-size: 0.3rem;
    margin-right: 0.1rem;
  }
  .xianxia .tyd .icons {
    margin-top: 1.74rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .xianxia .tyd .icons img {
    width: 1.82rem;
    height: 1.25rem;
    object-fit: contain;
  }
  .xianxia .tyd .icons span {
    font-size: 0.32rem;
    margin-top: 0.28rem;
    color: #838383;
  }
  .xianxia .yytyd .form {
    background: #f5f5f7;
  }
  .xianxia .yytyd .form .box {
    padding: 0;
  }
  .fwzc {
    margin-top: 2.22rem;
    background: #fff;
  }
  .fwzc .top {
    text-align: center;
  }
  .fwzc .top h2 {
    font-size: 0.5rem;
  }
  .fwzc .top p.text {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .fwzc .fwlist {
    margin-top: 0.76rem;
    width: 100%;
  }
  .fwzc .fwlist .w {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fwzc .fwlist .phone {
    width: 100%;
  }
  .fwzc .fwlist .list {
    width: 100%;
    display: block;
  }
  .fwzc .fwlist .list li {
    background: #f6f6f6;
    padding: 0.44rem 0.1rem 0.58rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .fwzc .fwlist .list li .title {
    font-size: 0.4rem;
    color: #00adbb;
    font-weight: bold;
    font-family: 'HarmonyOS_bold';
    transition: all 0.5s;
  }
  .fwzc .fwlist .list li .text {
    margin-top: 0.3rem;
    font-weight: normal;
    font-size: 0.22rem;
    text-align: center;
  }
  .fwzc .fwlist .list li .tip {
    font-size: 0.2rem;
    margin-top: 0.1rem;
    text-align: center;
    line-height: 1.6;
  }
  .fwzc .fwlist .list .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.15rem;
  }
  .fwzc .fwlist .list1 li {
    cursor: pointer;
  }
  .fwzc .fwlist .list1 li:hover .title {
    transition: 0.5s;
    transform: scale(1.1);
  }
  .fwzc .fwlist .list2 {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }
  .fwzc .fwlist .list2 li {
    padding: 0.55rem 0.1rem 0.63rem;
  }
  .fwzc .fwlist .list2 li .text {
    font-size: 0.3rem;
  }
  .fwzc .fwlist .list2 li .span {
    color: #5c5c5c;
    font-size: 0.24rem;
  }
  .fwzc .fwlist .list2 li .icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .fwzc .fwlist .list2 li .icon img {
    object-fit: contain;
  }
  .fwzc .content {
    padding-top: 0.8rem;
  }
  .fwzc .fw-detail {
    margin-top: 0.7rem;
  }
  .fwzc .fw-detail .ftitle {
    font-size: 0.26rem;
    line-height: 1.6;
  }
  .fwzc .fw-detail .item {
    display: flex;
    align-items: baseline;
    margin-top: 0.25rem;
  }
  .fwzc .fw-detail .item .xh {
    font-size: 0.28rem;
    min-width: 0.4rem;
  }
  .fwzc .fw-detail h4 {
    font-size: 0.35rem;
    font-weight: normal;
    margin-bottom: 0.24rem;
  }
  .fwzc .fw-detail p.text {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .fwzc .fw-detail h6 {
    font-size: 0.24rem;
    font-weight: normal;
  }
  .fwzc .fw-detail p.tip {
    color: #929292;
    font-size: 0.2rem;
    line-height: 1.6;
    margin-top: 0.3rem;
  }
  .fwzc .fw-detail .box {
    margin-top: 0.64rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #b1b1b1;
  }
  .fwzc .fw-detail:last-child .box {
    border-bottom: none;
  }
  .fwzc .onw .box {
    margin-top: 0.2rem;
  }
  .repair {
    background-color: #f6f6f6;
    padding: 1.08rem 0 2rem;
  }
  .repair h4 {
    font-size: 0.35rem;
    font-weight: normal;
  }
  .repair .repair_box {
    margin-top: 0.58rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .repair .repair_box .inner {
    position: relative;
  }
  .repair .repair_box .item .icon {
    width: 0.55rem;
    height: 0.55rem;
  }
  .repair .repair_box .item .icon img {
    object-fit: contain;
  }
  .repair .repair_box .item .title {
    margin: 0.2rem 0;
    font-size: 0.26rem;
  }
  .repair .repair_box .item .text {
    font-size: 0.18rem;
    color: #4f4f4f;
    margin: 0.2rem 0;
  }
  .repair .repair_box .item .go {
    font-size: 0.18rem;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    position: relative;
    cursor: pointer;
    height: fit-content;
  }
  .repair .repair_box .item .go::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -0.05rem;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #030303;
  }
  .repair .repair_box .item .go:hover {
    color: #00adbb;
  }
  .repair .repair_box .item .go:hover::after {
    background: #00adbb;
  }
  .repair .repair_box .item:first-child {
    margin-bottom: 1rem;
  }
  .repair .repair_box .mask {
    background: #fff;
    position: absolute;
    padding: 0.2rem 0.17rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem #ccc;
    bottom: 0;
    display: none;
  }
  .repair .repair_box .mask .box {
    box-sizing: border-box;
    display: flex;
  }
  .repair .repair_box .mask .box .icon {
    width: 0.4rem;
    height: 0.2rem;
    margin-right: 0.1rem;
  }
  .repair .repair_box .mask .box .icon img {
    object-fit: contain;
  }
  .repair .repair_box .mask .box .content {
    font-size: 0.18rem;
  }
  .repair .repair_box .mask .box .content .title {
    font-size: 0.18rem;
    font-family: 'HarmonyOS_Medium';
    font-weight: bold;
  }
  .repair .repair_box .mask .box .content .date {
    font-size: 0.18rem;
  }
  .repair .repair_box .mask .box .content .tip {
    margin: 0.1rem 0;
  }
  .repair .repair_box .mask .box .content .tel {
    font-weight: bold;
  }
  .repair .repair_box .mask .box .content .text a {
    color: #00adbb;
  }
  .repair .repair_box .mask2 {
    padding: 0.13rem;
    bottom: -1.3rem;
  }
  .repair .repair_box .mask2 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.18rem;
  }
  .repair .repair_box .mask2 .box .ewm {
    width: 2rem;
    height: 2rem;
    margin-top: 0.1rem;
  }
  .cjwt {
    padding-bottom: 1.43rem;
  }
  .cjwt .search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8rem;
    border: 1px solid #b1b1b1;
    width: 100%;
    margin: 0.65rem auto 0.8rem;
    padding: 0 0.32rem;
  }
  .cjwt .search i {
    font-size: 0.28rem;
    color: #6a6a6a;
  }
  .cjwt .search input {
    display: block;
    width: 100%;
    border: none;
    height: 100%;
    margin: 0 0.2rem;
    font-size: 0.2rem;
  }
  .cjwt .search button {
    font-size: 0.2rem;
    color: #020202;
    flex-shrink: 0;
  }
  .cjwt .search button:hover {
    color: #00adbb;
  }
  .cjwt .main {
    border-top: none;
    padding-top: 0.25rem;
    display: block;
  }
  .cjwt .main .le .title {
    font-size: 0.24rem;
    font-family: 'HarmonyOS_bold';
    font-weight: bold;
  }
  .cjwt .main .le .tabs {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .cjwt .main .le .tabs .tab {
    font-size: 0.2rem;
    margin: 0.2rem 0;
    cursor: pointer;
    padding-bottom: 0.1rem;
    margin-right: 0.2rem;
  }
  .cjwt .main .le .tabs .tab.active {
    color: #00adbb;
  }
  .cjwt .main .rg {
    margin-top: 0.8rem;
  }
  .cjwt .main .rg .tab-content .box {
    padding: 0.35rem 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .cjwt .main .rg .tab-content .box h5 {
    font-size: 0.25rem;
    margin-bottom: 0.24rem;
    font-weight: normal;
  }
  .cjwt .main .rg .tab-content .box .text {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .cjwt .main .rg .tab-content .box:first-child {
    padding-top: 0;
  }
  .cjwt .main .rg .tab-content .box:last-child {
    padding: 0.35rem 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .cjwt .main .rg .tab-content .tips {
    color: #929292;
  }
  .cjwt .main .rg .tab-content .tips .tip {
    font-size: 0.24rem;
  }
  .cjwt .main .rg .tab-content .tips .text {
    font-size: 0.24rem;
  }
  .cjwt .tips .tip {
    font-size: 0.26rem;
  }
  .cjwt .tips .text {
    font-size: 0.24rem;
    line-height: 1.8;
  }
  .sfbz {
    padding-bottom: 2.5rem;
  }
  .sfbz .w {
    width: 100%;
  }
  .sfbz .tabs {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #b1b1b1;
  }
  .sfbz .tabs .tab {
    margin-top: 0.74rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .sfbz .tabs .tab .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .sfbz .tabs .tab .icon img {
    object-fit: contain;
  }
  .sfbz .tabs .tab .icon .show {
    display: none;
  }
  .sfbz .tabs .tab .text {
    font-size: 0.28rem;
    margin-top: 0.28rem;
    padding-bottom: 0.35rem;
    position: relative;
  }
  .sfbz .tabs .tab.active .icon .show {
    display: block;
  }
  .sfbz .tabs .tab.active .icon .hide {
    display: none;
  }
  .sfbz .tabs .tab.active .text {
    color: #00adbb;
  }
  .sfbz .tabs .tab.active .text::after {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    left: 10%;
    bottom: 0;
    background-color: #00adbb;
  }
  .sfbz .table {
    width: 100%;
    margin-top: 0.4rem;
    background: #f6f6f6;
  }
  .sfbz .table table {
    width: 100%;
    border-collapse: collapse;
  }
  .sfbz .table table thead {
    background: #f6f6f6;
  }
  .sfbz .table table thead th {
    font-size: 0.2rem;
    color: #595959;
    font-weight: normal;
    padding: 0.2rem;
  }
  .sfbz .table table thead th:last-child {
    padding-left: 0;
  }
  .sfbz .table table tbody {
    background: #fff;
  }
  .sfbz .table table tbody tr {
    border-bottom: 1px solid #b1b1b1;
  }
  .sfbz .table table tbody tr td {
    max-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    font-size: 0.22rem;
    padding: 0.2rem 0.15rem;
    line-height: 1.4;
    color: #595959;
  }
  .sfbz .table table tbody tr td .tip {
    font-size: 0.2rem;
  }
  .sfbz .table .explain {
    font-size: 0.24rem;
    color: #7a7a7a;
    margin-top: 0;
    line-height: 1.6;
    padding: 0.2rem 0.4rem;
    background: #fff;
  }
  .sfbz .table1 tbody tr td {
    border: 1px solid #b1b1b1;
  }
  .sfbz .table1 tbody tr td:last-child {
    width: 1.65rem;
    border-right: none;
    padding: 0 0.2rem;
  }
  .sfbz .table1 tbody tr td:nth-last-child(3) {
    width: 1rem;
    text-align: center;
    white-space: nowrap;
    padding: 0.2rem 0.05rem;
  }
  .sfbz .table1 tbody tr td:nth-last-child(4) {
    text-align: left !important;
    padding: 0.2rem 0.1rem;
  }
  .sfbz .table1 tbody tr td:nth-last-child(2) {
    max-width: 1.8rem;
  }
  .sfbz .table1 tbody tr td:first-child {
    border-left: none;
  }
  .sfbz .table2 {
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .sfbz .table2 tbody tr td {
    border: 1px solid #b1b1b1;
  }
  .sfbz .table2 tbody tr td .nw {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    padding: 0 0.2rem;
  }
  .sfbz .table2 tbody tr td:last-child {
    text-align: center;
  }
  .sfbz .table2 tbody tr td:nth-last-child(2) {
    white-space: nowrap;
    text-align: center;
  }
  .sfbz .table_im {
    margin-top: 0.38rem;
  }
  .download {
    margin-top: 0.8rem;
  }
  .download .fwpt,
  .download .xcx {
    padding-top: 1rem;
    background: #efefef;
    box-sizing: border-box;
    position: relative;
  }
  .download .fwpt .w,
  .download .xcx .w {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .download .fwpt .le,
  .download .xcx .le {
    background: url('../img/phonebg.png') no-repeat;
    background-size: cover;
    width: 4.3rem;
    flex-shrink: 0;
    padding: 0.16rem 0.18rem;
    padding-bottom: 0;
    height: 4.6rem;
    position: relative;
    border-radius: 0.75rem 0.75rem 0 0;
    margin-top: 1rem;
    background-color: #949494;
  }
  .download .fwpt .le .swiper,
  .download .xcx .le .swiper {
    width: 100%;
    height: 100%;
    border-radius: 0.55rem 0.55rem 0 0;
    background: #efefef;
  }
  .download .fwpt .le .swiper .swiper-slide,
  .download .xcx .le .swiper .swiper-slide {
    height: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .download .fwpt .le .swiper .swiper-slide img,
  .download .xcx .le .swiper .swiper-slide img {
    object-fit: cover;
    object-position: top center;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .download .fwpt .le::before,
  .download .xcx .le::before {
    content: '';
    position: absolute;
    top: 0.28rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.27rem;
    height: 0.4rem;
    background-color: #000;
    z-index: 10;
    border-radius: 0.4rem;
  }
  .download .fwpt .rg,
  .download .xcx .rg {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .download .fwpt .rg h2,
  .download .xcx .rg h2 {
    font-size: 0.5rem;
    font-weight: normal;
    white-space: nowrap;
  }
  .download .fwpt .rg .ftitle,
  .download .xcx .rg .ftitle {
    font-size: 0.3rem;
    margin-top: 0.5rem;
  }
  .download .fwpt .rg .ewm,
  .download .xcx .rg .ewm {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0.5rem 0;
  }
  .download .fwpt .rg .down .item,
  .download .xcx .rg .down .item {
    margin-bottom: 0.3rem;
  }
  .download .fwpt .rg .down .item a,
  .download .xcx .rg .down .item a {
    display: flex;
    align-items: center;
    border: 1px solid #c6c6c6;
    border-radius: 0.4rem;
    padding: 0.2rem 0.8rem;
  }
  .download .fwpt .rg .down .item .icon,
  .download .xcx .rg .down .item .icon {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.3rem;
  }
  .download .fwpt .rg .down .item .icon img,
  .download .xcx .rg .down .item .icon img {
    object-fit: contain;
  }
  .download .fwpt .rg .down .item span,
  .download .xcx .rg .down .item span {
    font-size: 0.28rem;
  }
  .download .fwpt .rg .down .item:last-child,
  .download .xcx .rg .down .item:last-child {
    margin-bottom: 0;
  }
  .download .fwpt .w {
    flex-direction: column-reverse;
  }
  .download .xcx {
    padding-top: 1.2rem;
    position: relative;
  }
  .download .xcx .le {
    height: 5.5rem;
    background-color: #949494;
  }
  .download .xcx .rg .ftitle {
    font-size: 0.24rem;
    margin-top: 0.5rem;
  }
  .download .xcx .rg .ewm {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0.5rem 0 0.2rem;
    border: 2px solid #ccc;
    padding: 0.2rem;
    border-radius: 50%;
  }
  .download .xcx .rg .ewm img {
    border-radius: 50%;
  }
  .PC,
  .empty {
    display: none;
  }
  .phone {
    display: block;
  }
}
