function CSSrpxTOpx(css, name, href) {var rpxArr = css.match(/([0-9.]+)rpx/g);if (rpxArr) {rpxArr = arrayUnique(rpxArr).sort((a, b) => {return b.length - a.length });rpxArr.forEach(vv => {vv = vv.replace("rpx", "");css = css.replaceAll(vv + "rpx", rpxTOpx(vv) + "px");});}var imageArr = css.match(/([0-9a-zA-Z_]+).(png|jpg|jpeg|gif)/g);if (imageArr) {var n = href.lastIndexOf("/"), baseRoot = href.substr(0, n) + "/";imageArr = arrayUnique(imageArr).sort((a, b) => {return b.length - a.length });imageArr.forEach(vv => {css = css.replaceAll("url(" + vv, "url(" + baseRoot + vv);});}createStyle(css, name);if (document.getElementById("bodyLoading")) {setTimeout(function () {document.getElementById("bodyLoading").style.display = "none";}, 2 * 1000) }}function rpxTOpx(rpx) {var dw = document.documentElement.clientWidth, width = dw, xsw = 320, smw = 750, mdw = 1024, lgw = 1600;if (dw <= xsw) {width = xsw;}else if (dw <= smw) {width = dw;}else if (dw <= mdw) {width = (dw * 375 / mdw) * 1.5;}else if (dw <= lgw) {width = (dw * 375 / lgw);}else {width = 375;}var px = (width * rpx / 750);return px;}function arrayUnique(arr) {return Array.from(new Set(arr));}function createStyle(css, name) {var head = document.head || document.getElementsByTagName('head')[0];var style = document.createElement('style');style.setAttribute('type', 'text/css');style.setAttribute('name', name);style.appendChild(document.createTextNode(css));if (document.getElementsByName(name).length) {document.getElementsByName(name)[0].remove();}head.appendChild(style);} var rpx_32fad639a0f8e88c1f62564616deb870 = '.ztPage{min-width:320px;}.ztCon{position:relative;width:100%;margin:0 auto;zoom:1;}.ztCon:after{content:".";display:block;clear:both;height:0;font:0/0 sans-serif;visibility:hidden;}.ztPage .zticon{display:inline-block;width:60rpx;height:60rpx;line-height:60rpx;background:url(icon.png) -999em -999em no-repeat;background-size:720rpx auto;}.ztPage .zticon::before{content:".";display:block;clear:both;visibility:hidden;}.ztPage .ztTitle{padding:0 45rpx;line-height:1.9;font-size:22rpx;color:#222222;}.ztPage .ztTitle h2{margin-bottom:12rpx;line-height:1.47826;font-size:46rpx;font-weight:normal;font-family:"SourceHanSansCN-Bold";}.ztPage .ztTitle2{text-align:right;}.secBanner .tImg{margin-bottom:56rpx;padding-top:130.6666666666667%;}.secBanner .slide{margin:56rpx 30rpx 90rpx;}.secBanner .slide .btns{z-index:3;position:absolute;left:0;bottom:0;}.secBanner .slide .btns a{display:inline-block;width:82rpx;height:50rpx;background-color:#ffffff;line-height:50rpx;text-align:center;vertical-align:bottom;}.secBanner .slide .btns a i{display:inline-block;width:16rpx;height:16rpx;border-right:1px solid #666;border-bottom:1px solid #666;}.secBanner .slide .btns .prev{background-color:#E3481A;}.secBanner .slide .btns .prev i{border-right-color:#FFF;border-block-color:#FFF;transform:rotate(135deg);}.secBanner .slide .btns .next i{transform:rotate(-45deg);}.secBanner .slide .txt{margin-top:46rpx;line-height:1;text-align:center;font-size:20rpx;}.secBanner .slide .txt h3{font-size:30rpx;font-weight:normal;color:#222;}.secBanner .slide .txt .line{width:560rpx;height:1px;margin:20rpx auto 18rpx;background:#e5e5e5;}.secCase{position:relative;}.secCase .lImg{margin:0 30rpx 62rpx;}.secCase .lImg .imgh{padding-top:139.1304347826087%;}.secCase .rCase{margin:45rpx 30rpx 55rpx;}.secCase .bd li .img{padding-top:79.71014492753623%;}.secCase .bd li .info{z-index:3;position:absolute;left:0;bottom:0;width:310rpx;text-align:center;font-size:20rpx;color:#222;}.secCase .bd li .photo{overflow:hidden;width:66rpx;margin-right:16rpx;border:3rpx solid #E3481A;border-radius:100%;}.secCase .bd li .name{font-size:32rpx;padding-right:6rpx;}.secCase .bd li .tags{padding-top:10rpx;letter-spacing:4rpx;}.secCase .hdli2{z-index:5;position:relative;padding-top:40rpx;background-color:#FFF;text-align:right;}.secCase .hdli2::before{content:"";position:absolute;top:56rpx;left:0;width:366rpx;height:1px;background-color:#D2D2D2;}.secCase .hdli2 li{display:inline-block;margin-left:55rpx;border-bottom:6rpx solid transparent;line-height:35rpx;font-size:24rpx;cursor:pointer;}.secCase .hdli2 li:first-child{margin-left:0;}.secCase .hdli2 li.active{border-bottom-color:#E3481A;font-family:"SourceHanSansCN-Bold";}.secService{position:relative;}.secService .container{height:790rpx;background-color:#DBE0E4;background-position:center;background-size:auto 100%;}.secService .ztTitle{z-index:3;position:absolute;top:90rpx;left:0;right:0;}.secService .list{position:relative;padding:30rpx 30rpx;background:#333;}.secService .list::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;margin:50rpx 0;background-color:rgba(255,255,255,.2);}.secService .list li{width:50%;padding:20rpx;border-top:1px solid rgba(255,255,255,.2);}.secService .list li:nth-of-type(1),.secService .list li:nth-of-type(2){border-top:none;}.secService .list li:nth-of-type(2n+1){padding-left:0;}.secService .list li:nth-of-type(2n+2){padding-right:0;}.secService .list li .ico{width:50rpx;margin-right:10rpx;}.secService .list li .title{line-height:50rpx;font-size:30rpx;font-weight:normal;color:#e3481a; }.secService .list li .note{margin-top:12rpx;line-height:1.25;font-size:20rpx;color:#5f5f5f;}.secStandard{padding-top:45rpx;padding-bottom:px;background-color:#F7F8FA;}.secStandard .standard{position:relative;margin:60rpx 35rpx 0px;}.secStandard .why{position:absolute;top:0;left:0;width:100%;line-height:1;}.secStandard .why span{opacity:.05;font-size:84rpx;color:#e3481a;font-family:"SourceHanSansCN-Heavy";}.secStandard .why em{position:absolute;top:45rpx;left:0;width:100%;font-size:22rpx;color:#222222;}.secStandard .standard li{width:318rpx;margin-bottom:45rpx;}.secStandard .standard li:nth-of-type(1){margin-top:98rpx;}.secStandard .standard li:nth-of-type(4){margin-top:-98rpx;}.secStandard .standard li .img{padding-top:167.9245283018868%;}.secStandard .standard li .txt{padding:15rpx 30rpx;background-color:#333;line-height:1;font-size:20rpx;color:#FFF;}.secStandard .standard li .title{margin-bottom:4rpx;font-size:30rpx;font-weight:normal;}.secStandard .criteria{margin:30rpx 30rpx 60rpx;}.secStandard .criteria .ht{margin-bottom:50rpx;line-height:1;text-align:center;color:#e3481a;}.secStandard .criteria .ht h3{font-size:46rpx;font-weight:normal;}.secStandard .criteria .ht p{opacity:.7;margin-top:10rpx;font-size:18rpx;}.secStandard .criteria li{width:50%;padding:40rpx 20rpx 40rpx 30rpx;border:1px solid #DCDCDC;}.secStandard .criteria li:nth-of-type(2n+1){border-right:none;}.secStandard .criteria li:nth-of-type(1),.secStandard .criteria li:nth-of-type(2){border-bottom:none;}.secStandard .criteria li .title{line-height:1;font-size:30rpx;font-weight:normal;color:#333333;font-family:"SourceHanSansCN-Bold";}.secStandard .criteria li .line{width:48rpx;height:1px;margin:16rpx 0;background-color:#e3481a;}.secStandard .criteria li .note{line-height:1.2;font-size:20rpx;color:#666;}.secStandard .brand{margin:60rpx 30rpx;}.secStorage{height:958rpx;background-color:#35342F;background-position:center;background-size:auto 100%;}.secStorage .ztTitle{padding-top:80rpx;color:#FFF;}.secPromise{padding-top:60rpx;padding-bottom:75rpx;}.secPromise .ht{padding:0 30rpx 75rpx 50rpx;line-height:1.2;color:#222222;}.secPromise .ht h3{font-size:46rpx;font-weight:normal;font-family:"SourceHanSansCN-Medium";}.secPromise .ht p{opacity:.5;margin-top:16px;font-size:20rpx;letter-spacing:-1px;font-family:"SourceHanSansCN-ExtraLight";}.secPromise ul{margin:0 30rpx;}.secPromise li:nth-of-type(2n){flex-direction:row-reverse;}.secPromise li .imgh{width:345rpx;}.secPromise li .title{text-align:center;font-size:30rpx;font-weight:normal;color:#222;}.secOrder{height:600rpx;padding:40rpx 0;background-color:#262829;background-position:center;background-size:auto 100%;}.secOrder .ht{position:relative;margin:0 0 60rpx 50rpx;line-height:54rpx;font-size:46rpx;color:#FFF;font-family:"SourceHanSansCN-Bold";}.secOrder .ht em{position:absolute;left:0;top:100%;opacity:.6;width:auto;height:140rpx;margin-top:30rpx;letter-spacing:1px;line-height:1;font-size:20rpx;font-family:"SourceHanSansCN-ExtraLight";writing-mode:vertical-rl;writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-webkit-writing-mode:tb-rl;}.secOrder .form{width:564rpx;margin:0 auto;padding:53rpx 70rpx;background-color:rgba(0,0,0,.3);}.secOrder .table{margin-bottom:20rpx;}.secOrder .table .right .input-text{height:60rpx;padding:0 20rpx;border:1px solid #FFF;background:none;line-height:60rpx;color:#FFF;}.secOrder .table .right .input-text::placeholder{color:#D7D7D7;}.secOrder .table .right .input-text:focus{border-color:#E3481A;}.secOrder .table .right .button{height:60rpx;line-height:60rpx;font-size:26rpx;}'; CSSrpxTOpx(rpx_32fad639a0f8e88c1f62564616deb870,'rpx_32fad639a0f8e88c1f62564616deb870','tpl/www/mobile/page/zzdz/css.css'); window.addEventListener('resize', function(){CSSrpxTOpx(rpx_32fad639a0f8e88c1f62564616deb870,'rpx_32fad639a0f8e88c1f62564616deb870','tpl/www/mobile/page/zzdz/css.css')});