(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-index-index"],{"00c0":function(t,e,n){"use strict";n.r(e);var i=n("a265"),a=n("219d");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("2932");var s=n("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"79177165",null,!1,i["a"],void 0);e["default"]=r.exports},"219d":function(t,e,n){"use strict";n.r(e);var i=n("a449"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},2440:function(t,e,n){var i=n("f8df");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("967d").default;a("66a3ebaa",i,!0,{sourceMap:!1,shadowMode:!1})},"25a7":function(t,e,n){"use strict";n("6a54");var i=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.createAnimation=function(t,e){if(!e)return;return clearTimeout(e.timer),new r(t,e)},n("4626"),n("5ac7"),n("c223"),n("bf0f"),n("2797");var a=i(n("9b1b")),o=i(n("80b1")),s=i(n("efe5")),r=function(){function t(e,n){(0,o.default)(this,t),this.options=e,this.animation=uni.createAnimation(e),this.currentStepAnimates={},this.next=0,this.$=n}return(0,s.default)(t,[{key:"_nvuePushAnimates",value:function(t,e){var n=this.currentStepAnimates[this.next],i={};if(i=n||{styles:{},config:{}},c.includes(t)){i.styles.transform||(i.styles.transform="");var a="";"rotate"===t&&(a="deg"),i.styles.transform+="".concat(t,"(").concat(e+a,") ")}else i.styles[t]="".concat(e);this.currentStepAnimates[this.next]=i}},{key:"_animateRun",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.$.$refs["ani"].ref;if(n)return new Promise((function(i,o){nvueAnimation.transition(n,(0,a.default)({styles:t},e),(function(t){i()}))}))}},{key:"_nvueNextAnimate",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2?arguments[2]:void 0,a=t[n];if(a){var o=a.styles,s=a.config;this._animateRun(o,s).then((function(){n+=1,e._nvueNextAnimate(t,n,i)}))}else this.currentStepAnimates={},"function"===typeof i&&i(),this.isEnd=!0}},{key:"step",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.animation.step(t),this}},{key:"run",value:function(t){this.$.animationData=this.animation.export(),this.$.timer=setTimeout((function(){"function"===typeof t&&t()}),this.$.durationTime)}}]),t}(),c=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];c.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach((function(t){r.prototype[t]=function(){var e;return(e=this.animation)[t].apply(e,arguments),this}}))},2932:function(t,e,n){"use strict";var i=n("ad32"),a=n.n(i);a.a},"2fd2":function(t,e,n){"use strict";n("6a54");var i=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("b7c7")),o=i(n("fcf3")),s=i(n("9b1b"));n("64aa"),n("bf0f"),n("2797"),n("c223"),n("5c47"),n("a1c1");var r=n("25a7"),c={name:"uniTransition",emits:["click","change"],props:{show:{type:Boolean,default:!1},modeClass:{type:[Array,String],default:function(){return"fade"}},duration:{type:Number,default:300},styles:{type:Object,default:function(){return{}}},customClass:{type:String,default:""}},data:function(){return{isShow:!1,transform:"",opacity:1,animationData:{},durationTime:300,config:{}}},watch:{show:{handler:function(t){t?this.open():this.isShow&&this.close()},immediate:!0}},computed:{stylesObject:function(){var t=(0,s.default)((0,s.default)({},this.styles),{},{"transition-duration":this.duration/1e3+"s"}),e="";for(var n in t){var i=this.toLine(n);e+=i+":"+t[n]+";"}return e},transformStyles:function(){return"transform:"+this.transform+";opacity:"+this.opacity+";"+this.stylesObject}},created:function(){this.config={duration:this.duration,timingFunction:"ease",transformOrigin:"50% 50%",delay:0},this.durationTime=this.duration},methods:{init:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t.duration&&(this.durationTime=t.duration),this.animation=(0,r.createAnimation)(Object.assign(this.config,t),this)},onClick:function(){this.$emit("click",{detail:this.isShow})},step:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.animation){for(var n in t)try{var i;if("object"===(0,o.default)(t[n]))(i=this.animation)[n].apply(i,(0,a.default)(t[n]));else this.animation[n](t[n])}catch(s){console.error("方法 ".concat(n," 不存在"))}return this.animation.step(e),this}},run:function(t){this.animation&&this.animation.run(t)},open:function(){var t=this;clearTimeout(this.timer),this.transform="",this.isShow=!0;var e=this.styleInit(!1),n=e.opacity,i=e.transform;"undefined"!==typeof n&&(this.opacity=n),this.transform=i,this.$nextTick((function(){t.timer=setTimeout((function(){t.animation=(0,r.createAnimation)(t.config,t),t.tranfromInit(!1).step(),t.animation.run(),t.$emit("change",{detail:t.isShow})}),20)}))},close:function(t){var e=this;this.animation&&this.tranfromInit(!0).step().run((function(){e.isShow=!1,e.animationData=null,e.animation=null;var t=e.styleInit(!1),n=t.opacity,i=t.transform;e.opacity=n||1,e.transform=i,e.$emit("change",{detail:e.isShow})}))},styleInit:function(t){var e=this,n={transform:""},i=function(t,i){"fade"===i?n.opacity=e.animationType(t)[i]:n.transform+=e.animationType(t)[i]+" "};return"string"===typeof this.modeClass?i(t,this.modeClass):this.modeClass.forEach((function(e){i(t,e)})),n},tranfromInit:function(t){var e=this,n=function(t,n){var i=null;"fade"===n?i=t?0:1:(i=t?"-100%":"0","zoom-in"===n&&(i=t?.8:1),"zoom-out"===n&&(i=t?1.2:1),"slide-right"===n&&(i=t?"100%":"0"),"slide-bottom"===n&&(i=t?"100%":"0")),e.animation[e.animationMode()[n]](i)};return"string"===typeof this.modeClass?n(t,this.modeClass):this.modeClass.forEach((function(e){n(t,e)})),this.animation},animationType:function(t){return{fade:t?1:0,"slide-top":"translateY(".concat(t?"0":"-100%",")"),"slide-right":"translateX(".concat(t?"0":"100%",")"),"slide-bottom":"translateY(".concat(t?"0":"100%",")"),"slide-left":"translateX(".concat(t?"0":"-100%",")"),"zoom-in":"scaleX(".concat(t?1:.8,") scaleY(").concat(t?1:.8,")"),"zoom-out":"scaleX(".concat(t?1:1.2,") scaleY(").concat(t?1:1.2,")")}},animationMode:function(){return{fade:"opacity","slide-top":"translateY","slide-right":"translateX","slide-bottom":"translateY","slide-left":"translateX","zoom-in":"scale","zoom-out":"scale"}},toLine:function(t){return t.replace(/([A-Z])/g,"-$1").toLowerCase()}}};e.default=c},"30f7":function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},n("7a76"),n("c9b5")},3384:function(t,e,n){var i=n("c86c");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.uni-popup[data-v-79177165]{position:fixed;z-index:99}.uni-popup.top[data-v-79177165], .uni-popup.left[data-v-79177165], .uni-popup.right[data-v-79177165]{top:var(--window-top)}.uni-popup .uni-popup__wrapper[data-v-79177165]{display:block;position:relative\n /* iphonex 等安全区设置,底部安全区适配 */}.uni-popup .uni-popup__wrapper.left[data-v-79177165], .uni-popup .uni-popup__wrapper.right[data-v-79177165]{padding-top:var(--window-top);flex:1}.fixforpc-z-index[data-v-79177165]{z-index:999}.fixforpc-top[data-v-79177165]{top:0}',""]),t.exports=e},"3b7f":function(t,e,n){"use strict";n.r(e);var i=n("b559"),a=n("fbf9");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("d2d2");var s=n("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"51ae0798",null,!1,i["a"],void 0);e["default"]=r.exports},4733:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if(Array.isArray(t))return(0,i.default)(t)};var i=function(t){return t&&t.__esModule?t:{default:t}}(n("8d0b"))},"4adc":function(t,e,n){"use strict";n.r(e);var i=n("2fd2"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},9417:function(t,e,n){"use strict";n.r(e);var i=n("d7e4"),a=n("4adc");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);var s=n("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"acf5fb64",null,!1,i["a"],void 0);e["default"]=r.exports},a265:function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var i={uniTransition:n("9417").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showPopup?n("v-uni-view",{staticClass:"uni-popup",class:[t.popupstyle,t.isDesktop?"fixforpc-z-index":""]},[n("v-uni-view",{on:{touchstart:function(e){arguments[0]=e=t.$handleEvent(e),t.touchstart.apply(void 0,arguments)}}},[t.maskShow?n("uni-transition",{key:"1",attrs:{name:"mask","mode-class":"fade",styles:t.maskClass,duration:t.duration,show:t.showTrans},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onTap.apply(void 0,arguments)}}}):t._e(),n("uni-transition",{key:"2",attrs:{"mode-class":t.ani,name:"content",styles:t.transClass,duration:t.duration,show:t.showTrans},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onTap.apply(void 0,arguments)}}},[n("v-uni-view",{staticClass:"uni-popup__wrapper",class:[t.popupstyle],style:{backgroundColor:t.bg},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.clear.apply(void 0,arguments)}}},[t._t("default")],2)],1)],1),t.maskShow?n("keypress",{on:{esc:function(e){arguments[0]=e=t.$handleEvent(e),t.onTap.apply(void 0,arguments)}}}):t._e()],1):t._e()},o=[]},a449:function(t,e,n){"use strict";n("6a54");var i=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("5ef2");var a=i(n("acd6")),o={name:"uniPopup",components:{keypress:a.default},emits:["change","maskClick"],props:{animation:{type:Boolean,default:!0},type:{type:String,default:"center"},isMaskClick:{type:Boolean,default:null},maskClick:{type:Boolean,default:null},backgroundColor:{type:String,default:"none"},safeArea:{type:Boolean,default:!0},maskBackgroundColor:{type:String,default:"rgba(0, 0, 0, 0.4)"}},watch:{type:{handler:function(t){this.config[t]&&this[this.config[t]](!0)},immediate:!0},isDesktop:{handler:function(t){this.config[t]&&this[this.config[this.type]](!0)},immediate:!0},maskClick:{handler:function(t){this.mkclick=t},immediate:!0},isMaskClick:{handler:function(t){this.mkclick=t},immediate:!0},showPopup:function(t){document.getElementsByTagName("body")[0].style.overflow=t?"hidden":"visible"}},data:function(){return{duration:300,ani:[],showPopup:!1,showTrans:!1,popupWidth:0,popupHeight:0,config:{top:"top",bottom:"bottom",center:"center",left:"left",right:"right",message:"top",dialog:"center",share:"bottom"},maskClass:{position:"fixed",bottom:0,top:0,left:0,right:0,backgroundColor:"rgba(0, 0, 0, 0.4)"},transClass:{position:"fixed",left:0,right:0},maskShow:!0,mkclick:!0,popupstyle:this.isDesktop?"fixforpc-top":"top"}},computed:{isDesktop:function(){return this.popupWidth>=500&&this.popupHeight>=500},bg:function(){return""===this.backgroundColor||"none"===this.backgroundColor?"transparent":this.backgroundColor}},mounted:function(){var t=this;(function(){var e=uni.getSystemInfoSync(),n=e.windowWidth,i=e.windowHeight,a=e.windowTop,o=e.safeArea,s=(e.screenHeight,e.safeAreaInsets);t.popupWidth=n,t.popupHeight=i+(a||0),o&&t.safeArea?t.safeAreaInsets=s.bottom:t.safeAreaInsets=0})()},destroyed:function(){this.setH5Visible()},created:function(){null===this.isMaskClick&&null===this.maskClick?this.mkclick=!0:this.mkclick=null!==this.isMaskClick?this.isMaskClick:this.maskClick,this.animation?this.duration=300:this.duration=0,this.messageChild=null,this.clearPropagation=!1,this.maskClass.backgroundColor=this.maskBackgroundColor},methods:{setH5Visible:function(){document.getElementsByTagName("body")[0].style.overflow="visible"},closeMask:function(){this.maskShow=!1},disableMask:function(){this.mkclick=!1},clear:function(t){t.stopPropagation(),this.clearPropagation=!0},open:function(t){this.showPopup&&(clearTimeout(this.timer),this.showPopup=!1);t&&-1!==["top","center","bottom","left","right","message","dialog","share"].indexOf(t)||(t=this.type),this.config[t]?(this[this.config[t]](),this.$emit("change",{show:!0,type:t})):console.error("缺少类型:",t)},close:function(t){var e=this;this.showTrans=!1,this.$emit("change",{show:!1,type:this.type}),clearTimeout(this.timer),this.timer=setTimeout((function(){e.showPopup=!1}),300)},touchstart:function(){this.clearPropagation=!1},onTap:function(){this.clearPropagation?this.clearPropagation=!1:(this.$emit("maskClick"),this.mkclick&&this.close())},top:function(t){var e=this;this.popupstyle=this.isDesktop?"fixforpc-top":"top",this.ani=["slide-top"],this.transClass={position:"fixed",left:0,right:0,backgroundColor:this.bg},t||(this.showPopup=!0,this.showTrans=!0,this.$nextTick((function(){e.messageChild&&"message"===e.type&&e.messageChild.timerClose()})))},bottom:function(t){this.popupstyle="bottom",this.ani=["slide-bottom"],this.transClass={position:"fixed",left:0,right:0,bottom:0,paddingBottom:this.safeAreaInsets+"px",backgroundColor:this.bg},t||(this.showPopup=!0,this.showTrans=!0)},center:function(t){this.popupstyle="center",this.ani=["zoom-out","fade"],this.transClass={position:"fixed",display:"flex",flexDirection:"column",bottom:0,left:0,right:0,top:0,justifyContent:"center",alignItems:"center"},t||(this.showPopup=!0,this.showTrans=!0)},left:function(t){this.popupstyle="left",this.ani=["slide-left"],this.transClass={position:"fixed",left:0,bottom:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)},right:function(t){this.popupstyle="right",this.ani=["slide-right"],this.transClass={position:"fixed",bottom:0,right:0,top:0,backgroundColor:this.bg,display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)}}};e.default=o},acd6:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("aa77"),n("bf0f"),n("dc8a"),n("4626"),n("5ac7");var i={name:"Keypress",props:{disable:{type:Boolean,default:!1}},mounted:function(){var t=this,e={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]};document.addEventListener("keyup",(function(n){if(!t.disable){var i=Object.keys(e).find((function(t){var i=n.key,a=e[t];return a===i||Array.isArray(a)&&a.includes(i)}));i&&setTimeout((function(){t.$emit(i,{})}),0)}}))},render:function(){}};e.default=i},ad32:function(t,e,n){var i=n("3384");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("967d").default;a("d7c7b9ca",i,!0,{sourceMap:!1,shadowMode:!1})},b559:function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var i={uniPopup:n("00c0").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"bg"},[n("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:0===t.currentPage,expression:"currentPage === 0"}],class:["content","content_bg",{"content-first":t.isFlipFade}],staticStyle:{"background-image":"url(/static/1/1.png)"}},[n("v-uni-image",{staticClass:"btn_1",attrs:{src:"/static/1/1btn.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleFirstPageClick.apply(void 0,arguments)}}})],1),n("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:1===t.currentPage,expression:"currentPage === 1"}],staticClass:"content content_2"},[n("v-uni-image",{staticClass:"title_2",attrs:{src:"/static/1/2title.png"}}),n("v-uni-view",{staticClass:"progress-container"},[n("v-uni-view",{staticClass:"progress",style:{width:t.progressPercentage+"%"}},[n("v-uni-image",{staticClass:"dongxiao",attrs:{src:"/static/1/loading.png"}})],1)],1),n("v-uni-view",{staticStyle:{"font-weight":"bold","font-size":"24rpx",color:"#8F76EE"}},[t._v(t._s(t.progressPercentage)+"%")])],1),n("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:t.currentPage>=2,expression:"currentPage >= 2"}],staticClass:"content"},[n("v-uni-image",{staticClass:"bg-image",attrs:{src:"/static/1/3.png",mode:"widthFix"}}),n("v-uni-view",{staticClass:"btn-box"},[n("v-uni-image",{staticClass:"com-img",staticStyle:{"margin-top":"129rpx"},attrs:{src:"/static/1/btn1.png",mode:"widthFix"}}),n("v-uni-image",{staticClass:"com-img",staticStyle:{"margin-top":"302rpx"},attrs:{src:"/static/1/btn2.png",mode:"widthFix"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.navigateToPage("/pages/index/shan")}}}),n("v-uni-image",{staticClass:"com-img",staticStyle:{"margin-top":"100rpx"},attrs:{src:"/static/1/btn3.png",mode:"widthFix"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.viewCard()}}}),n("v-uni-image",{staticClass:"com-img",staticStyle:{"margin-top":"78rpx"},attrs:{src:"/static/1/btn4.png",mode:"widthFix"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.navigateToPage("/pages/index/zichan")}}})],1)],1),n("uni-popup",{ref:"popup",attrs:{type:"center"}},[n("v-uni-view",{staticStyle:{position:"relative"}},[n("v-uni-image",{attrs:{mode:"widthFix",src:"/static/1/IPCenter.png"}}),n("v-uni-view",{staticClass:"hover-btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.goLink()}}})],1)],1)],1)},o=[]},b7c7:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){return(0,i.default)(t)||(0,a.default)(t)||(0,o.default)(t)||(0,s.default)()};var i=r(n("4733")),a=r(n("d14d")),o=r(n("5d6b")),s=r(n("30f7"));function r(t){return t&&t.__esModule?t:{default:t}}},c669:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{progressPercentage:0,currentPage:0,startTouchY:0,isFlipFade:!1,progressTimer:null}},onLoad:function(){},methods:{navigateToPage:function(t){uni.navigateTo({url:t})},handleFirstPageClick:function(){var t=this;this.isFlipFade=!0,setTimeout((function(){t.handlePageClick()}),1500)},handlePageClick:function(){this.currentPage++,this.updatePageContent()},updatePageContent:function(){switch(this.currentPage){case 1:this.startProgress();break;case 2:break;case 3:break;default:break}},startProgress:function(){var t=this;this.progressTimer=setInterval((function(){t.progressPercentage++,t.progressPercentage>=100&&(t.progressPercentage=100,clearInterval(t.progressTimer),t.currentPage=2)}),10)},handleTouchStart:function(t){this.startTouchY=t.changedTouches[0].clientY},handleTouchEnd:function(t){var e=this,n=t.changedTouches[0].clientY,i=this.startTouchY-n;i>50&&2===this.currentPage&&(console.log("上滑操作触发"),setTimeout((function(){e.handlePageClick()}),100))},viewCard:function(){this.$refs.popup.open()},goLink:function(){window.location.href="https://cde.jscaee.com.cn/html/mart.details.html?id=16982916866368281&type=1&time=1749693184344"}},beforeDestroy:function(){this.progressTimer&&clearInterval(this.progressTimer)}};e.default=i},d14d:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)},n("01a2"),n("e39c"),n("bf0f"),n("844d"),n("18f7"),n("de6c"),n("08eb")},d2d2:function(t,e,n){"use strict";var i=n("2440"),a=n.n(i);a.a},d7e4:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isShow?n("v-uni-view",{ref:"ani",class:t.customClass,style:t.transformStyles,attrs:{animation:t.animationData},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onClick.apply(void 0,arguments)}}},[t._t("default")],2):t._e()},a=[]},f8df:function(t,e,n){var i=n("c86c");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.bg[data-v-51ae0798]{width:100%;min-height:100vh;font-size:0;background:#000}.content[data-v-51ae0798]{width:100%;min-height:100vh;position:relative}.content .bg-image[data-v-51ae0798]{width:100%;min-height:100vh;height:auto}.content .btn_1[data-v-51ae0798]{width:%?569?%;height:%?74?%;position:absolute;bottom:%?68?%;left:%?95?%}.content.content_2[data-v-51ae0798]{display:flex;flex-direction:column;align-items:center;justify-content:center}.content.content_2 .title_2[data-v-51ae0798]{width:%?65?%;height:%?76?%}.content.content_2 .progress-container[data-v-51ae0798]{width:%?387?%;height:%?24?%;border-radius:%?20?%;border:2px solid #8f76ee;margin:%?26?% 0}.content.content_2 .progress-container .progress[data-v-51ae0798]{height:100%;background:rgba(143,118,238,.3);border-radius:%?20?%;width:0;overflow:hidden;position:relative}.content_bg[data-v-51ae0798]{height:100vh;background-size:100% auto;background-repeat:no-repeat}.btn-box[data-v-51ae0798]{width:100%;height:100%;position:absolute;left:0;bottom:0}.btn-box .com-img[data-v-51ae0798]{width:%?580?%;margin:0 auto;display:block}.dongxiao[data-v-51ae0798]{position:absolute;right:0;height:100%;width:%?158?%}.swiper-box[data-v-51ae0798]{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%}.content-first[data-v-51ae0798]{-webkit-animation:flipFade-data-v-51ae0798 2s forwards;animation:flipFade-data-v-51ae0798 2s forwards;opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}\n/* 定义动画 */@-webkit-keyframes flipFade-data-v-51ae0798{0%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{opacity:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@keyframes flipFade-data-v-51ae0798{0%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{opacity:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}.hover-btn[data-v-51ae0798]{position:absolute;left:0;right:0;bottom:0;height:%?480?%}',""]),t.exports=e},fbf9:function(t,e,n){"use strict";n.r(e);var i=n("c669"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a}}]);