.pro-other-intro { width: 100%; height: 900px;}
        .other-bottom { width: calc((100vw - 1200px)/2); height: 652px; background-color: #ffffff; border-top: 4px solid rgba(0, 0, 0, 0.05);
            border-bottom: 4px solid rgba(0, 0, 0, 0.05); position: absolute; z-index: 0; top: 188px; opacity: 0;}  /*放开边框就将opacity: 1*/
        /*放开边框就将opacity: 1*/
        
        .pro-other-content { width: 1200px; height: 652px; background-color: #ffffff; position:relative; z-index: 11; 
            top: 188px; left: 50%; transform: translate(-50% , 0); display: flex;
        }
        .other-content-left { width: 736px; height: 652px; border-left: 0px; overflow: hidden;border-radius:8px;
        }/*将边框放开就border-radius: 0px 32px 32px 0px; border: 4px solid rgba(0, 0, 0, 0.05);*/
        .other-content-right { width: 448px; height: 652px; background-color:rgb(255, 255, 255); margin-left: 16px; }
        .other-content-right .other-title { width: 428px; font-size: 40px; font-weight: 700; color: #1E1E1E; margin: 0 auto; padding-top: 37px; }
        .other-content-right .other-text { width: 428px; margin: 0 auto; margin-top: 26px; font-size: 16px; font-weight: 500; line-height: 24px;
            color: #8c8c8c;
        }
        .other-corbtn { width: 428px; margin: 0 auto; margin-top: 64px; height: 50px; border-radius: 4px; background: #F46F0A;
           color: #ffffff; font-size: 16px; font-weight: 500; box-shadow: none; cursor: pointer;
           display: flex; flex-direction: row; justify-content: center; align-items: center;
        }
        .other-corbtn:hover { background: #fa9548; }
        .other-corbtn img { width: 17px; height: 17px; margin-right: 10px; }

        /*产品图片*/
        .other-container { position: relative; height: 100%; margin: 0 auto; overflow: hidden; z-index: 12; } /*630px*/
        .other-container .swiper-wrapper { -webkit-transform: translateZ(0); transform: translateZ(0); }
        .other-container .swiper-wrapper .swiper-slide { width: auto; height: 652px;}
        .other-container .swiper-wrapper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
        /*swiperbutton组件*/
        .other-container .swiper-button-next, .other-container .swiper-button-prev { width: 52px; height: 52px; 
            background-color: rgba(0,0,0,.3);  color: #999; border-radius: 50%; display: flex; 
            justify-content: center; align-items: center; }
        .other-container .swiper-button-prev { left: calc(50% - 355px); right: calc(50% - 355px); left: auto; background-image: none;}
        .other-container .swiper-button-next { right: calc(50% - 355px); left: calc(50% - 355px); right: auto; background-image: none;}
        /* .other-container .swiper-button-next:hover, .other-container .swiper-button-prev:hover { background-color: rgba(0,0,0,.3); } */
        /*修改组件颜色*/
        .swiper-pagination-bullet-active { background: #000;}


        /*产品详情*/
        .other-listimg { width: 100%; height: auto;}
        .other-listimg .other-img { width: 1200px; height: auto; margin: 0 auto; line-height: 0;}
        .other-listimg .other-img img { width: 100%; height: auto; object-fit: cover; display: block; vertical-align: top; }


        /*喜欢*/
        .other-prodeta { position: relative; width: 100%; height: 900px; margin: 0 auto; padding: 0 1rem; text-align: center;
            justify-content: center; align-items: center; display: flex; flex-direction: column;
        }

        