.mo_img {
    display: none;
}
.newcp{
    position: absolute;
    top: 10px;
    right: 5%;
    width: 48px;
    font-size: 12px;
    background: var(--red);
    height: 24px;
    color: #fff;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
}
/*
#page{
    display: none;
}*/
.pswpimg{
    display: none;
}
@media screen and (max-width: 767px) {
    .pc_img {
        display: none;
    }

    .mo_img {
        display: block;
    }
}

.banner {
    position: relative;
    background: #000;
}
.banner .swiper-horizontal>.swiper-pagination-bullets {
    top: 90vh;
}

.banner .swiper-pagination-bullet {
    width: 80px;
    height: 1px;
    background-color: #fff;
    border-radius: 0px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 120px;
    height: 3px;
}
.banner .swiper-slide {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .banner_img img {
    width: 100%;
    opacity: 0;
}

.banner .swiper-slide video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}


.banner .text {
    position: absolute;
    left: 3.2%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    max-width: 90%;
}

.banner .text.yes {
    bottom: 18%;
    left: 50%;
    top: auto;
    text-align: center;
    transform: translateX(-50%);
}

.banner .text img {
    max-width: 100%;
}

.banner .banner-en {
    font-weight: 400;
    color: #fff;
    line-height: 1.14;
    text-align: left;
    opacity: 0;
    transform: translateX(50%);
    transition: all 1s .8s;
}

.banner .swiper-slide-active .banner-en {
    opacity: 1;
    transform: translateX(0);
}

.banner .banner-des {
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(50px);
    transition: all .6s .8s;
}

.banner .banner-more {
    opacity: 0;
    transform: translateY(50px);
    transition: all .6s 1.4s;
}

.banner .text h3 {
 font-family: 'Montserrat-SemiBold', "MiSansBold";
    overflow: hidden;
    text-align: left;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(50px);
    transition: all .6s 1.2s;
}

.banner .banner-more a {
    display: flex;
    color: #fff;
    line-height: 1.2;
    align-items: center;

}

.banner .banner-more svg {
    margin-left: 18px;
    transition: all .5s;
}

.banner .banner-more a:hover svg {
    transform: translateX(5px);
}

.banner .swiper-slide-active .text h3,
.banner .swiper-slide-active .banner-des,
.banner .swiper-slide-active .banner-more {
    opacity: 1;
    transform: translateY(0);
}

.banner .yes.text * {
    text-align: center;
}

.banner .text.yes .banner-tit {
    text-align: center;
}

.banner .yes.text .banner-more {
    display: flex;
    justify-content: center;
}


.banner .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    top: 80%;
    background-size: cover !important;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025041611420743647/cms/image/2609c483-4669-4747-bbe4-756a7258e61e.png) no-repeat center bottom;
    z-index: 3;
}


    .banner .swiper-button-next,
    .banner .swiper-button-prev{
        display: none;!important;
    }
/*
#videoModal {
    display: none;
}

.video_close {
    z-index: 99;
}

.video_btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.video_btn svg {
    width: 100%;
    height: 100%;
}

.touch_body .video_btn {
    display: block;
}

.touch_body .banner .swiper-slide video {
    display: none;
}*/

.touch_body .banner .swiper-slide {
    height: 100vh;
}



.isFENV .banner .swiper-slide {
    height: 100%;
}


@media screen and (max-width: 1000px) {
    .banner .text dt {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {


    .banner .text {
        width: 90%;
    }

    .banner .text h3 {
        font-size: 24px;
    }

    .banner .text p {
        font-size: 16px;
    }

    .banner .text .img img {
        width: 70%;
    }
    .banner .text,
.banner .text.yes{
    bottom: 15%;
    left: 50%;
    top: auto;
    text-align: center;
    transform: translateX(-50%);
}
.banner .text * {
    text-align: center;
}

.banner .text .banner-tit {
    text-align: center;
}

.banner .text .banner-more {
    display: flex;
    justify-content: center;
}
.banner .banner-line,
.banner .swiper-horizontal>.swiper-pagination-bullets{
    left: 50%;
    transform: translateX(-50%);
}

}

.content {
    padding-top: 104px;
}

.filter {
    width: 100%;
    position: relative;
}
.filterall{
   width: 100%;
    position: relative;
}
.filterall .swiper-button-next{
    position: absolute;
    right: 0;
    transform: translateX(40px);
   width: 30px;
   height: 30px;
   top: 0;
   margin-top: 0;
}
.filterall .swiper-button-prev{
    position: absolute;
    left: 0;
    transform: translateX(-40px);
   width: 30px;
   height: 30px;
   top: 0;
   margin-top: 0;
}
.filterall  .swiper-button-disabled {
    opacity: 0;
}
.filterall .swiper-button-next svg{
    width: 100%;
    height: 100%;
}
.filterall .swiper-button-prev svg{
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.filterall .swiper-button-prev:after,
.filterall .swiper-button-next:after{
    content: none;
}

.filter:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(1.5em + 24px);
    height: 1px;
    background-color: #e5e5e5;
}

.filter-item {
    flex: none;
    width: auto;
    margin-right: 80px;
    line-height: 1.5;
    color: #000;
 
    position: relative;
    padding-bottom: 48px;
}

.filter-item a {
    color: inherit;
}

.filter-item.active {
    color: var(--red);
}

.filter-item .p1 {
    display: flex;
    align-items: center;
    position: relative;
}

.filter-item .p1.act1 {
    /*color: var(--red);*/
   font-family: 'Montserrat-SemiBold', "MiSansBold";
}
.filter-item .p1.act2:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: var(--red);
}
.filter-item .p1 svg {
    margin-left: 8px;
    transform: rotate(0deg);
    transition: all .5s;
}

.filter-item .p1.act1 svg {
    transform: rotate(180deg);
}

.filter-item .p2 {
    position: absolute;
    width: 400px;
    left: 0;
    bottom: 0;
    display: none;
}

.filter-item .p2 a {
    color: #777;
    margin-right: 40px;
    line-height: 1;
}
.filter-item .p2 a.act1{
       /*color: var(--red);*/
     font-family: 'Montserrat-SemiBold', "MiSansBold";
}
.filter-item .p2 a:hover {
    /*color: var(--red);*/
    font-family: 'Montserrat-SemiBold', "MiSansBold";
    text-decoration: underline;
}

.recommend {
    padding: 9.3vw 0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: url('../img/pbj.jpg') no-repeat center center/cover;
}

.recommend-img {
    position: absolute;
    right: 7%;
    max-height: 100%;
    /*bottom: 0;*/
    top: 10%;
    width: 33.75%;
}

.recommend-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.recommend .recommend-txt {
    position: relative;
    padding-left: 6.58%;
    width: 50%;
}

.recommend .recommend-s {
    color: var(--red);
    line-height: 1.25;
}

.recommend .recommend-name,
.recommend .recommend-model {
    line-height: 1.24;
    color: #000;
    text-align: left;
}

.recommend .recommend-name a,
.recommend .recommend-model a {
    color: inherit;
    transition: all .5s;
}

.recommend .recommend-name a:hover,
.recommend .recommend-model a:hover {
    /*color: var(--red);*/
    
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.plist {
    display: flex;
    flex-wrap: wrap;
}

.plist .p-item {
    flex: 0 0 32%;
    margin-right: 2%;
    border-radius: 7px;
    background-color: #fff;
    transition: all .5s;
}

.plist .p-item:hover {
    background-color: #f9f9f9;
}

.plist .p-item:nth-child(3n) {
    margin-right: 0;
}

.plist .p-img {
    width: 212px;
    height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.plist .p-item:hover  .p-img img {
    transform:translate(-50%, -50%) scale(1.05) ;
}


.plist .p-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s;
    transform: translate(-50%, -50%);
}

.plist .p-name,
.plist .p-model {
    line-height: 2;
    color: #000;
    text-align: center;
     font-family: 'Montserrat';


}

.plist .p-name span{
    font-size: 16px;
      font-family: 'Montserrat1';
}

.plist .p-name a,
.plist .p-model a {
    color: inherit;
    transition: all .5s;
}
.plist .p-name:hover span{
      font-family: 'Montserrat';
}
.plist .p-item:hover   .p-name ,
.plist .p-item:hover   .p-model  {
    /*color: var(--red);*/
    /*font-size: 22px;*/
    
 font-family: 'Montserrat-SemiBold';
}

.load-more {
    display: flex;
    justify-content: center;
}

.load-more a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #666;
}

.load-more a img {
    margin-left: 18px;
    animation: xuanz 1s infinite;
}

@keyframes xuanz {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width:1800px){
.plist .p-item:hover   .p-name ,
.plist .p-item:hover   .p-model{
    /*color: var(--red);*/
    /*font-size: 20px;*/
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}
}
@media screen and (max-width:1600px) {

    .filter-item .p2 a,
    .filter-item {
        margin-right: 4.25vw;
    }

    .filter:before {
        top: calc(1.5em + 1.25vw);
    }
     .plist .p-img {
        max-width: 60%;
        max-height: 60%;
    }

}

@media screen and (max-width:1440px) {
    .plist .p-img {
        width: 190px;
        height: 190px;
    }
}

@media screen and (max-width:1200px) {
    .plist .p-img {
        width: 160px;
        height: 160px;
    }

    .filter:before {
        top: calc(1.5em + 2vw);
    }
    .plist .p-name span{
        font-size: 14px;
    }
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:768px) {
    .recommend{
        height: calc(100vh - 140px - 16vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .recommend-img {
        position: relative;
        /*margin: 0 auto;*/
        top: auto;
        left: 20%;
        right: auto;
        width: 60%;
        height: 0;
        padding-bottom: 60%;
        overflow: hidden;
    }
        .recommend-img img{
           left: 50%;
           transform: translateX(-50%);
            position: absolute;
        }

    .recommend .recommend-txt {
        width: auto;
        padding-right: 6.58%;
        margin-top: 8vh;
    }

    .filter-item {
        padding-bottom: 36px;
    }

    .plist .p-item {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 5%;
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .filter:before {
        top: calc(1.5em + 3vw);
    }
    .plist .p-img{
       width: 200px;
       
       max-height: 200px;
    }
}





.feature {
    display: flex;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    flex: 0 0 22.8%;
    margin-right: 15.8%;
}

.feature-item:nth-child(3n) {
    margin-right: 0;
}

.feature-ico {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    margin-right: 16px;
    justify-content: center;
}

.feature-tit {
    font-weight: 500;
    line-height: 36px;
}

.feature-des {
    line-height: 1.5;
    margin-top: 15px;
    font-weight: 200;
    font-family: "Montserrat1";
}

.feature-ico img {
    width: 100%;
    height: 100%;
   
    object-fit: contain;
}

/*.feature-item:nth-child(3) .feature-ico img {
    width: 38px;
}*/
.sec2 {
    background: #fff;
}
.sec2 .imglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 80vh;
}
.sec2 .sec2btm{
    min-height: 80vh;
}

.sec2 .imgitem {
    flex: 0 0 48.99%;
    margin-bottom: 2.02%;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .imgitem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  /* 核心：开启高清缩放，优先使用高质量算法 */
  image-rendering: -webkit-optimize-contrast; /* Safari/Chrome */
  image-rendering: crisp-edges; /* 边缘清晰，Firefox/Edge */
  /* Firefox */
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated; /* 像素化（适合像素图） */
  /* 可选：禁用浏览器默认的图片平滑（部分场景有效） */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 关键：让图片按设备像素比渲染 */
  transform: translateZ(0); /* 触发GPU渲染，提升清晰度 */
  /* Chrome/Safari */
  -webkit-transform: translate3d(0, 0, 0);
  /* IE/Edge */
  -ms-interpolation-mode: nearest-neighbor;
}


.sec2 .con-tit {
    text-align: center;
    color: #000;
    line-height: 1.3;
    font-weight: bold;
}
.sec2 .con-tit br{
    display: none;
}

.sec2 .sec2-des {
    text-align: justify;
    line-height: 1.8;
    color: #777;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Montserrat1";
}

.sec2 .sec2-img {
    border-radius: 10px;
    overflow: hidden;
}
.sec2 .sec2-img .moimg{
    display: none;
}
.sec2 .sec2-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  /* 核心：开启高清缩放，优先使用高质量算法 */
  image-rendering: -webkit-optimize-contrast; /* Safari/Chrome */
  image-rendering: crisp-edges; /* 边缘清晰，Firefox/Edge */
  /* Firefox */
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated; /* 像素化（适合像素图） */
  /* 可选：禁用浏览器默认的图片平滑（部分场景有效） */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 关键：让图片按设备像素比渲染 */
  transform: translateZ(0); /* 触发GPU渲染，提升清晰度 */
  /* Chrome/Safari */
  -webkit-transform: translate3d(0, 0, 0);
  /* IE/Edge */
  -ms-interpolation-mode: nearest-neighbor;
}
.sec2 .sec2-img video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec2 .video {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.sec2 .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sec2 .play {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.related .con-tit {
    text-align: center;
    color: #000;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
}

.related .con-more {
    justify-content: center;
}





.related .p-item {
    border-radius: 7px;
    background-color: #fff;
    transition: all .5s;
}

.related .p-item:hover {
    background-color: #f9f9f9;
}

.related .p-img {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;

}



.related .p-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.related .p-name,
.related .p-model {
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.related .p-name a,
.related .p-model a {
    color: inherit;
    transition: all .5s;
}

.related .p-name a:hover,
.related .p-model a:hover {
    /*color: var(--red);*/
       font-weight: bold;
}

.relatedswp {
    position: relative;
}

.relatedswp .swiper-scrollbar {
    width: 300px;
    height: 3px;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0e0e0;
    top: auto;
    border-radius: 0;
}

.relatedswp .swiper-scrollbar-drag {
    border-radius: 0%;
    background-color: var(--red);
}
.phonesec3{
    display: none;
}

.prod {
    padding-top: 104px;
    overflow: hidden;
    padding-bottom: 4vw;
    background: url('../img/pdbj.jpg') no-repeat center center/cover;
}

.prod h1,
.prod h2 {
    line-height: 1.5;
    text-align: center;
    color: #000;
}

.prod .swiper {
    width: 637px;
    margin: 0 auto;
    will-change: transform;
}
.prod .swiper-slide img{
    opacity: 0;
}
.prod .swiper-slide-active img,
.prod .swiper-slide-next img,
.prod .swiper-slide-prev img{
    opacity: 1;
}
.prod .swiper-slide-prev {
    opacity: 0!important;
}
.prod .swiper-slide-next {
    opacity: 0!important;
}
.prod .colors {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod .color-box {
    background-color: #f6f6f6;
    border-radius: 22px;
    display: flex;
    padding: 0 7px;
    align-items: center;
    height: 44px;
}

.prod .color-item {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}

.prod .color-item:after {
    content: '';
    border-color: #000;
    border: 2px;
    border-style: solid;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s;
    transform: translate(-50%, -50%);
}

.prod .color-item.act:after {
    opacity: 1;
}

.prod .swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media screen and (max-width:1600px) {
    .prod .swiper {
        width: 34vw;
    }

    .feature-item {
        flex: 0 0 26%;
        margin-right: 11%;
    }
       .related .p-img{
           width: 240px;
           height: 240px;
       }
}

@media screen and (max-width:1440px) {
    .related .p-img {
        width: 220px;
        height: 220px;
    }

  
}

@media screen and (max-width:1280px) {
    .prod .swiper {
        width: 34vw;
    }

    .feature-item {
        flex: 0 0 30%;
        margin-right: 5%;
    }
        .related .p-img {
        width: 200px;
        height: 200px;
    }
    .pswpimg {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .related .p-img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width:1024px) {
    .prod {
        padding-top: 80px;
    }

    .sec2 .sec2-des {
        width: 100%;
    }
    .content{
        padding-top: 60px;
    }
}

@media screen and (max-width:768px) {
    
    .recommend .recommend-name br{
       display: none;
    }
    .filterall .swiper-button-prev{
       width: 20px;
        height: 20px;
          margin-top: 2px;
        transform: translateX(-10px);
    }
    
    .filter{
        width: 90%;
    }
    .filterall .swiper-button-next{
        width: 20px;
        height: 20px;
        margin-top: 2px;
            transform: translateX(10px);
    }

.feature-ico{
    width: 32px;
    height: 32px;
}
.feature-item{
    align-items: center;
}
.feature-tit{
    font-size: 12px;
    line-height: 18px;
}
    .feature-item {
        flex: 0 0 100%;
        margin-right: 0%;
    }

    .prod {
        padding-top: 60px;
    }

    .prod .color-item {
        width: 12px;
        height: 12px;
    }

    .prod .color-item:after {
        width: 20px;
        height: 20px;
        border-width: 1px;
    }

    .feature-des {
        margin-top: 8px;
    }


    .sec2 .imgitem {
        flex: 0 0 100%;
        margin-bottom: 6%;
    }
.sec2 .con-tit{
    font-size: 24px;
    text-align: left;
}
    .sec2 .sec2-des {
        line-height: 1.6;
        font-size: 14px;
        font-family: 'MontserratLight';
        text-align: justify;
    }

    .sec2 .play svg {
        width: 32px;
    }
    .sec2 .video video{
        height: 100vw;
        object-fit: cover;
    }

    .prod .color-box {
        border-radius: 16px;
        height: 32px;
    }

    .prod .swiper {
        width: 50vw;
    }

    .related .p-item {
        background-color: #f9f9f9;
    }



.prod{
    padding-bottom: 10vw;
}
.feature-item{
    flex: 0 0 30%;
    margin-right: 5%;
    flex-direction: column;
    align-items: center;
}
.feature-tit{
    text-align: center;
    color: #000;
    margin-top: 14px;
}

.feature-des{
    display: none;
}
.feature-ico{
    margin-right: 0;
}

.pswpimg {
        width: 80%;
        margin: 0 auto;
        overflow: initial;
        position: relative;
        padding-bottom: 8vw;
       
    
}
.pswpimg  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pswpimg .swiper-slide {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }
    
   .pswpimg  .swiper-scrollbar {
    width: 120px;
    height: 3px;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0e0e0;
    top: auto;
    border-radius: 0;
}

    .pswpimg .swiper-scrollbar-drag {
    border-radius: 0%;
    background-color: var(--red);
}
.sec2{
    overflow: hidden;
}
.pswpimg {
    display: block;
}
   .sec2 .imglist{
     display: none;
 }
             
    .sec2 .sec2-img {
    border-radius: 8px;
    overflow: hidden;
}
.sec2 .sec2-img .moimg{
    display: block;
}
.sec2 .sec2-img .pcimg{
    display: none;
}
.sec2 .con-tit br{
    display: block;
}

.plist{
   margin-left: 15px;
   margin-right:15px;
}
.plist .p-img{
    margin-bottom: 8vw;
}
.plist .p-item {
    background-color: #f9f9f9;
}
.plist .p-item:hover   .p-name ,
.plist .p-item:hover   .p-model{
    /*color: var(--red);*/
    /*font-size: 16px;*/
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.relatedswp{
    margin-top: 10vw;
    padding-bottom: 12vw;
}


.banner .text .banner-more{
    margin-top: 12vw;
}

.recommend .con-more a{
    font-size: 14px;
}

.plist .p-name{
    margin-left: 5%;
    margin-right: 5%;
}

}
