@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 38px;height: 38px;border: 1px solid #e1e1e1;margin: 4px;font-size: 14px;color: #555;transition: all .4s ease;border-radius: 3px;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.paging-menu a:first-child, .paging-menu a:last-child{width: 68px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #ff5e00;background-color: #ff5e00;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #ff5e00;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #ff5e00;color: #fff;border-color: #ff5e00;}
.paging-hint span{color: #ff5e00;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #ff5e00;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #ff5e00;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #ff5e00 !important;}
.search-link:hover h2{color: #ff5e00;}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: max(14px,0.24rem);}
.webmap-title::after{content: "";position: absolute;width: max(36px,0.6rem);left: 0;right: 0;margin: 0 auto;bottom: 0;height: max(2px,0.04rem);background: #ff5e00;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -0.4rem 0 0 -0.4rem;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 0.4rem);margin: 0.4rem 0 0 0.4rem;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #ff5e00;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: max(16px,0.2rem);width: 100%;padding-bottom: max(12px,0.2rem);line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: max(10px,0.2rem);}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: max(4px,0.06rem) 0;font-size: max(15px,0.18rem);}
.webmap-list>ul>li>.drop .drop a{padding-left: max(12px,0.18rem);font-size: max(14px,0.16rem);}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 0.14rem;}
@media all and (max-width: 1000px){
    .webmap-list>ul>li>.drop .drop a::before{top: 0.2rem;}
    .webmap-list>ul{margin: -14px 0 0;}.webmap-list>ul>li{width: 100%;margin: 14px 0 0;}.webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
/* 内页公共 */
.pagesBan-bg img{width: 100%;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;flex-direction: column;}
.pagesBan-con .title{animation: banText 1.2s ease both;}
@keyframes banText {0%{opacity: 0;transform: translateY(1rem);}100%{opacity: 1;transform: translateY(0);}}
.pagesHead{justify-content: space-between;align-items: flex-end;border-bottom: 1px solid #666;}
.pagesTitle{line-height: .8;}
.pagesNav .item{margin-left: 0.46rem;}
.pagesNav .item:first-child{margin-left: 0;}
.pagesNav .item span{display: block;position: relative;padding-bottom: 2px;}
.pagesNav .item span::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #ff5e00;opacity: 0;transition: all .4s ease;}
.pagesNav .item:hover,.pagesNav .item.active{color: #ff5e00;}
.pagesNav .item.active span::after{opacity: 1;}
/* 联系我们 */
.ctaFlex{background: #f7f8fa;justify-content: space-between;padding: 0.7rem;}
.ctaLeft{width: 39%; flex-direction: column;justify-content: space-between;}
.ctaLeft .img{width: 3.9rem;margin-left: 1.2rem;position: absolute;top: 50%;transform: translateY(-50%);}
.ctaLeft .title,.ctaLeft .text,.ctaLeft .ico{position: relative;z-index: 2;}
.ctaLeft .ico{width: max(30px,0.4rem);}
.ctaLeft .text a{color: #ff5e00;text-decoration: underline;}
.ctaRight{width: 50%;}
.ctaForm{justify-content: space-between;}
.ctaForm-item{width: 48%;}
.ctaForm-item.w100{width: 100%;}
.ctaForm-item .title span{display: inline-block;margin-right: 6px;}
.ctaForm-item input{height: max(36px,0.42rem);padding: 0 18px;margin-top: 10px; width: 100%;background: #fff;color: #a3a3a3;border: 1px solid #dee2e6;}
.ctaForm-item input::-webkit-input-placeholder{color: inherit;}
.ctaForm-item textarea{resize: vertical; height: max(130px,1.76rem);padding: 12px 18px;margin-top: 10px; width: 100%;background: #fff;color: #a3a3a3;border: 1px solid #dee2e6;}
.ctaForm-item textarea::-webkit-input-placeholder{color: inherit;}
.ctaBtn{user-select: none;cursor: pointer;height: max(46px,0.58rem);}
.ctaBtn i{display: block;font-size: max(16px,0.2rem);margin-left: max(8px,0.16rem);transform: rotate(10deg);}
.ctaBtn:hover{background: #c44a03;border-radius: 60px;}
/* 新闻-列表 */
.newsList{margin-top: 20px;}
.newsItem{height: 100%;}
.newsItem-img{position: relative;}
.newsItem-img .tags{padding: 3px 14px;border-radius: 20px;position: absolute;right: 30px;top: 24px;z-index: 2;}
.newsItem-img img{width: 100%;height: 4.1rem;}
.newsItem-img:hover{border-radius: 0.8rem;}
.newsItem-img:hover img{transform: scale(1.1);}
.newsItem-con .title:hover{color: #ff5e00;}
.newsItem-con .label{margin-left: -0.24rem;}
.newsItem-con .label span{display: block;margin: 12px 0 0 0.24rem;border-radius: 40px;border: 1px solid #000;padding: 0.08rem 0.32rem;}
/* 新闻-详情 */
.newsDet-view .contain{width: 12rem;}
.newsDet-title{width: 80%;margin: 0 auto;}
.newsDet-menu{justify-content: space-between;align-items: center;border-bottom: 1px solid #666;padding-bottom: 16px;}
.newsDet-back{flex: 1;}
.newsDet-back .btn{align-items: center;}
.newsDet-back i{width: max(12px,0.15rem);height: max(13px,0.16rem);background: url('../images/pages/newDet-back1.png') no-repeat center/100% auto;transition: all .4s ease;margin-right: 8px;}
.newsDet-back .btn:hover{color: #ff5e00;}
.newsDet-back .btn:hover i{background-image: url('../images/pages/newDet-back2.png');}
.newsDet-date{align-items: center;}
.newsDet-date i{display: block;margin-right: 8px;}
.newsDet-share{align-items: center;margin-left: 0.65rem;}
.newsDet-share-title{align-items: center;}
.newsDet-share-title i{display: block;margin-right: 6px;}
.newsDet-share-list .item{font-size: max(12px,0.18rem); width: max(28px,0.4rem);height: max(28px,0.4rem);border-radius: 50%;border: 1px solid #000;margin-left: max(10px,0.16rem);}
.newsDet-share-list .item:hover{background: #000;border-color: #000;color: #fff;}
/* 产品-列表 */
.product-view .pagesHead{padding-bottom: 0;border: unset;align-items: center;}
.product-view .pagesHead .pagesTitle{align-items: center;margin-right: 0.5rem;}
.product-view .pagesHead .pagesTitle i{display: block;width: 1.78rem;margin-left: max(12px,0.25rem);animation: pagesTitleAni 3s linear infinite;}
.product-view .pagesNav{flex: 1;padding-bottom: 0.34rem;border-bottom: 1px solid #666;}
.product-view .pagesNav-list{justify-content: flex-end;}
@keyframes pagesTitleAni {0%{transform: rotate(-10deg);}50%{transform: rotate(50deg);}100%{transform: rotate(-10deg);}}
.proList{margin: -0.5rem 0 0 -0.3rem;}
.proItem{margin: 0.7rem 0 0 0.3rem;width: calc(25% - 0.3rem);}
.proItem:first-child{width: calc(50% - 0.3rem);}
.proItem-img{background: #f7f8fa;}
.proItem-img img{width: 100%;height: 4.1rem;}
.proItem-img .label{padding: 3px 15px;border-radius: 20px;position: absolute;right: 30px;top: 24px;}
.proItem-img:hover{border-radius: 0.8rem;}
.proItem-img:hover img{transform: scale(1.1);}
.proItem-con .title:hover{color: #ff5e00;}
/* FAQ */
.faqCon{background: #f7f8fa;padding: 0 0.8rem 1rem;}
.faqList li{border-bottom: 1px solid #666;}
.faqList li:first-child{border-top: 1px solid #666;}
.faqMenu{user-select: none;cursor: pointer;justify-content: space-between;align-items: center;}
.faqMenu .title{flex: 1;padding-right: 0.5rem;}
.faqMenu .btn{width: 14px;height: 14px;}
.faqMenu .btn::before,.faqMenu .btn::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: 1px;background: #000;transition: all .4s ease;}
.faqMenu .btn::after{width: 1px;height: 100%;}
.faqMenu:hover .title,.faqMenu.active .title{color: #ff5e00;}
.faqMenu.active .btn{transform: rotate(180deg);}
.faqMenu.active .btn::after{opacity: 0;}
.faqDrop{display: none;width: 70%;}
.faqDrop a{color: #ff5e00;}
.faqDrop a:hover{text-decoration: underline;}
/* 保修 */
.warranty-edit{width: 80%;}
.warranty-edit h1,.warranty-edit h2,.warranty-edit h3,.warranty-edit h4,.warranty-edit h5,.warranty-edit h6{font-family: 'SB';font-size: max(20px,0.48rem);line-height: 1.14;}
.warranty-view .ctaLeft{width: 44%;}
/* 下载 */
.downItem{height: 100%;background: #f7f8fa;padding: 0.36rem 0.36rem 0.48rem;}
.downItem-desc{justify-content: space-between;align-items: center;}
.downItem-desc .title{flex: 1;padding-right: 10px;}
.downItem-img{background: #fff;}
.downItem-img img{width: 100%;height: 3.6rem;}
.downItem-link-item{width: 50%;align-items: center;padding-right: 10px;}
.downItem-link-item .ico{width: max(28px,0.4rem);height: max(28px,0.4rem);border-radius: 50%;background: #777;margin-right: max(8px,0.2rem);}
.downItem-link-item .ico img{max-width: 60%;max-height: 60%;}
.downItem-link-item .title{flex: 1;}
.downItem-link-item:hover .ico{background: #ff5e00;}
.downItem-link-item:hover .title{color: #ff5e00;}
.promo-swp{padding: 0.32rem 0.42rem;background: url('../images/pages/promo-bg.jpg') no-repeat center/cover;}
.promo-swp .swiper-wrapper{transition-timing-function: linear;}
.promo-swp .swiper-slide{height: auto;}
.promo-slide{background: #fff;padding: max(15px,0.24rem) 0.1rem 0;height: 100%;}
.promo-slide .img{height: 2.6rem;}
.promo-slide .img img{max-width: 70%;max-height: 70%;}
/* 真伪查询 */
.verCon{background: #f7f8fa;padding: 0.8rem 0.7rem 0.95rem;flex-direction: column;}
.verCon-text{width: max(700px,8.8rem);margin: 0 auto;}
.verCon-form input{width: max(400px,5.6rem);height: max(42px,0.56rem);background: #fff;padding: 0 max(80px,1.3rem) 0 max(12px,0.22rem);}
.verCon-form input::-webkit-input-placeholder{color: inherit;}
.verCon-form .btn{position: absolute;right: 0;top: 0;width: max(80px,1.3rem);height: 100%;user-select: none;cursor: pointer;}
.verCon-form .btn:hover{background: #ae4101;}
.verVideo{background: #f7f8fa;padding: 0.8rem 0.7rem 1.2rem;margin-top: 16px;}
.verVideo .text{width: 75%;margin: 10px auto 0;}
.verVideo-bg video{width: 100%;}
.verVideo-bg img{z-index: 2; position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.verVideo-btn{z-index: 10;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: max(36px,0.64rem);height: max(36px,0.64rem);border-radius: 50%;border: max(2px,0.03rem) solid #fff;user-select: none;cursor: pointer;font-size: max(14px,0.3rem);padding-left: 0.05rem;}
.verVideo-btn:hover{border-color: #ff5e00;background: #ff5e00;}
/* 隐私政策 && 条件条款 */
.privacy-edit h1,.privacy-edit h2,.privacy-edit h3,.privacy-edit h4{font-size: max(19px,0.42rem);font-family:'B';margin-bottom: 0.1rem;}
.privacy-edit a{color: #ff5e00;text-decoration: underline;}
.privacy-edit strong{font-weight: 400;font-family: 'B';}
.privacy-edit .flex .right{flex: 1;margin-left: 10px;}
.privacy-edit ul{list-style: disc;list-style-position: inside;}
.privacy-edit ol{list-style: auto;list-style-position: inside;}
.privacy-edit li{margin-top: 1em;}
.privacy-edit li:first-child{margin-top: 0;}
.privacy-edit .block{background: #f7f8fa;border-radius: 0.3rem;padding: 0.8rem 0.7rem;}
.privacy-edit .block h1,.privacy-edit .block h2,.privacy-edit .block h3,.privacy-edit .block h4,.privacy-edit .block h5,.privacy-edit .block h6{font-size: max(16px,0.24rem);}
/* 产品-详情 */
.proDet-hot .contain{width: 12.5rem;}
.proDet-show.towhite{background:#fff}
.proDet-show.towhite .proDet-show-desc{color:#000}
.proDet-show.towhite .proDet-show-bg .bg {background: linear-gradient(to top,#fff 20%,transparent 100%);}
.proDet-hot .proItem{width: 100%;margin: 0;}
.proDet-scene .contain{width: 100%;padding: 0 0.2rem;}
.proDet-scene-list ul{display: flex;margin-left: -0.2rem;}
.proDet-scene-list li{margin-left: 0.2rem;width: 2.7rem;height: 6rem;position: relative;}
.proDet-scene-list li img{max-width: unset;width: auto;height: 6rem;object-fit: fill;position: absolute;left: 50%;top: 0;transform: translateX(-50%);}
.proDet-scene-list li.active{width: calc(100% - 2.7rem * 3 - 0.2rem * 4);}
.proDet-color .pagesTitle{line-height: 1;}
.proDet-color-flex{justify-content: space-between;align-items: flex-start;}
.proDet-color-left{width: 29%;}
.proDet-color-menu{max-height: 4.32rem;overflow-y: auto;scrollbar-width: none;-ms-overflow-style: none;color:#fff}
.proDet-color-menu li{border-radius: 40px;border: 1px solid transparent;user-select: none;cursor: pointer;height: 0.72rem;padding: 0 0.36rem;align-items: center;}
.proDet-color-menu i{display: block;width: 0.36rem;height: 0.36rem;border-radius: 50%;margin-right: 0.25rem;}
.proDet-color-menu span{display: block;flex: 1;}
.proDet-color-menu li.active{border-color: rgba(255, 255, 255, .36);}
.proDet-color-btn{visibility: hidden;transition: color .4s ease; user-select: none;cursor: pointer;font-size: max(16px,0.22rem);color: rgba(255, 255, 255, .36);transform: rotate(180deg);}
.proDet-color-btn.prev{position: absolute;left: 0;bottom: calc(100% + 10px);width: 100%;transform: none;}
.proDet-color-btn:hover{color: #fff;}
.proDet-color-btn.active{visibility: visible;}
.proDet-color-tips{align-items: center;border-top: 2px solid rgba(255, 255, 255, .36);}
.proDet-color-tips .ico{width: 0.38rem;margin-right: 0.32rem;}
.proDet-color-tips .text{flex: 1;padding-right: 0.7rem;color: rgba(255, 255, 255, .36);}
.proDet-color-right{width: 67%;}
.proDet-color-drop{display: none;}
.proDet-color-drop:first-child{display: block;}
.proDet-color-drop-flex{justify-content: space-between;}
.proDet-color-params{justify-content: space-between;width: calc(68% - 0.14rem);}
.proDet-color-params li{width: calc(50% - 0.14rem);background: #1d1d1f;height: 2.85rem;flex-direction: column;margin-top: 0.28rem;}
.proDet-color-params li:nth-child(-n+2){margin-top: 0;}
.proDet-color-params li .text{color:#fff}
.proDet-color-params .num{line-height: .8; -webkit-text-fill-color: transparent;}
.proDet-color-img{width: calc(32% - 0.14rem);min-height: 6rem;background: #1d1d1f;}
.proDet-color-img img{max-width: 70%;max-height: 60%;}
.proDet-color.towhite{background: #fff;}
.proDet-color.towhite .proDet-color-btn {color: rgba(0, 0, 0, .36);}
.proDet-color.towhite .proDet-color-btn:hover{color: #000;}
.proDet-color.towhite .proDet-color-menu{color:#000}
.proDet-color.towhite .pagesTitle{color:#000}
.proDet-color.towhite .proDet-color-menu li.active {border-color: rgba(0, 0, 0, .36);}
.proDet-color.towhite .proDet-color-tips {border-top: 2px solid rgba(0, 0, 0, .36);}
.proDet-color.towhite .proDet-color-tips .text {color: rgba(0, 0, 0, .36);}
.proDet-color.towhite .proDet-color-tips .ico {mix-blend-mode: difference;}
.proDet-color.towhite .proDet-color-params li{background: #e5e5e5;}
.proDet-color.towhite .proDet-color-img{background: #e5e5e5;}
.proDet-color.towhite .proDet-color-params li .text{color:#000}
.proDet-show{height: 300vh;}
.proDet-show-sticky,.proDet-module-sticky{position: sticky;top: max(calc(64px + 0.5rem),calc(0.82rem + 0.5rem));overflow: hidden;}
.proDet-show-bg{position: absolute;left: 0;top: 0.7rem;width: 100%;}
.proDet-show-bg .text{font-size: 3rem;line-height: .8;color: #ff5e00;opacity: .5;font-family: 'B';}
.proDet-show-bg .bg{position: absolute;left: 0;bottom: -10px;width: 100%;height: 100%;background: linear-gradient(to top,#000 20%,transparent 100%);background: -webkit-linear-gradient(bottom,#000 20%,transparent 100%);background: -o-linear-gradient(bottom,#000 20%,transparent 100%);background: -moz-linear-gradient(to top,#000 20%,transparent 100%);}
.proDet-show-img{position: relative;z-index: 2;justify-content: space-between;}
.proDet-show-img img{max-width: 2.7rem;max-height: 4.6rem;transform: translateX(-50%);opacity: .5;}
.proDet-show-img .item:nth-child(2) img{transform: translateX(50%);}
.proDet-show-desc{position: relative;z-index: 3;padding-bottom:max(10px,0.6rem)}
.proDet-show-desc .title,.proDet-show-desc .text{opacity: 0;transition: all .6s ease;}
.proDet-params .contain{width: 13.4rem;}
.proDet-puff-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proDet-puff-bg img{width: 100%;height: 100%;}
.proDet-puff .contain{position: relative;z-index: 2;}
.proDet-puff-con{flex-direction: column;align-items: center;}
.proDet-puff-title{justify-content: center;}
.proDet-puff-title .box{display: flex;flex-direction: column;align-items: flex-end;}
.proDet-puff-title .title{line-height: .8;font-size: 1.6rem;}
.proDet-puff-img{position: relative;z-index: 2;margin-top: -1rem;}
.proDet-puff-img img{max-width: 5rem;max-height: 4.5rem;}
.proDet-date-bg img{width: 100%;}
.proDet-date-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;}
.proDet-date-con .contain{display: block;}
.proDet-module{height: 300vh;}
.proDet-module-bg img{width: 100%;}
.proDet-module-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proDet-module-con .contain{height: 100%;align-items: center;}
.proDet-module-desc{width: max(450px,6.5rem);}
.proDet-module-title span{line-height: 1.14; -webkit-text-fill-color: transparent;}
.proDet-module-tips{color: rgba(255, 255, 255, .6);}
.proDet-module-list1 li{position: relative;padding-left: 14px;}
.proDet-module-list1 li::after{content: "";position: absolute;left: 0;top: 0.1rem;width: 5px;height: 5px;border-radius: 50%;background: #fff;}
.proDet-module-list2 li{width: 50%;padding-right: 10px;}

/* 修改 */
.proDet-may-bg img,.proDet-time-bg img,.proDet-share-bg{width: 100%;}
.proDet-may-con{position: absolute;left: 0;top: 50%;width: 100%;}
.proDet-may-desc{width: 12.3rem;margin: max(14px,0.5rem) auto 0;max-width: 100%;}
.proDet-time-con{position: absolute;left: 0;top: 0;width: 100%;padding-top: 0.8rem;}
.proDet-ys img{width: 100%;}

/* 防伪验证 */
.anti{width: 100%;position: relative;}
.anti-bg{width: 100%;}
.anti-bg img{width: 100%;min-height: 540px;}
.anti-main{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;justify-content: center;z-index: 10;background: rgba(0, 0, 0, .2);overflow:visible}
.anti-wrap{width: 100%;padding: 0 30px;}
.anti-form{max-width: max(900px,10.46rem);margin-left: auto;margin-right: auto;}
.anti-form li{margin-right: 10px;width: 220px;font-weight: 700;display: flex;flex-wrap: wrap;}
.anti-form li:last-child{margin-right: 0;width: auto;flex: 1;}
.anti-form li .customSelect-name{background: #fff;border-radius: 6px;color: #555;font-size: max(14px,0.16rem);height: max(38px,0.52rem);padding: 0 max(12px,0.2rem);border: none;}
.anti-form li .customSelect.hasInput .customSelect-name {background: #fff;}
.anti-form li .customSelect-name::after{color: #555;right: max(10px,0.2rem);font-size: 12px;}
.anti-form li .customSelect input{background: transparent;color: #101010;font-size: max(14px,0.16rem);height: max(38px,0.52rem);padding: 0 max(30px,0.5rem) 0 max(12px,0.2rem);border-radius: max(19px,0.26rem);}
.anti-form li .customSelect-drop{border-radius: 6px;padding: 0 max(12px,0.2rem);max-height: max(180px,2rem);}
.anti-form li .customSelect-drop>div{height: auto;font-size: max(14px,0.15rem);color: #555;padding: max(7px,0.12rem) 0;font-weight: normal;font-family: "fmM";}
.anti-form li .customSelect-drop>div:hover{color: #ff5e00;}
.anti-form li .customSelect-drop>div.active{color: #ff5e00;}
.anti-form li:last-child .isSelect{width: 220px;}
.anti-form li .ipt{flex: 1;border-left: 1px solid #efefef;}
.anti-form li .ipt input{width: 100%;background: #fff;border-top-right-radius: 6px;border-bottom-right-radius: 6px;color: #555;font-size: max(14px,0.16rem);height: max(38px,0.52rem);padding: 0 max(12px,0.24rem);font-weight: 700;}
.anti-form li .ipt input::-webkit-input-placeholder{color: #555}
.anti-form li .ipt input:-moz-placeholder{color: #555}
.anti-form li .ipt input::-moz-placeholder{color: #555}
.anti-form li .ipt input:-ms-input-placeholder{color: #555}
.anti-form li:last-child .customSelect-name{border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
.anti-submit{width: max(80px,1.1rem);height: max(80px,1.1rem);border-radius: 50%;background: #ff5e00;margin: 0 auto;border: max(3px,0.05rem) solid #fff;color: #fff;transform: translate3d(0,0,10px);cursor: pointer;user-select: none;box-shadow: 0px max(10px,0.16rem) max(12px,0.24rem) 2px rgba(108, 108, 108, 0.19);margin-top: min(-40px,-0.55rem);position: relative;z-index: 10;}
/* 错误弹窗 */
.antipop{position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;align-items: center;z-index: 1000000;background: rgba(0, 0, 0, .8);}
.antipop.active{display: flex;}
.antipop-wrap{background: #fff;max-width: 1400px;margin: 0 auto;position: relative;}
.antipop-close{user-select: none;cursor: pointer;position: absolute;width: max(32px,0.44rem);height: max(32px,0.44rem);background: url("../images/pages/anti3.png") no-repeat center/max(16px,0.22rem) auto;right: max(10px,0.2rem);top: max(10px,0.2rem);}
.antipop-info{width: 100%;align-items: center;}
.antipop-info .img{width: max(40px,0.55rem);flex-shrink: 0;}
.antipop-info .img img{width: 100%;}
.antipop-info .cont{flex: 1;}
.antipop-info .cont .title{line-height: 1.2;}
.antipop-list{width: 100%;}
.antipop-list .text{align-items: center;padding: max(7px,0.14rem) 0;border-bottom: 1px solid #f2f2f2;}
.antipop-list .text h6{display: flex;align-items: center;}
.antipop-list .text h6 i{width: max(14px,0.18rem);flex-shrink: 0;}
.antipop-list .text span{flex: 1;padding-left: max(10px,0.18rem);}
.antipop-list .text h6, .antipop-list .text p{width: 50%;}

/* 防伪验证-详情页 */
.antixqBox{background: #f7f8fa;}
.antixq{max-width: 1400px;margin-left: auto;margin-right: auto;background: #fff;}
.antixq-info{width: 100%;align-items: center;}
.antixq-info .img{width: max(40px,0.55rem);flex-shrink: 0;}
.antixq-info .img img{width: 100%;}
.antixq-info .cont{flex: 1;}
.antixq-info .cont .title{line-height: 1.2;}
.antixq-list{width: 100%;}
.antixq-list .text{align-items: center;padding: max(7px,0.14rem) 0;border-bottom: 1px solid #f2f2f2;}
.antixq-list .text h6{display: flex;align-items: center;}
.antixq-list .text h6 i{width: max(14px,0.18rem);flex-shrink: 0;}
.antixq-list .text span{flex: 1;padding-left: max(10px,0.18rem);}
.antixq-list .text h6, .antixq-list .text p{width: 50%;}
.antixq-title{width: 100%;border-bottom: 2px solid #000;}
.antixq-imgs{width: 100%;}
.antixq-imgs img{max-width: 100%;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .downItem-desc .text{font-size: 12px;}
    .anti-form li{width: 200px;}
    .anti-form li:last-child .isSelect{width: 200px;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    .anti-form{width: 800px;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .pagesTitle{line-height: 1.1;}
    .pagesNav{width: 100%;overflow-x: auto;margin-top: 20px;}
    .pagesNav-list{flex-wrap: nowrap;white-space: nowrap;}
    .pagesNav .item{margin: 0 15px !important;}
    .ctaFlex{padding: 15px 15px 25px;}
    .ctaLeft{width: 100%;display: none;}
    .ctaRight{width: 100%;}
    .ctaForm-item{width: 100%;margin-top: 20px;}
    .ctaForm-item:first-child{margin-top: 0;}
    .ctaForm-item .title span{margin-right: 2px;}
    .newsItem-con .label span{font-size: 12px;}
    .newsList .uli.ml60{margin: 0;}
    .newsList .uli.ml60.uli2 li{margin: 40px 0 0;width: 100%;}
    .newsList .uli.ml60.uli2 li:first-child{margin-top: 0;}
    .newsItem-img img{height: 175px;}
    .newsItem-img .tags{font-size: 12px;right: 15px;top: 15px;padding: 2px 12px;}
    .newsDet-view .contain{width: 92%;}
    .newsDet-title{width: 100%;text-align: left;line-height: 1.4;}
    .newsDet-menu{justify-content: flex-start;}
    .newsDet-back{flex: unset;}
    .newsDet-date{margin-left: 20px;}
    .newsDet-share{width: 100%;margin: 15px 0 0;}
    .product-view .pagesNav{flex: unset;}
    .proList{margin-top: -25px;}
    .proItem{width: calc(50% - 0.3rem);margin-top: 40px;}
    .proItem-img img{height: 175px;}
    .proItem:first-child{width: calc(100% - 0.3rem);}
    .proItem:first-child img{height: 170px;}
    .proItem-img .label{font-size: 12px;right: 15px;top: 15px;padding: 2px 12px;}
    .faqCon{padding: 15px 15px 30px;}
    .faq-module:first-child{margin-top: 0;}
    .faqDrop{width: 100%;line-height: 1.6;padding-bottom: 10px;}
    .faqList{margin-top: 12px;}
    .faqList li{padding-bottom: 15px;}
    .faqMenu{padding-top: 15px;}
    .faqMenu .btn{width: 12px;height: 12px;}
    .warranty-edit{width: 100%;}
    .downList .uli.ml36{margin: 0;}
    .downList .uli.ml36.uli3 li{margin: 20px 0 0;width: 100%;}
    .downList .uli.ml36.uli3 li:first-child{margin-top: 0;}
    .downItem{padding: 20px 15px 35px;}
    .downItem-img img{height: 245px;}
    .downItem-link-item{margin-top: 16px;}
    .promo-slide{padding: 10px 10px 0;}
    .promo-slide .img{height: 120px;}
    .promo-swp{padding: 10px;border-radius: 8px;}
    .promotion-view .ctaFlex{margin-top: 20px;}
    .verCon-text{width: 100%;}
    .verCon{padding: 25px 15px;}
    .verCon-form{width: 100%;}
    .verCon-form input{width: 100%;}
    .verVideo .text{width: 100%;}
    .verVideo{padding: 25px 15px;}
    .privacy-edit .flex{display: block;}
    .privacy-edit .flex .right{margin-left: 0;}
    .proDet-params .contain{width: 92%;}
    .proDet-show,.proDet-module{height: auto;}
    .proDet-show-sticky,.proDet-module-sticky{position: relative;top: 0;overflow: visible;}
    .proDet-show-img{justify-content: center;}
    .proDet-show-img .item:nth-child(2){display: none;}
    .proDet-show-img img{transform: none;max-width: 130px;max-height: 200px;opacity: 1;}
    .proDet-show-desc .title, .proDet-show-desc .text{opacity: 1;}
    .proDet-show-bg .text{font-size: 100px;}
    .proDet-puff-img img{max-width: 200px;max-height: 160px;}
    .proDet-puff-img{margin-top: 0;}
    .proDet-date-con{position: relative;}
    .proDet-date-con .contain{text-align: left;}
    .proDet-date-con .text{font-size: 24px;margin-top: 10px;}
    .proDet-date-con .tips{margin-top: 10px;}
    .proDet-module{padding-top: 60px;}
    .proDet-module-bg{position: absolute;right: 0;bottom: 0;}
    .proDet-module-con{position: relative;z-index: 2;}
    .proDet-module-text{margin-top: 5px;}
    .proDet-module-tips{font-size: 14px;margin-top: 8px;}
    .proDet-module-list1 .text,.proDet-module-list2 .title{font-size: 14px;}
    .proDet-module-list1 li{padding-left: 12px;margin-top: 20px;}
    .proDet-module-list1 li::after{width: 4px;height: 4px;top: 8px;}
    .proDet-module-list2 li{width: 100%;margin-top: 20px;}
    .proDet-color-flex{margin-top: 40px;}
    .proDet-color-left{width: 100%;}
    .proDet-color-tips{display: none;}
    .proDet-color-menu{max-height: 248px;}
    .proDet-color-menu li{height: 42px;padding: 0 25px;}
    .proDet-color-menu i{width: 16px;height: 16px;margin-right: 15px;}
    .proDet-color-right{width: 100%;margin-top: 20px;}
    .proDet-color-drop-flex{flex-direction: column-reverse;}
    .proDet-color-params{width: 100%;}
    .proDet-color-params li{height: 120px;width: calc(50% - 5px);margin-top: 10px !important;}
    .proDet-color-params .num{font-size: 50px;}
    .proDet-color-params .text{font-size: 14px;}
    .proDet-color-img{width: 100%;height: 250px;}
    .proDet-color-img img{max-height: 75%;max-width: 75%;}
    .proDet-scene-list ul{flex-wrap: wrap;margin-left: -10px;}
    .proDet-scene-list li{margin: 10px 0 0 10px;width: calc(50% - 10px) !important;height: auto;border-radius: 8px;}
    .proDet-scene-list li img{max-width: 100%;object-fit: cover;width: 100%;height: 105px;position: relative;left: auto;top: auto;transform: none;}
    .proDet-hot .contain{width: 92%;}
    .proDet-hot-list .uli.ml36{margin: 0;}
    .proDet-hot-list .uli.ml36.uli3 li{margin: 30px 0 0;width: 100%;}
    .proDet-hot-list .uli.ml36.uli3 li:first-child{margin-top: 0;}
    .proDet-hot-list .proItem{width: 100%;}
    .proDet-hot-list .proItem img{height: 350px;}

    .proDet-may-con{position: relative;height: auto;top: auto;margin-top: -80px;padding-bottom: 30px;}
    .proDet-may-con .proDet-module-title{font-size: 30px;}
    .proDet-may-desc{width: 100%;font-size: 15px;line-height: 1.6;}
    .proDet-time{display: flex;flex-direction: column-reverse;}
    .proDet-time-con{position: relative;height: auto;padding: 50px 4% 0;margin-bottom: -30px;}
    .proDet-time-con .proDet-module-title{font-size: 30px;}
    .proDet-time-desc{font-size: 16px;}
    .proDet-share{padding-top: 30px;}
    
    .anti-form{width: 660px;}
    .anti-form li{width: 180px;}
    .anti-form li:last-child .isSelect{width: 180px;}
    
}
@media all and (max-width: 720px){
    .anti-form li{width: 100%;margin-right: 0;}
    .anti-form li:last-child{flex: none;width: 100%;margin-top: 6px;}
    .anti-wrap{padding: 0 16px;}
    .anti-form{width: 100%;}
    .anti-form li:last-child .isSelect{width: 100%;}
    .anti-form li:last-child .customSelect-name {border-top-right-radius: 6px;border-bottom-left-radius: 0px;}
    .anti-form li .ipt{flex: none;width: 100%;border-left: none;border-top: 1px solid #efefef;}
    .anti-form li .ipt input {border-top-right-radius: 0;border-bottom-left-radius: 6px;}
    .anti-wrap .title{font-size: 18px;}
    .anti-form li .customSelect-drop{max-height: 130px;}
    .anti-main{align-items: flex-start;padding-top: 40px;}
    .anti-bg img{min-height: 350px;}
    .anti-submit{width: 70px;height: 70px;}
    .anti-submit{margin-top: -35px;}
    .antipop-info{flex-direction: column;}
    .antipop-info .cont{flex: none;width: 100%;margin-top: 16px;padding: 0;}
    .antipop-list .text h6{width: 75%;}
    .antipop-list .text p{width: 25%;}
    .antixq-info{flex-direction: column;}
    .antixq-info .cont{flex: none;width: 100%;margin-top: 16px;padding: 0;}
    .antixq-list .text h6{width: 100%;}
    .antixq-list .text p{width: 100%;padding: 6px 0 0 24px;color: #000;font-weight: 700;}
    .antixq{padding: 20px 16px;}
}