Commit 48461b7d by 肖康

钱包充值修改

parent a5134a51
Showing with 46 additions and 37 deletions
......@@ -489,6 +489,9 @@ const actions = {
var params = {
amount: payload.amount,
}
if(payload.order_id){
params.order_id=payload.order_id;
}
Services.walletRecharge(qs.stringify(params)).then((res) => {
let data = res.data;
......
......@@ -5,7 +5,7 @@
<div class="wallet-account">钱包账号:{{walletInfoData.safe_mobile}}</div>
<div class="recharge-amount">
<p>充值金额</p>
<span></span><input type="number" class="money" v-model="inputNum"/>
<span></span><input type="number" class="money" v-model="inputNum" :readonly="wallet_id? true : false"/>
</div>
<p class="payment-method">支付方式</p>
<van-radio-group v-model="radio">
......@@ -49,6 +49,7 @@
title: "钱包充值",
meaushow: true,
inputNum: this.$route.query.amount || '',
wallet_id:this.$route.query.wallet_id || '',
radio: '1'
}
},
......@@ -92,7 +93,8 @@
//充值申请
this.$store.dispatch({
type: 'walletRecharge',
amount: this.inputNum
amount: this.inputNum,
order_id:this.wallet_id
});
}
}
......
......@@ -17,7 +17,7 @@
</div>
<div class="record-num" v-if="item.wallet_type == 1">
{{item.amount_format}}<br/>
<span v-if="item.status == 1" class="rechargeBtn" @click="detail(item.amount)">待支付</span>
<span v-if="item.status == 1" class="rechargeBtn" @click="detail(item.amount,item.wallet_id)">待支付</span>
<span v-else class="successText">已完成</span>
</div>
</li>
......@@ -242,12 +242,14 @@
onTypeCancel() {
this.typeShow = false;
},
detail(amount) { //待支付的钱包充值订单,可跳去查看详情
detail(amount,wallet_id) { //待支付的钱包充值订单,可跳去查看详情
//直接调用$router.push实现携带参数的跳转
this.$router.push({
path: '/wallet/recharge',
query: {
amount: amount
amount: amount,
wallet_id:wallet_id
}
})
}
......
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:700}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point .box-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(2n){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px}.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}
\ No newline at end of file
.pointer-rule .point-mall-rule{padding:0 12px}.pointer-rule .rule-content{padding-top:18px}.pointer-rule .rule-content p{margin-bottom:10px;color:#666!important;font-size:13px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.coupon{background:#f8f8f8}.coupon .van-tab--active span{color:red!important}.coupon .van-tabs .van-tabs__wrap{position:fixed;top:44px;left:0;right:0;background:#fff;z-index:99}.coupon .coupon-box{padding:44px 5px 0}.coupon .coupon-box .block{overflow:hidden;margin-top:15px;border-radius:5px;background:#fff;-webkit-box-shadow:0 2px 5px #ddd;box-shadow:0 2px 5px #ddd}.coupon .coupon-box .block dt{width:125px;padding:10px 8px;float:left}.coupon .coupon-box .block dt h4{font-size:36px;font-family:Impact;height:40px;line-height:40px;text-align:center}.coupon .coupon-box .block dt h4 span{font-size:18px;position:relative;top:-15px;font-weight:400;line-height:20px}.coupon .coupon-box .block dt h4 b{font-size:16px;font-weight:400;line-height:20px}.coupon .coupon-box .block dt p{text-align:center;font-size:14px;padding-top:2.5px;line-height:16px;overflow:hidden}.coupon .coupon-box .block .text{padding:10px 8px 8px 125px;position:relative}.coupon .coupon-box .block .text .tag{font-size:12px;position:absolute;top:0;right:0;display:block;width:50px;height:50px}.coupon .coupon-box .block .text .tag span{-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:8px;right:-3px;z-index:2;color:#fff;overflow:hidden;display:block;width:40px;text-align:center}.coupon .coupon-box .block .text .tag i{position:absolute;top:0;right:0;z-index:1;display:block;border-top:50px solid red;border-left:50px solid transparent}.coupon .coupon-box .block .text h4{padding-right:50px;font-size:12px;color:#666;font-weight:400;line-height:20px;height:40px;overflow:hidden}.coupon .coupon-box .block .text h4 b{position:relative;color:#fff;display:inline-block;height:16px;font-weight:400;line-height:16px;padding:0 5px;margin:5px 6px}.coupon .coupon-box .block .text h4 i{float:left;position:absolute;top:0;left:-12px;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-width:8px 6px}.coupon .coupon-box .block .text p{font-size:12px;position:relative}.coupon .coupon-box .block .text p span{padding-top:12px;display:block;color:#999}.coupon .coupon-box .block .text .but-bg{height:30px;line-height:30px;font-size:14px;border-radius:30px;padding:0 12px;text-decoration:none;text-align:center;background:#fff}.coupon .coupon-box .block .text .but-bg:hover{color:#fff}.coupon .coupon-box .box-orange .text .but-bg{color:#ffa200;border:1px solid #ffa200}.coupon .coupon-box .box-blue .text .but-bg{color:#1080d0;border:1px solid #1080d0}.coupon .coupon-box .box-green .text .but-bg{color:#52bd61;border:1px solid #52bd61}.coupon .coupon-box .box-gray .text .but-bg{color:#999;border:1px solid #999}.coupon .coupon-box .block .number{height:33px;padding:8px;font-size:12px;color:#666;background:url(https://m.ichunt.com/v3/dist/res/m/images/coupon/coupon_bg.png) repeat-x;background-size:12px}.coupon .coupon-box .box-orange .text .tag i{border-top-color:#ffa200}.coupon .coupon-box .box-orange dt,.coupon .coupon-box .box-orange dt p{color:#ffa200}.coupon .coupon-box .box-orange .text .but-bg:hover,.coupon .coupon-box .box-orange .text h4 b{background:#ffa200}.coupon .coupon-box .box-orange .text h4 i{border-right-color:#ffa200}.coupon .coupon-box .box-blue .text .tag i{border-top-color:#1080d0}.coupon .coupon-box .box-blue dt,.coupon .coupon-box .box-blue dt p{color:#1080d0}.coupon .coupon-box .box-blue .text .but-bg:hover,.coupon .coupon-box .box-blue .text h4 b{background:#1080d0}.coupon .coupon-box .box-blue .text h4 i{border-right-color:#1080d0}.coupon .coupon-box .box-green .text .tag i{border-top-color:#52bd61}.coupon .coupon-box .box-green dt,.coupon .coupon-box .box-green dt p{color:#52bd61}.coupon .coupon-box .box-green .text .but-bg:hover,.coupon .coupon-box .box-green .text h4 b{background:#52bd61}.coupon .coupon-box .box-green .text h4 i{border-right-color:#52bd61}.coupon .coupon-box .box-gray .text .tag i{border-top-color:#999}.coupon .coupon-box .box-gray dt,.coupon .coupon-box .box-gray dt p{color:#999}.coupon .coupon-box .box-gray .text .but-bg:hover,.coupon .coupon-box .box-gray .text h4 b{background:#999}.coupon .coupon-box .box-gray .text h4 i{border-right-color:#999}.coupon .coupon-box .box-orange .text h4 span{color:#ffa200}.coupon .coupon-box .box-blue .text h4 span{color:#1080d0}.coupon .coupon-box .box-green .text h4 span{color:#52bd61}.coupon .coupon-box i.icon-get{font-size:72px;position:absolute;right:10px;top:-50px;text-align:right;color:#999}.coupon .coupon-box .dangxuan{height:30px}.coupon .coupon-box .dangxuan span{font-size:12px;float:left;padding-top:13px}.coupon .coupon-box .dangxuan .mui-radio{float:right;width:28px;margin-top:13px}.coupon .coupon-box .dangxuan .mui-radio input[type=radio]{right:0;top:0;width:18px}.coupon .coupon-box .nonuse{overflow:hidden;margin-top:15px;height:30px;line-height:30px;font-size:14px;border-radius:5px;background:#fff;-webkit-box-shadow:0 2px 3px #eee;box-shadow:0 2px 3px #eee}.coupon .coupon-box .nonuse span{font-size:14px;float:left;padding-top:0;padding-left:5px;color:#666}.coupon .coupon-box .nonuse .dangxuan .mui-radio{margin:8px 5px 0 0}.coupon .coupon_no{text-align:center;padding:25px 20px}.coupon .coupon_no dd{font-size:12px}.coupon .coupon_no span{width:162px;height:182px;padding-bottom:20px;display:inline-block;background:url(https://m.ichunt.com/v3/dist/res/m/images/coupon/coupon_no.png);background-size:contain;background-repeat:no-repeat}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.pointer-rule .point-mall-rule{padding:0 12px}.pointer-rule .rule-content{padding-top:18px}.pointer-rule .rule-content p{margin-bottom:10px;color:#666!important;font-size:13px}
\ No newline at end of file
.news li,.news ul{font-family:微软雅黑!important}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}
\ No newline at end of file
.news-detail .bar,.news-detail .content-newsdetail,.news-detail .title{padding:0 10px}.news-detail .content-newsdetail img{max-width:100%!important}.news-detail h1.title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:22px;font-weight:700;line-height:30px;margin-top:10px}.news-detail .bar{height:16px;clear:both;font-size:12px;color:#999;margin-top:10px;margin-bottom:10px}.news-detail .bar span{line-height:16px;height:16px;float:left}.news-detail .bar .f24{color:#333}.news-detail .bar .f20{font-size:12px;padding-left:5px;padding-right:5px;border-radius:2px;border:1px solid #ccc;margin-right:10px}.news-detail .detail-pop{width:8.66rem;height:7.44rem;position:fixed;top:50%;left:50%;margin-left:-4.33rem;margin-top:-3.72rem}.news-detail .detail-pop img{width:100%;height:100%}.news-detail .closexdetailad{font-size:26px;float:right;color:#ccc}.news-detail .adbox{padding:0 10px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.news-detail .bar,.news-detail .content-newsdetail,.news-detail .title{padding:0 10px}.news-detail .content-newsdetail img{max-width:100%!important}.news-detail h1.title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:22px;font-weight:700;line-height:30px;margin-top:10px}.news-detail .bar{height:16px;clear:both;font-size:12px;color:#999;margin-top:10px;margin-bottom:10px}.news-detail .bar span{line-height:16px;height:16px;float:left}.news-detail .bar .f24{color:#333}.news-detail .bar .f20{font-size:12px;padding-left:5px;padding-right:5px;border-radius:2px;border:1px solid #ccc;margin-right:10px}.news-detail .detail-pop{width:8.66rem;height:7.44rem;position:fixed;top:50%;left:50%;margin-left:-4.33rem;margin-top:-3.72rem}.news-detail .detail-pop img{width:100%;height:100%}.news-detail .closexdetailad{font-size:26px;float:right;color:#ccc}.news-detail .adbox{padding:0 10px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.brand{background:#f8f8f8}.brand .van-index-bar__index{font-size:14px;line-height:18px}.brand .data-box{padding-top:44px}.brand .data-box .data-group .data-content{background:#fff}.brand .data-box .data-group .data-content li{height:48px;line-height:48px;padding:5px 40px 4px 0;clear:both;-webkit-box-sizing:border-box;box-sizing:border-box}.brand .data-box .data-group .data-content li .brand_img{float:left;width:80px;height:40px;margin-right:10px}.brand .data-box .data-group .data-content li p{float:left;height:40px;font-size:14px;line-height:40px;color:#666}.brand .van-tabs{position:fixed;padding-top:0;top:44px;left:0;right:0;background:#fff;height:44px;z-index:2}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}
\ No newline at end of file
.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}.news .a{margin-bottom:.5rem;min-height:200px}.news .new-head{height:49px;background:#f3f3f3;padding:0 .4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news .new-head .logo,.news .new-head .logo img{width:30px;height:30px;display:block}.news .new-head .t1{font-size:16px;color:#1080d0;font-weight:500;margin-left:.267rem}.news .nav-tab ul{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f3f3f3;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:.667rem}.news .nav-tab ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;width:25%;min-width:25%;max-width:25%;margin-bottom:.653rem;text-align:center;font-size:14px;color:#333}.news .nav-tab ul li.curr{color:#1080d0}.news .down-list ul{padding:0 .4rem}.news .down-list ul li{padding:.4rem 0;border-bottom:1px solid #e5e5e5}.news .down-list ul li .t1{font-size:16px;color:#333;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news .down-list ul li .bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:.387rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.news .down-list ul li .bar .t2{font-size:14px;color:#999}.news .down-list ul li .bar .btn{width:85px;height:30px;border-radius:3px;border:1px solid #1080d0;display:block;font-size:14px;color:#1080d0;text-align:center;line-height:30px}.news .down-list .txt-tip{padding:.4rem 0;font-size:12px;color:#999;background:#fff;text-align:center}.news .islogin{height:50px;background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news .islogin img{width:20px;height:20px}.news .islogin a{margin-left:.28rem;font-size:12px;color:#333}
\ No newline at end of file
.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:700}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point .box-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(2n){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px}.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}
\ No newline at end of file
.coupon{background:#f8f8f8}.coupon .van-tab--active span{color:red!important}.coupon .van-tabs .van-tabs__wrap{position:fixed;top:44px;left:0;right:0;background:#fff;z-index:99}.coupon .coupon-box{padding:44px 5px 0}.coupon .coupon-box .block{overflow:hidden;margin-top:15px;border-radius:5px;background:#fff;-webkit-box-shadow:0 2px 5px #ddd;box-shadow:0 2px 5px #ddd}.coupon .coupon-box .block dt{width:125px;padding:10px 8px;float:left}.coupon .coupon-box .block dt h4{font-size:36px;font-family:Impact;height:40px;line-height:40px;text-align:center}.coupon .coupon-box .block dt h4 span{font-size:18px;position:relative;top:-15px;font-weight:400;line-height:20px}.coupon .coupon-box .block dt h4 b{font-size:16px;font-weight:400;line-height:20px}.coupon .coupon-box .block dt p{text-align:center;font-size:14px;padding-top:2.5px;line-height:16px;overflow:hidden}.coupon .coupon-box .block .text{padding:10px 8px 8px 125px;position:relative}.coupon .coupon-box .block .text .tag{font-size:12px;position:absolute;top:0;right:0;display:block;width:50px;height:50px}.coupon .coupon-box .block .text .tag span{-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:8px;right:-3px;z-index:2;color:#fff;overflow:hidden;display:block;width:40px;text-align:center}.coupon .coupon-box .block .text .tag i{position:absolute;top:0;right:0;z-index:1;display:block;border-top:50px solid red;border-left:50px solid transparent}.coupon .coupon-box .block .text h4{padding-right:50px;font-size:12px;color:#666;font-weight:400;line-height:20px;height:40px;overflow:hidden}.coupon .coupon-box .block .text h4 b{position:relative;color:#fff;display:inline-block;height:16px;font-weight:400;line-height:16px;padding:0 5px;margin:5px 6px}.coupon .coupon-box .block .text h4 i{float:left;position:absolute;top:0;left:-12px;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-width:8px 6px}.coupon .coupon-box .block .text p{font-size:12px;position:relative}.coupon .coupon-box .block .text p span{padding-top:12px;display:block;color:#999}.coupon .coupon-box .block .text .but-bg{height:30px;line-height:30px;font-size:14px;border-radius:30px;padding:0 12px;text-decoration:none;text-align:center;background:#fff}.coupon .coupon-box .block .text .but-bg:hover{color:#fff}.coupon .coupon-box .box-orange .text .but-bg{color:#ffa200;border:1px solid #ffa200}.coupon .coupon-box .box-blue .text .but-bg{color:#1080d0;border:1px solid #1080d0}.coupon .coupon-box .box-green .text .but-bg{color:#52bd61;border:1px solid #52bd61}.coupon .coupon-box .box-gray .text .but-bg{color:#999;border:1px solid #999}.coupon .coupon-box .block .number{height:33px;padding:8px;font-size:12px;color:#666;background:url(https://m.ichunt.com/v3/dist/res/m/images/coupon/coupon_bg.png) repeat-x;background-size:12px}.coupon .coupon-box .box-orange .text .tag i{border-top-color:#ffa200}.coupon .coupon-box .box-orange dt,.coupon .coupon-box .box-orange dt p{color:#ffa200}.coupon .coupon-box .box-orange .text .but-bg:hover,.coupon .coupon-box .box-orange .text h4 b{background:#ffa200}.coupon .coupon-box .box-orange .text h4 i{border-right-color:#ffa200}.coupon .coupon-box .box-blue .text .tag i{border-top-color:#1080d0}.coupon .coupon-box .box-blue dt,.coupon .coupon-box .box-blue dt p{color:#1080d0}.coupon .coupon-box .box-blue .text .but-bg:hover,.coupon .coupon-box .box-blue .text h4 b{background:#1080d0}.coupon .coupon-box .box-blue .text h4 i{border-right-color:#1080d0}.coupon .coupon-box .box-green .text .tag i{border-top-color:#52bd61}.coupon .coupon-box .box-green dt,.coupon .coupon-box .box-green dt p{color:#52bd61}.coupon .coupon-box .box-green .text .but-bg:hover,.coupon .coupon-box .box-green .text h4 b{background:#52bd61}.coupon .coupon-box .box-green .text h4 i{border-right-color:#52bd61}.coupon .coupon-box .box-gray .text .tag i{border-top-color:#999}.coupon .coupon-box .box-gray dt,.coupon .coupon-box .box-gray dt p{color:#999}.coupon .coupon-box .box-gray .text .but-bg:hover,.coupon .coupon-box .box-gray .text h4 b{background:#999}.coupon .coupon-box .box-gray .text h4 i{border-right-color:#999}.coupon .coupon-box .box-orange .text h4 span{color:#ffa200}.coupon .coupon-box .box-blue .text h4 span{color:#1080d0}.coupon .coupon-box .box-green .text h4 span{color:#52bd61}.coupon .coupon-box i.icon-get{font-size:72px;position:absolute;right:10px;top:-50px;text-align:right;color:#999}.coupon .coupon-box .dangxuan{height:30px}.coupon .coupon-box .dangxuan span{font-size:12px;float:left;padding-top:13px}.coupon .coupon-box .dangxuan .mui-radio{float:right;width:28px;margin-top:13px}.coupon .coupon-box .dangxuan .mui-radio input[type=radio]{right:0;top:0;width:18px}.coupon .coupon-box .nonuse{overflow:hidden;margin-top:15px;height:30px;line-height:30px;font-size:14px;border-radius:5px;background:#fff;-webkit-box-shadow:0 2px 3px #eee;box-shadow:0 2px 3px #eee}.coupon .coupon-box .nonuse span{font-size:14px;float:left;padding-top:0;padding-left:5px;color:#666}.coupon .coupon-box .nonuse .dangxuan .mui-radio{margin:8px 5px 0 0}.coupon .coupon_no{text-align:center;padding:25px 20px}.coupon .coupon_no dd{font-size:12px}.coupon .coupon_no span{width:162px;height:182px;padding-bottom:20px;display:inline-block;background:url(https://m.ichunt.com/v3/dist/res/m/images/coupon/coupon_no.png);background-size:contain;background-repeat:no-repeat}
\ No newline at end of file
.news li,.news ul{font-family:"\5FAE\8F6F\96C5\9ED1"!important}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}
\ No newline at end of file
.user-info{height:100%;background:#f8f8f8}.user-info .group-info{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:10px 15px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.user-info .group-info:not(:last-child):after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:" ";pointer-events:none;right:0;bottom:0;left:15px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.user-info .group-info .group-left{width:90px;-webkit-box-flex:0;-ms-flex:none;flex:none}.user-info .group-info .group-right{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;width:70%}.user-info .group-info .group-right input{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;padding:0;color:#323233;text-align:left;background-color:transparent;border:0;resize:none}.user-info .group-info .group-right input::-webkit-input-placeholder{color:#ccc}.user-info .tips{margin-top:15px;font-size:12px;color:#999;padding-left:15px}.user-info .btnsub{position:fixed;bottom:0;width:100%;padding:2%;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.user-info .btnsub .btnnext{background:#fff;color:#1080d0;border:1px solid #1080d0;text-decoration:none;text-align:center;height:40px;line-height:40px;border-radius:5px;width:100%;display:block;cursor:pointer;font-size:14px}.user-info .btnsub .btnnext.submitbtn{background:#1080d0;color:#fff}.Router{position:absolute;height:100%;width:100%;-webkit-transition:all .377s ease;transition:all .377s ease;will-change:transform;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;padding-top:44px;-webkit-box-sizing:border-box;box-sizing:border-box}.slide-left-enter,.slide-right-leave-active{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.slide-left-leave-active,.slide-right-enter{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
\ No newline at end of file
.sample-apply{padding-bottom:55px}.sample-apply .ele{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .line{height:5px;background:#f3f3f3}.sample-apply .van-collapse-item__content{padding-top:0;padding-bottom:0}.sample-apply .van-cell__title{font-size:16px}.sample-apply .info-con .img-box{border:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box;width:2rem;height:2rem}.sample-apply .info-con .img-box img{width:100%;height:100%}.sample-apply .info-con .cb-box{width:6.9rem;height:2rem}.sample-apply .info-con .cb-box .title{color:#333;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:.08rem}.sample-apply .info-con .cb-box p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.45rem;line-height:.45rem}.sample-apply .info-con .cb-box p span{color:#666}@media screen and (max-width:320px){.sample-apply .info-con .cb-box{width:6.8rem;position:relative;top:-.1rem}.sample-apply .info-con .cb-box .title{margin-bottom:0}}.sample-apply .info-detail{margin-top:18px;padding-bottom:25px}.sample-apply .info-detail p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.5rem;line-height:.5rem}.sample-apply .info-detail p span{color:#666}.sample-apply .info-detail p.canshudetail{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:auto}.sample-apply .form-info .form-group{background:#fff;padding:15px;border-top:5px solid #f3f3f3}.sample-apply .form-info .form-group h3{color:#666;font-size:16px}.sample-apply .form-info .form-group h3 span.fr{color:#333}.sample-apply .form-info .form-group input{padding:15px 16px;padding-bottom:0}.sample-apply .form-info .form-group input,.sample-apply .form-info .form-group textarea{border:0;display:block;color:#333;font-size:14px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.sample-apply .form-info .form-group textarea{padding:15px 16px}.sample-apply .form-info .form-group input::-webkit-input-placeholder,.sample-apply .form-info .form-group textarea::-webkit-input-placeholder{color:#999}.sample-apply .form-info .form-group.by{padding-bottom:25px}.sample-apply .form-info .form-group.adderss-sample{padding-top:12px;padding-bottom:12px}.sample-apply .form-info .form-group.adderss-sample p{color:#333;font-size:12px;height:.55rem;line-height:.55rem;width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .form-info .form-group.adderss-sample span{position:relative;top:-.8rem}.sample-apply .form-info .form-group .txt span{color:#ffa200;font-size:14px;padding:10px 0 0 0;display:inline-block}.sample-apply .form-info .form-group .txt p{color:#666;font-size:14px;margin-bottom:9px}.sample-apply .fix-btns{position:fixed;left:0;bottom:0;right:0;height:50px;line-height:50px;color:#fff;font-size:16px;text-align:center;background:#1080d0;-webkit-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;cursor:pointer}.sample-apply .submit-success-pop .get-user-con{background:#fff;width:8.667rem;height:6.4rem;border-radius:3px;position:fixed;top:50%;left:50%;margin-left:-4.3335rem;margin-top:-3.2rem;-webkit-box-shadow:0 0 20px #e5e5e5;box-shadow:0 0 20px #e5e5e5;z-index:99999}.sample-apply .submit-success-pop .get-user-con h3{color:#ffa200;font-size:16px;height:1.8rem;line-height:1.8rem;text-align:center}.sample-apply .submit-success-pop .get-user-con h3 i{position:relative;float:right;top:-1.4rem;color:#fff;font-size:20px}.sample-apply .submit-success-pop .get-user-con p{text-align:center;font-size:12px;color:#666;margin-bottom:.5rem}.sample-apply .submit-success-pop .get-user-con h2{color:#000;font-size:14px;text-align:center;width:60%;margin:0 auto}.sample-apply .submit-success-pop .get-user-con .txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.3rem auto 0;width:64%}.sample-apply .submit-success-pop .get-user-con .txt span{font-size:13px;color:#999}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.627rem auto 0;width:83%}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap .l{width:100px;cursor:pointer;height:30px;line-height:30px;border:1px solid #0080cc;text-align:center;color:#1080d0;font-size:14px;border-radius:30px}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap .r{cursor:pointer;height:30px;line-height:30px;width:150px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:30px}.sample-apply .submit-success-pop .get-user-con .tips{color:#999;font-size:12px;text-align:center;margin-top:15px}.sample-apply .submit-success-pop .get-user-con .tips em{color:#cf1111;margin-right:.1rem}.sample-apply .submit-success-pop .mask{position:fixed;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:999}
\ No newline at end of file
.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}
\ No newline at end of file
.lxshop .lxshop-content .f-blue{color:#1080d0}.lxshop .lxshop-content .sosoarr{display:none;background-color:#fff;font-size:15px;font-weight:400;height:44px;line-height:44px;width:100%;-webkit-box-shadow:0 2px 5px #eee;box-shadow:0 2px 5px #eee;table-layout:fixed;border-bottom:1px solid #d6d7dc;text-align:center;padding:0 15%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lxshop .lxshop-content .layer-fix{display:block;position:fixed;top:44px;left:0;right:0;z-index:10}.lxshop .lxshop-content .sift-box{position:relative;padding-top:5px;padding-left:2.5%;height:36px;line-height:36px;border-bottom:1px solid #d6d7dc;background-color:#fff}.lxshop .lxshop-content .sift-box dl{float:left;width:35%;margin-right:0;height:35px;color:#333}.lxshop .lxshop-content .sift-box dl dt{text-align:center;font-size:12px;height:30px;line-height:30px;background:#f8f8f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px}.lxshop .lxshop-content .sift-box dl dd{position:absolute;top:42px;left:0;width:100%;bottom:140px;z-index:3;display:none}.lxshop .lxshop-content .sift-box dl dd ul{background:#fff;padding-bottom:3px;height:200px;overflow-x:auto}.lxshop .lxshop-content .sift-box dl dd ul li{width:46%;color:#333;font-size:14px;border:1px solid #fff;margin:0 2%;margin-top:3px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;height:32px;line-height:32px}.lxshop .lxshop-content .sift-box dl dd ul li.check{border:1px solid #1080d0;color:#1080d0}.lxshop .lxshop-content .sift-box dl dd .button{border-top:1px solid #d6d7dc;height:40px;line-height:40px;background:#fff;-webkit-box-shadow:0 2px 5px #eee;box-shadow:0 2px 5px #eee}.lxshop .lxshop-content .sift-box dl dd .button a{width:50%;font-size:14px;height:39px;line-height:39px;display:block;float:left;text-align:center;color:#333}.lxshop .lxshop-content .sift-box dl dd .button a.but-blue{background:#1080d0;color:#fff;text-decoration:none;text-align:center;border:none}.lxshop .lxshop-content .sift-box dl.p_act{border:1px solid #d6d7dc;border-bottom:none}.lxshop .lxshop-content .sift-box dl.p_act dd{display:block}.lxshop .lxshop-content .sift-box dl.p_act dt{background:#fff;height:34px;line-height:34px;border-bottom:2px solid #fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop{padding:10px 10px 10px 0;margin-left:10px;background:#fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img{width:60px;height:30px;display:block;float:left;border:1px solid #e5e5e5;margin-right:10px}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad{color:#666;font-size:12px;display:block;line-height:16px;overflow:hidden;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk{color:#999;background:#f8f8f8;height:32px;line-height:32px;font-size:12px;text-align:center}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup{cursor:pointer;color:#1080d0}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover{cursor:pointer;color:#0073c5;font-weight:700}.lxshop .lxshop-content .data-group-supplier-no{color:#999;font-size:16px;line-height:28px}.lxshop .lxshop-content .data-group-supplier-no .toisx{text-align:center;margin-top:100px}
\ No newline at end of file
.seo-content{background:#10141d;width:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url(../img/head.a2c80d72.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;text-align-last:justify;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#fff;border-radius:.027rem;border:.04rem solid #f2c58b;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAAA3CAYAAABkUcJ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgyREY5NDc1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgyREY5NDY1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NGICbgAAAvdJREFUeNrs2z9slGUcwPHfXY/3rte/kX9GMAwGJ8PoopNhcYCJARPUQdiIiZNOsJIwqCyEGBLRaoxhMLowGGGAhJjQxcHEyeggCXI0Xq93vdYez11CbMtbeJvI0N7nkz59c897XZ7l/ebp85YaszNHI+LLNCYDACDfzTTeLKdf50UDAPAUr6fxbj8c9loLAKCA/WVrAAAUVcmbbLY60es9Pl8qRdRHqzFSLlk5ANiiVtJDvv+cX1paju7Sv7nfybJK1LJKsXA4/N6FaC4sPjb//K7JuHT2rTh4YI9VB4AtqtzfCUg/l3/4OT754qfc75w69lp88M4bxcLhkYmx2mCX4ZGpidGoVEasOABsA/Xqjpgcr62Z63aXo5PGRp4YDj9efj8m6lUrCwDb0Ikjrw7Gap9dvRUfb7AL0edwJABQmHAAAIQDAPD/yz3j8MrBF2K+vei1SwAYMrufG49DL+8bvEmZp9SYnZlL16nVk/fnWoN3PHdNj695qwIA2N4WOt1otbtRr2UxNpqtv30ud8dh5/SYlQOAIdQPhv7YiDMOAEBhwgEAEA4AgHAAAIQDACAcAADhAAAIBwAA4QAACAcAQDgAAMIBABAOAIBwAAAQDgCAcAAAhAMAIBwAAOEAAAgHAADhAAAIBwBAOAAAwgEAEA4AgHAAAIQDAIBwAACedTjc/fuf+OOvRqz0elYIAIZIs9WJP+8+iLlmu3g4nDzzVbz90ZVod5asIAAMke9v/BInPvw8vr12J/d+JW/yXqMZzYVFOw4AMGQW2t2492A+WumaxxkHAKAw4QAAFFZ50s3mfCd6K//9u6JULkW9lsVIugIAW1unuxzdNFZbXPd5U+Fw+OSFNZ/3752Oi2eOx0sv7rbaALDFXfnudnw6c31Tf5MbDhPjtcHuwnrVbEc4LwkA28PYaBaT6Zmfp5rl7y2UGrMzc+k6ZfkAgKc453AkAFCYcAAANhUOv1sGAKCA3/rhcDqNX9Nw7BEAyNNK4+s0vnkowAAx5JXBwoLoMgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:.053rem;border:.04rem solid #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:red;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.user-info{height:100%;background:#f8f8f8}.user-info .group-info{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:10px 15px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.user-info .group-info:not(:last-child):after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:" ";pointer-events:none;right:0;bottom:0;left:15px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.user-info .group-info .group-left{width:90px;-webkit-box-flex:0;-ms-flex:none;flex:none}.user-info .group-info .group-right{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;width:70%}.user-info .group-info .group-right input{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;padding:0;color:#323233;text-align:left;background-color:transparent;border:0;resize:none}.user-info .group-info .group-right input::-webkit-input-placeholder{color:#ccc}.user-info .tips{margin-top:15px;font-size:12px;color:#999;padding-left:15px}.user-info .btnsub{position:fixed;bottom:0;width:100%;padding:2%;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.user-info .btnsub .btnnext{background:#fff;color:#1080d0;border:1px solid #1080d0;text-decoration:none;text-align:center;height:40px;line-height:40px;border-radius:5px;width:100%;display:block;cursor:pointer;font-size:14px}.user-info .btnsub .btnnext.submitbtn{background:#1080d0;color:#fff}.Router{position:absolute;height:100%;width:100%;-webkit-transition:all .377s ease;transition:all .377s ease;will-change:transform;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;padding-top:44px;-webkit-box-sizing:border-box;box-sizing:border-box}.slide-left-enter,.slide-right-leave-active{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.slide-left-leave-active,.slide-right-enter{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.lxshop .lxshop-content .f-blue{color:#1080d0}.lxshop .lxshop-content .sosoarr{display:none;background-color:#fff;font-size:15px;font-weight:400;height:44px;line-height:44px;width:100%;-webkit-box-shadow:0 2px 5px #eee;box-shadow:0 2px 5px #eee;table-layout:fixed;border-bottom:1px solid #d6d7dc;text-align:center;padding:0 15%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lxshop .lxshop-content .layer-fix{display:block;position:fixed;top:44px;left:0;right:0;z-index:10}.lxshop .lxshop-content .sift-box{position:relative;padding-top:5px;padding-left:2.5%;height:36px;line-height:36px;border-bottom:1px solid #d6d7dc;background-color:#fff}.lxshop .lxshop-content .sift-box dl{float:left;width:35%;margin-right:0;height:35px;color:#333}.lxshop .lxshop-content .sift-box dl dt{text-align:center;font-size:12px;height:30px;line-height:30px;background:#f8f8f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px}.lxshop .lxshop-content .sift-box dl dd{position:absolute;top:42px;left:0;width:100%;bottom:140px;z-index:3;display:none}.lxshop .lxshop-content .sift-box dl dd ul{background:#fff;padding-bottom:3px;height:200px;overflow-x:auto}.lxshop .lxshop-content .sift-box dl dd ul li{width:46%;color:#333;font-size:14px;border:1px solid #fff;margin:0 2%;margin-top:3px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;height:32px;line-height:32px}.lxshop .lxshop-content .sift-box dl dd ul li.check{border:1px solid #1080d0;color:#1080d0}.lxshop .lxshop-content .sift-box dl dd .button{border-top:1px solid #d6d7dc;height:40px;line-height:40px;background:#fff;-webkit-box-shadow:0 2px 5px #eee;box-shadow:0 2px 5px #eee}.lxshop .lxshop-content .sift-box dl dd .button a{width:50%;font-size:14px;height:39px;line-height:39px;display:block;float:left;text-align:center;color:#333}.lxshop .lxshop-content .sift-box dl dd .button a.but-blue{background:#1080d0;color:#fff;text-decoration:none;text-align:center;border:none}.lxshop .lxshop-content .sift-box dl.p_act{border:1px solid #d6d7dc;border-bottom:none}.lxshop .lxshop-content .sift-box dl.p_act dd{display:block}.lxshop .lxshop-content .sift-box dl.p_act dt{background:#fff;height:34px;line-height:34px;border-bottom:2px solid #fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop{padding:10px 10px 10px 0;margin-left:10px;background:#fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img{width:60px;height:30px;display:block;float:left;border:1px solid #e5e5e5;margin-right:10px}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad{color:#666;font-size:12px;display:block;line-height:16px;overflow:hidden;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk{color:#999;background:#f8f8f8;height:32px;line-height:32px;font-size:12px;text-align:center}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup{cursor:pointer;color:#1080d0}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover{cursor:pointer;color:#0073c5;font-weight:700}.lxshop .lxshop-content .data-group-supplier-no{color:#999;font-size:16px;line-height:28px}.lxshop .lxshop-content .data-group-supplier-no .toisx{text-align:center;margin-top:100px}
\ No newline at end of file
.brand{background:#f8f8f8}.brand .van-index-bar__index{font-size:14px;line-height:18px}.brand .data-box{padding-top:44px}.brand .data-box .data-group .data-content{background:#fff}.brand .data-box .data-group .data-content li{height:48px;line-height:48px;padding:5px 40px 4px 0;clear:both;-webkit-box-sizing:border-box;box-sizing:border-box}.brand .data-box .data-group .data-content li .brand_img{float:left;width:80px;height:40px;margin-right:10px}.brand .data-box .data-group .data-content li p{float:left;height:40px;font-size:14px;line-height:40px;color:#666}.brand .van-tabs{position:fixed;padding-top:0;top:44px;left:0;right:0;background:#fff;height:44px;z-index:2}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}.news .a{margin-bottom:.5rem;min-height:200px}.news .new-head{height:49px;background:#f3f3f3;padding:0 .4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news .new-head .logo,.news .new-head .logo img{width:30px;height:30px;display:block}.news .new-head .t1{font-size:16px;color:#1080d0;font-weight:500;margin-left:.267rem}.news .nav-tab ul{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f3f3f3;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:.667rem}.news .nav-tab ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;width:25%;min-width:25%;max-width:25%;margin-bottom:.653rem;text-align:center;font-size:14px;color:#333}.news .nav-tab ul li.curr{color:#1080d0}.news .down-list ul{padding:0 .4rem}.news .down-list ul li{padding:.4rem 0;border-bottom:1px solid #e5e5e5}.news .down-list ul li .t1{font-size:16px;color:#333;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news .down-list ul li .bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:.387rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.news .down-list ul li .bar .t2{font-size:14px;color:#999}.news .down-list ul li .bar .btn{width:85px;height:30px;border-radius:3px;border:1px solid #1080d0;display:block;font-size:14px;color:#1080d0;text-align:center;line-height:30px}.news .down-list .txt-tip{padding:.4rem 0;font-size:12px;color:#999;background:#fff;text-align:center}.news .islogin{height:50px;background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news .islogin img{width:20px;height:20px}.news .islogin a{margin-left:.28rem;font-size:12px;color:#333}
\ No newline at end of file
.seo-content{background:#10141d;width:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url(../img/head.a2c80d72.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;-moz-text-align-last:justify;text-align-last:justify;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#fff;border-radius:.027rem;border:.04rem solid #f2c58b;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAAA3CAYAAABkUcJ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgyREY5NDc1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgyREY5NDY1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NGICbgAAAvdJREFUeNrs2z9slGUcwPHfXY/3rte/kX9GMAwGJ8PoopNhcYCJARPUQdiIiZNOsJIwqCyEGBLRaoxhMLowGGGAhJjQxcHEyeggCXI0Xq93vdYez11CbMtbeJvI0N7nkz59c897XZ7l/ebp85YaszNHI+LLNCYDACDfzTTeLKdf50UDAPAUr6fxbj8c9loLAKCA/WVrAAAUVcmbbLY60es9Pl8qRdRHqzFSLlk5ANiiVtJDvv+cX1paju7Sv7nfybJK1LJKsXA4/N6FaC4sPjb//K7JuHT2rTh4YI9VB4AtqtzfCUg/l3/4OT754qfc75w69lp88M4bxcLhkYmx2mCX4ZGpidGoVEasOABsA/Xqjpgcr62Z63aXo5PGRp4YDj9efj8m6lUrCwDb0Ikjrw7Gap9dvRUfb7AL0edwJABQmHAAAIQDAPD/yz3j8MrBF2K+vei1SwAYMrufG49DL+8bvEmZp9SYnZlL16nVk/fnWoN3PHdNj695qwIA2N4WOt1otbtRr2UxNpqtv30ud8dh5/SYlQOAIdQPhv7YiDMOAEBhwgEAEA4AgHAAAIQDACAcAADhAAAIBwAA4QAACAcAQDgAAMIBABAOAIBwAAAQDgCAcAAAhAMAIBwAAOEAAAgHAADhAAAIBwBAOAAAwgEAEA4AgHAAAIQDAIBwAACedTjc/fuf+OOvRqz0elYIAIZIs9WJP+8+iLlmu3g4nDzzVbz90ZVod5asIAAMke9v/BInPvw8vr12J/d+JW/yXqMZzYVFOw4AMGQW2t2492A+WumaxxkHAKAw4QAAFFZ50s3mfCd6K//9u6JULkW9lsVIugIAW1unuxzdNFZbXPd5U+Fw+OSFNZ/3752Oi2eOx0sv7rbaALDFXfnudnw6c31Tf5MbDhPjtcHuwnrVbEc4LwkA28PYaBaT6Zmfp5rl7y2UGrMzc+k6ZfkAgKc453AkAFCYcAAANhUOv1sGAKCA3/rhcDqNX9Nw7BEAyNNK4+s0vnkowAAx5JXBwoLoMgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:.053rem;border:.04rem solid #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:red;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.sample-apply{padding-bottom:55px}.sample-apply .ele{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .line{height:5px;background:#f3f3f3}.sample-apply .van-collapse-item__content{padding-top:0;padding-bottom:0}.sample-apply .van-cell__title{font-size:16px}.sample-apply .info-con .img-box{border:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box;width:2rem;height:2rem}.sample-apply .info-con .img-box img{width:100%;height:100%}.sample-apply .info-con .cb-box{width:6.9rem;height:2rem}.sample-apply .info-con .cb-box .title{color:#333;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:.08rem}.sample-apply .info-con .cb-box p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.45rem;line-height:.45rem}.sample-apply .info-con .cb-box p span{color:#666}@media screen and (max-width:320px){.sample-apply .info-con .cb-box{width:6.8rem;position:relative;top:-.1rem}.sample-apply .info-con .cb-box .title{margin-bottom:0}}.sample-apply .info-detail{margin-top:18px;padding-bottom:25px}.sample-apply .info-detail p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.5rem;line-height:.5rem}.sample-apply .info-detail p span{color:#666}.sample-apply .info-detail p.canshudetail{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:auto}.sample-apply .form-info .form-group{background:#fff;padding:15px;border-top:5px solid #f3f3f3}.sample-apply .form-info .form-group h3{color:#666;font-size:16px}.sample-apply .form-info .form-group h3 span.fr{color:#333}.sample-apply .form-info .form-group input{padding:15px 16px;padding-bottom:0}.sample-apply .form-info .form-group input,.sample-apply .form-info .form-group textarea{border:0;display:block;color:#333;font-size:14px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.sample-apply .form-info .form-group textarea{padding:15px 16px}.sample-apply .form-info .form-group input::-webkit-input-placeholder,.sample-apply .form-info .form-group textarea::-webkit-input-placeholder{color:#999}.sample-apply .form-info .form-group.by{padding-bottom:25px}.sample-apply .form-info .form-group.adderss-sample{padding-top:12px;padding-bottom:12px}.sample-apply .form-info .form-group.adderss-sample p{color:#333;font-size:12px;height:.55rem;line-height:.55rem;width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .form-info .form-group.adderss-sample span{position:relative;top:-.8rem}.sample-apply .form-info .form-group .txt span{color:#ffa200;font-size:14px;padding:10px 0 0 0;display:inline-block}.sample-apply .form-info .form-group .txt p{color:#666;font-size:14px;margin-bottom:9px}.sample-apply .fix-btns{position:fixed;left:0;bottom:0;right:0;height:50px;line-height:50px;color:#fff;font-size:16px;text-align:center;background:#1080d0;-webkit-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;cursor:pointer}.sample-apply .submit-success-pop .get-user-con{background:#fff;width:8.667rem;height:6.4rem;border-radius:3px;position:fixed;top:50%;left:50%;margin-left:-4.3335rem;margin-top:-3.2rem;-webkit-box-shadow:0 0 20px #e5e5e5;box-shadow:0 0 20px #e5e5e5;z-index:99999}.sample-apply .submit-success-pop .get-user-con h3{color:#ffa200;font-size:16px;height:1.8rem;line-height:1.8rem;text-align:center}.sample-apply .submit-success-pop .get-user-con h3 i{position:relative;float:right;top:-1.4rem;color:#fff;font-size:20px}.sample-apply .submit-success-pop .get-user-con p{text-align:center;font-size:12px;color:#666;margin-bottom:.5rem}.sample-apply .submit-success-pop .get-user-con h2{color:#000;font-size:14px;text-align:center;width:60%;margin:0 auto}.sample-apply .submit-success-pop .get-user-con .txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.3rem auto 0;width:64%}.sample-apply .submit-success-pop .get-user-con .txt span{font-size:13px;color:#999}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.627rem auto 0;width:83%}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap .l{width:100px;cursor:pointer;height:30px;line-height:30px;border:1px solid #0080cc;text-align:center;color:#1080d0;font-size:14px;border-radius:30px}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap .r{cursor:pointer;height:30px;line-height:30px;width:150px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:30px}.sample-apply .submit-success-pop .get-user-con .tips{color:#999;font-size:12px;text-align:center;margin-top:15px}.sample-apply .submit-success-pop .get-user-con .tips em{color:#cf1111;margin-right:.1rem}.sample-apply .submit-success-pop .mask{position:fixed;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:999}
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-03b6ba44"],{2458:function(t,e,n){"use strict";var a=n("a05d"),o=n.n(a);o.a},7217:function(t,e,n){"use strict";var a=n("9ed5"),o=n("0261"),l=n("7e35"),i=n("d4c2"),s=n("8719"),r=n("4faf"),c=n("23c4"),u=n.n(c),f=n("13ed"),d=n("839f"),p=n("5593"),h=n("7c9a"),m=Object(l["a"])("button"),b=m[0],v=m[1];function g(t,e,n,a){var o,l=e.tag,i=e.icon,r=e.type,c=e.color,m=e.plain,b=e.disabled,g=e.loading,y=e.hairline,w=e.loadingText,C={};function O(t){g||b||(Object(f["a"])(a,"click",t),Object(d["a"])(a))}function B(t){Object(f["a"])(a,"touchstart",t)}c&&(C.color=m?c:s["j"],m||(C.background=c),-1!==c.indexOf("gradient")?C.border=0:C.borderColor=c);var k=[v([r,e.size,{plain:m,disabled:b,hairline:y,block:e.block,round:e.round,square:e.square}]),(o={},o[s["e"]]=y,o)];function j(){var a,o=[];return g?o.push(t(h["a"],{class:v("loading"),attrs:{size:e.loadingSize,type:e.loadingType,color:"currentColor"}})):i&&o.push(t(p["a"],{attrs:{name:i},class:v("icon")})),a=g?w:n.default?n.default():e.text,a&&o.push(t("span",{class:v("text")},[a])),o}return t(l,u()([{style:C,class:k,attrs:{type:e.nativeType,disabled:b},on:{click:O,touchstart:B}},Object(f["b"])(a)]),[j()])}g.props=Object(a["a"])({},d["c"],{text:String,icon:String,color:String,block:Boolean,plain:Boolean,round:Boolean,square:Boolean,loading:Boolean,hairline:Boolean,disabled:Boolean,nativeType:String,loadingText:String,loadingType:String,tag:{type:String,default:"button"},type:{type:String,default:"default"},size:{type:String,default:"normal"},loadingSize:{type:String,default:"20px"}});var y,w=b(g),C=Object(l["a"])("dialog"),O=C[0],B=C[1],k=C[2],j=O({mixins:[Object(r["a"])()],props:{title:String,width:[Number,String],message:String,className:null,callback:Function,beforeClose:Function,messageAlign:String,cancelButtonText:String,cancelButtonColor:String,confirmButtonText:String,confirmButtonColor:String,showCancelButton:Boolean,transition:{type:String,default:"van-dialog-bounce"},showConfirmButton:{type:Boolean,default:!0},overlay:{type:Boolean,default:!0},closeOnClickOverlay:{type:Boolean,default:!1}},data:function(){return{loading:{confirm:!1,cancel:!1}}},methods:{onClickOverlay:function(){this.handleAction("overlay")},handleAction:function(t){var e=this;this.$emit(t),this.value&&(this.beforeClose?(this.loading[t]=!0,this.beforeClose(t,(function(n){!1!==n&&e.loading[t]&&e.onClose(t),e.loading.confirm=!1,e.loading.cancel=!1}))):this.onClose(t))},onClose:function(t){this.close(),this.callback&&this.callback(t)},onOpened:function(){this.$emit("opened")},onClosed:function(){this.$emit("closed")}},render:function(){var t,e,n=this,a=arguments[0];if(this.shouldRender){var o=this.message,l=this.messageAlign,r=this.slots(),c=this.slots("title")||this.title,u=c&&a("div",{class:B("header",{isolated:!o&&!r})},[c]),f=(r||o)&&a("div",{class:B("content")},[r||a("div",{domProps:{innerHTML:o},class:B("message",(t={"has-title":c},t[l]=l,t))})]),d=this.showCancelButton&&this.showConfirmButton,p=a("div",{class:[s["f"],B("footer",{buttons:d})]},[this.showCancelButton&&a(w,{attrs:{size:"large",loading:this.loading.cancel,text:this.cancelButtonText||k("cancel")},class:B("cancel"),style:{color:this.cancelButtonColor},on:{click:function(){n.handleAction("cancel")}}}),this.showConfirmButton&&a(w,{attrs:{size:"large",loading:this.loading.confirm,text:this.confirmButtonText||k("confirm")},class:[B("confirm"),(e={},e[s["d"]]=d,e)],style:{color:this.confirmButtonColor},on:{click:function(){n.handleAction("confirm")}}})]);return a("transition",{attrs:{name:this.transition},on:{afterEnter:this.onOpened,afterLeave:this.onClosed}},[a("div",{directives:[{name:"show",value:this.value}],attrs:{role:"dialog","aria-labelledby":this.title||o},class:[B(),this.className],style:{width:Object(i["a"])(this.width)}},[u,f,p])])}}}),x=n("c5f4");function _(t){return document.body.contains(t)}function S(){y&&y.$destroy(),y=new(o["a"].extend(j))({el:document.createElement("div"),propsData:{lazyRender:!1}}),y.$on("input",(function(t){y.value=t}))}function D(t){return x["d"]?Promise.resolve():new Promise((function(e,n){y&&_(y.$el)||S(),Object(a["a"])(y,D.currentOptions,t,{resolve:e,reject:n})}))}D.defaultOptions={value:!0,title:"",width:"",message:"",overlay:!0,className:"",lockScroll:!0,transition:"van-dialog-bounce",beforeClose:null,overlayClass:"",overlayStyle:null,messageAlign:"",getContainer:"body",cancelButtonText:"",cancelButtonColor:null,confirmButtonText:"",confirmButtonColor:null,showConfirmButton:!0,showCancelButton:!1,closeOnPopstate:!1,closeOnClickOverlay:!1,callback:function(t){y["confirm"===t?"resolve":"reject"](t)}},D.alert=D,D.confirm=function(t){return D(Object(a["a"])({showCancelButton:!0},t))},D.close=function(){y&&(y.value=!1)},D.setDefaultOptions=function(t){Object(a["a"])(D.currentOptions,t)},D.resetDefaultOptions=function(){D.currentOptions=Object(a["a"])({},D.defaultOptions)},D.resetDefaultOptions(),D.install=function(){o["a"].use(j)},D.Component=j,o["a"].prototype.$dialog=D;e["a"]=D},8719:function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"i",(function(){return o})),n.d(e,"j",(function(){return l})),n.d(e,"b",(function(){return i})),n.d(e,"f",(function(){return s})),n.d(e,"d",(function(){return r})),n.d(e,"c",(function(){return c})),n.d(e,"e",(function(){return u})),n.d(e,"g",(function(){return f})),n.d(e,"h",(function(){return d}));var a="#1989fa",o="#07c160",l="#fff",i="van-hairline",s=i+"--top",r=i+"--left",c=i+"--bottom",u=i+"--surround",f=i+"--top-bottom",d=i+"-unset--top-bottom"},a05d:function(t,e,n){},e175:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"wallet-status"},[n("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),t.walletInfoData.wallet_freeze_format?n("div",{staticClass:"status-content"},[n("ul",{staticClass:"form-wrap"},[n("li",{staticClass:"inp-wrap"},[n("label",{staticClass:"lineBlock va-m"},[t._v("冻结余额")]),1!==t.walletInfoData.wallet_status?n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"¥0.00"}}):n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.wallet_freeze_format}}),"¥0.00"!==t.walletInfoData.wallet_freeze_format?n("van-icon",{staticClass:"tips va-m",attrs:{name:"warning-o",size:"22px",color:"#f00"},on:{click:t.dialogTips}}):t._e()],1),n("li",{staticClass:"inp-wrap"},[n("label",{staticClass:"lineBlock va-m"},[t._v("钱包状态")]),1!==t.walletInfoData.wallet_status?n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}})]),n("li",{staticClass:"inp-wrap"},[n("label",{staticClass:"lineBlock va-m"},[t._v("支付密码")]),1!==t.walletInfoData.wallet_status?n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}}),1==t.walletInfoData.wallet_status?n("span",{staticClass:"forget-password va-m",on:{click:t.forgetPassword}},[t._v("忘记密码")]):t._e()]),n("li",{staticClass:"inp-wrap"},[n("label",{staticClass:"lineBlock va-m"},[t._v("我的银行卡")]),null==t.walletInfoData.bank_name?n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未绑定"}}):n("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.bank_name}}),null==t.walletInfoData.bank_name?n("span",{staticClass:"bind-bank va-m",on:{click:t.bindBank}},[t._v("绑卡")]):t._e()])]),1!==t.walletInfoData.wallet_status?n("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:t.submit}},[t._v("激活")]):t._e()]):t._e()],1)},o=[],l=(n("5ab2"),n("6d57"),n("e44b"),n("e10e"),n("9d37")),i=n("0261"),s=n("08c1"),r=n("57af"),c=n("5593"),u=n("7217");function f(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,a)}return n}function d(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){Object(l["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}i["a"].use(c["a"]).use(u["a"]);var p={name:"walletStatus",data:function(){return{title:"钱包状态",meaushow:!0}},computed:d({},Object(s["c"])({walletInfoData:function(t){return t.wallet.walletInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{dialogTips:function(){u["a"].alert({message:'<p style="font-size:16px;">您的'+this.walletInfoData.wallet_freeze_format+'元正在提现中,</p><p style="font-size:16px;">预计1个工作日后到账,</p><p style="font-size:16px;">节假日顺延,请耐心等候。</p>'}).then((function(){}))},submit:function(){this.$router.push({path:"/wallet/activate"})},forgetPassword:function(){this.$router.push({path:"/wallet/retrieve"})},bindBank:function(){this.$router.push({path:"/wallet/verify"})}},components:{Header:r["a"]}},h=p,m=(n("2458"),n("5511")),b=Object(m["a"])(h,a,o,!1,null,"ca2b3382",null);e["default"]=b.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-05049344"],{4799:function(t,e,i){},4835:function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"exchange"},[i("Header",{attrs:{title:"兑换记录"}}),i("ul",{staticClass:"point-list-head1"},t._l(t.navlist,(function(e,n){return i("li",{class:{act:t.prize_type==e.prise_type},on:{click:function(i){return t.tab(e.prise_type)}}},[t._v("\n "+t._s(e.prise_type_text)+"\n ")])})),0),i("div",{ref:"pointContent",staticClass:"exchange_content"},[i("div",{staticClass:"has_data"},[i("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(e){t.loading=e},expression:"loading"}},t._l(t.detaillist,(function(e,n){return i("div",{key:n,staticClass:"data-group clr"},[i("div",{staticClass:"f-l"},[i("div",{staticClass:"imgbox"},[i("img",{attrs:{src:e.prize_img_url,alt:e.prize_name}})])]),i("div",{staticClass:"f-l infotext"},[i("div",{staticClass:"boxtextx"},[t._v(t._s(e.prize_name))]),i("span",[t._v(t._s(t._f("dateTimeFormate")(e.exchange_time)))])]),i("div",{staticClass:"f-r"},[t._v("支出"+t._s(e.prize_use_point)+"积分")])])})),0)],1)])],1)},a=[],s=(i("5ab2"),i("6d57"),i("e44b"),i("e10e"),i("9d37")),r=i("0261"),o=i("08c1"),c=i("e790"),l=i("57af");function p(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function u(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?p(Object(i),!0).forEach((function(e){Object(s["a"])(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):p(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}r["a"].use(c["a"]);var d={name:"exchange",components:{Header:l["a"]},data:function(){return{page:1,loading:!1,limit:12,flow_type:1,detaillists:[],prize_type:1}},computed:u({},Object(o["c"])({navlist:function(t){return t.pointmall.navlist},loadStatus:function(t){return t.exchange.loadStatus},finished:function(t){return t.exchange.finished},totalLimit:function(t){return t.exchange.totalLimit},detaillist:function(t){return t.exchange.detaillist}})),created:function(){this.$store.dispatch({type:"getPointPrize"}),this.getData()},watch:{loadStatus:function(t){this.loading=t}},methods:{getData:function(){this.$store.dispatch({type:"getUserPointExchangeList",page:this.page,limit:this.limit,prize_type:this.prize_type})},tab:function(t){if(t!=this.prize_type){this.prize_type=t,this.page=1;var e=this.$refs["pointContent"];e.scrollTo?e.scrollTo(0,0):e.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}}},f=d,h=(i("6c42"),i("5511")),g=Object(h["a"])(f,n,a,!1,null,"05db62e6",null);e["default"]=g.exports},"6c42":function(t,e,i){"use strict";var n=i("4799"),a=i.n(n);a.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-05a5168d"],{1000:function(t,e,n){"use strict";var a=n("1f0b"),i=n.n(a);i.a},"1f0b":function(t,e,n){},9646:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"pointer-rule"},[n("Header",{attrs:{title:"积分规则"}}),n("div",{staticClass:"point-mall-rule"},[n("div",{staticClass:"rule-content"},[n("div",{domProps:{innerHTML:t._s(t.ruledata.content)}})])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},i=[],r=n("cebc"),o=n("2b0e"),c=n("2f62"),s=n("543e"),u=n("57af");o["a"].use(s["a"]);var l={name:"pointrule",data:function(){return{}},computed:Object(r["a"])({},Object(c["c"])({loading:function(t){return t.pointrule.loading},ruledata:function(t){return t.pointrule.ruledata}})),created:function(){this.$store.dispatch({type:"pointruleApi"})},methods:{},watch:{},components:{Header:u["a"]}},d=l,p=(n("1000"),n("2877")),f=Object(p["a"])(d,a,i,!1,null,"769359b0",null);f.options.__file="pointrule.vue";e["default"]=f.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-062c45f7"],{a1f0:function(t,e,s){"use strict";var a=s("eb91"),n=s.n(a);n.a},b1d2:function(t,e,s){"use strict";s.d(e,"h",function(){return a}),s.d(e,"a",function(){return n}),s.d(e,"e",function(){return i}),s.d(e,"c",function(){return o}),s.d(e,"b",function(){return r}),s.d(e,"d",function(){return u}),s.d(e,"f",function(){return l}),s.d(e,"g",function(){return h});var a="#fff",n="van-hairline",i=n+"--top",o=n+"--left",r=n+"--bottom",u=n+"--surround",l=n+"--top-bottom",h=n+"-unset--top-bottom"},c96d:function(t,e,s){"use strict";s.r(e);var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("section",{staticClass:"wallet-withdraw"},[s("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),s("div",{staticClass:"withdraw-content"},[s("div",{staticClass:"withdrawUser-ifo"},[s("p",[t._v("银行账号:"+t._s(t.walletInfoData.bank_name)+"("+t._s(t.walletInfoData.bank_account)+")"),s("span",[t._v("储蓄卡")])]),s("p",[t._v("持卡人姓名:"+t._s(t.walletInfoData.bank_user))]),s("p",[t._v("手机号:"+t._s(t.walletInfoData.safe_mobile))])]),s("p",{staticClass:"withdraw-tips"},[s("van-icon",{staticClass:"tips va-m",staticStyle:{"font-size":"16px","margin-right":"0.1rem"},attrs:{name:"warning-o"}}),t._v("\n 提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。\n ")],1),s("div",{staticClass:"withdraw-amount"},[t._m(0),s("span",[t._v("¥")]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.withdrawNum,expression:"withdrawNum"}],staticClass:"money",attrs:{type:"text",readonly:"readonly"},domProps:{value:t.withdrawNum},on:{touchstart:function(e){e.stopPropagation(),t.moneyBtn=!0},input:function(e){e.target.composing||(t.withdrawNum=e.target.value)}}}),t.amountNum?s("div",{staticClass:"withdraw-money"},[t._v("可提现金额 "+t._s(t.walletInfoData.wallet_usable_format)+","),s("span",{on:{click:t.withdraw}},[t._v("全部提现")])]):s("div",{staticClass:"amount-tips"},[t._v("输入金额超过可提现金额")])]),s("div",{staticClass:"withdraw-password"},[t._m(1),t.showPassword?[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"password",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})]:[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"text",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})],t.showPassword?s("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:t.changeShow}}):s("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:t.changeShow}})],2),s("button",{staticClass:"submit",class:""==t.withdrawNum||t.amountWithdrawFlag?"submitNO":"",attrs:{disabled:t.amountWithdrawFlag},on:{click:t.submit}},[t._v("提交")])]),s("van-number-keyboard",{attrs:{show:t.moneyBtn,theme:"custom","extra-key":".","close-button-text":"完成",zIndex:t.zIndex},on:{blur:function(e){t.moneyBtn=!1},input:t.onInput,delete:t.onDelete}})],1)},n=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("p",[s("em",[t._v("*")]),t._v(" 提现金额")])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("p",[s("em",[t._v("*")]),t._v(" 支付密码")])}],i=(s("c5f6"),s("cebc")),o=s("2b0e"),r=s("2f62"),u=s("57af"),l=s("ad06"),h=s("d282"),c=s("1325"),d=s("b1d2"),m=s("5fbe"),w=s("3875"),p=Object(h["a"])("key"),f=p[0],v=p[1],b=f({mixins:[w["a"]],props:{type:String,text:[Number,String],theme:{type:Array,default:function(){return[]}}},data:function(){return{active:!1}},computed:{className:function(){var t=this.theme.slice(0);return this.active&&t.push("active"),this.type&&t.push(this.type),v(t)}},mounted:function(){this.bindTouchEvent(this.$el)},methods:{onTouchStart:function(t){t.stopPropagation(),this.touchStart(t),this.active=!0},onTouchMove:function(t){this.touchMove(t),this.direction&&(this.active=!1)},onTouchEnd:function(){this.active&&(this.active=!1,this.$emit("press",this.text,this.type))}},render:function(){var t=arguments[0];return t("i",{attrs:{role:"button",tabindex:"0"},class:[d["a"],this.className]},[this.slots("default")||this.text])}}),y=Object(h["a"])("number-keyboard"),g=y[0],x=y[1],_=y[2],N=["blue","big"],k=["delete","big","gray"],C=g({mixins:[Object(m["a"])(function(t){this.hideOnClickOutside&&t(document.body,"touchstart",this.onBlur)})],model:{event:"update:value"},props:{show:Boolean,title:String,zIndex:[Number,String],closeButtonText:String,deleteButtonText:String,theme:{type:String,default:"default"},value:{type:String,default:""},extraKey:{type:String,default:""},maxlength:{type:[Number,String],default:Number.MAX_VALUE},transition:{type:Boolean,default:!0},showDeleteKey:{type:Boolean,default:!0},hideOnClickOutside:{type:Boolean,default:!0},safeAreaInsetBottom:{type:Boolean,default:!0}},watch:{show:function(t){this.transition||this.$emit(t?"show":"hide")}},computed:{keys:function(){for(var t=[],e=1;e<=9;e++)t.push({text:e});switch(this.theme){case"default":t.push({text:this.extraKey,theme:["gray"],type:"extra"},{text:0},{theme:["gray"],text:this.showDeleteKey?this.deleteText:"",type:this.showDeleteKey?"delete":""});break;case"custom":t.push({text:0,theme:["middle"]},{text:this.extraKey,type:"extra"});break}return t},deleteText:function(){return this.deleteButtonText||_("delete")}},methods:{onBlur:function(){this.show&&this.$emit("blur")},onClose:function(){this.$emit("close"),this.onBlur()},onAnimationEnd:function(){this.$emit(this.show?"show":"hide")},onPress:function(t,e){if(""!==t){var s=this.value;"delete"===e?(this.$emit("delete"),this.$emit("update:value",s.slice(0,s.length-1))):"close"===e?this.onClose():s.length<this.maxlength&&(this.$emit("input",t),this.$emit("update:value",s+t))}},genTitle:function(){var t=this.$createElement,e=this.title,s=this.theme,a=this.closeButtonText,n=this.slots("title-left"),i=a&&"default"===s,o=e||i||n;if(o)return t("div",{class:[x("title"),d["e"]]},[n&&t("span",{class:x("title-left")},[n]),e&&t("span",[e]),i&&t("span",{attrs:{role:"button",tabindex:"0"},class:x("close"),on:{click:this.onClose}},[a])])},genKeys:function(){var t=this,e=this.$createElement;return this.keys.map(function(s){return e(b,{key:s.text,attrs:{text:s.text,type:s.type,theme:s.theme},on:{press:t.onPress}},["delete"===s.type&&t.slots("delete"),"extra"===s.type&&t.slots("extra-key")])})},genSidebar:function(){var t=this.$createElement;if("custom"===this.theme)return t("div",{class:x("sidebar")},[this.showDeleteKey&&t(b,{attrs:{text:this.deleteText,type:"delete",theme:k},on:{press:this.onPress}},[this.slots("delete")]),t(b,{attrs:{text:this.closeButtonText,type:"close",theme:N},on:{press:this.onPress}})])}},render:function(){var t=arguments[0];return t("transition",{attrs:{name:this.transition?"van-slide-up":""}},[t("div",{directives:[{name:"show",value:this.show}],style:{zIndex:this.zIndex},class:x([this.theme,{"safe-area-inset-bottom":this.safeAreaInsetBottom}]),on:{touchstart:c["d"],animationend:this.onAnimationEnd,webkitAnimationEnd:this.onAnimationEnd}},[this.genTitle(),t("div",{class:x("body")},[this.genKeys(),this.genSidebar()])])])}}),I=s("d399");o["a"].use(l["a"]).use(C);var B={name:"walletWithdraw",data:function(){return{title:"钱包提现",meaushow:!0,showPassword:!0,amountNum:!0,password:"",withdrawNum:"",clickFlag:!0,moneyBtn:!1,zIndex:999999}},computed:Object(i["a"])({},Object(r["c"])({walletInfoData:function(t){return t.wallet.walletInfoData},amountWithdrawFlag:function(t){return t.wallet.amountWithdrawFlag}})),watch:{withdrawNum:function(t){Number(t)>Number(this.walletInfoData.wallet_usable)?this.amountNum=!1:this.amountNum=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},withdraw:function(){this.withdrawNum=this.walletInfoData.wallet_usable},submit:function(){""!==this.withdrawNum&&(this.password?this.$store.dispatch({type:"walletWithdraw",amount:this.withdrawNum,pay_password:this.password}):Object(I["a"])({message:"请输入提现密码"}))},onInput:function(t){this.withdrawNum=this.withdrawNum+t},onDelete:function(t){this.withdrawNum=this.withdrawNum.slice(0,this.withdrawNum.length-1)}},components:{Header:u["a"]}},S=B,$=(s("a1f0"),s("2877")),D=Object($["a"])(S,a,n,!1,null,"04a4e7d8",null);D.options.__file="Withdraw.vue";e["default"]=D.exports},eb91:function(t,e,s){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-07b03f6a"],{a619:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"wallet-detail"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"wallet-detail-content"},[a("div",{staticClass:"trade-type",on:{click:t.showPopType}},[t._v(t._s(t.text)+"\n "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px","margin-left":"5px"},attrs:{name:"arrow-down"}})],1),a("div",{staticClass:"trade-date"},[a("span",{on:{click:t.showPopDate}},[t._v(t._s(t.dateYear)+"年"+t._s(t.dateMonth)+"月 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"16px"},attrs:{name:"arrow-down"}})],1)]),a("ul",{staticClass:"trade-detail"},[t.walletListData.length>0?t._l(t.walletListData,(function(e,n){return a("li",{key:n},[a("div",{staticClass:"typeIcon"},[a("img",{staticStyle:{width:"25px",height:"25px"},attrs:{src:"static/images/wallet/"+e.log_type+".png",alt:e.log_type_val}})]),a("div",{staticClass:"typeDetail"},[a("span",[t._v(t._s(e.log_type_val))]),a("br"),t._v(t._s(e.create_time))]),a("div",{staticClass:"trade-num"},[t._v(t._s(e.amount_format))])])})):[t._m(0)]],2),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.dateShow,callback:function(e){t.dateShow=e},expression:"dateShow"}},[a("van-datetime-picker",{attrs:{type:"year-month",formatter:t.formatter},on:{cancel:t.onDateCancel,confirm:t.onDateConfirm,change:t.dateChange},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.typeShow,callback:function(e){t.typeShow=e},expression:"typeShow"}},[a("van-picker",{attrs:{"show-toolbar":"",title:"交易类型",columns:t.columns},on:{cancel:t.onTypeCancel,confirm:t.onTypeConfirm}})],1),t.dialog?a("div",{staticClass:"dialog-layer-shade"},[a("div",{staticClass:"dialog-layer"},[a("p",{staticClass:"tit"},[t._v("交易类型")]),a("ul",{staticClass:"tab boxsiz"},t._l(t.columns,(function(e,n){return a("li",{key:n,class:{curr:t.active==n},on:{click:function(a){return t.onTypeConfirm(e.keyId,n)}}},[t._v(t._s(e.text))])})),0),a("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(e){t.dialog=!1}}},[t._v("取消")])])]):t._e()],1)],1)},o=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"iconfont icon-zanwushuju",staticStyle:{color:"#999",margin:"0 auto",display:"block","text-align":"center","font-size":"90px","padding-top":"60px"}}),a("p",{staticStyle:{color:"#333",width:"80%",margin:"0 auto","font-size":"13px","margin-top":"28px"}},[t._v("您的钱包当前还没有记录哦,去看看商品吧~ "),a("a",{staticStyle:{color:"#1080d0"},attrs:{href:"/v3/s"}},[t._v("去搜索")])])])}],i=(a("5ab2"),a("6d57"),a("e44b"),a("e10e"),a("163d"),a("f548"),a("9d37")),s=a("0261"),r=a("08c1"),c=a("57af"),l=a("5593"),u=a("2ec2"),h=a("b279"),d=a("5c60"),p=a("e096");function y(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function w(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?y(Object(a),!0).forEach((function(e){Object(i["a"])(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):y(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}s["a"].use(l["a"]).use(u["a"]).use(h["a"]).use(d["a"]).use(p["a"]);var f={name:"walletDetail",data:function(){return{title:"钱包明细",meaushow:!0,dateYear:(new Date).getFullYear(),dateMonth:(new Date).getMonth()+1<10?"0"+((new Date).getMonth()+1):(new Date).getMonth()+1,updateYear:"",updateMonth:"",dateShow:!1,typeShow:!1,currentDate:new Date,typeCheckedkeyId:"",typeCheckedText:"",text:"全部交易类型",dialog:!1,active:0,columns:[{keyId:"",text:"全部交易类型"},{keyId:21,text:"订单支付"},{keyId:10,text:"钱包充值"},{keyId:20,text:"钱包提现"},{keyId:12,text:"活动返现"},{keyId:100,text:"余额调整"}]}},computed:w({},Object(r["c"])({walletListData:function(t){return t.wallet.walletListData}})),watch:{},created:function(){function t(t,e){var a=new Date(t),n=function(t){return(t<10?"0":"")+t};return e.replace(/yyyy|MM|dd|HH|mm|ss/g,(function(t){switch(t){case"yyyy":return n(a.getFullYear());case"MM":return n(a.getMonth()+1);case"mm":return n(a.getMinutes());case"dd":return n(a.getDate());case"HH":return n(a.getHours());case"ss":return n(a.getSeconds())}}))}function e(){var t=new Date;return t.setDate(1),t}function a(){var t=new Date,e=t.getMonth(),a=++e,n=new Date(t.getFullYear(),a,1),o=864e5;return new Date(n-o)}this.$store.dispatch({type:"walletListLog",log_type:"",stime:t(e(),"yyyy-MM-dd"),etime:t(a(),"yyyy-MM-dd")})},methods:{showPopDate:function(){this.dateShow?this.dateShow=!1:this.dateShow=!0},showPopType:function(){this.dialog=!this.dialog},formatter:function(t,e){return"year"===t?"".concat(e):"month"===t?"".concat(e):e},dateChange:function(t){this.updateYear=t.getValues()[0],this.updateMonth=t.getValues()[1]},onDateCancel:function(){this.dateShow=!1,this.dateYear=this.dateYear,this.dateMonth=this.dateMonth},onDateConfirm:function(){function t(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function e(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dateShow=!1,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:this.typeCheckedkeyId||"",stime:t(this.dateYear,this.dateMonth),etime:e(this.dateYear,this.dateMonth)})},onTypeConfirm:function(t,e){function a(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function n(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dialog=!1,this.active=e,this.text=this.columns[e].text,this.typeCheckedkeyId=t,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:t,stime:a(this.dateYear,this.dateMonth),etime:n(this.dateYear,this.dateMonth)})},onTypeCancel:function(){this.typeShow=!1}},components:{Header:c["a"]}},g=f,m=(a("c294"),a("5511")),v=Object(m["a"])(g,n,o,!1,null,"f0be95a0",null);e["default"]=v.exports},c294:function(t,e,a){"use strict";var n=a("f9c9"),o=a.n(n);o.a},f9c9:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0d081f42"],{"6a0f":function(t,e,a){"use strict";var s=a("8117"),i=a.n(s);i.a},8117:function(t,e,a){},"832f":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"news-detail"},[t.newsDetailObj.current_info?a("div",[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("h1",{staticClass:"title"},[t._v(t._s(t.newsDetailObj.current_info.title))]),a("div",{staticClass:"bar"},[a("span",{staticClass:"f20"},[t._v(t._s(t.newsDetailObj.current_info.art_type_text))]),a("span",{staticClass:"f24"},[t._v("来源:")]),a("span",{staticClass:"f24"},[t._v(t._s(t.newsDetailObj.current_info.writer)+"   "+t._s(t._f("dateTimeFormate")(t.newsDetailObj.current_info.publish_time)))])]),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.header?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.header.url,target:t.newsDetailAd.news_details_ad.header.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.header.images,alt:t.newsDetailAd.news_details_ad.header.title,width:"100%",height:"120"}})])])]:t._e()]:t._e(),a("div",{staticClass:"content-newsdetail",domProps:{innerHTML:t._s(t.newsDetailObj.current_info.body)}}),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.footer?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.footer.url,target:t.newsDetailAd.news_details_ad.footer.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.footer.images,alt:t.newsDetailAd.news_details_ad.footer.title,width:"100%",height:"120"}})])])]:t._e()]:t._e()],2):t._e(),t.newsDetailAd.h5_news_ad_pop?[a("div",{directives:[{name:"show",rawName:"v-show",value:t.popdetailbool,expression:"popdetailbool"}],staticClass:"detail-pop"},[a("van-icon",{staticClass:"closexdetailad",attrs:{name:"close"},on:{click:function(e){t.popdetailact()}}}),a("a",{attrs:{href:t.newsDetailAd.h5_news_ad_pop.url,target:t.newsDetailAd.h5_news_ad_pop.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.h5_news_ad_pop.images,alt:t.newsDetailAd.h5_news_ad_pop.title}})])],1)]:t._e(),t.loadStatus?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],2)},i=[],n=a("f499"),l=a.n(n),o=a("cebc"),d=a("2b0e"),r=a("2f62"),_=a("543e"),c=a("ad06"),w=a("57af");d["a"].use(_["a"]).use(c["a"]);var u={name:"newsDetail",data:function(){return{title:"猎芯网-新闻列表详情",p:1,meaushow:!0,popdetailbool:!1}},computed:Object(o["a"])({},Object(r["c"])({newsDetailObj:function(t){return t.newsdetail.newsDetailObj},loadStatus:function(t){return t.newsdetail.loadStatus},newsDetailAd:function(t){return t.newsdetail.newsDetailAd}})),watch:{newsDetailObj:function(t){"{}"!=l()(t)&&(this.title=t.current_info.title,window.document.title=t.current_info.title)}},created:function(){this.getDataAd(),this.getData(),this.scrollFns()},methods:{getData:function(){this.$store.dispatch({type:"newsArticleDetail",art_id:this.$route.params.art_id})},getDataAd:function(){this.$store.dispatch({type:"newsArticleDetailAd",cat_id:this.$route.params.cat_id})},popdetailact:function(){this.popdetailbool=!1,this.newsDetailAd.h5_news_ad_pop=""},scrollFns:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;e>=100&&(t.popdetailbool=!0)}}},components:{Header:w["a"]}},p=u,f=(a("6a0f"),a("2877")),h=Object(f["a"])(p,s,i,!1,null,null,null);h.options.__file="Detail.vue";e["default"]=h.exports},a21f:function(t,e,a){var s=a("584a"),i=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},f499:function(t,e,a){t.exports=a("a21f")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1037fd8f"],{"12b3":function(t,s,e){},"1a0d":function(t,s,e){"use strict";var i=e("12b3"),o=e.n(i);o.a},"9c63":function(t,s,e){"use strict";e.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"findthing-content"},[i("div",{staticClass:"seo-head"}),i("div",{staticClass:"seo-section"},[i("div",{staticClass:"form-box1"},[i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",[t._v("*")]),t._v("型       号:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.goodsNumber,expression:"form1.goodsNumber"}],attrs:{type:"text",placeholder:"请输入型号"},domProps:{value:t.form1.goodsNumber},on:{input:function(s){s.target.composing||t.$set(t.form1,"goodsNumber",s.target.value)}}})])]),i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",{staticClass:"hiddenvi"},[t._v("*")]),t._v("数       量:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.num,expression:"form1.num"}],attrs:{type:"text",placeholder:"请输入数量",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.num},on:{input:function(s){s.target.composing||t.$set(t.form1,"num",s.target.value)}}})])]),i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",[t._v("*")]),t._v("手机号码:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(s){s.target.composing||t.$set(t.form1,"mobile",s.target.value)}}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[i("span",{staticClass:"fl "},[t._v("图片验证:")]),i("div",{staticClass:"fr input-box pr"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(s){s.target.composing||t.$set(t.form1,"imgcode",s.target.value)}}}),i("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[t._v("验证码:")]),i("div",{staticClass:"fr input-box pr"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(s){s.target.composing||t.$set(t.form1,"code",s.target.value)}}}),i("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(s){t.getCode()}}},[t._v(t._s(t.codetext))])])]),i("div",{staticClass:"form1-warn"},[i("font",[t._v("*")]),t._v("为了您的权益,您的隐私将被严格保密")],1),i("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),i("div",{staticClass:"submit-button",on:{click:function(s){t.submitForm()}}})]),i("div",{staticClass:"img-show-static"}),i("div",{staticClass:"zizi-box"},[i("div",{staticClass:"zizi-ct"},[i("div",{staticClass:"slide-box"},[i("van-swipe",{attrs:{autoplay:3e3}},[i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("f203"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("5729"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("e673"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("a851"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("842e"),alt:"猎芯网"}})])],1)],1)])]),t._m(0)]),i("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},o=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"foot-box"},[e("div",{staticClass:"foot-box-ct"},[e("a",{attrs:{href:"tel:4008-755-881"}},[e("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=e("f499"),r=e.n(a),n=e("cebc"),m=e("2b0e"),c=e("2f62"),d=e("5596"),l=e("2bb1"),f=e("d399"),u=e("543e"),v=e("7f1b");e("365c");m["a"].use(d["a"]).use(l["a"]).use(f["a"]).use(u["a"]);var g={name:"seo",computed:Object(n["a"])({},Object(c["c"])({loading:function(t){return t.findthing.loading},form1ImgShow:function(t){return t.findthing.form1ImgShow},form1CodeStatus:function(t){return t.findthing.form1CodeStatus},isRegLogin:function(t){return t.findthing.isRegLogin}}),{mobile:function(t){return this.form1.mobile}}),data:function(){return{loadings:!1,isWindow:!0,codeactive:!1,codetext:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,goodsNumber:"",num:"",msg:""}}},methods:{timeNum:function(){var t=this,s=60;t.codeactive=!0,t.codetext=s+"秒后获取";var e=setInterval(i,1e3);function i(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(e),t.codeactive=!1,t.codetext="获取验证码",s=60)}},getCode:function(){!this["form1"]["imgcodestatus"]||this["form1"]["imgcode"]?this.codeactive||this.$store.dispatch({type:"smsVerify1",mobile:this["form1"]["mobile"],verify:this["form1"]["imgcode"]}):Object(f["a"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(){if(this["form1"]["goodsNumber"]){this["form1"]["msg"]="";var t=/^1[3456789]\d{9}$/;t.test(this["form1"]["mobile"])?(this["form1"]["msg"]="",this["form1"]["code"]?(this["form1"]["msg"]="",this.$store.dispatch({type:"actionLogin1",account:this["form1"]["mobile"],sms_verify:this["form1"]["code"]})):this["form1"]["msg"]="验证码不能为空"):this["form1"]["msg"]="请输入正确格式的手机号码"}else this["form1"]["msg"]="型号不能为空"}},watch:{form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},mobile:function(t){var s=/^1[3456789]\d{9}$/;s.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},isRegLogin:function(t){if(t){var s={number:this.form1.num,type:this.form1.goodsNumber};this.$store.dispatch({type:"feedback1",types:7,mobile:this.form1.mobile,content:r()(s)})}}},components:{SideBar:v["a"]}},p=g,h=(e("1a0d"),e("2877")),b=Object(h["a"])(p,i,o,!1,null,"69bbd673",null);b.options.__file="index.vue";s["default"]=b.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-118e87e6"],{"3b2b":function(e,t,s){var o=s("7726"),r=s("5dbc"),a=s("86cc").f,i=s("9093").f,n=s("aae3"),m=s("0bfb"),c=o.RegExp,f=c,l=c.prototype,p=/a/g,d=/a/g,v=new c(p)!==p;if(s("9e1e")&&(!v||s("79e5")(function(){return d[s("2b4c")("match")]=!1,c(p)!=p||c(d)==d||"/a/i"!=c(p,"i")}))){c=function(e,t){var s=this instanceof c,o=n(e),a=void 0===t;return!s&&o&&e.constructor===c&&a?e:r(v?new f(o&&!a?e.source:e,t):f((o=e instanceof c)?e.source:e,o&&a?m.call(e):t),s?this:l,c)};for(var w=function(e){e in c||a(c,e,{configurable:!0,get:function(){return f[e]},set:function(t){f[e]=t}})},u=i(f),h=0;u.length>h;)w(u[h++]);l.constructor=c,c.prototype=l,s("2aba")(o,"RegExp",c)}s("7a56")("RegExp")},"5e8f":function(e,t,s){},a179:function(e,t,s){"use strict";s.r(t);var o=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("section",{staticClass:"wallet-retrieve"},[s("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),s("div",{directives:[{name:"show",rawName:"v-show",value:e.step1,expression:"step1"}],staticClass:"retrieve-content"},[s("ul",{staticClass:"form-wrap"},[s("li",{staticClass:"inp-wrap",staticStyle:{height:"1.5rem"}},[s("label",{staticClass:"va-m"},[e._v("安全手机号: "+e._s(e.walletInfoData.safe_mobile))])]),s("li",{directives:[{name:"show",rawName:"v-show",value:e.retieveShowImgCode,expression:"retieveShowImgCode"}],staticClass:"inp-wrap"},[s("label",{staticClass:"va-m"},[e._v("图片验证码")]),s("br"),s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.imgCode},on:{input:function(t){t.target.composing||e.$set(e.form,"imgCode",t.target.value)}}}),s("img",{staticClass:"img-code va-m",attrs:{src:e.imgCodeVal,alt:"图片验证码"},on:{click:e.changeImgCode}})]),s("li",{staticClass:"inp-wrap",staticStyle:{"border-top":"none"}},[s("label",{staticClass:"va-m"},[e._v("验证码")]),s("br"),s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(t){t.target.composing||e.$set(e.form,"verifyCode",t.target.value)}}}),e.yzmSend?s("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):s("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),s("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),s("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:e.next}},[e._v("下一步")])]),s("div",{directives:[{name:"show",rawName:"v-show",value:e.step2,expression:"step2"}],staticClass:"retrieve-content"},[s("ul",{staticClass:"form-wrap"},[s("li",{staticClass:"inp-wrap"},[s("label",{staticClass:"va-m"},[e._v("设置支付密码")]),s("br"),e.showPassword?[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})]:[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})],e.showPassword?s("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShow}}):s("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShow}})],2),s("li",{staticClass:"inp-wrap"},[s("label",{staticClass:"va-m"},[e._v("确认支付密码")]),s("br"),e.showPasswordConfirm?[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(t){t.target.composing||e.$set(e.form,"passwordConfirm",t.target.value)}}})]:[s("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(t){t.target.composing||e.$set(e.form,"passwordConfirm",t.target.value)}}})],e.showPasswordConfirm?s("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShowConfirm}}):s("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShowConfirm}})],2)]),s("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),s("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},r=[],a=(s("3b2b"),s("cebc")),i=s("2b0e"),n=s("2f62"),m=s("57af"),c=s("ad06"),f=s("365c");i["a"].use(c["a"]);var l={name:"walletRetrieve",data:function(){return{title:"找回密码",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{verifyCode:"",imgCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:"",imgCodeVal:f["b"]+"public/verify"}},computed:Object(a["a"])({},Object(n["c"])({walletInfoData:function(e){return e.wallet.walletInfoData},retieveShowImgCode:function(e){return e.wallet.retieveShowImgCode},retieveCountDownFlag:function(e){return e.wallet.retieveCountDownFlag},passwordToken:function(e){return e.wallet.passwordToken}})),watch:{retieveCountDownFlag:function(e){e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},passwordToken:function(e){e?(this.step1=!1,this.step2=!0):(this.step1=!0,this.step2=!1)}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var e=this,t=setInterval(s,1e3);function s(){e.countDown--,e.countDown<=0&&(clearInterval(t),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["b"]+"public/verify?"+(new Date).getTime()},getCode:function(){this.$store.dispatch({type:"smsVerifyRetrieve",imgCode:this.form.imgCode})},next:function(){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.$store.dispatch({type:"verifyResetsms",verify_code:this.form.verifyCode})},confirm:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?e.test(this.form.password)?this.form.passwordConfirm?this.form.password!==this.form.passwordConfirm?(this.formError=!0,void(this.formMsg="亲,两次输入支付密码不一致")):(this.formError=!1,void this.$store.dispatch({type:"changeWalletpwd",token:this.passwordToken,pay_password:this.form.password,reconfirm:this.form.passwordConfirm,mode:"forget"})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},p=l,d=(s("b5ac"),s("2877")),v=Object(d["a"])(p,o,r,!1,null,"4f0ad80f",null);v.options.__file="Retrieve.vue";t["default"]=v.exports},b5ac:function(e,t,s){"use strict";var o=s("5e8f"),r=s.n(o);r.a}}]);
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment