Commit 0e5689cb by 肖康

神策代码处理

parent 8a240f3e
Showing with 123 additions and 83 deletions
......@@ -197,90 +197,92 @@
default:
__PUBLIC__ = '//res.liexin.com/dist';
}
if (host_v == "m.ichunt.com" || host_v == "sc.ichunt.com") {
(function (para) {
var p = para.sdk_url, n = para.name, w = window, d = document, s = 'script', x = null, y = null;
if (typeof (w['sensorsDataAnalytic201505']) !== 'undefined') {
return false;
}
w['sensorsDataAnalytic201505'] = n;
w[n] = w[n] || function (a) {
return function () {
(w[n]._q = w[n]._q || []).push([a, arguments]);
}
};
var ifs = ['track', 'quick', 'register', 'registerPage', 'registerOnce', 'trackSignup', 'trackAbtest', 'setProfile', 'setOnceProfile', 'appendProfile', 'incrementProfile', 'deleteProfile', 'unsetProfile', 'identify', 'login', 'logout', 'trackLink', 'clearAllRegister', 'getAppStatus'];
for (var i = 0; i < ifs.length; i++) {
w[n][ifs[i]] = w[n].call(null, ifs[i]);
}
if (!w[n]._t) {
x = d.createElement(s), y = d.getElementsByTagName(s)[0];
x.async = 1;
x.src = p;
x.setAttribute('charset', 'UTF-8');
y.parentNode.insertBefore(x, y);
w[n].para = para;
}
})({
sdk_url: __PUBLIC__ + '/res/m/js/global/sensorsdata.min.js',
heatmap_url: __PUBLIC__ + '/res/m/js/global/heatmap.min.js',
name: 'sensors',
server_url: 'https://shence.ichunt.com:4006/sa?project=production',
heatmap: {},
source_channel:['adtag','utm_source'],
is_track_single_page:true
});
//以异步加载 SDK 为例,神策 SDK 初始化完成,此时调用设置公共属性的方法,来保证之后的事件都有这两个属性。
sensors.registerPage({
current_url: location.href,
referrer: document.referrer,
platformType: '2', //H5
is_login: (getCookie("Yo4teW_uid") ? true : false),
user_rank: '0'
});
sensors.quick('autoTrack');
} else {
(function (para) {
var p = para.sdk_url, n = para.name, w = window, d = document, s = 'script', x = null, y = null;
if (typeof (w['sensorsDataAnalytic201505']) !== 'undefined') {
return false;
}
w['sensorsDataAnalytic201505'] = n;
w[n] = w[n] || function (a) {
return function () {
(w[n]._q = w[n]._q || []).push([a, arguments]);
}
};
var ifs = ['track', 'quick', 'register', 'registerPage', 'registerOnce', 'trackSignup', 'trackAbtest', 'setProfile', 'setOnceProfile', 'appendProfile', 'incrementProfile', 'deleteProfile', 'unsetProfile', 'identify', 'login', 'logout', 'trackLink', 'clearAllRegister', 'getAppStatus'];
for (var i = 0; i < ifs.length; i++) {
w[n][ifs[i]] = w[n].call(null, ifs[i]);
}
if (!w[n]._t) {
x = d.createElement(s), y = d.getElementsByTagName(s)[0];
x.async = 1;
x.src = p;
x.setAttribute('charset', 'UTF-8');
y.parentNode.insertBefore(x, y);
w[n].para = para;
}
})({
sdk_url: __PUBLIC__ + '/res/m/js/global/sensorsdata.min.js',
heatmap_url: __PUBLIC__ + '__PUBLIC__/res/m/js/global/heatmap.min.js',
name: 'sensors',
server_url: 'https://shence.ichunt.com:4006/sa',
heatmap: {}
});
//以异步加载 SDK 为例,神策 SDK 初始化完成,此时调用设置公共属性的方法,来保证之后的事件都有这两个属性。
sensors.registerPage({
current_url: location.href,
referrer: document.referrer,
platformType: '2', //H5
is_login: (getCookie("Yo4teW_uid") ? true : false),
user_rank: '0'
});
sensors.quick('autoTrack');
window.sensors={
track:function(){}
}
// if (host_v == "m.ichunt.com" || host_v == "sc.ichunt.com") {
// (function (para) {
// var p = para.sdk_url, n = para.name, w = window, d = document, s = 'script', x = null, y = null;
// if (typeof (w['sensorsDataAnalytic201505']) !== 'undefined') {
// return false;
// }
// w['sensorsDataAnalytic201505'] = n;
// w[n] = w[n] || function (a) {
// return function () {
// (w[n]._q = w[n]._q || []).push([a, arguments]);
// }
// };
// var ifs = ['track', 'quick', 'register', 'registerPage', 'registerOnce', 'trackSignup', 'trackAbtest', 'setProfile', 'setOnceProfile', 'appendProfile', 'incrementProfile', 'deleteProfile', 'unsetProfile', 'identify', 'login', 'logout', 'trackLink', 'clearAllRegister', 'getAppStatus'];
// for (var i = 0; i < ifs.length; i++) {
// w[n][ifs[i]] = w[n].call(null, ifs[i]);
// }
// if (!w[n]._t) {
// x = d.createElement(s), y = d.getElementsByTagName(s)[0];
// x.async = 1;
// x.src = p;
// x.setAttribute('charset', 'UTF-8');
// y.parentNode.insertBefore(x, y);
// w[n].para = para;
// }
// })({
// sdk_url: __PUBLIC__ + '/res/m/js/global/sensorsdata.min.js',
// heatmap_url: __PUBLIC__ + '/res/m/js/global/heatmap.min.js',
// name: 'sensors',
// server_url: 'https://shence.ichunt.com:4006/sa?project=production',
// heatmap: {},
// source_channel:['adtag','utm_source'],
// is_track_single_page:true
// });
// //以异步加载 SDK 为例,神策 SDK 初始化完成,此时调用设置公共属性的方法,来保证之后的事件都有这两个属性。
// sensors.registerPage({
// current_url: location.href,
// referrer: document.referrer,
// platformType: '2', //H5
// is_login: (getCookie("Yo4teW_uid") ? true : false),
// user_rank: '0'
// });
// sensors.quick('autoTrack');
// } else {
// (function (para) {
// var p = para.sdk_url, n = para.name, w = window, d = document, s = 'script', x = null, y = null;
// if (typeof (w['sensorsDataAnalytic201505']) !== 'undefined') {
// return false;
// }
// w['sensorsDataAnalytic201505'] = n;
// w[n] = w[n] || function (a) {
// return function () {
// (w[n]._q = w[n]._q || []).push([a, arguments]);
// }
// };
// var ifs = ['track', 'quick', 'register', 'registerPage', 'registerOnce', 'trackSignup', 'trackAbtest', 'setProfile', 'setOnceProfile', 'appendProfile', 'incrementProfile', 'deleteProfile', 'unsetProfile', 'identify', 'login', 'logout', 'trackLink', 'clearAllRegister', 'getAppStatus'];
// for (var i = 0; i < ifs.length; i++) {
// w[n][ifs[i]] = w[n].call(null, ifs[i]);
// }
// if (!w[n]._t) {
// x = d.createElement(s), y = d.getElementsByTagName(s)[0];
// x.async = 1;
// x.src = p;
// x.setAttribute('charset', 'UTF-8');
// y.parentNode.insertBefore(x, y);
// w[n].para = para;
// }
// })({
// sdk_url: __PUBLIC__ + '/res/m/js/global/sensorsdata.min.js',
// heatmap_url: __PUBLIC__ + '__PUBLIC__/res/m/js/global/heatmap.min.js',
// name: 'sensors',
// server_url: 'https://shence.ichunt.com:4006/sa',
// heatmap: {}
// });
// //以异步加载 SDK 为例,神策 SDK 初始化完成,此时调用设置公共属性的方法,来保证之后的事件都有这两个属性。
// sensors.registerPage({
// current_url: location.href,
// referrer: document.referrer,
// platformType: '2', //H5
// is_login: (getCookie("Yo4teW_uid") ? true : false),
// user_rank: '0'
// });
// sensors.quick('autoTrack');
//}
</script>
</body>
</html>
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
.slide-bar .iconimg{width:50px;height:50px;display:block}.slide-bar .icon-kefu666{background:url(../img/kfp.6a6ca2c2.png) no-repeat;background-size:100%}.slide-bar .icon-gouwuche666{background:url(../img/carp.d37969b5.png) no-repeat;background-size:100%}.slide-bar .icon-xiangshangs666{background:url(../img/arrowtop.c6ef8ec1.png) no-repeat;background-size:100%}.findthing-content{background:#072565;width:100%}.findthing-content .seo-head{width:100%;height:7.6rem;background:url(../img/banner22.faf63e71.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.3rem}.findthing-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.findthing-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}.findthing-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}.findthing-content .seo-head .head-nav li a.last-nav{border-right:0}.findthing-content .seo-section .form-box1 .form-group{width:9.2rem;height:50px;line-height:50px;text-align:center;margin:0 auto;margin-top:15px;background:#fff;border-radius:4px;overflow:hidden}.findthing-content .seo-section .form-box1 .form-group .pr{position:relative}.findthing-content .seo-section .form-box1 .form-group span{width:3.2rem;height:50px;line-height:50px;font-size:16px;text-align:right;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.findthing-content .seo-section .form-box1 .form-group span font{color:red}.findthing-content .seo-section .form-box1 .form-group span .hiddenvi{visibility:hidden}.findthing-content .seo-section .form-box1 .form-group .input-box{width:6rem;height:50px;line-height:50px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .2rem}.findthing-content .seo-section .form-box1 .form-group .input-box input{font-size:16px;text-align:left;width:100%;float:left;height:100%}.findthing-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:50px;font-size:15px}.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.findthing-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer}.findthing-content .seo-section .form-box1 .submit-button{border-radius:50px;width:9.2rem;height:50px;margin:0 auto;background:url(../img/submitbtn.259a087d.png) no-repeat;background-size:100% 100%;cursor:pointer}.findthing-content .seo-section .form-box1 .form1-tips{text-align:center;color:red;font-size:14px;margin-top:15px;margin-bottom:5px}.findthing-content .seo-section .form-box1 .form1-warn{font-size:12px;color:#8c98b2;width:9.2rem;margin:0 auto;margin-top:5px}.findthing-content .seo-section .form-box1 .form1-warn font{color:red}.findthing-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.findthing-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}.findthing-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}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.findthing-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.findthing-content .seo-section .foot-box .foot-box-ct{margin-top:50px;height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.findthing-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.findthing-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
.oneDataGoods{background:#fff}.oneDataGoods .hidex{display:none}.oneDataGoods.block{padding:5px 10px 0 10px;border-top:1px solid #d6d7dc}.oneDataGoods.block .img-box{padding:10px 10px 0 0}.oneDataGoods.block .img-box dt{position:relative;float:left;height:80px;width:80px}.oneDataGoods.block .img-box dt span{position:absolute;top:0;right:0;background:#e10601;display:block;padding:0 3px;height:12px;line-height:12px;border-radius:2px;font-size:10px;color:#fff}.oneDataGoods.block .img-box dt img{border:1px solid #e5e5e5;height:80px;width:80px;display:block}.oneDataGoods.block .img-box dd{padding-left:90px}.oneDataGoods.block .img-box dd h4{font-size:16px;color:#333;height:20px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oneDataGoods.block .img-box dd h4 .f-red{font-weight:400;color:#1080d0}.oneDataGoods.block .img-box dd h5{height:21px;padding-bottom:9px;overflow:hidden}.oneDataGoods.block .img-box dd h5 span{padding:0 5px;display:inline-block;background:#ffa200;height:12px;line-height:12px;border-radius:2px;font-size:12px;color:#fff}.oneDataGoods.block .img-box dd p{font-size:12px;color:#666;height:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oneDataGoods.block .icon-hint span{display:inline-block;height:18px;line-height:19px;color:#fff;background:#ffa200;margin-right:5px;border-radius:3px;padding:0 9px;font-size:12px}.oneDataGoods.block .block .icon-hint i{font-size:13px;margin-right:4px}.oneDataGoods.block .block-but{padding:5px 0 10px 0;padding-left:0;vertical-align:middle;display:table;width:100%}.oneDataGoods.block .block-but .morePrice{color:#666;font-size:12px;width:100%}.oneDataGoods.block .block-but .morePrice .lyClass,.oneDataGoods.block .block-but .morePrice .zyClass{height:auto!important}.oneDataGoods.block .block-but .morePrice .lyMoreData,.oneDataGoods.block .block-but .morePrice .zyMoreData{height:57px;border:1px solid transparent;overflow:hidden}.oneDataGoods.block .block-but .morePrice .list_data{height:19px}.oneDataGoods.block .block-but .morePrice .list_data.dataNo{display:none}.oneDataGoods.block .block-but .morePrice .list_data.f-fff p{color:hsla(0,0%,100%,0)!important}.oneDataGoods.block .block-but .morePrice p{font-size:12px;color:#666;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oneDataGoods.block .block-but .but-shop{width:25%;vertical-align:middle;display:table-cell}.oneDataGoods.block .block-but .but{height:30px;float:right;line-height:30px;width:100px;font-size:14px;display:block;color:#fff;background:#1080d0;text-align:center;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.oneDataGoods.block .block-but .but.but-orange{background:#ffa200}.oneDataGoods.block .more-height,.oneDataGoods.block .zkxk{font-size:12px;margin-right:10%;height:24px;line-height:24px;border:1px solid #e5e5e5;text-align:center;color:#666}.oneDataGoods.block .icon-bot{top:9px;border:solid transparent;border-top-color:#4d4d4d;border-width:4px}.oneDataGoods.block .icon-bot,.oneDataGoods.block .icon-top{position:relative;content:"";height:0;width:0;pointer-events:none;margin-left:5px}.oneDataGoods.block .icon-top{bottom:9px;border:solid transparent;border-bottom-color:#4d4d4d;border-width:4px}.good_detail_alert .details-pop{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;z-index:999;overflow:hidden}.good_detail_alert .details-pop .mui-backdrop{position:fixed;z-index:87;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.3)}.good_detail_alert .details-pop .mui-poppicker{width:100%;z-index:90;position:absolute;top:20%;bottom:0;background-color:#fff;border-top:1px solid #ccc;-webkit-transition:.3s;-webkit-transform:translateY(300px)}.good_detail_alert .details-pop .mui-poppicker.mui-active{-webkit-transform:translateY(0)}.good_detail_alert .details-pop .mui-poppicker .close{position:absolute;top:-25px;right:10px;color:#fff}.addCarAlert .backdrop{position:fixed;z-index:12;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.3)}.addCarAlert .backdrop.zIndex{z-index:1}.addCarAlert .backdrop .pop-tip .window-img{background:#fff;position:fixed;top:25%;left:50%;z-index:101;border-radius:3px;width:80%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.addCarAlert .backdrop .pop-tip .title{position:relative;width:100%}.addCarAlert .backdrop .pop-tip .title i{right:0;top:-22px;position:absolute;color:#fff}.addCarAlert .backdrop .pop-tip .box-img{text-align:center;padding:20px 10px 30px 10px}.addCarAlert .backdrop .pop-tip .box-img dt{width:35px;height:35px;line-height:42px;margin:0 auto;border-radius:50%;margin-bottom:5px}.addCarAlert .backdrop .pop-tip .box-img dt .iconfont{font-size:27px;font-weight:700;color:#1080d0}.addCarAlert .backdrop .pop-tip .box-img dd{font-size:14px;color:#333;padding-top:10px;line-height:20px}.addCarAlert .backdrop .pop-tip .box-img dd a{color:#1080d0}
\ No newline at end of file
.sample-cominfo{min-height:100vh;background:#fff}.sample-cominfo .cominfo-form{padding:0 15px}.sample-cominfo .cominfo-form .form-item{border-bottom:1px solid #e9e9e9;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0}.sample-cominfo .cominfo-form .form-item.detail-add{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sample-cominfo .cominfo-form .form-item.detail-add .textarea{display:block;height:60px;font-size:14px;padding:10px 0;resize:none}.sample-cominfo .cominfo-form .form-item.pic-item{display:block;border:none;padding-bottom:2rem}.sample-cominfo .cominfo-form .form-item.pic-item .default-img{width:219px;height:94px;background-color:#e9e9e9;border-radius:2px;margin:20px auto 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:10px}.sample-cominfo .cominfo-form .form-item.pic-item .default-img .img{width:88px;height:73px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAACSCAYAAADl00BjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjUxMjgyRDVENzg5MTFFQThDQTU5RjQ1QjlCMzFFRDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjUxMjgyRDZENzg5MTFFQThDQTU5RjQ1QjlCMzFFRDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NTEyODJEM0Q3ODkxMUVBOENBNTlGNDVCOUIzMUVEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NTEyODJENEQ3ODkxMUVBOENBNTlGNDVCOUIzMUVEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po9ncU8AAAj7SURBVHja7J1rbBVFGIaniBIaEVJQoaZQaQELGCBgJAJSkcjVlhAhkTtGihpEjNYLaEQxeEFBLvUCqKAmKhqVSxBBATViJKLcrFFKbCGIPwziDX74o36fO5WTk152z+7OfLN9n+SFAKd7trNPh9k5M99m1dbWqoD0o5RSCnW6UXIUAME5RTlCqdLZQKkMcoAsnwKzoHMpJVpgAOJiD2UHZYUWPLTAd2p5C9G2wCBVWuKVmQrMve4rergAgC12UqZRTgQRuICyj9IW7QcEcJZSTNnrR+A+lP1oMyCQfEpN6l+0SHtBB8o2tBMQynZKm8YEXkPpiHYCQumu78vqHUKMpWxGGwEHuJGyJb0HLkO7AEcoSx9CjNRWA+BKDzw6VeDhaBPgGCWpY+BjlDy0CXCIk5Rc7oGLIS9wkE7sbksVzUoynp87SPmCchptCxrhQsoAykDKiJDHyolC4KmUN3BdQAC26N95oc6cMAK3CClwOeQFIeCVjqVhBc7O8IvfpDyDawBCsonycoZfm90ixBt/jrYHEXEg0y8MI/BxtDuIiOM2BP4L7Q4i4rQNgQGwDgQGEBgACAwABAYQGAAIDAAEBgACg2TTspl8n+3SUq0DILBYJqSkIepE5hVRuynfQgkIbBOu5cZrTG+hXO7j9fk6xfrP3yuvcAaWiWIMbBxe2f8VZZFPeeujiLKEskuF3+4CILAvOitviwpvT+kR0TG5R96mZQYQODYGK69a4ZiYjn8v5SNoAoHj4EFlZlfIDZRfoAoEjpKZlMUG3+9SfYMHIHBoBlEqLLzvFZRlUAYCh2UBpbWl955HWQhtIHCm3EwZZfkcZimvrBGAwIGZI+AccimzoQ4EDspkyjVCzgW9MAQOzChB58K98CToA4H9kqN7YEmMhz4Q2C8TBJ4TD2d6QiEI7Ie+Qs9rIhSCwH7IF3peeBQvBHZa4HZQCAJDYJB4gf+BwMBlgX8Tel7VUAgCuyxwDRSCwOiBQeIF/hACA5cFlvhAGX6uw24oBIH98CXlhLBzeg/6QOAgbIbAwGWBue6DlCcjvU/5DPpA4CBUUlYJOZdVUAcCZyqO7Tv/Vyk7oY4MXCvuxzdyj2qJbPCdkln4j0tqXUm5TCdX/16t87NuO675dhYC22Ud5WrKbRbee6IeykhhGmU6ZZjP1x+lvKVzGEMIe9yuzH+40UuQvKP0TeT6APIyBcqrq3FInSspC4EtMZoy19B7DRQk70LKVsqQkMfh4UQOBLYLT63NiPH4ByldlVd3WAJTKI9EeDyuTN8aAttlvR4Tvx7xcdcqb+PmT0K+zw6U+REfk+vMPQWB7bNX39BwVfWwn9i9QxmqvOIlfwv6HnnsWhTDcfmRDDMxCyGD7To99YzBTfrmqyl2Uz5V3poLiQWt+QdzXozH5174G8oBCCyDSn2zw+FtP/kpaaW89cV14d77D+Hfz4KYj3+xlngkBJbHacp+HReZH8GMg99e/gnlVb7HGBhEQn8DvW8qDyiZVZAgsMO9b7bh9+ShRAEEBmEpU3YKCPIz9p6GwCAMXVT0c75BGG946AKBEzh06GL5HB5X3sf1EBgE7v3KhJwLj4fbQ2Dgl2zLQ4d0elOWQmDgFx539hd2TvwR/V0QGDTFEGG9b/pQYjAEBk31vlLhj9+XSPQFAsuAF+qMEH6OvKh/JQQG6RQpR+ZciTsot0JgkAqPezs4dL48Hu4FgQEzRccleB/dcxAYxLFFyBTDlZD1EhDYHnFtETJFufJ2vEDgZkjcW4RM8azyKgBZQ/qOjP7q3CdTXNbpB8qvCel9k0BnSgVlHAQ+B3/+vohyraq/8MZqnX0OzzoMUcmhlPKwvmbNfgjBq7A+0T/ROY285mvKMuXec9pMbxEyxWP6xq5ZC7yO8hLlEp+v5zHkLpv/fWXY+2arZLLcxvcmRWAulzo9g6/jp9i/rYIVuLP5v8t4lVx66qFdsxOYhwIzQnz9Bbr37iv44treImSKycqr9NNsBF6ooplOylNeLbNOgocOXVTzYKkyuKbZpsBc+inKSovcaC8KvKCStgiZgGe2Xki6wHFtVSmhPC/oYkrbImSKq0xdBxsCn6fHvXF9gsPV2x8SciElbhEyBV+HqUkUmHveuOcMeVLddslQyVuETMEL4AuSJPBsZe6xADynbHOXwwIF2lLWJEVg/mh4ucH3O1/f1PW2cOFc2CJkiusoi10XmNe+8iLoVoYbL19LbPJhJi5tETIFl2wd67LAfNPWz1LjDVJmp9dc2yJkCr4G7V0UmH/6bG+bmaB/iOLGxS1CpuBZp7WuCVwa5/gng3FpeczDpPnwtFHGRX0N4hS4u5JXR4D3cU2KcdahCI76ugaDXRCYZxzyhI7FhkZ8zKRsETLF2qjci0tgfqK71CfetFHeHHG3iHtf4J8eUY2H4xCYPwG7x4EG5J44igXYSdsiZAr2ZJY0gfmRrxWONOAw3ROHIalbhEzB7d9LisAXUVYptx4ezVNeT4bsfbPhYcZkhR1KRCkwzzgMcLAR71eZ7SJI+hYhU3DVyxLbAt+nvErerrJCBXvAX57CnG+U3G1T4DHKq1joOhsCvPY11Xy2CIkmrMD5Dt20+aG2iZ6Yb9oOU4qhjgzCVuapSGBPxD0xPxh8I6Vap6vyZljKoExyBB6tHHgQXob0VbK36YMIhhDlaD7g+hgYAAgMAAQGEBgACAwABAYAAgMIDAAEBgACAwCBQSIFPoNmAI5yhgU+hXYAjnIKAgMIDIAtgbNqa3kXjTqmZJaBAqAhTlJy62YhNqA9gGNs4l/qBP4Y7QFcFngbZTPaBDgCu7o1VWBmNdoFOML/rqYKvIXyAdoGCOdd7ep/1M1C1MFl8g9ROqKdgEB+VF79vT8bEpjpo7zCHgBII59Sk/oX9S3mOUAppPyO9gJCOKu8ykg16f/Q0Gq0o8orp7QRbQcss1N5j4PYW98/Nrackj9i5sci8bONq9COwDBV2r3rKScaelF9Y+D6yNEH40LE/dC2IEb2UHYor2Zzk+t0/AqcCgtcqsfJhbp7z0G7gwxgQY/o3pbDSxoqgxzgXwEGAH90b+8gyxiIAAAAAElFTkSuQmCC) no-repeat;background-size:100% 100%;margin:0 auto}.sample-cominfo .cominfo-form .form-item.pic-item .has-img{width:219px;height:94px;margin:20px auto 0;position:relative;border-radius:2px}.sample-cominfo .cominfo-form .form-item.pic-item .has-img img{height:100%;width:100%}.sample-cominfo .cominfo-form .form-item.pic-item .has-img .img-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,91.4%,.78);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sample-cominfo .cominfo-form .form-item.pic-item .has-img .img-mask .yes-icon{height:50px;width:50px;background:url(../img/yes.55af035c.png) no-repeat;background-size:100% 100%}.sample-cominfo .cominfo-form .form-item.pic-item .file{display:none}.sample-cominfo .cominfo-form .form-item.pic-item .upload-btn{width:100px;height:28px;border:1px solid #1080d0;font-size:14px;text-align:center;line-height:28px;color:#1080d0;margin:18px auto 0;border-radius:50px}.sample-cominfo .cominfo-form .form-item .detail-add-label,.sample-cominfo .cominfo-form .form-item .label-h3,.sample-cominfo .cominfo-form .form-item .pic-item-label{font-size:14px;color:#333}.sample-cominfo .cominfo-form .form-item .detail-add-label.label-h3,.sample-cominfo .cominfo-form .form-item .label-h3.label-h3,.sample-cominfo .cominfo-form .form-item .pic-item-label.label-h3{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.sample-cominfo .cominfo-form .form-item .detail-add-label span,.sample-cominfo .cominfo-form .form-item .label-h3 span,.sample-cominfo .cominfo-form .form-item .pic-item-label span{margin-right:8px;vertical-align:middle;color:red}.sample-cominfo .cominfo-form .form-item .choose-right,.sample-cominfo .cominfo-form .form-item .input{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;font-size:14px}.sample-cominfo .cominfo-form .form-item .choose-right.choose-right,.sample-cominfo .cominfo-form .form-item .input.choose-right{color:#999}.sample-cominfo .cominfo-form .form-item .choose-right.choose-right i,.sample-cominfo .cominfo-form .form-item .input.choose-right i{vertical-align:middle;margin-left:8px}.sample-cominfo .save-btn-div{background-color:#f3f3f3;padding:1rem 0}.sample-cominfo .save-btn-div .btn{width:144px;height:34px;background-color:#1080d0;border-radius:50px;text-align:center;line-height:34px;font-size:14px;color:#fff;margin:0 auto}
\ 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-75dae766]{padding-top:44px}.head-dom .header-page[data-v-75dae766]{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-75dae766]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-75dae766]{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-75dae766]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-75dae766]{color:#1080d0}.head-dom .header-page i[data-v-75dae766]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-75dae766]{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-75dae766]{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-75dae766]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-75dae766]{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
.slide-bar .iconimg{width:50px;height:50px;display:block}.slide-bar .icon-kefu666{background:url(../img/kfp.6a6ca2c2.png) no-repeat;background-size:100%}.slide-bar .icon-gouwuche666{background:url(../img/carp.d37969b5.png) no-repeat;background-size:100%}.slide-bar .icon-xiangshangs666{background:url(../img/arrowtop.c6ef8ec1.png) no-repeat;background-size:100%}.ac618{background:#ee194b;padding-bottom:50px}.ac618 .header img{width:100%}.ac618 .yhq-boxs .yhq-item{text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;height:158px;background:url(../img/yh50.18c5d196.png) no-repeat;background-size:100% 100%;position:relative}.ac618 .yhq-boxs .yhq-item .t1{color:#35156e;font-size:10px;position:relative;top:52px}.ac618 .yhq-boxs .yhq-item .t2{color:#35156e;font-size:12px;font-weight:700;position:relative;top:62px}.ac618 .yhq-boxs .yhq-item .t3{color:#fff;font-size:9px;position:relative;top:68px}.ac618 .yhq-boxs .yhq-item .t4{color:#fff;font-size:12px;position:absolute;text-align:center;height:31px;bottom:0;width:100%;line-height:31px}.ac618 .yhq-boxs .yhq-item.item100{background:url(../img/yh100.12298478.png) no-repeat;background-size:100% 100%}.ac618 .prize-boxs{padding:10px;margin-top:20px}.ac618 .prize-boxs .titleac{font-size:16px;color:#fff;padding-left:10px;border-left:5px solid #35156e;height:20px;line-height:20px}.ac618 .prize-boxs .titleac span{color:#ffa7b4;font-size:10px;float:right}.ac618 .prize-boxs .prize-cons{margin-top:15px;background-size:100% 100%}.ac618 .prize-boxs .prize-cons img{width:100%}.ac618 .new-prizes{padding:10px;margin-top:10px}.ac618 .new-prizes .titleac{font-size:16px;color:#fff;padding-left:10px;border-left:5px solid #ffac00;height:20px;line-height:20px}.ac618 .new-prizes .titleac span{color:#ffa7b4;font-size:10px}.ac618 .new-prizes .titleac p{float:right;color:#f9e958;font-size:10px}.ac618 .new-prizes .prize-cons{margin-top:15px}.ac618 .new-prizes .prize-cons img{width:100%;height:120px;margin-bottom:10px}.ac618 .supplier-boxs{padding:10px;position:relative}.ac618 .supplier-boxs .titleac{font-size:16px;color:#fff;padding-left:10px;border-left:5px solid #3a0a72;height:20px;line-height:20px}.ac618 .supplier-boxs .prize-cons{margin-top:20px}.ac618 .supplier-boxs .prize-cons a{display:block;margin-left:10px;margin-bottom:10px}.ac618 .supplier-boxs .prize-cons a img{display:block;border-radius:3px;width:100%;height:44px}.ac618 .supplier-boxs .prize-cons a div{font-size:12px;color:#fff;margin-top:10px;font-weight:700;text-align:center}.ac618 .supplier-boxs .prize-cons a p{color:#ffabb8;font-size:10px;margin-top:5px;text-align:center}.ac618 .supplier-boxs .prize-cons a.firstpr{margin-left:0}.ac618 .zy-mall{padding:10px;position:relative}.ac618 .zy-mall .titleac{font-size:16px;color:#fff;padding-left:10px;border-left:5px solid #ffac00;height:20px;line-height:20px}.ac618 .zy-mall .list-cons{margin-top:15px}.ac618 .zy-mall .list-cons a{height:46px;display:block;background:#fff;border-radius:3px;margin-bottom:5px;padding:10px}.ac618 .zy-mall .list-cons a .item{width:50%;height:22px;line-height:22px;overflow:hidden}.ac618 .zy-mall .list-cons a .item.t2{font-size:14px;color:#1483e0;font-weight:700}.ac618 .zy-mall .list-cons a .item.t3{font-size:11px;color:#727272;text-align:right}.ac618 .zy-mall .list-cons a .item.t3 span{text-decoration:line-through}.ac618 .zy-mall .list-cons a .item.t1{font-size:12px;color:#404040}.ac618 .zy-mall .list-cons a .item.t4{color:#727272;font-size:11px;text-align:right}.ac618 .zy-mall .list-cons a .item.t4 span{color:#d10020;font-size:12px;font-weight:700}.ac618 .zy-mall .kfbtng{display:block;height:30px;width:100px;color:#fff;font-size:14px;line-height:30px;text-align:center;margin:0 auto;margin-top:20px;border-radius:6px;background:#0082e7}.ac618 .rule-box{padding:10px;margin-top:10px}.ac618 .rule-box .titleac{font-size:16px;color:#fff;padding-left:10px;border-left:5px solid #3a0a72;height:20px;line-height:20px;margin-bottom:10px}.ac618 .rule-box p{font-size:10px;color:#ffa7b4;line-height:30px;padding-left:14px}.slide-bar{display:none}
\ No newline at end of file
.slide-bar .iconimg{width:50px;height:50px;display:block}.slide-bar .icon-kefu666{background:url(../img/kfp.6a6ca2c2.png) no-repeat;background-size:100%}.slide-bar .icon-gouwuche666{background:url(../img/carp.d37969b5.png) no-repeat;background-size:100%}.slide-bar .icon-xiangshangs666{background:url(../img/arrowtop.c6ef8ec1.png) no-repeat;background-size:100%}.shiplist{padding-top:89px}.shiplist .o-header{height:40px;background:#8d9598;position:fixed;z-index:2;left:0;top:0;right:0}.shiplist .o-header .order-back{margin-left:.36rem;margin-right:.25rem;color:#fff;font-size:20px;position:relative;top:.2rem;cursor:pointer}.shiplist .o-header .search-box{padding-top:.17rem;position:relative}.shiplist .o-header .search-box i{font-size:20px;position:absolute;top:.22rem;left:.24rem;color:#999;cursor:pointer}.shiplist .o-header .search-box input{width:7rem;height:27px;border-radius:27px;padding-left:1rem;background:#fff}.shiplist .o-header .shift{color:#fff;font-size:15px;margin-left:.4rem;margin-top:.25rem;cursor:pointer}.shiplist .o-header .order-kf{color:#fff;font-size:20px;cursor:pointer;margin-top:.22rem;margin-right:.37rem}.shiplist .o-tabnav{height:49px;position:fixed;z-index:2;left:0;top:40px;right:0}.shiplist .o-tabnav .van-tabs__wrap{height:49px}.shiplist .o-tabnav .van-tab__text{color:#333;font-size:14px}.shiplist .o-tabnav .van-tab--active .van-tab__text{color:#1969f9}.shiplist .o-tabnav .van-tabs__line{background-color:#1969f9;width:55px}.shiplist .o-tabnav .tab-bc{position:relative;text-align:center}.shiplist .o-tabnav .tab-bc:before{content:"";height:25px;width:1px;top:12px;background:#e5e5e5;position:absolute;z-index:1}.shiplist .o-list .van-hairline--surround:after,.shiplist .o-list .van-hairline--top:after{border:1px solid #e5e5e5}.shiplist .o-list .list-group{background:#fff;margin-top:.4rem;padding:.33rem}.shiplist .o-list .list-group .l-h{color:#6f6f6f;font-size:12px;height:17px;line-height:17px;margin-bottom:.44rem}.shiplist .o-list .list-group .l-h a{color:#666}.shiplist .o-list .list-group .l-h span{color:#333;display:inline-block;width:1.12rem;height:17px;background:#f9f9f9;border-radius:2px;border:1px solid #e5e5e5;text-align:center;cursor:pointer;margin-left:.22rem;margin-right:.22rem}@media screen and (max-width:320px){.shiplist .o-list .list-group .l-h span{margin-left:.1rem;margin-right:.1rem}.shiplist .o-list .list-group .l-h p{height:17px;width:67px;overflow:hidden}}.shiplist .o-list .list-group .l-h font{color:#333}.shiplist .o-list .list-group .l-h font.yellows{color:#f1730f}.shiplist .o-list .list-group .l-h font.reds{color:#e25555}.shiplist .o-list .list-group .l-h font.greens{color:#2ca521}.shiplist .o-list .list-group .l-c{background:#f9f9f9;margin-bottom:.33rem}.shiplist .o-list .list-group .l-c .goods-group{padding:.24rem .3rem;height:17px;line-height:17px}.shiplist .o-list .list-group .l-c .goods-group a{width:4.88rem;margin-right:.4rem;color:#333}@media screen and (max-width:320px){.shiplist .o-list .list-group .l-c .goods-group a{width:4rem;margin-right:.2rem}}.shiplist .o-list .list-group .l-b{font-size:12px;text-align:right}.shiplist .o-list .list-group .l-b span{color:#6f6f6f}.shiplist .o-list .list-group .l-b div{color:#ff693d;margin-left:.31rem}.shiplist .o-list .list-group .l-b p{color:#333;font-size:17px}.shiplist .o-list .list-group .l-b p b{color:#ff693d;font-weight:400}.shiplist .o-list .list-group .l-b p i{display:block;color:#999;font-size:12px;margin-top:10px}.shiplist .o-list .list-group .l-b p i .mr10{margin-right:10px}.shiplist .o-list .list-group .l-b .van-count-down{font-size:12px;margin-left:0;margin-top:-.02rem}.shiplist .o-list .list-group .btn-boxs{margin-top:.61rem}.shiplist .o-list .list-group .btn-boxs .btn{width:2.4rem;height:.73rem;line-height:.73rem;display:block;background:#1969f9;border-radius:2px;text-align:center;margin-left:10px;color:#fff;cursor:pointer;border:1px solid #1969f9}.shiplist .o-list .list-group .btn-boxs .btn.btn-lk{background:#fff;color:#1969f9}.shiplist .o-list .list-group .btn-boxs .btn.btn-default{background:#fff;border:1px solid #d2d2d2;color:#333}.shiplist .again-box{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5}.shiplist .again-box .mask{background:rgba(0,0,0,.4);position:fixed;top:0;bottom:0;left:0;right:0}.shiplist .again-box .type1{width:7.47rem;padding-top:1.52rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-radius:.11rem;margin:0 auto;position:relative;top:50%;margin-top:-3.33rem;text-align:center}.shiplist .again-box .type1 i{font-size:55px;color:#52c41a;display:block;margin-bottom:.64rem}.shiplist .again-box .type1 p{font-size:14px;color:#333;line-height:30px}.shiplist .again-box .type1 .foot-box{border-top:1px solid #e5e5e5;padding:.24rem 0;margin-top:.4rem;position:relative}.shiplist .again-box .type1 .foot-box:before{content:"";height:.75rem;width:1px;background:#e5e5e5;position:absolute;text-align:center}.shiplist .again-box .type1 .foot-box .btn{height:.75rem;line-height:.75rem;color:#999;font-size:16px;width:50%}.shiplist .again-box .type1 .foot-box .carlink{color:#1969f9}.shiplist .again-box .type2{top:4.5rem;margin-top:0;padding-top:.73rem}.shiplist .again-box .type2 i{margin-bottom:.44rem}.shiplist .again-box .type2 .t-hp{font-size:12px}.shiplist .again-box .type2 .t-hp .f-red{color:#f44949}.shiplist .again-box .type2 .t-list{width:6.88rem;background:#f9f9f9;border:1px solid #e5e5e5;border-bottom:0;margin:0 auto;margin-top:.35rem}.shiplist .again-box .type2 .t-list a{display:block;color:#333;padding:.18rem .39rem;text-align:left;border-bottom:1px solid #e5e5e5}.shiplist .again-box .type3 i{color:#e14e4e}.shiplist .van-empty__image{width:244px;height:184px}
\ 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}.help{padding-top:40px}.help .head{height:40px;padding:0 .45rem;color:#333;line-height:40px;position:fixed;top:0;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box}.help .head a{color:#333;margin-right:30px}.help .head i{font-size:20px}.help .con .group{width:2.35rem;height:1rem;line-height:1rem;padding-left:.45rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}.help .con .group h3{font-size:13px;color:#333;height:100%;left:1px;position:relative}.help .con .group.act h3{color:#1969f9}.help .con .group.act h3:before{content:"";position:absolute;width:.11rem;height:.67rem;background:#1969f9;left:-.48rem;top:.16rem}.help .con .group .gro-c{display:none;position:fixed;top:40px;left:2.8rem;right:0;bottom:0;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e9e8e8;border-right:0}.help .con .group .gro-c a{display:block;padding-left:.45rem}.help .con .group .gro-c .title{color:#333;font-size:15px;padding-left:.45rem;font-weight:700}.help .con .group .gro-c .text{font-size:14px;color:#6f6f6f;height:1rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help .con .group.act{background:#fff;border-top:1px solid #e9e8e8;border-bottom:1px solid #e9e8e8}.help .con .group.act h3{z-index:1;background:#fff}.help .con .group.act .gro-c{display:block}.help .detail{background:#fff;padding:.45rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100vh - 40px)}.help .detail .title{font-size:20px;color:#333;margin-bottom:.4rem;font-weight:700}.help .detail .text{color:#333;font-size:14px;line-height:28px}.help .icon-liedanbiao{font-size:14px;color:#333;position:relative;top:-1px;left:-10px}
\ No newline at end of file
.news{background:#fff}.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{background:#fff;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
.risk{width:100%;padding-bottom:1rem}.risk .banner{width:100%;height:297px;background:url(../img/bg.805f7079.png) no-repeat top;background-size:cover}.risk .content{position:relative;top:-21px}.risk .content .t1{text-align:center;font-size:20px;color:#666;margin-bottom:.293rem}.risk .content .t2{text-align:center;font-size:13px;color:#666}.risk .content .form-box{width:8.8rem;background-color:#f6f6f6;border-radius:2px;margin:.453rem auto 0;padding:.413rem .653rem .52rem .653rem}.risk .content .form-box .fx{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}.risk .content .form-box .inpt-wrap{margin-bottom:.4rem}.risk .content .form-box .inpt-wrap .inp{width:100%}.risk .content .form-box .inpt-wrap .inp,.risk .content .form-box .inpt-wrap .inps{height:25px;padding:10px 0;background-color:#fff;border-radius:2px;border:1px solid #37d1a0;font-size:14px;color:#999;text-indent:1em}.risk .content .form-box .inpt-wrap .inps{width:54%}.risk .content .form-box .inpt-wrap .imgcode,.risk .content .form-box .inpt-wrap .imgcode img{width:100px;height:45px}.risk .content .form-box .inpt-wrap .codebtn{width:100px;height:45px;line-height:45px;background-color:#1080d0;font-size:14px;color:#fefeff}.risk .content .form-box .inpt-wrap .codebtn.codebtndisabled{background-color:#c2c2c2}.risk .content .form-box .btn{height:38px;line-height:38px;text-align:center;background-color:#1080d0;border-radius:2px;display:block;font-size:17px;color:#fefeff;margin-top:.707rem}.risk .content .form-box .txt{text-align:left;font-size:12px;color:#0e8f66}.risk-success{width:100%}.risk-success .head{height:6.8rem;background-color:#37d1a0}.risk-success .head .tit{width:7.933rem;height:1.893rem;background-color:#fff;-webkit-box-shadow:0 3px 9px 0 rgba(17,166,119,.55);box-shadow:0 3px 9px 0 rgba(17,166,119,.55);border-radius:2px;font-size:30px;color:#f3b717;line-height:1.893rem;margin:0 auto;text-align:center;font-weight:500}.risk-success .head .level{text-align:center;color:#fff;font-size:51px;margin-top:.5rem;margin-bottom:.64rem}.risk-success .head .txt{text-align:center;font-size:25px;color:#fff}.risk-success .head .tt{text-align:center;font-size:12px;color:#fff;margin-top:.3rem}.risk-success .content{padding-bottom:3rem}.risk-success .content .list{padding-top:.56rem}.risk-success .content .list li{padding:0 0 .973rem 0}.risk-success .content .list li img{width:328px;height:45px;margin:0 auto;display:block}.risk-success .content .list li .t1{text-align:center;font-size:18px;color:#1080d0;margin-top:.387rem;margin-bottom:.613rem;font-weight:700}.risk-success .content .list li .t2{width:84%;margin:0 auto;font-size:15px;color:#333;text-align:justify}.risk-success .share{bottom:10px;width:98%;height:59px;background:url(../img/1.ebdedfbb.gif) no-repeat 50%;background-size:cover;display:block}.risk-success .shade,.risk-success .share{position:fixed;left:0;right:0;margin:0 auto}.risk-success .shade{width:100%;height:100%;top:0;z-index:99;background:rgba(38,38,38,.85)}.risk-success .shade .im{position:absolute;right:7px;top:0;width:261px;height:345px;background:url(../img/share.cc6d04ce.png) no-repeat;background-size:cover;z-index:100}
\ No newline at end of file
.car-page{background:#f8f8f8;color:#333;min-height:100vh}.car-page .lxBox{padding-bottom:44px}.car-page .lxBox .logintip{top:98px}.car-page .lxBox .dataBox{padding-top:98px}.car-page .zyBox{padding-bottom:44px}.car-page .zyBox .logintip{top:44px}.car-page .zyBox .headxianhuoqihuo{height:43px;line-height:43px;border-bottom:1px solid #d6d7dc}.car-page .zyBox .headxianhuoqihuo .zyqxtype{font-size:16px}.car-page .zyBox .dataBox{padding-top:98px}.car-page .logintip{position:fixed;background:#fff6e5;height:44px;line-height:44px;color:#666;top:44px;left:0;right:0;font-size:14px;text-align:center;z-index:3}.car-page .logintip a{background:#e10601;border-radius:4px;text-align:center;width:70px;height:23px;color:#fff;font-size:12px;display:inline-block;line-height:23px;cursor:pointer;margin-left:10px}.car-page .editBox{position:fixed;padding:0 10px;height:44px;line-height:44px;color:#6f6f6f;left:0;right:0;font-size:12px;-webkit-box-shadow:0 0 7px 0 rgba(180,202,211,.38);box-shadow:0 0 7px 0 rgba(180,202,211,.38);border-radius:6px;z-index:3;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 8px;margin-top:10px}.car-page .editBox .remind{color:#999}.car-page .editBox .remind i{color:#ffa200;position:relative;top:2px;left:5px}.car-page .editBox a{color:#333;font-size:14px}.car-page .lyNav{color:#333;position:fixed;left:0;top:44px;right:0;height:44px;z-index:3;background-color:#fff}.car-page .lyNav,.car-page .lyNav span{-webkit-box-sizing:border-box;box-sizing:border-box}.car-page .lyNav span{cursor:pointer;width:50%;font-size:14px;text-align:center;line-height:44px;position:relative}.car-page .lyNav span font{color:#e5e5e5;font-size:18px;position:absolute;right:0;top:0}.car-page .lyNav span i{display:block;height:42px;line-height:42px;width:83px;margin:0 auto;border-bottom:2px solid #fff}.car-page .lyNav span.act{color:#1969f9}.car-page .lyNav span.act i{border-bottom:2px solid #1969f9}.shop-block{font-size:12px;background:#fff;-webkit-box-shadow:0 0 7px 0 rgba(180,202,211,.38);box-shadow:0 0 7px 0 rgba(180,202,211,.38);border-radius:6px;margin:0 8px;margin-top:10px;padding-top:10px}.shop-block .t-r{text-align:right}.shop-block .delete-tier{position:relative;top:2px;font-size:20px}.shop-block h4{font-size:14px;padding:12px 0;font-weight:400;line-height:20px;word-wrap:break-word;word-break:break-all;padding-left:7px;padding-bottom:4px}.shop-block h4 a{color:#333;font-size:15px}.shop-block ul{padding:2% 3%;padding-left:0}.shop-block li{font-size:12px;word-wrap:break-word;height:22px;line-height:22px;word-break:break-all;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-block li span{float:left;width:50px}.shop-block li p{padding-left:50px;font-size:12px;color:#333}.shop-block .ichunt-blue{background:#1080d0}.shop-block .ichunt-blue,.shop-block .ichunt-orange{font-size:12px;font-weight:400;padding:1px 3px;margin-left:5px;color:#fff;border-radius:3px}.shop-block .ichunt-orange{background:#ffa200}.shop-block .add-num{padding:0 3%}.shop-block .add-num .mui-numbox{float:right;padding:0 30px;width:130px;height:30px;border:1px solid #e1e1e1;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-block .add-num .mui-numbox button{height:28px;width:30px;font-size:22px;line-height:28px;background-color:#fff;color:#666;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-block .add-num .mui-numbox button i{font-size:14px}.shop-block .add-num .mui-numbox button.no_click{color:#999}.shop-block .add-num .mui-numbox input{height:28px;background:#fff;color:#333;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-block .subtotal{padding:2% 3%;font-weight:700;text-align:right}.shop-block .morePrice{margin-bottom:15px}.shop-block .morePrice p{height:18px;line-height:18px}.shop-block .more-height{font-size:12px;margin-right:10%;height:24px;margin-top:5px;line-height:24px;border:1px solid #e5e5e5;text-align:center;color:#666}.shop-block .more-height .iconfont{font-size:10px;margin-left:5px}.shop-lose,.shop-lose h4 a,.shop-lose li p{color:#999}.shop-lose .lose-but{height:30px;padding-right:3%;margin-bottom:10px}.shop-lose .lose-but span{float:left;display:block;margin-top:3px;font-size:12px;background-color:#999;color:#fff;padding:0 10px;height:22px;line-height:22px;border-radius:14px}.shop-lose .lose-but .but-bor-red{display:block;color:#e10601;border:1px solid #e10601;height:28px;line-height:28px;padding:0 10px;border-radius:14px}.shop-but{height:44px;border-top:1px solid #d6d6d6;position:fixed;bottom:0;width:100%;background-color:#fff;z-index:99}.shop-but .mui-checkbox label{line-height:45px}.shop-but .mui-checkbox span{padding-left:20px;font-size:14px}.shop-but .sum{text-align:right;padding-right:10px;padding-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-but .sum h4{font-size:12px;line-height:22px;padding-top:4px;color:#666}.shop-but .sum p{font-size:12px;line-height:16px}.shop-but .button{position:relative}.shop-but .button a{display:block;height:44px;line-height:44px;font-size:16px;border-radius:0;text-align:center;color:#fff;background:#f3632c}.shop-but .button.dis a{background:#ccc}.shop-but .button span{font-size:12px}.shop-but .button .sxx{position:absolute;color:#1080d0;line-height:44px;top:0;left:-113%;background:#fff;display:none}.shop-but .checkallbox{line-height:40px;padding-left:18px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px}.shop-but .button .but-orange{background:#ffa200}.shop-but .clearbtn{line-height:44px;font-size:14px!important;margin-right:20px}.shop-but .delbtn{width:130px}.mui-btn{font-size:14px;font-weight:400;line-height:1.42;margin-bottom:0;padding:6px 12px;cursor:pointer;-webkit-transition:all;transition:all;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.2s;transition-duration:.2s;text-align:center;white-space:nowrap;color:#333;border:1px solid #ccc;border-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fff;background-clip:padding-box}.mui-btn,.mui-numbox{position:relative;display:inline-block;vertical-align:top}.mui-numbox{overflow:hidden;width:120px;height:35px;padding:0 40px 0 40px;vertical-align:middle;border:1px solid #bbb;border-radius:3px}.mui-numbox [class*=btn-numbox],.mui-numbox [class*=numbox-btn]{font-size:18px;font-weight:400;line-height:100%;position:absolute;top:0;overflow:hidden;width:40px;height:100%;padding:0;color:#555;border:none;border-radius:0;background-color:#f9f9f9}.mui-numbox [class*=btn-numbox]:active,.mui-numbox [class*=numbox-btn]:active{background-color:#ccc}.mui-numbox [class*=btn-numbox][disabled],.mui-numbox [class*=numbox-btn][disabled]{color:silver}.mui-numbox .mui-btn-numbox-plus,.mui-numbox .mui-numbox-btn-plus{right:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.mui-numbox .mui-btn-numbox-minus,.mui-numbox .mui-numbox-btn-minus{left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.mui-numbox .mui-input-numbox,.mui-numbox .mui-numbox-input{display:inline-block;overflow:hidden;padding:0 3px;width:100%!important;height:100%;margin:0;text-align:center;text-overflow:ellipsis;word-break:normal;border:none!important;border-right:1px solid #ccc!important;border-left:1px solid #ccc!important;border-radius:0!important}.mui-input-row .mui-numbox{float:right;-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 8px}.icon-bot{top:9px;border:solid transparent;border-top-color:#4d4d4d;border-width:4px}.icon-bot,.icon-top{position:relative;content:"";height:0;width:0;pointer-events:none;margin-left:5px}.icon-top{bottom:9px;border:solid transparent;border-bottom-color:#4d4d4d;border-width:4px}.shop-empty{padding:25% 3% 10% 3%;text-align:center}.shop-empty dt i{font-size:34px}.shop-empty dd{padding-top:5%}.shop-empty dd h4{font-size:16px;padding-bottom:10%;font-weight:700}.shop-empty dd p a{font-size:14px;color:#1080d0}.lyClass{height:auto!important}.lyMoreData{height:54px;overflow:hidden}.zdychec1,.zdychec .van-checkbox__icon{position:relative;left:10px}.zdychec1{top:10px}.zp-box{margin:0 8px;background:#fff;-webkit-box-shadow:0 0 7px 0 rgba(180,202,211,.38);box-shadow:0 0 7px 0 rgba(180,202,211,.38);border-radius:6px;margin-top:10px}.zp-box .zpc{padding:0 10px;background:#fff;padding-top:10px;z-index:6;padding-bottom:10px}.zp-box .zp-ti{height:27px;background:#f7edff;border-radius:2px;color:#5f0c9d;line-height:27px;font-size:12px;padding:0 6px;margin-bottom:5px}.zp-box .zp-ti img{height:21px;width:21px;vertical-align:middle}.van-checkbox__icon--square{background-color:#e7e7e7}.zy12{position:relative;left:-8.33333333%;padding-left:8px!important}.f-red{color:#ff693d!important}.subtotal{position:relative;top:10px}
\ No newline at end of file
.wxlist{height:100%;background:#f8f8f8}.wxlist .wxlist-content .menu-title{color:#333;font-size:18px;height:47px;line-height:47px;padding-left:.2rem}.wxlist .wxlist-content .wxlist-banner{padding:0 .2rem}.wxlist .wxlist-content .wxlist-banner .banner-header{padding:10px}.banner-box{background:#fff;border-radius:4px;min-height:275px}.banner-header .banner-title{font-size:19px;color:#333}.banner-header .banner-img{width:.8rem;height:.8rem;margin-right:10px}.banner-header .banner-img img{width:100%;height:100%;width:.8rem;height:.8rem;border-radius:50%;display:block}.banner-body img{width:100%;height:4.8rem}.banner-footer{font-size:16px;line-height:20px;color:#666;padding:.4rem .28rem}.banner-footer a{color:#666}.banner-footer span{color:#999}.wxlist-data{padding:10px}.wxlist-data-box{background:#fff;border-radius:4px}.group-right{width:2rem;height:60px}.group-left-box{height:50px;width:6.347rem;font-size:16px;color:#333;line-height:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.group-left{width:6.347rem;border-bottom:1px solid #e5e5e5;padding-top:.1rem;padding-bottom:.5rem}.data-group{padding:.25rem;display:block}
\ No newline at end of file
.slide-bar .iconimg{width:50px;height:50px;display:block}.slide-bar .icon-kefu666{background:url(../img/kfp.6a6ca2c2.png) no-repeat;background-size:100%}.slide-bar .icon-gouwuche666{background:url(../img/carp.d37969b5.png) no-repeat;background-size:100%}.slide-bar .icon-xiangshangs666{background:url(../img/arrowtop.c6ef8ec1.png) no-repeat;background-size:100%}.user-inquiry{min-height:100%;background:#f2f9fc}.user-inquiry .customer-service{display:none}.user-inquiry .user-inquiry-head{padding-top:.75rem;padding-bottom:.81rem}.user-inquiry .user-inquiry-head img{width:81px;height:40px;margin:0 auto;display:block}.user-inquiry .user-inquiry-head p{margin-top:.59rem;font-size:12px;color:#6f6f6f;text-align:center}.user-inquiry .section{padding:.73rem 0 1.48rem 0;margin:0 .2rem;background:#fff;-webkit-box-shadow:0 0 4px 0 rgba(180,202,211,.38);box-shadow:0 0 4px 0 rgba(180,202,211,.38);border-radius:3px}.user-inquiry .section .input-box{margin-bottom:.33rem}.user-inquiry .section .input-box label{text-align:right;width:77px;font-size:12px;color:#333;margin-left:.4rem}.user-inquiry .section .input-box label em{color:#f01d1d;margin-right:.1rem}.user-inquiry .section .input-box .input-wrap{margin-left:.3rem}.user-inquiry .section .input-box .input-wrap .imgcode{width:2.15rem;height:35px;margin-left:.27rem}.user-inquiry .section .input-box .input-wrap .imgcode img{width:100%;height:100%}.user-inquiry .section .input-box .input-wrap .code-input{width:3.9rem;height:35px;border-radius:2px;border:1px solid #d2d5d7;text-indent:1em}.user-inquiry .section .input-box .input-wrap .code{width:2.15rem;height:35px;background:#fff;border-radius:1px;border:1px solid #08d;font-size:12px;color:#08d;margin-left:.27rem}.user-inquiry .section .input-box .input-wrap .code.code-curr{color:#ccc;border:1px solid #ccc}.user-inquiry .section .input-box .input-wrap .inp{width:6.3rem;height:35px;border-radius:2px;border:1px solid #d2d5d7;text-indent:1em}.user-inquiry .section .btn{margin-top:1rem}.user-inquiry .section .btn .btn1{width:110px;height:32px;background:#fff;border-radius:1px;border:1px solid #1969f9;font-size:15px;color:#1969f9;text-align:center;margin-right:.67rem}.user-inquiry .section .btn .btn2{width:112px;height:34px;background:#1969f9;border-radius:1px;font-size:15px;color:#fff}
\ 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
.exchange{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden;background:#fff}.exchange .f-r{float:right}.exchange .f-l{float:left}.exchange .point-list-head1{height:42px;line-height:42px;padding:0 5%;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.exchange .point-list-head1 li{display:inline-block;width:30%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .point-list-head1 li.act{color:#1080d0;border-bottom:2px solid #1080d0}.exchange .exchange_content{position:absolute;top:86px;left:0;right:0;padding:0 .32rem;bottom:0;overflow-y:auto}.exchange .exchange_content .data-group{border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l{height:70px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l .imgbox{overflow:hidden;margin-right:10px}.exchange .exchange_content .data-group .f-l .imgbox img{width:2rem;height:1.33rem;border-radius:4px}.exchange .exchange_content .data-group .f-l.infotext{width:3.6rem}.exchange .exchange_content .data-group .f-l.infotext .boxtextx{height:32.5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:16.5px;color:#333;font-size:.37rem}.exchange .exchange_content .data-group .f-l.infotext span{color:#999;font-size:.32rem}.exchange .exchange_content .data-group .f-r{height:70px;line-height:70px;color:#ffa200;font-size:.37rem}
\ No newline at end of file
.oscilloscope{padding-top:1.067rem;padding-bottom:1.513rem}.oscilloscope .top-users{height:1.067rem;background-color:#5267ff;font-size:15px;color:#fff;position:fixed;top:44px;left:0;right:0;overflow:hidden;z-index:2}.oscilloscope .top-users ul{position:absolute;top:0;left:0;right:0}.oscilloscope .top-users ul.animate-ul{top:-1.067rem;-webkit-transition:all .5s;transition:all .5s}.oscilloscope .top-users ul li{height:1.067rem;line-height:1.067rem;text-align:center}.oscilloscope .oscilloscope-wrapper .banner-div{height:5.333rem}.oscilloscope .oscilloscope-wrapper .banner-div .my-swipe .swiper-img{height:5.333rem;width:100%}.oscilloscope .oscilloscope-wrapper .prize-div{padding:.667rem .4rem 0;background-color:#edf6ff}.oscilloscope .oscilloscope-wrapper .prize-div .title{margin:0 auto;background-repeat:no-repeat;background-size:100% 100%}.oscilloscope .oscilloscope-wrapper .prize-div .title.title1{width:7.28rem;height:.827rem;background-image:url(../img/title1.2f5905c1.png);margin-bottom:.21rem}.oscilloscope .oscilloscope-wrapper .prize-div .title.title2{width:6.6rem;height:.84rem;background-image:url(../img/title2.30382b4e.png);margin-bottom:.21rem;margin-top:.853rem}.oscilloscope .oscilloscope-wrapper .prize-div .title.title3{width:6.613rem;height:.827rem;background-image:url(../img/title3.5795accf.png);margin-bottom:.533rem;margin-top:.853rem}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper{background-color:#fff;-webkit-box-shadow:0 0 .24rem 0 rgba(131,189,246,.31);box-shadow:0 0 .24rem 0 rgba(131,189,246,.31);border-radius:.053rem}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-title{text-align:center;padding:.333rem 0 .373rem;font-size:15px;color:#333}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items{text-align:center}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item{margin-bottom:1.04rem}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item:nth-child(2n){margin-left:1.773rem}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item .item-top{-webkit-box-sizing:border-box;box-sizing:border-box;width:2.933rem;height:2.187rem;border-radius:.053rem;border:.08rem solid #bcf3f9;text-align:center;line-height:2.187rem;position:relative}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item .item-top img{width:2.427rem;height:1.747rem;margin-top:.12rem}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item .item-top .text{display:block;width:.827rem;height:.827rem;background-color:#5267ff;border-radius:50% 50%;color:#fff;text-align:center;line-height:.827rem;font-size:18px;position:absolute;right:-.28rem;top:-.253rem}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item .item-bottom{position:relative}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item .item-bottom .arrow-bottom{display:block;width:0;height:0;border-right:.313rem solid transparent;border-left:.313rem solid transparent;border-top:.52rem solid #bcf3f9}.oscilloscope .oscilloscope-wrapper .prize-div .prize-items-wrapper .prize-items .prize-item .item-bottom .num{position:absolute;font-size:14px;color:#fff;padding:.1rem .25rem;min-width:2rem;max-width:2.5rem;background-color:#cfa972;border-radius:.053rem;top:-.2rem;left:1rem;white-space:nowrap;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden}.oscilloscope .oscilloscope-wrapper .prize-div .reward-div{-webkit-box-shadow:0 0 .24rem 0 rgba(131,189,246,.31);box-shadow:0 0 .24rem 0 rgba(131,189,246,.31);border-radius:.053rem;font-size:14px;color:#333;padding:.093rem;background-color:#fff}.oscilloscope .oscilloscope-wrapper .prize-div .reward-div .reward-div-header{padding:.2rem 0;background-color:#fffbf4}.oscilloscope .oscilloscope-wrapper .prize-div .reward-div .reward-div-header div{width:33.33%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oscilloscope .oscilloscope-wrapper .prize-div .reward-div .reward-datas{padding:.2rem 0}.oscilloscope .oscilloscope-wrapper .prize-div .reward-div .reward-datas .reward-data div{width:33.33%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.387rem 0;-webkit-box-sizing:border-box;box-sizing:border-box}.oscilloscope .oscilloscope-wrapper .prize-div .reward-div .reward-datas .reward-data div.no-data{width:100%}.oscilloscope .oscilloscope-wrapper .prize-div .rule-datas{font-size:12px;color:#333;padding-bottom:1.333rem}.oscilloscope .oscilloscope-wrapper .prize-div .rule-datas p{line-height:.801rem}.oscilloscope .oscilloscope-wrapper .prize-div .rule-datas p span{color:#3247e1}.oscilloscope .oscilloscope-wrapper .footer-btns{position:fixed;bottom:0;left:0;right:0}.oscilloscope .oscilloscope-wrapper .footer-btns .btn{width:50%;height:1.513rem;text-align:center;line-height:1.513rem;font-size:20px;color:#fff}.oscilloscope .oscilloscope-wrapper .footer-btns .btn.gm-btn{background-color:#869fff}.oscilloscope .oscilloscope-wrapper .footer-btns .btn.fx-btn{background-color:#3c5fe3}
\ No newline at end of file
.slide-bar .iconimg{width:50px;height:50px;display:block}.slide-bar .icon-kefu666{background:url(../img/kfp.6a6ca2c2.png) no-repeat;background-size:100%}.slide-bar .icon-gouwuche666{background:url(../img/carp.d37969b5.png) no-repeat;background-size:100%}.slide-bar .icon-xiangshangs666{background:url(../img/arrowtop.c6ef8ec1.png) no-repeat;background-size:100%}.user-index{padding-bottom:2rem}.user-index .customer-service{display:none}.user-index .header{background:#fff}.user-index .header .banner{width:10rem;height:2.78rem;background:url(../img/htb.4972d824.png) no-repeat;background-size:100%;padding-top:.55rem}.user-index .header .banner img{height:1.55rem;width:1.55rem;margin-left:.45rem}.user-index .header .banner .usernamelk{margin-left:.37rem;height:1.55rem;line-height:1.55rem;color:#333;font-size:18px;width:5.4rem}.user-index .header .banner a{position:relative;height:1.55rem;line-height:1.55rem;margin-right:.41rem;color:#333}.user-index .header .banner a.kfgh{margin-right:.61rem}.user-index .header .banner a span{position:absolute;width:55px;height:23px;top:1rem;left:-.4rem;background:url(../img/userindexkf.4e1d2a00.png) no-repeat;background-size:100% 100%}@media screen and (max-width:320px){.user-index .header .banner a span{width:1.55rem}}.user-index .header .banner a i{font-size:22px}.user-index .header .link-con .item{width:25%;text-align:center}.user-index .header .link-con .item span{font-size:14px;color:#333;display:block}.user-index .header .link-con .item font{margin-top:.1rem;display:block;font-size:12px;color:#6f6f6f}.user-index .header .orders-con{width:9.67rem;height:4.53rem;background:#fff;-webkit-box-shadow:.01rem .01rem .24rem .01rem rgba(120,140,177,.5);box-shadow:.01rem .01rem .24rem .01rem rgba(120,140,177,.5);border-radius:.05rem 0 0 0;margin:0 auto;font-size:12px;color:#6f6f6f;margin-top:.57rem}.user-index .header .orders-con .title-o{color:#333;font-size:16px;padding:.33rem}.user-index .header .orders-con .title-o a{color:#a4a4a4;font-size:12px}.user-index .header .orders-con .title-o a i{font-size:12px;margin-left:.2rem}.user-index .header .orders-con .o-group{margin-top:.6rem}.user-index .header .orders-con .o-group .item{width:20%;text-align:center;font-size:12px;font-weight:500;color:#6f6f6f;position:relative}.user-index .header .orders-con .o-group .item span{position:absolute;width:.72rem;height:.49rem;text-align:center;line-height:.42rem;right:4px;top:-10px;background:url(../img/duihua.d48e510f.png) no-repeat;background-size:100% 100%;font-size:10px;color:#ff693d}.user-index .header .orders-con .o-group .item img{width:.93rem;height:.93rem;display:block;margin:0 auto;margin-bottom:.28rem}.user-index .wl-box{height:1.22rem;padding:.53rem .88rem;font-size:12px;color:#6f6f6f;display:block;background:#f8f8f8;border:1px solid #ececec}.user-index .wl-box p{height:.6rem;line-height:.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-index .wl-box.nowl{height:1.62rem;text-align:center}.user-index .wl-box.nowl a{color:#1969f9}.user-index .wl-box img{width:1.23rem;height:1.23rem;margin:0 auto;display:block;margin-bottom:.1rem}.user-index .bottom{width:10rem;height:2.2rem;background:#fff;border-bottom:1px solid #ececec}.user-index .bottom .b-group{padding:.45rem 0;height:1.3rem;text-align:center;color:#6f6f6f;font-size:12px;font-weight:400}.user-index .bottom .b-group .item{width:25%;color:#6f6f6f}.user-index .bottom .b-group i{font-size:30px;color:grey}
\ No newline at end of file
.brandList .brand_detail{width:100%;background:#fff;position:fixed;z-index:9}.brandList .brand_detail .brand_detail_box{width:95.2%;height:50%;margin:10px 9px}.brandList .brand_detail .brand_detail_box .brand_detail_img{float:left;width:68px;height:50px;margin-right:20px}.brandList .brand_detail .brand_detail_box .brand_detail_block{float:left;width:70%;height:50px}.brandList .brand_detail .brand_detail_box .brand_detail_block li{height:12px;font-family:Helvetica;font-size:12px;line-height:12px;color:#666}.brandList .brand_detail .brand_detail_box .brand_detail_block .detail_name{margin-bottom:8px}.brandList .brand_detail .brand_detail_box .brand_detail_block .main_brand{height:31px}.brandList .brand_detail .brand_detail_box .brand_detail_block .main_brand span{float:left;height:31px;font-family:Microsoft Yahei;font-size:12px;line-height:17px}.brandList .brand_detail .brand_detail_box .brand_detail_block .main_brand .main_brand_text{width:70%;height:31px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.brandList .brand_detail .brand_introduce{width:95.2%;margin:10px;font-family:Helvetica;font-size:12px;line-height:20px;color:#666;overflow:hidden;height:60px;text-overflow:ellipsis}.brandList .brand_detail .down{height:40px;overflow-y:hidden}.brandList .brand_detail .up{height:auto}.brandList .brand_detail .introduce_btn{width:100%;height:26px;padding:10px 0}.brandList .brand_detail .introduce_btn .introduce_down{display:block;width:12px;height:7px;margin:0 auto;background:url(https://static.ichunt.com/dist/res/m/images/question_content_down.png);background-size:contain;background-repeat:no-repeat}.brandList .brand_detail .introduce_btn .introduce_up{display:block;width:12px;height:7px;margin:0 auto;background:url(https://static.ichunt.com/dist/res/m/images/question_content_up.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition{width:100%;padding:0 13px;background:#fff;height:45px}.brandList .rank_condition li{float:left;position:relative;height:45px;font-family:Microsoft Yahei;font-size:14px;line-height:45px;color:#333}.brandList .rank_condition .overall_rank,.brandList .rank_condition .price_rank,.brandList .rank_condition .stock_rank{width:22%}.brandList .rank_condition .stock_having{width:34%}.brandList .rank_condition .act{color:#e10601}.brandList .rank_condition li div{width:6px;height:10px;position:absolute;top:20px;left:35px}.brandList .rank_condition li div .rank_up{float:left;margin-bottom:2px;width:6px;height:3px}.brandList .rank_condition li div .rank_down{float:left;width:6px;height:3px}.brandList .rank_condition li div .rank_up_black{background:url(https://static.ichunt.com/dist/res/m/images/rank_up_black.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition li div .rank_down_black{background:url(https://static.ichunt.com/dist/res/m/images/rank_down_black.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition li div .rank_up_red{background:url(https://static.ichunt.com/dist/res/m/images/rank_up_red.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition li div .rank_down_red{background:url(https://static.ichunt.com/dist/res/m/images/rank_down_red.png);background-size:contain;background-repeat:no-repeat}.brandList .border-top6{border-top:1px solid #ebedf0;border-bottom:1px solid #ebedf0}.brandList .rank_condition .stock_having span{width:15px;height:15px;position:absolute;top:15px;left:0;z-index:10}.brandList .rank_condition .stock_having .noact{background:url(https://static.ichunt.com/dist/res/m/images/rank_noselected.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition .stock_having .act{background:url(https://static.ichunt.com/dist/res/m/images/rank_selected.png);background-size:contain;background-repeat:no-repeat}.brandList .data-list-box{padding-top:185px}
\ No newline at end of file
.risk{width:100%;padding-bottom:1rem}.risk .banner{width:100%;height:297px;background:url(../img/bg.805f7079.png) no-repeat top;background-size:cover}.risk .content{position:relative;top:-21px}.risk .content .t1{text-align:center;font-size:20px;color:#666;margin-bottom:.293rem}.risk .content .t2{text-align:center;font-size:13px;color:#666}.risk .content .form-box{width:8.8rem;background-color:#f6f6f6;border-radius:2px;margin:.453rem auto 0;padding:.413rem .653rem .52rem .653rem}.risk .content .form-box .fx{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}.risk .content .form-box .inpt-wrap{margin-bottom:.4rem}.risk .content .form-box .inpt-wrap .inp{width:100%}.risk .content .form-box .inpt-wrap .inp,.risk .content .form-box .inpt-wrap .inps{height:25px;padding:10px 0;background-color:#fff;border-radius:2px;border:1px solid #37d1a0;font-size:14px;color:#999;text-indent:1em}.risk .content .form-box .inpt-wrap .inps{width:54%}.risk .content .form-box .inpt-wrap .imgcode,.risk .content .form-box .inpt-wrap .imgcode img{width:100px;height:45px}.risk .content .form-box .inpt-wrap .codebtn{width:100px;height:45px;line-height:45px;background-color:#1080d0;font-size:14px;color:#fefeff}.risk .content .form-box .inpt-wrap .codebtn.codebtndisabled{background-color:#c2c2c2}.risk .content .form-box .btn{height:38px;line-height:38px;text-align:center;background-color:#1080d0;border-radius:2px;display:block;font-size:17px;color:#fefeff;margin-top:.707rem}.risk .content .form-box .txt{text-align:left;font-size:12px;color:#0e8f66}.risk-success{width:100%}.risk-success .head{height:6.8rem;background-color:#37d1a0}.risk-success .head .tit{width:7.933rem;height:1.893rem;background-color:#fff;-webkit-box-shadow:0 3px 9px 0 rgba(17,166,119,.55);box-shadow:0 3px 9px 0 rgba(17,166,119,.55);border-radius:2px;font-size:30px;color:#f3b717;line-height:1.893rem;margin:0 auto;text-align:center;font-weight:500}.risk-success .head .level{text-align:center;color:#fff;font-size:51px;margin-top:.5rem;margin-bottom:.64rem}.risk-success .head .txt{text-align:center;font-size:25px;color:#fff}.risk-success .head .tt{text-align:center;font-size:12px;color:#fff;margin-top:.3rem}.risk-success .content{padding-bottom:3rem}.risk-success .content .list{padding-top:.56rem}.risk-success .content .list li{padding:0 0 .973rem 0}.risk-success .content .list li img{width:328px;height:45px;margin:0 auto;display:block}.risk-success .content .list li .t1{text-align:center;font-size:18px;color:#1080d0;margin-top:.387rem;margin-bottom:.613rem;font-weight:700}.risk-success .content .list li .t2{width:84%;margin:0 auto;font-size:15px;color:#333;text-align:justify}.risk-success .share{bottom:10px;width:98%;height:59px;background:url(../img/1.ebdedfbb.gif) no-repeat 50%;background-size:cover;display:block}.risk-success .shade,.risk-success .share{position:fixed;left:0;right:0;margin:0 auto}.risk-success .shade{width:100%;height:100%;top:0;z-index:99;background:rgba(38,38,38,.85)}.risk-success .shade .im{position:absolute;right:7px;top:0;width:261px;height:345px;background:url(../img/share.cc6d04ce.png) no-repeat;background-size:cover;z-index:100}
\ No newline at end of file
.pointer-detail{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden;background:#fff}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{padding:0 .24rem;border-bottom:1px solid #e1e1e1}.pointer-detail .point-list-head,.pointer-detail .point-list-head .f-l{height:42px;line-height:42px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;cursor:pointer}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:86px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}
\ 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.
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