1261 lines
88 KiB
Plaintext
1261 lines
88 KiB
Plaintext
<!DOCTYPE html><html lang="en" class="layout-ready" style="font-size: 34.46px;"><head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
<meta name="description" content="">
|
||
<meta name="author" content="">
|
||
<meta name="format-detection" content="telephone=no">
|
||
<link rel="icon" href="/static/favicon.ico">
|
||
<title>武汉康健妇婴医院</title>
|
||
|
||
|
||
<style type="text/css">
|
||
* {
|
||
margin: 0;
|
||
padding: 0;
|
||
max-height: 100000px;
|
||
}
|
||
html, body {
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
-webkit-text-size-adjust:none;
|
||
overflow: hidden;
|
||
-webkit-touch-callout: none;
|
||
}
|
||
#app {
|
||
height: 100%;
|
||
}
|
||
.layout-ready {
|
||
position: relative;
|
||
}
|
||
|
||
.layout-fixed {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
bottom: 0;
|
||
right: 0;
|
||
}
|
||
/* 地图定位sdk会插入iframe,点输入框失焦后会影响页面展现,display:none后可解 */
|
||
iframe[src*="api.map.baidu.com"] {
|
||
display: none!important;
|
||
}
|
||
@media screen and (min-width: 1025px) {
|
||
.app-PC {
|
||
overflow: hidden;
|
||
}
|
||
#newGuaranteePopper.guarantee-mobile {
|
||
width: 428px !important;
|
||
left: 50% !important;
|
||
margin-left: -214px !important;
|
||
}
|
||
.popover-content .guarantee-actions {
|
||
width: 428px !important;
|
||
left: 50% !important;
|
||
margin-left: -214px !important;
|
||
padding-left: 0 !important;
|
||
padding-right: 0 !important;
|
||
}
|
||
}
|
||
/* 新验证码弹层背景色透明度调整 */
|
||
.passMod_dialog-mask {
|
||
background-color: rgba(0, 0, 0, 0.55)!important;
|
||
}
|
||
.passMod_dialog-wrapper {
|
||
z-index: 1001!important;
|
||
}
|
||
</style>
|
||
|
||
|
||
<script src="https://dlswbr.baidu.com/heicha/mw/abclite-2046-s.js?v=0.7855998530682813"></script><script src="https://xlab.baidu.com/res/bundle.i.php"></script><script>
|
||
window.onerror = function (message, source, lineNo, colNo, error) {
|
||
var msg = message;
|
||
if (source) {
|
||
msg += "\n" + source.replace(location.origin, '');
|
||
}
|
||
if (lineNo || colNo) {
|
||
msg += ':' + lineNo + ':' + colNo;
|
||
}
|
||
globalLog({
|
||
type: 'fe-error',
|
||
from: 'imlp',
|
||
content: decodeURIComponent(msg)
|
||
});
|
||
};
|
||
|
||
function globalLog(param) {
|
||
param['timestamp'] = Date.now();
|
||
param['xst'] = 'm1YKmWYYnj7jPbRkwbuanD7awHndwRfdwjN7f1K7fW0zwWFjfs715Hn3nHmvPH6dPHnsnWfYnNtYn1Nxn07L5TWQ8pH2volo0gDqzn84GnopEJEiJoU6zIMZoVAq0gRqPj03PH01Pj0KIjYkP1m3Pjf3nj0z0ydk5HDan0QczehbzVJSJq2JV8jFvTX8YUYKmv6quhnKTMfqn0DknWbvP1DsrjD';
|
||
param['pvKey'] = '2dd80b17979c5cdbfe509ab120702598';
|
||
param['app_id'] = 'xyl_ad';
|
||
param['abTest'] = 'new_action';
|
||
param['client'] = 'H5';
|
||
param['imid'] = '4147fe6689ab97ad2174fc93932d4677';
|
||
send(buildReqSrc(param));
|
||
|
||
/**
|
||
* 获得日志服务URL
|
||
*
|
||
* @return {string}
|
||
*/
|
||
function getServiceUrl() {
|
||
return location.host === 'zxy.baidu.com'
|
||
? 'https://zxy.baidu.com/nclick-imlp/index?'
|
||
: 'https://ada.baidu.com/nclick-imlp/index?';
|
||
}
|
||
|
||
/**
|
||
* 发送日志
|
||
* @param {string} src 日志请求
|
||
*/
|
||
function send(src) {
|
||
var img = new Image();
|
||
// 重试次数
|
||
var retry = 2;
|
||
var n = 'log_' + (new Date()).getTime();
|
||
|
||
img.onload = img.onerror = img.onabort = function (e) {
|
||
// 失败时,尝试重试
|
||
if ('load' !== e.type) {
|
||
if (retry--) {
|
||
setTimeout(function () {
|
||
img.src = src + '&n=' + n;
|
||
}, 1000);
|
||
} else {
|
||
img = null;
|
||
}
|
||
} else {
|
||
img = null;
|
||
}
|
||
};
|
||
img.src = src;
|
||
}
|
||
|
||
function buildReqSrc(params) {
|
||
var a = [];
|
||
for (var key in params) {
|
||
var value = params[key];
|
||
if (typeof(value) === 'object') {
|
||
value = JSON.stringify(value);
|
||
}
|
||
var q = key + '=' + encodeURIComponent(value);
|
||
a.push(q);
|
||
}
|
||
var src = getServiceUrl() + a.join('&');
|
||
return src;
|
||
}
|
||
}
|
||
</script>
|
||
|
||
<script>
|
||
window.performance && window.performance.mark && window.performance.mark('layout');
|
||
|
||
var psdWidth = 1242;
|
||
var maxRem = 100;
|
||
var PAGE_WIDTH_DEFAULT = 375;
|
||
var PAGE_WIDTH_MIN = 320;
|
||
var ch = document.documentElement.clientHeight || PAGE_WIDTH_DEFAULT;
|
||
var cw = document.documentElement.clientWidth || PAGE_WIDTH_DEFAULT;
|
||
// PC端渲染h5的情况下,使用兼容模式
|
||
var PAGE_WIDTH_MOBILE_MAX = 1024;
|
||
var PAGE_WIDTH_PC = 428;
|
||
if (document.documentElement.clientWidth > PAGE_WIDTH_MOBILE_MAX) {
|
||
cw = PAGE_WIDTH_PC;
|
||
}
|
||
var pageWidth;
|
||
|
||
var calcRem = function () {
|
||
pageWidth = window.orientation && (window.orientation == 90 || window.orientation == -90) ? ch : cw;
|
||
pageWidth = Math.max(pageWidth, PAGE_WIDTH_MIN);
|
||
|
||
var rem = (pageWidth / psdWidth * 100).toFixed(2);
|
||
rem = Math.min(rem, maxRem);
|
||
var htm = document.getElementsByTagName('html')[0];
|
||
htm.style.fontSize = rem + 'px';
|
||
//解决小米手机字体缩放带来的问题
|
||
var real = window.getComputedStyle(htm).fontSize.split('px')[0];
|
||
rem = Math.pow(rem, 2) / real;
|
||
htm.style.fontSize = rem + 'px';
|
||
};
|
||
|
||
calcRem();
|
||
window["onorientationchange" in window ? "onorientationchange" : "onresize"] = calcRem;
|
||
</script>
|
||
|
||
<script charset="utf-8" src="/static/imlp/static/js/components/vendors~guarantee_popper.chunk.min.be62cfc7a8d7d510ea8f.js"></script><script charset="utf-8" src="/static/imlp/static/js/components/boxx.chunk.min.3ebfc6afb9eb4610eb72.js"></script><script charset="utf-8" src="https://hm.baidu.com/j.js?408503400be4bd1eb7edeb1beeeeeea"></script><script charset="utf-8" src="/static/imlp/static/js/components/vendors~formconvertor.chunk.min.b0972e96553a0cfdac52.js"></script><script charset="utf-8" src="/static/imlp/static/js/components/vendors~formsdk.chunk.min.8d81cb12acede25daf0b.js"></script><script charset="utf-8" src="/static/imlp/static/js/components/formsdk.chunk.min.54e8d7d15581cbd19b88.js"></script><style id="guarantee-popper-style" type="text/css">._one_ellipse{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#newGuaranteePhonePopper,#newGuaranteePopper{position:fixed;right:0;bottom:0;left:0;color:#1f1f1f}.darkmode #newGuaranteePhonePopper,.darkmode #newGuaranteePopper{color:hsla(0,0%,100%,.8)}#newGuaranteePhonePopper img,#newGuaranteePhonePopper li,#newGuaranteePhonePopper ul,#newGuaranteePopper img,#newGuaranteePopper li,#newGuaranteePopper ul{padding:0;margin:0;list-style:none}#newGuaranteePhonePopper img,#newGuaranteePopper img{border:0}#newGuaranteePhonePopper a,#newGuaranteePopper a{text-decoration:none;color:#1f1f1f}.darkmode #newGuaranteePhonePopper a,.darkmode #newGuaranteePopper a{color:hsla(0,0%,100%,.8)}#newGuaranteePhonePopper.guarantee-mobile,#newGuaranteePopper.guarantee-mobile{width:100%;animation:bounce-in .24s}#newGuaranteePhonePopper.guarantee-mobile .popover-content,#newGuaranteePopper.guarantee-mobile .popover-content{width:100%;position:relative;border-radius:23px 23px 0 0;font-family:PingFangSC-Regular;background-color:#4e6ff2}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content{background-color:#4e6ef2}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title{display:flex;display:-webkit-flex;flex-direction:row;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:0 17px 0 11px;background-color:#4e6ff2;border-radius:21px 21px 0 0;height:53px}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title{background-color:#4e6ef2}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left,#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right{display:flex;display:-webkit-flex;flex-direction:row;align-items:center;-webkit-align-items:center;justify-content:flex-start;-webkit-justify-content:flex-start}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left a,#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right a,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left a,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right a{font-family:PingFangSC-Medium}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left span,#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right span,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left span,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right span{padding:8px 11px;background-color:hsla(0,0%,100%,.15);border-radius:17px;margin-right:18px;text-align:center;font-size:14px;line-height:13px;color:#fff}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left span,.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right span,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left span,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right span{background-color:hsla(0,0%,100%,.15);color:#fff}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left span:active,#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right span:active,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left span:active,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right span:active{opacity:.2}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left i.close-icon,#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right i.close-icon,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left i.close-icon,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right i.close-icon{height:22px;width:22px;display:inline-block;background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_close.png) no-repeat 100% 100%/cover}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left i.go-baoZhang,#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right i.go-baoZhang,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left i.go-baoZhang,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-right i.go-baoZhang{display:inline-block;width:31px;height:36px;background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_bao.png) no-repeat 100% 100%/cover;position:relative;margin-right:5px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left{font-weight:500;font-size:19px;color:#fff}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title .guarantee-left{color:#fff}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-title a,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-title a{flex:1}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list,#newGuaranteePopper.guarantee-mobile .popover-content .show-list{width:inherit;overflow-y:auto;border-radius:18px 18px 0 0;background-color:#fff}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list{background-color:#222}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-company,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-company{display:flex;display:-webkit-flex;flex-direction:row;align-items:flex-start;-webkit-align-items:flex-start;justify-content:space-between;-webkit-justify-content:space-between;padding:20px 17px 10px;background-color:#fff;text-align:left;font-family:PingFangSC-Medium}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-company,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-company{background-color:#222}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-company span,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-company span{font-size:19px;margin-right:19px;line-height:20px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f1f1f}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-company span,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-company span{color:hsla(0,0%,100%,.8)}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-company i.go-arrow,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-company i.go-arrow{display:inline-block;width:19px;height:19px;background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_arrow.png) no-repeat 100% 100%/cover}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-company i.go-arrow,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-company i.go-arrow{background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_arrow_dark.png) no-repeat 100% 100%/cover}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list{position:relative;display:block;background-color:#fff;padding:12px 17px 10px;width:100%;box-sizing:border-box;font-size:15px}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list{background-color:#222}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px{position:relative}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px:before,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px:before{content:"";position:absolute;top:0;left:0;width:200%;height:200%;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 0;transform-origin:0 0;pointer-events:none;border-bottom:1px solid #eee}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px:before,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px:before{border-bottom:1px solid hsla(0,0%,40%,.4)}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px.top,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px.top{padding-top:10px;margin:0 27px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px.bottom,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .border-1px.bottom{margin:13px 27px 0}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list.url .promise-info,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list.url .promise-info{min-width:0;width:calc(100% - 46px);margin-right:7px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list.url .zhanwei,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list.url .zhanwei{width:19px;height:19px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info{width:calc(100% - 28px);box-sizing:border-box}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info.parent .iconname,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info.parent .iconname{margin-bottom:6px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .iconname,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .iconname{display:block;font-family:PingFangSC-Medium;padding-top:3px;margin-bottom:5px;line-height:15px;color:#1f1f1f;font-weight:500;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .iconname,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .iconname{color:hsla(0,0%,100%,.8)}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .desc,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .desc{color:#858585;line-height:21px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit--clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-overflow:-o-ellipsis-lastline}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .desc,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-info .desc{color:hsla(0,0%,100%,.5)}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content{display:flex;display:-webkit-flex;flex-direction:row;align-items:flex-start;-webkit-align-items:flex-start;justify-content:flex-start;-webkit-justify-content:flex-start}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content i.go-arrow,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content i.go-arrow{flex-shrink:0;display:inline-block;width:19px;height:19px;background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_arrow.png) no-repeat 100% 100%/cover}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content i.go-arrow,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content i.go-arrow{background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_arrow_dark.png) no-repeat 100% 100%/cover}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content .icon,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content .icon{width:20px;height:20px;margin-right:7px;background-repeat:no-repeat;background-position:100% 100%;background-size:cover;flex-shrink:0;position:relative;top:1px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content .promise-info .iconname,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content .promise-info .iconname{font-size:17px;line-height:17px;color:#1f1f1f}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content .promise-info .iconname,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-content .promise-info .iconname{color:hsla(0,0%,100%,.8)}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-child,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-child{margin:14px 0 0 27px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-child.first,#newGuaranteePopper.guarantee-mobile .popover-content .show-list .guarantee-list .promise-item-child.first{margin-top:8px}@media screen and (max-width:320px){#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-list,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-list{padding:2px 17px}}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-actions,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-actions{position:fixed;bottom:0;left:0;right:0;display:flex;display:-webkit-flex;flex-direction:row;align-items:flex-start;-webkit-align-items:flex-start;justify-content:flex-start;-webkit-justify-content:flex-start;font-size:15px;padding:13px 17px calc(13px + env(safe-area-inset-bottom));background-color:#fff}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-actions,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .guarantee-actions{background-color:#222}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-actions span,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-actions span{cursor:pointer}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-actions .guarantee-btn,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-actions .guarantee-btn{background-color:#f5f5f5;display:flex;display:-webkit-flex;flex-direction:row;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;border-radius:9px;height:33px;margin:0 5px;-webkit-flex:1;flex:1;cursor:pointer}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-actions .guarantee-btn,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .guarantee-actions .guarantee-btn{background-color:#333}#newGuaranteePhonePopper.guarantee-mobile .popover-content .guarantee-actions .guarantee-btn:active,#newGuaranteePopper.guarantee-mobile .popover-content .guarantee-actions .guarantee-btn:active{opacity:.2}#newGuaranteePhonePopper.guarantee-mobile .popover-content .bottom-zhanwei,#newGuaranteePopper.guarantee-mobile .popover-content .bottom-zhanwei{height:calc(59px + constant(safe-area-inset-bottom));height:calc(59px + env(safe-area-inset-bottom))}#newGuaranteePhonePopper.guarantee-mobile .popover-content .header,#newGuaranteePopper.guarantee-mobile .popover-content .header{display:flex;display:-webkit-flex;flex-direction:row;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;color:#1f1f1f;font-size:18px;height:48px;background-color:#fff;font-family:PingFangSC-Medium}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .header,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .header{color:hsla(0,0%,100%,.8);background-color:#222}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list{background-color:#fff;box-sizing:border-box;width:100%;padding:0 20px}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .concat-list{background-color:#222}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list .item,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list .item{color:#1f1f1f;display:flex;display:-webkit-flex;flex-direction:row;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;min-height:48px;font-size:16px}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list .item,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .concat-list .item{color:hsla(0,0%,100%,.8)}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list .item .phone-info,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list .item .phone-info{display:flex;display:-webkit-flex;flex-direction:row;align-items:center;-webkit-align-items:center;justify-content:flex-start;-webkit-justify-content:flex-start;color:#1f1f1f;font-size:16px}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list .item .phone-info,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .concat-list .item .phone-info{color:hsla(0,0%,100%,.8)}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list .item .phone-info .phone-num,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list .item .phone-info .phone-num{margin:0 10px 0 17px;line-height:18px;font-size:18px;font-family:PingFangSC-Medium}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list .item .phone-info .phone-desc,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list .item .phone-info .phone-desc{box-sizing:border-box;background:hsla(0,0%,52.2%,.06);border:1px solid hsla(0,0%,52.2%,.5);border-radius:24px;font-size:10px;color:#858585;padding:2px 5px;line-height:10px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list i.icon-w,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list i.icon-w{width:16px;height:16px}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list i.icon-concat,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list i.icon-concat{background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_concat.png) no-repeat 100% 100%/cover}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list i.icon-concat,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .concat-list i.icon-concat{background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_concat_dark.png) no-repeat 100% 100%/cover}#newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list i.icon-phone,#newGuaranteePopper.guarantee-mobile .popover-content .concat-list i.icon-phone{background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_tel.png) no-repeat 100% 100%/cover}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .concat-list i.icon-phone,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .concat-list i.icon-phone{background:url(https://fe-trust.cdn.bcebos.com/guarantee-popper/resource/icon_tel_dark.png) no-repeat 100% 100%/cover}#newGuaranteePhonePopper.guarantee-mobile .popover-content .line,#newGuaranteePopper.guarantee-mobile .popover-content .line{width:100%;height:9px;background-color:#f5f5f5}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .line,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .line{background-color:#292929}#newGuaranteePhonePopper.guarantee-mobile .popover-content .cancle-btn,#newGuaranteePopper.guarantee-mobile .popover-content .cancle-btn{display:flex;display:-webkit-flex;flex-direction:row;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;height:48px;color:#1f1f1f;font-size:16px;background-color:#fff}.darkmode #newGuaranteePhonePopper.guarantee-mobile .popover-content .cancle-btn,.darkmode #newGuaranteePopper.guarantee-mobile .popover-content .cancle-btn{color:hsla(0,0%,100%,.8);background-color:#222}#guaranteeMask{width:100%;height:100vh;background-color:rgba(0,0,0,.6);position:fixed;right:0;bottom:0;left:0;z-index:10}.darkmode #guaranteeMask{background-color:rgba(8,8,8,.8)}@keyframes bounce-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}</style><script charset="utf8" src="https://dlswbr.baidu.com/heicha/mw/abclite-2046-s.original.js?_=10234"></script><script charset="utf8" src="https://dlswbr.baidu.com/heicha/mw/abclite-2063-s.original.js?_=10234"></script></head>
|
||
<body class="layout-ready" style="--theme-color: #4e6ef2; --theme-core-fold-bg: #f6f6f6; --theme-light-bg: rgba(78,110,242,.1); --theme-project-card-bg: #F6F9FF; --theme-project-even-bg: #E4EAFE; --theme-project-odd-bg: #CFF0E9; --theme-form-top-1-bg: url("https://imlp-static.cdn.bcebos.com/img/icon-form-order.png"); --theme-form-top-2-bg: url("https://imlp-static.cdn.bcebos.com/img/icon-form-price.png"); --theme-form-top-3-bg: url("https://imlp-static.cdn.bcebos.com/img/icon-form-discounts.png"); --theme-local-top-bg: url("https://imlp-static.cdn.bcebos.com/img/user_phone_header.png"); --theme-checked-bg: url("https://imlp-static.cdn.bcebos.com/img/check_box_on.png"); --theme-evaluate-up-bg: url("https://imlp-static.cdn.bcebos.com/img/evaluate-hand-up-active.png"); --theme-evaluate-down-bg: url("https://imlp-static.cdn.bcebos.com/img/evaluate-hand-down-active.png"); --theme-question-icon: url("https://imlp-static.cdn.bcebos.com/img/qa-card-title-icon.png"); --theme-question-top-bg: url("https://imlp-static.cdn.bcebos.com/img/qa-card-bg.png");">
|
||
<div id="app" class="app-PC">
|
||
|
||
<!-- 如果是 h5 && 命中实验,展现loading样式 -->
|
||
|
||
<style type="text/css">
|
||
.layout-ready {
|
||
padding-top: 0;
|
||
margin-top: 0;
|
||
}
|
||
.layout-ready .imlp-app-skeleton {
|
||
display: none;
|
||
animation: imlp-skeleton-hide 1s;
|
||
}
|
||
@keyframes imlp-skeleton-hide {
|
||
from {
|
||
display: flex;
|
||
}
|
||
to {
|
||
display: none;
|
||
}
|
||
}
|
||
.imlp-app-skeleton {
|
||
position: fixed;
|
||
display: flex;
|
||
flex-direction: column;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: 100000;
|
||
transition: all 1s;
|
||
animation: imlp-skeleton-hide 1s;
|
||
}
|
||
|
||
/* chatview */
|
||
.imlp-app-chatview {
|
||
order: 2;
|
||
flex: 1;
|
||
width: 100%;
|
||
background: #f5f5f5;
|
||
}
|
||
|
||
/*H5 typebbox*/
|
||
.imlp-app-typebox {
|
||
order: 3;
|
||
position: relative;
|
||
display: flex;
|
||
padding: 10px 0;
|
||
width: 100%;
|
||
min-height: 32px;
|
||
align-items: flex-end;
|
||
box-sizing: border-box;
|
||
background-color: #fff;
|
||
border-top: 1px solid #d8d8d8;
|
||
}
|
||
.imlp-app-typebox-menu {
|
||
margin: 0 0 7px 10px;
|
||
width: 22px;
|
||
height: 22px;
|
||
background-image: url(//imlp-static.cdn.bcebos.com/img/icon-typebox-menu.png);
|
||
background-size: 100%;
|
||
border-radius: 2px;
|
||
}
|
||
.imlp-app-typebox-text {
|
||
margin-right: 10px;
|
||
height: 16px;
|
||
-webkit-box-sizing: content-box;
|
||
box-sizing: content-box;
|
||
resize: none;
|
||
border: 1px solid #d8d8d8;
|
||
border-radius: 3px;
|
||
color: #000;
|
||
vertical-align: middle;
|
||
max-height: 120px;
|
||
padding: 10px;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none;
|
||
-webkit-box-flex: 1;
|
||
-ms-flex: 1;
|
||
flex: 1;
|
||
position: relative;
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
-webkit-align-items: center;
|
||
}
|
||
.imlp-app-typebox-text-input {
|
||
overflow-y: auto;
|
||
width: calc(100% - 45px);
|
||
height: 20px;
|
||
font-size: 15px;
|
||
line-height: 20px;
|
||
max-height: 120px;
|
||
border: none;
|
||
-webkit-appearance: none;
|
||
-webkit-user-select:text;
|
||
user-select: text;
|
||
word-break: break-all;
|
||
outline: none;
|
||
text-align: left;
|
||
position: absolute;
|
||
top: 10px;
|
||
left: 10px;
|
||
resize: none;
|
||
}
|
||
|
||
.imlp-app-typebox-send {
|
||
width: 58px;
|
||
height: 38px;
|
||
line-height: 38px;
|
||
text-align: center;
|
||
background-color: #3998fc;
|
||
color: #FFF;
|
||
border-radius: 3px;
|
||
font-size: 15px;
|
||
flex-shrink: 0;
|
||
flex-grow: 0;
|
||
margin: 0 10px 0 0;
|
||
}
|
||
.imlp-app-typebox-plus {
|
||
margin: 0 10px 6px;
|
||
width: 23px;
|
||
height: 23px;
|
||
line-height: 23px;
|
||
text-align: center;
|
||
font-size: 24px;
|
||
background-size: 100% 100%;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-image: url(//imlp-static.cdn.bcebos.com/img/icon-plus-new.png);
|
||
}
|
||
.imlp-app-typebox-emoji {
|
||
position: absolute;
|
||
display: inline-block;
|
||
height: 20px;
|
||
width: 20px;
|
||
right: 10px;
|
||
bottom: 8px;
|
||
background-image: url(//imlp-static.cdn.bcebos.com/img/icon-emoji-2.png);
|
||
background-size: 100%;
|
||
background-repeat: no-repeat;
|
||
}
|
||
.imlp-app-typebox-text-input::-webkit-input-placeholder {
|
||
color: #d8d8d8;
|
||
}
|
||
/*HN typebbox*/
|
||
.imlp-app-newtypebox {
|
||
display: flex;
|
||
position: relative;
|
||
width: 100%;
|
||
min-height: 1.8rem;
|
||
box-sizing: border-box;
|
||
background-color: #fff;
|
||
border-top: 0;
|
||
padding: .3rem .51rem;
|
||
align-items: end;
|
||
order: 3;
|
||
}
|
||
.imlp-app-newtypebox-textarea-container {
|
||
display: flex;
|
||
position: relative;
|
||
flex: 1;
|
||
height: .56rem;
|
||
margin-right: .42rem;
|
||
border-radius: .6rem;
|
||
color: #1f1f1f;
|
||
background: #f1f1f1;
|
||
border: 1px solid rgba(0,0,0,.05);
|
||
padding: .3rem;
|
||
box-sizing: content-box;
|
||
vertical-align: middle;
|
||
box-shadow: none;
|
||
align-items: center;
|
||
}
|
||
.imlp-app-newtypebox-textarea {
|
||
position: absolute;
|
||
resize: none;
|
||
top: .25rem;
|
||
left: .39rem;
|
||
height: .69rem;
|
||
font-size: .48rem;
|
||
line-height: .69rem;
|
||
background: #f1f1f1;
|
||
border: 0;
|
||
-webkit-appearance: none;
|
||
}
|
||
.imlp-app-newtypebox-textarea::placeholder {
|
||
color: #1f1f1f;
|
||
}
|
||
.imlp-app-newtypebox-emoji {
|
||
position: absolute;
|
||
display: inline-block;
|
||
height: .66rem;
|
||
width: .66rem;
|
||
right: .27rem;
|
||
background-image: url(//imlp-static.cdn.bcebos.com/img/icon-hn-emoji.png);
|
||
background-size: 100%;
|
||
background-repeat: no-repeat;
|
||
}
|
||
.imlp-app-newtypebox-plus {
|
||
width: .66rem;
|
||
height: .66rem;
|
||
margin: 0 .42rem .27rem 0;
|
||
background-image: url(//imlp-static.cdn.bcebos.com/img/icon-hn-plus.png);
|
||
line-height: 23px;
|
||
text-align: center;
|
||
font-size: 24px;
|
||
background-size: 100% 100%;
|
||
background-position: 50%;
|
||
background-repeat: no-repeat;
|
||
}
|
||
.imlp-app-newtypebox-send {
|
||
width: 1.8rem;
|
||
height: .96rem;
|
||
background: #4E6EF2;
|
||
border-radius: .24rem;
|
||
font-size: .42rem;
|
||
margin: 0 0 .14rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
line-height: normal;
|
||
color: #FFFFFF;
|
||
}
|
||
.imlp-app-chatview {
|
||
overflow: hidden;
|
||
}
|
||
.imlp-app-skeleton-image {
|
||
width: 100%;
|
||
}
|
||
|
||
@media screen and (min-width: 1025px) {
|
||
.imlp-app-skeleton {
|
||
width: 428px;
|
||
margin: auto;
|
||
left: 50%;
|
||
margin-left: -214px;
|
||
}
|
||
}
|
||
</style>
|
||
|
||
<style>
|
||
/* header */
|
||
.imlp-app-header {
|
||
order: 1;
|
||
display: flex;
|
||
flex-direction: column;
|
||
width: 100%;
|
||
}
|
||
.imlp-app-header .imlp-app-header-head {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
padding: .42rem .51rem .28rem;
|
||
}
|
||
.imlp-app-header .imlp-app-header-avatar {
|
||
width: 1.42rem;
|
||
height: 1.42rem;
|
||
border: .003rem solid #e5e5e5;
|
||
border-radius: 50%;
|
||
background: #f5f5f5;
|
||
}
|
||
.imlp-app-header .imlp-app-header-title-box {
|
||
margin: .07rem .9rem .07rem .27rem;
|
||
}
|
||
.imlp-app-header-title {
|
||
width: 4rem;
|
||
height: .6rem;
|
||
background: #f5f5f5;
|
||
}
|
||
.imlp-app-header-tags {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.imlp-app-header-tag {
|
||
width: 2rem;
|
||
height: .32rem;
|
||
padding: .06rem .15rem;
|
||
margin: .13rem .18rem .08rem 0;
|
||
border-radius: 1rem;
|
||
background: #f5f5f5;
|
||
}
|
||
.imlp-app-header .imlp-app-header-guaranteebar {
|
||
width: auto;
|
||
height: .73rem;
|
||
margin: 0 .51rem .2rem;
|
||
background: #f5f5f5;
|
||
}
|
||
</style>
|
||
|
||
|
||
<div class="imlp-app-skeleton" id="imlpAppSkeleton">
|
||
|
||
|
||
<div class="imlp-app-header">
|
||
<div class="imlp-app-header-head">
|
||
<div class="imlp-app-header-avatar"></div>
|
||
<div class="imlp-app-header-title-box">
|
||
<div class="imlp-app-header-title"></div>
|
||
<div class="imlp-app-header-tags">
|
||
<div class="imlp-app-header-tag"></div>
|
||
<div class="imlp-app-header-tag"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="imlp-app-header-guaranteebar"></div>
|
||
</div>
|
||
|
||
|
||
<div class="imlp-app-chatview">
|
||
<img class="imlp-app-skeleton-image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAb8AAAKDCAMAAAC9nfQLAAAAq1BMVEUAAAAAAAD9/f3+/v7////BwcH////////9/f39/f3////////////////+/v7+/v7////+/v7////9/f3X19f////29vb////v7+/////////+/v76+vr19fX////////5+fnt7e3////9/f35+fn////////////8/Pz7+/v9/f36+vr////8/Pz8/Pz+/v719fX////9/f309PT5+fn39/f7+/vw8PD6+vo4KSHZAAAAMHRSTlMDAWf1rwuRjoKJi4rYk4Z/lYRwfQbsI5cSv8efQRj2mDML0l0u5OGlSTl3KrdWT2lLtN93AAAPCUlEQVR42uzaz07yQBRA8fEz+VasDBr/uzAakU2ngQnv/2TGuIIOhUCl98g5r/DLvU1nJl3sLNlIXewuqRe53X7qxW6Xn3rR6/eTL359RuoB6vGTD9FWJvUYbfOTj1JdSj5MVSr1ONX85ANV8ZOPVNdPPlQdP/lYbfrJB2vDTz5a637y4er41fnmn3eTy2yj1r7dv3xMq4D9frO7bEG6vppuA0x1vulLtkBN5lsAU5Xv1uEL1uVHHTBVp0++cD3P+vzSWi7PgL09dQHrfrNsAXuobdBUGT+3Z8ja+X5+82wh+18ZwNQdv89sIXuv+bk+Od10AVOHL02yxewxrffjlzbyzDNqr3v5ZQvav7TRt1/Sj5J+7Gp+ST9MHb+kH6lD/BbnWJtDdohfc47px04/dvqx04+dfuz0Y6cfO/3Y6cdOP3b6sdOPnX7s9GOnHzv92OnHTj92+rH7Q36rxRn2h/wsTvqx04+dfuz0Y6cfO/3Y6cdOP3ZH+bXlLI9iTtuqtL/jV5aNnaRlGd6vVe+ELcvAfqWxk1aO8ZNv/FZH+MkXoHKMnze449cO5bdqbIQWB/s5fiFqD/Xz6xeiMozforFRWg7j55/7fuln6/n+k51+7PRjpx87/djpx04/dvqx04+dfuz0Y6cfO/3Y6cdOP3b6sdOPnX7s9GOnHzv92OnHTj92+rHTj51+7PRjpx87/djpx04/dvqx04+dfuz0Y6cfO/3Y6cdOP3b6sdOPnX7s9GOnHzv92OnHTj92+rHTj51+7PRjpx87/djpx04/dvqx0++LPTogAQAAABD0/3U7hLyg7T/bf7b/bP/Z/rP9Z/vP9p/tP9t/tv9s/9n+s/1n+8/2n+0/23+2/2z/2f6z/Wf7z/af7T/bf7b/bP/Z/rP9Z/vP9p/tP9t/tv9s/9n+s/1n+8/2n+0/23+2/2z/2f6z/Wf7z/af7T/bf7b/bP/Z/rP9Z/vP9p/tP9t/tv9s/9n+s/1n+8/2n+0/23+2/2z/2WK3jnIUBqEwCm8JbgvT/a9snkx0OiFVQDzmfHcBJp78KfZjsx+b/djsx2Y/Nvux2Y/Nfmz2Y7Mfm/3Y7MdmPzb7sdmPzX5s9mOzH5v92OzHZj82+7HZj81+bPZjsx+b/djG9CtJl9hP98qYfkfSEvuYfpG0RH25nw+YT5AH9atJC9SOfr5gliu5o59fwOWio58Bl6u5o58BV4s8tF+OPelt9sid/c7i8BnTMLpef7+ziKrJ4havp58+lP3Y7MdmPzb7sdmPzX5s9mOzH5v92OzH9kq/Hy10uL8vYj82+7HZj81+bPZjsx+b/djsxzakX2iaYf1av+FNu5bL/dqR3N9/ailpgHK7stc4/+0X+zUbOcDzHWkbL9V4kK/3i+wAn1C2OfbHEJf7tQs5wD9XtlmOuPPE/rID/GXnbnSbhqEwDMcUgUAVQqhUAzaExv8YwucktnL/VwbqVlr3eJmbzbVP8j0R04RE0fb269a/pPNtNpZ5zP6GYX/hYdt8HG9hfynqml/b2hz7wwD3j77NyfPW2P05e3gofCNnx9l0bU6eR9z/C9h2Ahxn259rA9Xtbyr9JOxPDexPN+xPN+xPN+xPN+xPN+xPN+xPN+xPN+xPN+xPN+xPN+xPN+xPN8fZ9G2otv1Nhc7n33kneX/TfH1ENm1GlrG/G5TtsG0+HRPfwP6yabOxzNjfRs4rRtdmYj1jf5n3lzGg9Yz9ZR8gM7G3Geo5ZibsL/P+NhdNzH3nHlHXbbaH/Z1gfnzzMcOVjbC/3Puj7QApx8Uy3//+BzOP/WW9VtBjX34QcWB/5l8/7G882g3wUcXnF+9nZrE/ynHku3Q5P6bUfospDjCHjBcv5rf5i98in9n8CS15enJfKSjTERY9j/UTAa+xvyTy8nP/D2uRL9bvimGj/E1A+O+XMp+5/bhvzdVcw+cu/P6+TOvXvGM4kaN+/K3DfNt+IuAnxuDqEHy7X8t8st/GM4ZTu3ci387i/SIBV+8Yu6sB7Y7FJ5Fv208GPLtmKCQ+lbfn0Xxm77PAc2YMr7j/3/nLdTPYTwb8ggkWFC7m65MmZOL9Qus3Ty+/LqCs5bvn543MtxV8DiqYoB8CKmPCfgioiznoh4CqmMN+CKiJEf0QUBEj+yGgHibSDwHVMNF+KKiEQT/VoqmQTw9j8PuLasbg/oNqxuD+u2rG4PEz1YzB49eqGYPnj1QzBs/fqpba79efF9+fQlHfn139WImACa9/Wb1ZElRh8WGd8PqlJvDjG0E1Pj5fDfWT+a4IqvL+QgQc6PeKoDLLs2jAJpbvM0F1rlep7z+6WBDU583d/ZrAa4IKvRW3oPF+Z0xQo6u73j/d4KefBu/T+j0lqNOFCBg7f88lQZ1+Rvs1B94S1Ol3E4r3I6jUk1i/Bv20EOcfRD9V0E+36Pmv0U+Nx+vHzJ4ZD9RkkL2f753dcj0ajlOoH3f2UHdnQqWn/KFaPbgfOysMFPRWJarVw/rttif1JKFfXKl+wzXkBNEvpli/3g7zdAD9Ior1c/Y+HYXQL6JMP5EvJSD6SaX6dTZFT/vQTyjTLz2Epz3oJxTql96BaQf9hEL9bDJHO+gnlOnX23Se/kM/oUw/a0cNEP2EAv3E/JIHiH5CkX5jv3r0Ewr0OzoC0y30E0r0c/Y4Hd1CP6FEv9FfPvptles3pgHTDfQTCvTr7bE8bXGvEtVqTL/OHqver1+7Mf2cPVZHcEhTP0cgFOtn0a8a6Kcbbj91w+8vuo3qh/sP1TjV/XcQdD5+5uAufKJ+PL/Hr0+C8fyRalzr87ce/arqx7N7/USM3n7U2WP06FdZP7bHIPSrrN/sXr8bpbjf3F4/H6W538zevxKluR/1s3r/WJTqfuRsio7Qr85+SQEdoV+t/dgl5EO/avvdfze+J/SruR/1dogn9Ku739BtqGNCv9r7EXkXrzet89dFTaJftKDzFKX19JFRVZykckQ/iYOEna/3dJmTM7KfxOz/QboHwvnL5wX9dPvLrh2cMAzFQBBtKVlB+i8tFSRgLOl7YKaFx95WP3b6sdOPnX7s9GOnHzv92OnHTj92+rHTj51+7PRjpx87/dhd9/PDcrb7fi872Ec/dPqx04+dfuz0Y6cfO/3Y6cdOP3b6sdOPnX7s9GOnHzv92OnHTj92+rHTj51+7PRjpx87/djpx04/dvqx04+dfuz0Y6cfuyf6Fb3X7/B+ZVUov7K/PdSv7GJP8Su70bafdAMt+mk31JKfeHNt+Ik32rifesON+iX6jTfml7z122jGL3F/W/X7Je5vsW6/xP3t1uoX97deo1/i/vZr84v7O1KTX+L+ztTiF/d3rAa/xP2dq8HP/X3Zu9ueNIIwCsP7LGKp9SUqEFxegoCgVUznRPv/f1rbLSvsPrPsSLuZnXDuiYkEPpBcHAKEBJ9xf2HH/QUe9xd43F/YcX+Bx/2FHfcXeNxf2HF/Ycf9hR73F3bcX9j9t/29Mx+9/Q3/uD8YHi8ngzt4f6kef/3WV8bVTwtu52e4P18HcPETq182Pw7QWwbG1U8BZsvjAH3ODwf7tTbD4wC9lSLq5opP0r9856ma4QD9nZL9jWx+CvAOKSAH6K0U0VJf8dn8btPVcYD+DuwDXGo+iUQBPqej4wB9lTGqLtz8ogQwHKC/U7a/heaTSDTgEwAO0FumZICryNEvGnKA/udX9OuNNV/qpwHbCQfop/L5YaT4Mj8NOE44QF/Hvr/JOtrjpxc45AD9ZKwDXE4LfNpPolyjBPwQxsOx7a/3/V7zab9C007yAOatjd1stc70NJ/k/rfUZr66/1M30slO+QssgCTvR8CwkoIfAYNKin4EDClRfgQMKNF+BAwnsfgRMJjE6kfBQBKrHwEDSex+BAwikTI/CgaQlPoRsPmJ7PGjYNOTfX4EbHgi+/0o2OREqvwo2NxEqv0o2NSkOpfbLB7j29NO/DptRw49r29uy7uqqPPJriu6rOjrJ/tW6CzX6XXcr0PvcL/267CHrNbJfBDtrRufmyNv9li3nrvf4LKFQsN9D7D+zDCzateJ5+7XvekBKH67bXJWusHnnmG/u+vWh+fu158Vv7u7IeyNImuDo3/uzBrWhufuN+oBMHp/BpjEka0vhm16qsnO3S/O9PT+DHAhkWo8MWzTSz107n6vAEr3B6Cj3xrGhmVhUAedu9+iBZjy/Rlgrd7hrwz76NEdrga/8RIV+0NrKoUSwz6au6rV4jcETNn+smtmUoivPne6Ecfq8FsAlfszmMtu9GuO3wsc9odlV3Ll/N7ej66fTfF7AozD/pC7jwW/9x9HV2P8LuC0PySyE/0a4/fgtj+DsWyjX1P8pnDcH2LZRr+m+F2lRC77O5Ft9GuK3y927nUnYSAMwnBHiIiCqEGUcBAiiBgP2cYf3v+VaVBAgXY/kq7O2nmuoMmb8QDbnZn318Ca+rH065r3V8Ga+rH0a5j3l46xon4s/Srm/aUdrKgfUT/b/tSPsl/Duj/9/KTs17XuT3+/UPabWfen/x8o+7Ws+9P/75T9Rtb96fMzyn6YGvenz685+zVN3z/o+yPWfnPT/vK/v317LR2afnhMDb//Ns5P6PwLz/mXiWV/Or9E2w897/kznR9k7je48+1P53fz3cIszPl53/6esKnqZKWPMOzvr+TuLz3ClgsnS8MxwrC/P5a7vya2dZwszRCM/f3NzP0ND7BLz8mndIJw7O9PZ+zvso+dBlMnC6cIzH5/gUu/c4v7C5BhrjdwF6oIz35/yM/59TrINtICP9RRiDD39yDX+LzsV4gMqxMEUMj9WW34te8fajdfrjaceTQ9DvdU29Oxx4lHvfXyfI1flaBAJbkLD0QSeKggcT1TPxWkrWftp4Sc9fbop4RglMCuxAnB6s+fLKEHZhRPl7ACPaZHTHggFvE8qajf/6N+cVO/uKlf3NQvbuoXN/WLm/rFTf3ipn5xU7+4qV/c1C9u6vfeHh2QAAAAAAj6/7odQl7Q9p/tP9t/tv9s/9n+s/1n+8/2n+0/23+2/2z/2f6z/Wf7z/af7T/bf7b/bP/Z/rP9Z/vP9p/tP9t/tv9s/9n+s/1n+8/2n+0/23+2/2z/2f6z/Wf7z/af7T/bf7b/bP/Z/rP9Z/vPFtkOEWbg59H7AAAAAElFTkSuQmCC">
|
||
</div>
|
||
|
||
<div class="imlp-app-newtypebox">
|
||
<div class="imlp-app-newtypebox-plus"></div>
|
||
<div class="imlp-app-newtypebox-textarea-container">
|
||
<textarea contenteditable="true" class="imlp-app-newtypebox-textarea" placeholder="请您输入..."></textarea>
|
||
<span class="imlp-app-newtypebox-emoji"></span>
|
||
</div>
|
||
<div class="imlp-app-newtypebox-send" style="background:">发送</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div class="imlp-app-container
|
||
imlp-popup-start-">
|
||
<div class="imlp-widget-toast-group false">
|
||
<!--3-->
|
||
</div>
|
||
<div class="imlp-app-top-content-fold">
|
||
<!--5-->
|
||
<div>
|
||
<!--7-->
|
||
<div class="imlp-component-header-exp ">
|
||
<img class="imlp-component-header-exp-img" src="https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png"><!--10-->
|
||
<div class="imlp-component-header-exp-content
|
||
|
||
" style="justify-content: space-between;">
|
||
<div class="imlp-component-header-exp-content-main">
|
||
<div class="imlp-component-header-exp-text" style="-webkit-line-clamp: 1;">武汉康健妇婴医院</div>
|
||
<!--11-->
|
||
</div>
|
||
<div class="widget-tags widget-tags-undefined
|
||
|
||
|
||
">
|
||
<!--16-->
|
||
<div class="widget-tag-obj widget-tag-obj-blue">
|
||
<div class="widget-tag-img">
|
||
<img src="https://bj.bcebos.com/v1/imlp-static/img/tag_auth.png">
|
||
</div><!--18-->
|
||
<div class="widget-tag-text
|
||
widget-tag-blue
|
||
widget-tag-icon
|
||
" style="">
|
||
资质认证
|
||
</div>
|
||
</div><!--17-->
|
||
<!--16--><!--19-->
|
||
<div class="widget-tag-obj widget-tag-obj-gold">
|
||
<div class="widget-tag-img">
|
||
<img src="https://bj.bcebos.com/v1/imlp-static/img/tag_star.png">
|
||
</div><!--21-->
|
||
<div class="widget-tag-text
|
||
widget-tag-gold
|
||
widget-tag-icon
|
||
" style="">
|
||
医保定点
|
||
</div>
|
||
</div><!--20-->
|
||
<!--19--><!--22-->
|
||
<div class="widget-tag-str">五星服务</div><!--23-->
|
||
<!--22--><!--24-->
|
||
<div class="widget-tag-str" style="display: none;">三级医院</div><!--25-->
|
||
<!--24--><!--15-->
|
||
</div><!--14--><!--12-->
|
||
</div>
|
||
<div class="imlp-component-header-exp-tel
|
||
">
|
||
<i class="c-icon"></i><!--27-->
|
||
<span>电话</span>
|
||
</div><!--26-->
|
||
</div><!--8-->
|
||
</div>
|
||
<!--5--><!--4-->
|
||
<!--29-->
|
||
<div class="imlp-component-topcontent imlp-app-container-top-data">
|
||
<div class="imlp-component-topcontent-icon"></div>
|
||
<div class="imlp-component-topcontent-text">
|
||
<div class="imlp-component-topcontent-wrapper">
|
||
<div class="imlp-component-topcontent-list">
|
||
<img src="https://imlp-static.cdn.bcebos.com/img/common/icon-slide-check.png">
|
||
<div class="imlp-component-topcontent-list-text">透明消费</div>
|
||
</div><div class="imlp-component-topcontent-list">
|
||
<img src="https://imlp-static.cdn.bcebos.com/img/common/icon-slide-check.png">
|
||
<div class="imlp-component-topcontent-list-text">无隐形消费</div>
|
||
</div><div class="imlp-component-topcontent-list">
|
||
<img src="https://imlp-static.cdn.bcebos.com/img/common/icon-slide-check.png">
|
||
<div class="imlp-component-topcontent-list-text">不主动推销</div>
|
||
</div><!--339-->
|
||
</div><!--32-->
|
||
</div>
|
||
<div class="imlp-component-topcontent-arrow"></div><!--34-->
|
||
</div><!--31-->
|
||
<!--29--><!--28-->
|
||
<!--35-->
|
||
</div>
|
||
<!--36-->
|
||
<!--38-->
|
||
<div class="imlp-component-chatview " data-selector="chatview" style="scroll-behavior: smooth;">
|
||
<div class="component-chatview-wrapper component-chatview-wrapper--ready" style="">
|
||
<div class="empty-top"></div>
|
||
<!--41-->
|
||
<!--42-->
|
||
<!--44-->
|
||
<div class="imlp-chatview-empty"></div>
|
||
<!--44--><!--43-->
|
||
|
||
<!--46-->
|
||
<!--47-->
|
||
|
||
<!--48-->
|
||
|
||
<!--49-->
|
||
|
||
<!--50-->
|
||
|
||
<!--51-->
|
||
|
||
<!--52-->
|
||
<!--53-->
|
||
|
||
<!--54-->
|
||
<!--56-->
|
||
<!--57-->
|
||
<div class="imlp-standard-single
|
||
imlp-standard
|
||
imlp-standard-
|
||
imlp-standard-splitline1
|
||
imlp-standard-HC2
|
||
imlp-standard-theme-undefined" data-index="0" style="">
|
||
<!--60-->
|
||
<!--61-->
|
||
<div class="imlp-standard-widgetlist imlp-standard-newstyle-">
|
||
<!--63-->
|
||
<div class="imlp-standard-widget
|
||
imlp-standard-widget-detailBase
|
||
">
|
||
<div class="widget-detailbase widget-detailbase-undefined" data-track="武汉康健妇婴医院" style="">
|
||
<div class="widget-detailbase-content">
|
||
<div class="widget-detailbase-avatar widget-detailbase-avatar-left">
|
||
<img src="https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png" class="widget-detailbase-avatar-main widget-detailbase-avatar-round1">
|
||
<!--67-->
|
||
<!--68-->
|
||
<!--69-->
|
||
</div><!--66-->
|
||
<!--70-->
|
||
<div class="widget-detailbase-main widget-detailbase-main-newstyle-">
|
||
<!--72-->
|
||
<div class="widget-subtitle
|
||
widget-subtitle-newstyle-undefined" style="-webkit-line-clamp: 2; font-weight: bold;">
|
||
<!--75-->
|
||
<span class="widget-subtitle-text">武汉康健妇婴医院</span>
|
||
<!--76-->
|
||
<!--77-->
|
||
</div><!--73-->
|
||
<!--78-->
|
||
<!--79-->
|
||
<!--80-->
|
||
<!--81-->
|
||
<!--82-->
|
||
<!--83-->
|
||
<!--84-->
|
||
<!--85-->
|
||
<!--72--><!--86-->
|
||
<!--87-->
|
||
<!--88-->
|
||
<!--89-->
|
||
<div class="widget-tagtext
|
||
widget-tagtext-
|
||
widget-tagtext-newstyle-" style="">
|
||
<!--93-->
|
||
<!--94-->
|
||
<div class="widget-text-ellipsis-box widget-text-ellipsis-box--visible " style="">
|
||
<div class="widget-text-ellipsis-text widget-text-ellipsis-text-undefined" style="-webkit-line-clamp: 1; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical;">接诊时间: 周一至周日08:00-17:00</div>
|
||
<div class="widget-text-ellipsis-text widget-text-ellipsis-placeholder widget-text-ellipsis-placeholder--maxline widget-text-ellipsis-placeholder--computed"></div>
|
||
<!--96-->
|
||
<!--97-->
|
||
</div>
|
||
<!--94-->
|
||
</div><!--92--><!--90-->
|
||
<!--98-->
|
||
<!--99-->
|
||
<!--100-->
|
||
<!--101-->
|
||
<!--102-->
|
||
<!--86--><!--103-->
|
||
<!--104-->
|
||
<!--105-->
|
||
<!--106-->
|
||
<div class="widget-tagtext
|
||
widget-tagtext-
|
||
widget-tagtext-newstyle-" style="">
|
||
<!--110-->
|
||
<!--111-->
|
||
<div class="widget-text-ellipsis-box widget-text-ellipsis-box--visible " style="">
|
||
<div class="widget-text-ellipsis-text widget-text-ellipsis-text-undefined" style="-webkit-line-clamp: 1; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical;">机构地址: 汉阳区显正街66号</div>
|
||
<div class="widget-text-ellipsis-text widget-text-ellipsis-placeholder widget-text-ellipsis-placeholder--maxline widget-text-ellipsis-placeholder--computed"></div>
|
||
<!--113-->
|
||
<!--114-->
|
||
</div>
|
||
<!--111-->
|
||
</div><!--109--><!--107-->
|
||
<!--115-->
|
||
<!--116-->
|
||
<!--117-->
|
||
<!--118-->
|
||
<!--119-->
|
||
<!--103--><!--71-->
|
||
</div>
|
||
</div>
|
||
</div><!--64-->
|
||
<!--120-->
|
||
<!--121-->
|
||
<!--122-->
|
||
<!--123-->
|
||
<!--124-->
|
||
<!--125-->
|
||
<!--126-->
|
||
<!--127-->
|
||
<!--128-->
|
||
<!--129-->
|
||
<!--130-->
|
||
<!--131-->
|
||
<!--132-->
|
||
<!--133-->
|
||
<!--134-->
|
||
<!--135-->
|
||
<!--136-->
|
||
<!--137-->
|
||
<!--138-->
|
||
<!--139-->
|
||
<!--140-->
|
||
<!--141-->
|
||
<!--142-->
|
||
<!--143-->
|
||
</div>
|
||
<!--63--><!--144-->
|
||
<div class="imlp-standard-widget
|
||
imlp-standard-widget-description
|
||
">
|
||
<!--145-->
|
||
<!--146-->
|
||
<!--147-->
|
||
<!--148-->
|
||
<!--149-->
|
||
<!--150-->
|
||
<!--151-->
|
||
<div class="widget-description
|
||
widget-description-undefined
|
||
widget-description-newstyle-undefined
|
||
" style="">
|
||
<!--155-->
|
||
<div class="widget-text-ellipsis-box widget-text-ellipsis-box--visible " style="">
|
||
<div class="widget-text-ellipsis-text widget-text-ellipsis-text-undefined" style="-webkit-line-clamp: 3; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical;">武汉康健妇婴医院是批准开展试管婴儿,人工授精的医院,助孕不育不孕家庭,圆您生儿育女梦。为节省您的时间,可在线咨询提前预约,为您一对一解答助孕难题,让您早日怀上孕。<br>(武卫健) 医广 (2025) 第03-25-01号</div>
|
||
<div class="widget-text-ellipsis-text widget-text-ellipsis-placeholder widget-text-ellipsis-placeholder--maxline widget-text-ellipsis-placeholder--computed"></div>
|
||
<!--157-->
|
||
<!--158-->
|
||
</div>
|
||
<!--155--><!--154-->
|
||
</div><!--152-->
|
||
<!--159-->
|
||
<!--160-->
|
||
<!--161-->
|
||
<!--162-->
|
||
<!--163-->
|
||
<!--164-->
|
||
<!--165-->
|
||
<!--166-->
|
||
<!--167-->
|
||
<!--168-->
|
||
<!--169-->
|
||
<!--170-->
|
||
<!--171-->
|
||
<!--172-->
|
||
<!--173-->
|
||
<!--174-->
|
||
<!--175-->
|
||
</div>
|
||
<!--144--><!--62-->
|
||
</div>
|
||
<div class="imlp-standard-bottom">
|
||
<div class="widget-consult widget-consult-zixunWidget">
|
||
<div class="widget-consult-strip">
|
||
<div class="widget-consult-text">更多详情请在本页进行咨询
|
||
</div><!--180-->
|
||
<!--181-->
|
||
<div class="widget-consult-button">
|
||
<div class="widget-consult-icon"></div>
|
||
<div class="widget-consult-label">点我咨询</div>
|
||
</div>
|
||
</div><!--178-->
|
||
<!--182-->
|
||
<!--183-->
|
||
</div>
|
||
</div><!--176-->
|
||
<div class="imlp-standard-morelink">
|
||
<div class="imlp-standard-morearea">
|
||
<div>收起</div>
|
||
<div class="imlp-standard-morearea-arrow" style="transform: rotate(-90deg);">
|
||
<div class="imlp-icon-arrow-grey">
|
||
<img src="https://imlp-static.cdn.bcebos.com/img/common/arrow-grey-more.png">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div><!--58-->
|
||
<!--56--><!--55-->
|
||
<!--185-->
|
||
<!--186-->
|
||
<!--187-->
|
||
<!--188-->
|
||
<!--189-->
|
||
<!--190-->
|
||
<!--191-->
|
||
<!--192-->
|
||
<!--193-->
|
||
<!--194-->
|
||
<!--195-->
|
||
<!--196-->
|
||
<!--41--><!--197-->
|
||
<!--198-->
|
||
<!--199-->
|
||
|
||
<!--200-->
|
||
<!--202-->
|
||
<div class="imlp-notification imlp-notification--show">
|
||
<div class="widget-notification
|
||
widget-notification--undefined
|
||
">
|
||
<div class="widget-notification-inner-optimize widget-notification-inner-optimize-undefined">
|
||
<!--206-->
|
||
<div class="widget-notification-content-optimize
|
||
widget-notification-content-center
|
||
widget-notification-content-left-undefined">
|
||
<span>(武卫健) 医广 (2025) 第03-25-01号</span>
|
||
<!--208-->
|
||
<!--209-->
|
||
</div><!--207-->
|
||
<!--210-->
|
||
</div>
|
||
</div><!--204-->
|
||
</div>
|
||
<!--202--><!--201-->
|
||
|
||
<!--211-->
|
||
|
||
<!--212-->
|
||
|
||
<!--213-->
|
||
|
||
<!--214-->
|
||
|
||
<!--215-->
|
||
<!--216-->
|
||
|
||
<!--217-->
|
||
<!--218-->
|
||
<!--219-->
|
||
<!--220-->
|
||
<!--221-->
|
||
<!--222-->
|
||
<!--223-->
|
||
<!--224-->
|
||
<!--225-->
|
||
<!--226-->
|
||
<!--227-->
|
||
<!--228-->
|
||
<!--229-->
|
||
<!--230-->
|
||
<!--197--><!--296-->
|
||
<!--297-->
|
||
<!--298-->
|
||
|
||
<!--299-->
|
||
<!--300-->
|
||
|
||
<!--302-->
|
||
<div class="imlp-component-chatviewbase-container
|
||
imlp-component-chatviewbase-container-show
|
||
">
|
||
<div class="imlp-component-chatviewbase row-flex">
|
||
<div class="imlp-component-chatviewbase-avatar-container">
|
||
<!--305-->
|
||
<div class="imlp-component-chatviewbase-avatar imlp-component-chatviewbase-avatar-service" style="background-image: url("https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png");"></div>
|
||
<!--306-->
|
||
<!--305-->
|
||
</div>
|
||
<div class="imlp-component-chatviewbase-bubble-container imlp-component-chatviewbase-bubble-container-read- row-flex imlp-component-chatviewbase-bubble-container-welcome">
|
||
|
||
<div class="imlp-component-chatviewbase-bubble imlp-component-chatviewbase-text left-chatviewbase-bubble ">
|
||
<!--307--><div>
|
||
<div class="imlp-component-text "><!--310-->
|
||
您好,武汉康健妇婴医院试管婴儿人工授精,成功高收费清楚。不想打字可留电话或微信,发送费用方案。
|
||
<!--310--></div><!--308-->
|
||
</div><!--307-->
|
||
</div>
|
||
<!--311-->
|
||
</div>
|
||
</div>
|
||
<div class="imlp-component-chatviewbase-recommend-none">
|
||
<!--314-->
|
||
</div><!--312-->
|
||
<!--315-->
|
||
<!--316-->
|
||
<!--317-->
|
||
<!--318-->
|
||
</div><!--303-->
|
||
<!--319-->
|
||
<!--302--><!--301-->
|
||
|
||
<!--320-->
|
||
|
||
<!--321-->
|
||
|
||
<!--322-->
|
||
|
||
<!--323-->
|
||
<!--324-->
|
||
|
||
<!--325-->
|
||
<!--326-->
|
||
<!--327-->
|
||
<!--328-->
|
||
<!--329-->
|
||
<!--330-->
|
||
<!--331-->
|
||
<!--332-->
|
||
<!--333-->
|
||
<!--334-->
|
||
<!--335-->
|
||
<!--336-->
|
||
<!--337-->
|
||
<!--338-->
|
||
<!--296--><!--343-->
|
||
<!--344-->
|
||
<!--345-->
|
||
|
||
<!--346-->
|
||
<!--348-->
|
||
<div class="imlp-notification imlp-notification--show">
|
||
<div class="widget-notification
|
||
widget-notification--undefined
|
||
">
|
||
<div class="widget-notification-inner-optimize widget-notification-inner-optimize-undefined">
|
||
<div class="widget-notification-title-optimize
|
||
|
||
widget-notification-title-optimize-undefined" style="">
|
||
客服正在接待
|
||
</div><!--352-->
|
||
<!--353-->
|
||
<!--354-->
|
||
</div>
|
||
</div><!--350-->
|
||
</div>
|
||
<!--348--><!--347-->
|
||
|
||
<!--355-->
|
||
|
||
<!--356-->
|
||
|
||
<!--357-->
|
||
|
||
<!--358-->
|
||
|
||
<!--359-->
|
||
<!--360-->
|
||
|
||
<!--361-->
|
||
<!--362-->
|
||
<!--363-->
|
||
<!--364-->
|
||
<!--365-->
|
||
<!--366-->
|
||
<!--367-->
|
||
<!--368-->
|
||
<!--369-->
|
||
<!--370-->
|
||
<!--371-->
|
||
<!--372-->
|
||
<!--373-->
|
||
<!--374-->
|
||
<!--343--><!--375-->
|
||
<!--376-->
|
||
<!--377-->
|
||
|
||
<!--378-->
|
||
<!--379-->
|
||
|
||
<!--381-->
|
||
<div class="imlp-component-chatviewbase-container
|
||
imlp-component-chatviewbase-container-show
|
||
">
|
||
<div class="imlp-component-chatviewbase row-flex">
|
||
<div class="imlp-component-chatviewbase-avatar-container">
|
||
<!--384-->
|
||
<div class="imlp-component-chatviewbase-avatar imlp-component-chatviewbase-avatar-service" style="background-image: url("https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png");"></div>
|
||
<!--385-->
|
||
<!--384-->
|
||
</div>
|
||
<div class="imlp-component-chatviewbase-bubble-container imlp-component-chatviewbase-bubble-container-read- row-flex imlp-component-chatviewbase-bubble-container-undefined">
|
||
|
||
<div class="imlp-component-chatviewbase-bubble imlp-component-chatviewbase-text left-chatviewbase-bubble ">
|
||
<!--386--><div>
|
||
<div class="imlp-component-text "><!--389-->
|
||
您好,请问您是要咨询人工授精要多少钱呀吗?
|
||
<!--389--></div><!--387-->
|
||
</div><!--386-->
|
||
</div>
|
||
<!--390-->
|
||
</div>
|
||
</div>
|
||
<div class="imlp-component-chatviewbase-recommend">
|
||
<div class="imlp-component-recommend ">
|
||
<!--395-->
|
||
<div class="dynamic">
|
||
<div class="dynamicItem dynamicItem-text">
|
||
<!--398-->
|
||
<span class="reply-text">是</span>
|
||
</div><div class="dynamicItem dynamicItem-text">
|
||
<!--399-->
|
||
<span class="reply-text">否</span>
|
||
</div><!--397-->
|
||
</div><!--396-->
|
||
<!--395--><!--394-->
|
||
</div><!--393-->
|
||
</div><!--391-->
|
||
<!--400-->
|
||
<!--401-->
|
||
<!--402-->
|
||
<!--403-->
|
||
</div><!--382-->
|
||
<!--404-->
|
||
<!--381--><!--380-->
|
||
|
||
<!--405-->
|
||
|
||
<!--406-->
|
||
|
||
<!--407-->
|
||
|
||
<!--408-->
|
||
<!--409-->
|
||
|
||
<!--410-->
|
||
<!--411-->
|
||
<!--412-->
|
||
<!--413-->
|
||
<!--414-->
|
||
<!--415-->
|
||
<!--416-->
|
||
<!--417-->
|
||
<!--418-->
|
||
<!--419-->
|
||
<!--420-->
|
||
<!--421-->
|
||
<!--422-->
|
||
<!--423-->
|
||
<!--375--><!--40-->
|
||
<!--231-->
|
||
<div class="empty-bottom"></div>
|
||
</div>
|
||
<!--232-->
|
||
</div>
|
||
<!--38--><!--37-->
|
||
<div class="imlp-popup-small-message" style="display: none;">
|
||
<div class="imlp-popup-small-message-avatar" style="background-image: url("https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png");">
|
||
<div class="imlp-popup-small-message-online"><span>在线</span></div><!--234-->
|
||
<div class="imlp-popup-small-message-unreadcount"><span>1</span></div><!--235-->
|
||
</div>
|
||
<div class="imlp-popup-small-message-content">
|
||
<div class="imlp-popup-small-message-list" style="transform: translate(0px, -60px);">
|
||
<div class="imlp-popup-small-message-item">
|
||
<div class="imlp-popup-small-message-text"><!--237-->您好,武汉康健妇婴医院试管婴儿人工授精,成功高收费清楚。不想打字可留电话或微信,发送费用方案。<!--237--></div>
|
||
</div><div class="imlp-popup-small-message-item">
|
||
<div class="imlp-popup-small-message-text"><!--424-->您好,请问您是要咨询人工授精要多少钱呀吗?<!--424--></div>
|
||
</div><!--236-->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--239-->
|
||
<div class="imlp-component-newtypebox
|
||
imlp-component-newtypebox-hn
|
||
|
||
|
||
|
||
">
|
||
<div class="imlp-component-newtypebox-miui-back">
|
||
点击收起
|
||
</div>
|
||
|
||
<!--243-->
|
||
<div class="imlp-component-sugSlider">
|
||
<div class="imlp-component-sugSlider-box">
|
||
<!--249-->
|
||
<div class="imlp-component-sugSlider-box-item
|
||
|
||
">
|
||
<!--251-->
|
||
<div class="imlp-item-icon imlp-item-icon-qa"></div>试管费用
|
||
</div><!--250-->
|
||
<!--249--><!--252-->
|
||
<div class="imlp-component-sugSlider-box-item
|
||
|
||
">
|
||
<!--254-->
|
||
<div class="imlp-item-icon imlp-item-icon-qa"></div>添加微信
|
||
</div><!--253-->
|
||
<!--252--><!--255-->
|
||
<div class="imlp-component-sugSlider-box-item
|
||
|
||
">
|
||
<!--257-->
|
||
<div class="imlp-item-icon imlp-item-icon-url"></div>去官网
|
||
</div><!--256-->
|
||
<!--255--><!--258-->
|
||
<div class="imlp-component-sugSlider-box-item
|
||
|
||
">
|
||
<!--260-->
|
||
<div class="imlp-item-icon imlp-item-icon-qa"></div>客服满意度
|
||
</div><!--259-->
|
||
<!--258--><!--340-->
|
||
<div class="imlp-component-sugSlider-box-item
|
||
|
||
">
|
||
<!--342-->
|
||
<div class="imlp-item-icon imlp-item-icon-qa"></div>转人工
|
||
</div><!--341-->
|
||
<!--340--><!--248-->
|
||
</div><!--247-->
|
||
</div><!--246--><!--244-->
|
||
<!--261-->
|
||
<!--262-->
|
||
<!--243--><!--242-->
|
||
|
||
<div class="imlp-component-newtypebox-typezone imlp-component-newtypebox-typezone-conversationalRobot">
|
||
<div class="imlp-component-newtypebox-plus c-icon
|
||
|
||
"></div>
|
||
<div class="imlp-component-newtypebox-textarea-container" style="height: 19px;">
|
||
<textarea contenteditable="true" class="imlp-component-newtypebox-textarea" placeholder="多久着床" style="height: 23px;"></textarea>
|
||
<span class="imlp-component-newtypebox-emoji
|
||
|
||
"></span><!--263-->
|
||
</div>
|
||
<div class="imlp-component-newtypebox-send" style="">
|
||
发送
|
||
</div>
|
||
</div>
|
||
<div class="imlp-component-newtypebox-bottom-box" style="display: none;">
|
||
<!--264-->
|
||
<!--265-->
|
||
</div>
|
||
<!--266-->
|
||
<!--267-->
|
||
<!--268-->
|
||
</div><!--240-->
|
||
<!--269-->
|
||
<!--239--><!--238-->
|
||
<!--271-->
|
||
<div class="imlp-component-mask imlp-component-maskouter-notice
|
||
imlp-component-mask-none
|
||
">
|
||
<!--274-->
|
||
<div class="imlp-component-masknotice">
|
||
<div class="imlp-component-masknotice-title">
|
||
用户须知
|
||
</div>
|
||
<!--276-->
|
||
<div class="imlp-component-masknotice-content">
|
||
尊敬的用户您好,为便于您与医院进行线上沟通,本网站ada.baidu.com/site将提供在线沟通技术服务。特此,网站请您注意以下事项:1、由于网络沟通场景无法使医生明确了解您的真实情况,医生仅能根据您的描述内容为您提供咨询建议,但任何关于疾病的网络建议都不能替代医生的面对面诊断,因此请您完成咨询后选择线下就医。2、为了能够让医生给您提供更准确的建议,请您在线上沟通时务必如实陈述,若因您虚假陈述导致的后果,均与医院、医生及本站无关。3、本站仅提供技术服务,无法追踪、核查您与对方的沟通内容,网友、医生言论仅代表其个人观点,不代表本站立场,请谨慎参阅,本站不承担由此引起的法律责任。4、如果您在线上沟通过程中遇到问题,请您反馈至以下邮箱:iimlp@baidu.com。
|
||
</div><!--277-->
|
||
<div class="imlp-component-masknotice-btn-verify">
|
||
关闭
|
||
</div>
|
||
</div>
|
||
<!--274--><!--273-->
|
||
<!--278-->
|
||
<!--279-->
|
||
<!--280-->
|
||
<!--281-->
|
||
<!--282-->
|
||
<!--283-->
|
||
<!--284-->
|
||
<!--285-->
|
||
<!--286-->
|
||
<!--287-->
|
||
<!--288-->
|
||
<!--289-->
|
||
<!--290-->
|
||
<!--291-->
|
||
<!--292-->
|
||
<!--293-->
|
||
</div>
|
||
<!--271--><!--270-->
|
||
<!--294-->
|
||
<!--295-->
|
||
<rendermark></rendermark>
|
||
</div></div>
|
||
|
||
<link rel="stylesheet" href="//imlp-static.cdn.bcebos.com/css/imlpstyle.commons.min_8122af0.css">
|
||
|
||
<link rel="stylesheet" href="//imlp-static.cdn.bcebos.com/css/imlpstyle.iclient.min_b2cfb6f.css">
|
||
|
||
|
||
|
||
|
||
<script src="https://hectorstatic.baidu.com/408319cc28713236.js" defer="defer"></script>
|
||
<script crossorigin="" src="//imlp-static.cdn.bcebos.com/js/monitor.min_b95c48b.js"></script>
|
||
|
||
<script crossorigin="" src="https://imlp-static.cdn.bcebos.com/js/bundle_8505386.js"></script>
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript" crossorigin="" src="//imlp-static.cdn.bcebos.com/js/vendor.bundle.min_f3e65c5.js"></script>
|
||
<script type="text/javascript" crossorigin="" src="//imlp-static.cdn.bcebos.com/js/sdk.bundle.min_d3f4b98.js"></script>
|
||
<script type="text/javascript" crossorigin="" src="//imlp-static.cdn.bcebos.com/js/runtime.bundle.min_b75d2e5.js"></script>
|
||
<script type="text/javascript" crossorigin="" src="//imlp-static.cdn.bcebos.com/js/commons.chunk.min_e9ee63b.js"></script>
|
||
|
||
<script type="text/javascript" crossorigin="" src="//imlp-static.cdn.bcebos.com/js/iclient.chunk.min_73450f5.js"></script><script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=lqHMW2OpQb3ChBcZ123HpaXlr6KBvIP8&callback=initBMap"></script>
|
||
|
||
<script type="text/javascript" src="https://passport.baidu.com/static/sdk-machine/js/mkd_v2.js?v=32660"></script>
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript">!function() {
|
||
window.performance && window.performance.mark && window.performance.mark('skeletonEnd');
|
||
}();
|
||
!function() {
|
||
window.bigdata = {"title":"武汉康健妇婴医院","tt":"18il8oSdEpA3EVrbYoLR86","header":{"title":"武汉康健妇婴医院","logo":"https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png"},"notification":{"text":"咨询软件由[忠仕网站商务通]提供,下述咨询内容均由[武汉康健妇婴医院]提供,网络信息不能替代医师面诊,请谨慎参阅","payload":{"childcomponent":"notice"},"triggertext":"查看须知"},"service":{"avatar":"https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png"},"user":{"avatar":"https://imlp-static.cdn.bcebos.com/img/user_avatar.png"},"contactNumber":"02784512512","feedbackURL":"","message":[{"name":"standard","style":"HC24","type":"titleCard","title":"","content":{"action":{"type":"async-popup","actionType":"async","mat":{"cardType":"6019","cardValue":"{\"telWidget\":{\"text\":\"拨打电话\",\"type\":\"tel\",\"value\":{\"number\":\"02784512512\",\"solutionID\":\"17715142\",\"phoneSolutionType\":\"0\"}},\"userId\":40850340}"}},"list":[{"type":"detailBase","name":"detailBase","image":{"type":"image","src":"https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png","round":0,"location":"left","width":56,"height":56},"info":[{"type":"subtitle","text":"武汉康健妇婴医院","size":18,"color":"#333","lineNumber":1},{"type":"tags","value":[{"icon":"https://bj.bcebos.com/v1/imlp-static/img/tag_auth.png","theme":"blue","text":"资质认证"},{"icon":"https://bj.bcebos.com/v1/imlp-static/img/tag_star.png","theme":"gold","text":"医保定点"},"五星服务","三级医院"]}]},{"type":"tel","text":"拨打电话","value":{"number":"02784512512","solutionID":"17715142","phoneSolutionType":"0"}}]},"depth":0,"platform":"H5","log":{"style":"HC24","material":"IMLP:cip.hospital_40850340","isMainCard":true,"card_type":"hospital"},"isMainCard":true},{"name":"standard","style":"HC2","type":"card","title":"武汉康健妇婴医院","ext":{},"content":{"action":{"type":"popup","value":{"name":"standard","style":"HC12","type":"card","title":"武汉康健妇婴医院","content":{"list":[{"type":"detailBase","name":"detailBase","title":"武汉康健妇婴医院","image":{"type":"image","src":"https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png","round":0,"width":56,"height":56},"info":[{"type":"subtitle","text":"武汉康健妇婴医院","size":16,"color":"#333"},{"type":"tagText","text":"接诊时间: 周一至周日08:00-17:00","lineNumber":2,"maxHeight":0},{"type":"tagText","text":"机构地址: 汉阳区显正街66号","lineNumber":2,"maxHeight":0}]},{"type":"description","dataType":"abstract","text":"武汉康健妇婴医院是批准开展试管婴儿,人工授精的医院,助孕不育不孕家庭,圆您生儿育女梦。为节省您的时间,可在线咨询提前预约,为您一对一解答助孕难题,让您早日怀上孕。\n(武卫健) 医广 (2025) 第03-25-01号","lineNumber":1000,"more":1}]},"depth":1,"platform":"H5","log":{"style":"HC12","material":"cip.hospital","isMainCard":true},"isMainCard":true}},"list":[{"type":"detailBase","name":"detailBase","around":1,"image":{"type":"image","src":"https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png","round":1,"location":"left","width":56,"height":56},"info":[{"type":"subtitle","text":"武汉康健妇婴医院","size":18,"weight":"bold","color":"#333","lineNumber":2,"more":0},{"type":"tagText","text":"接诊时间: 周一至周日08:00-17:00","lineNumber":1,"maxHeight":0,"more":0},{"type":"tagText","text":"机构地址: 汉阳区显正街66号","lineNumber":1,"maxHeight":0,"more":0}]},{"type":"description","dataType":"abstract","text":"武汉康健妇婴医院是批准开展试管婴儿,人工授精的医院,助孕不育不孕家庭,圆您生儿育女梦。为节省您的时间,可在线咨询提前预约,为您一对一解答助孕难题,让您早日怀上孕。\n(武卫健) 医广 (2025) 第03-25-01号","lineNumber":3,"more":0}],"bottom":{"name":"zixunWidget","data":{"theme":1,"text":"更多详情请在本页进行咨询","label":"点我咨询"}},"splitLine":1,"showCount":2},"depth":0,"platform":"H5","log":{"style":"HC2","material":"IMLP:cip.hospital_40850340","isMainCard":true,"card_type":"hospital"},"isMainCard":true}],"autoConnect":1,"preview":{"on":false,"src":""},"welcomeWord":"您好,武汉康健妇婴医院试管婴儿人工授精,成功高收费清楚。不想打字可留电话或微信,发送费用方案。","presetMessage":{"enabled":1,"from":"fc-question","message":"多久着床","showType":5,"config":{"open":1,"action":"input"},"mipPresetUpdate":1},"typeboxConfig":{"inputSuggest":{"static":[{"type":"tel","text":"拨打电话","value":{"number":"02784512512","solutionID":"17715142","phoneSolutionType":"0"},"icon":"phone"},{"type":"qa","text":"试管费用","value":{"type":"card","value":{"service":0,"type":"E0001","value":"1dd2151606a7e3c5249f23119c92e729"}},"icon":""},{"type":"qa","text":"添加微信","value":{"type":"card","value":{"service":0,"type":"E0001","value":"e1a669c8443d75c062c33fd0492a5034"}},"icon":""},{"type":"url","text":"去官网","value":"https://aisite.wejianzhan.com/site/wjz0oxo0/ae768184-b2ab-4354-a59a-83fe044e1680","actionType":"","icon":""},{"type":"qa","text":"客服满意度","value":{"type":"evaluate"},"icon":""}]}},"channel":"fc","level1":"PDT32128874","level2":"","level3":"","plat":"h5","pageTitle":"武汉康健妇婴医院","logo":"https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png","address":"湖北省武汉市汉阳区显正街66号","serviceAvatar":"https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png","xst":"m1YKmWYYnj7jPbRkwbuanD7awHndwRfdwjN7f1K7fW0zwWFjfs715Hn3nHmvPH6dPHnsnWfYnNtYn1Nxn07L5TWQ8pH2volo0gDqzn84GnopEJEiJoU6zIMZoVAq0gRqPj03PH01Pj0KIjYkP1m3Pjf3nj0z0ydk5HDan0QczehbzVJSJq2JV8jFvTX8YUYKmv6quhnKTMfqn0DknWbvP1DsrjD","pageInfo":{"app":"xyl","type":12},"notifyIM":"","params":"","offlineFormMat":{"mat":"{\"ext\":{\"imid\":\"7d1802d3b1eff1c239efac9dfb8e24bb\"},\"service\":0,\"type\":\"E0002\",\"value\":40850340}"},"button":"","robot":{"cop_config_biztype":40,"cop_config_value":{"conversationFlowType":"0","conversationFlowId":"1653717","conversationFlowName":"访客过滤咨询","humanReply":{"unknownEnable":true,"keywordEnable":true,"keywordList":["是","否"]},"timeList":[{"startTime":"08:04","endTime":"22:25","weekList":[1,2,3,4,5,6,7],"startLocalTime":"08:04:00","endLocalTime":"22:25:00"}],"working":true}},"orderGuidance":{"open":1,"title":"请完善您的预约到院信息","guide":"您的联系方式已收到,请进一步完善信息,便于提供详细诊疗建议。","formList":[{"type":"date","label":"预约时间","rules":{"required":true},"props":{"placeholder":"请选择时间"}},{"type":"department","label":"预约科室","rules":{"required":false},"props":{"placeholder":"请选择科室"}},{"type":"textarea","label":"咨询意向","rules":{"required":false,"maxLen":200},"props":{"placeholder":"可简述您希望了解的内容(最多200字)"}}],"smartSummary":0},"interaction":{"phone":{"protectPrivacy":true,"fbu":"Pj03PH01Pj0","solutionID":"17715142"}},"config":{"show_type":5,"preset_message":"多久着床"},"ext":{"type":"4005","mat":{"service":1,"cardType":"4005","cardValue":{"app":"xyl","page_type":12,"disease_name":"","userid":40850340},"ext":{"open":"1","source":"ai","action":"input","reply":"custom","functionStyle":"cover"}}},"phoneModal":false,"copConfigSwitch":{"invalidFilterAge":false},"floatCustom":{},"baozhangUrlPlus":"https://baozhang.baidu.com/guarantee/mobile?from=consult#/service/index","theme":{},"topic":{},"ip":"183.94.98.231","terminal":"H5","detain":1,"userIdBase64FC":"Pj03PH01Pj0","pp":"","passportLoggedIn":false,"recommend":true,"baozhangUrl":"https://baozhang.baidu.com/guarantee-wise/#/home?from=BCP","typeboxbottombox":"","back":{"payload":{"childcomponent":""}},"sendImage":true,"mask":{"show":false,"childcomponent":"notice","data":{}},"cards":{},"aiService":1,"tplName":"bcp","page":{"init":false},"session":{"sessionid":"","connecting":false,"failed":false,"connected":false,"chatCount":0,"closed":false,"forbidden":false,"total":0,"hiddenMsg":0,"initMsg":0,"hasMissKefuMsg":false,"hasFirstKefuMsg":false,"currentUserMsgCount":0,"sendedMsgCount":0,"delayTime":400,"cardShow":true,"leaveWordShowed":false,"userMsgCache":[]},"leaveWord":{"title":"您好!您方便留下您的联系方式吗?我会尽快联系您,为您做详细解答。"},"isNeedScrollToBottom":false,"imageList":{},"notificationMap":{},"cardTrack":[],"touchmoved":false,"touchpageXY":0,"videoId":0,"historyLen":{"user":0,"service":0},"awake":"0","ssid":"","rebound":false,"fixed":true,"cipTrack":"","fixedRefs":[],"fixedRefPrefix":"","smartprogram":false,"originUrl":"","shopid":"","showInvite":true,"anti":{"captcha":{},"acid":"","strategyid":""},"passportUrl":"https://wappass.baidu.com/passport/login?tpl=lbs_msgmcp&u=","entrySiteTime":{"now":0,"enter":0},"track":{"input":{}},"videoList":[],"query":"人工授精要多少钱呀","mode":"product","bdtj":{"sk":"n16kPWmdrjRdn10zPjfkg1f1PNtk","ch":"fc"},"pvKey":"2dd80b17979c5cdbfe509ab120702598","abTest":"new_action","effectiveTest":false,"disables":["yinlibo_v7","history","yimei_popup_image","detention_new","yimei_popup_1","baozhang_btn","huanran_all","antou_reverse","newsdk","lemon_project_card","keyboard_auto","phone_modal_off","track","typebox3","link","render_off","float_phone","heatTime","telcopy","auto_invite","xhtest","video2","doctor_redirect","skeleton_first","yxt_off","phone_modal_on"],"enables":["new_action","guess","new_recommend","msg_format","new_detention_style","kefu_input_status","huanran","avatar","article_video","typebox2","dynamic3","typebox","input_case","standardcard_video","standardcard","theme","dynamic_card_3","dynamic_5","skeleton","video","heatTotal","consultWord","show_unread_message","invite","anti_js","message_read1","phone_plus_off","page_navigation","cardpopup_style","hospital_address","offline_form","143393-1","115108-1","14nj-0","136822-1","142424-1"],"expidlist":["143393-1","115108-1","14nj-0","136822-1","142424-1"],"expParamsList":[{"module_name":"bcpas","exp_ids":["143393-1"],"params":[{"name":"ada_use_sft_model","value":"1"}]},{"module_name":"imlp","exp_ids":["115108-1","136822-1","142424-1"],"params":[{"name":"kefu_phone_replace","value":"1"},{"name":"get_dynamic_data_exp","value":"show"},{"name":"mbot_digital_interaction_exp","value":"show"}]}],"xhinfo":{"waked":false,"xh":"","url":"//bcp.baidu.com/static/xcx/index.html","login":false,"on":false,"active":true,"ready":false,"binding":false,"binded":false,"calling":false,"scene":0,"state":0},"weixin":{},"weixinreplace":{"open":"0"},"feature":{"rebound":true,"predictor":true,"topic":true,"track":true,"invite":true,"link":true,"ai_00001":true,"dynamic_00002":true,"order_by_interest":true,"slide_menu":true,"back_notice":true,"guess_card":true,"consult_widget":true,"custom_awake":true,"iframe_back":true,"safe_number":true,"xhtest":true,"native_phone":true,"baozhang":true,"telcopy":true,"telblue":true,"native_card":true,"standardcard":true,"standardcard_video":true,"typebox":true,"typebox2":true,"typebox3":true,"kefu_input_status":true,"render_off":true,"input_case":true,"lemon_ask_doctor":true,"phone_modal_on":true,"message_read1":true,"keyboard_auto":true,"cardpopup_style":true,"offline_form":true,"huanran":true},"app":"xyl","reserve":{"solutionList":[{"type":"phoneAppointment","id":"21411718"},{"type":"hospitalAppointment","id":"21411719"}]},"megTrade":{"tradeId1st2b":2001,"tradeId2nd2b":200113},"adAuditNo":"(武卫健) 医广 (2025) 第03-25-01号","trInfo":{"ct":"92"},"bcpMbot":false,"xylBot":false,"log":{"medicalInstitutionInfo":{"level":"LEVEL_3","medicare":true}},"registerInfoVO":{"apply":false,"applyType":"all"},"ucUserInfo":{"company":"武汉康健妇婴医院有限公司"},"solutionLocalPhoneSwitch":1,"cmatch":"435","im_type":1,"typeboxtext":"多久着床","imid":"4147fe6689ab97ad2174fc93932d4677","appid":"xyl_ad","user_id":40850340,"aduserid":40850340,"content_provider":["fc:userid:40850340"],"time_before_connect":3,"manual_connect_strategy":"focus","bd_bxst":"","leavecardext":{"type":"4006","time":"3","mat":{"service":2,"cardType":"4006","cardValue":{"userid":40850340,"app":"xyl","page_type":0,"disease_name":""},"ext":{"open":"1","time":"3","action":"input"}}},"wechatModal":false,"landpageurl":"https://aisite.wejianzhan.com/site/wjz0oxo0/ae768184-b2ab-4354-a59a-83fe044e1680","wechat":{"account":""},"switch":{"Header":1,"Notification":0,"ChatView":1,"TypeBox":1,"Mask":1},"httpKey":"title|tt|header|notification|service|user|contactNumber|feedbackURL|message|autoConnect|preview|welcomeWord|presetMessage|typeboxConfig|channel|level1|level2|level3|plat|pageTitle|logo|address|serviceAvatar|xst|pageInfo|notifyIM|params|offlineFormMat|button|robot|orderGuidance|interaction|config|ext|phoneModal|copConfigSwitch|floatCustom|baozhangUrlPlus|theme|topic|ip|terminal|detain|userIdBase64FC|pp|passportLoggedIn|recommend|baozhangUrl|typeboxbottombox|back|sendImage|mask|cards|aiService|tplName|page|session|leaveWord|isNeedScrollToBottom|imageList|notificationMap|cardTrack|touchmoved|touchpageXY|videoId|historyLen|awake|ssid|rebound|fixed|cipTrack|fixedRefs|fixedRefPrefix|smartprogram|originUrl|shopid|showInvite|anti|passportUrl|entrySiteTime|track|videoList|query|mode|bdtj|pvKey|abTest|effectiveTest|disables|enables|expidlist|expParamsList|xhinfo|weixin|weixinreplace|feature|app|reserve|megTrade|adAuditNo|trInfo|bcpMbot|xylBot|log|registerInfoVO|ucUserInfo|solutionLocalPhoneSwitch|cmatch|im_type|typeboxtext|imid|appid|user_id|aduserid|content_provider|time_before_connect|manual_connect_strategy|bd_bxst|leavecardext|wechatModal|landpageurl|wechat|switch","newSkeleton":true,"pvSt":1768448008195,"sk":"nhwbrjKBnHT4P1-WPyPbmhu-PH04mycknW0LnjcdrH6kP1m3Pjf3nj03nHbd"} || {};
|
||
}();
|
||
!function() {
|
||
window.imlpapp(window.bigdata);
|
||
}();
|
||
!function() {
|
||
var enables = ["new_action","guess","new_recommend","msg_format","new_detention_style","kefu_input_status","huanran","avatar","article_video","typebox2","dynamic3","typebox","input_case","standardcard_video","standardcard","theme","dynamic_card_3","dynamic_5","skeleton","video","heatTotal","consultWord","show_unread_message","invite","anti_js","message_read1","phone_plus_off","page_navigation","cardpopup_style","hospital_address","offline_form","143393-1","115108-1","14nj-0","136822-1","142424-1"] || [];
|
||
asyncLoadJs('https://xlab.baidu.com/res/bundle.i.php');
|
||
asyncLoadJs('https://dlswbr.baidu.com/heicha/mw/abclite-2046-s.js?v=' + Math.random());
|
||
|
||
function asyncLoadJs (src, crossorigin, defer) {
|
||
var sio = document.createElement("script");
|
||
sio.src = src;
|
||
crossorigin && sio.setAttribute && sio.setAttribute('crossorigin','anonymous');
|
||
if (defer) {
|
||
sio.setAttribute && sio.setAttribute('defer','defer');
|
||
document.body.appendChild(sio);
|
||
}
|
||
else {
|
||
var smo = document.getElementsByTagName("script")[0];
|
||
smo.parentNode.insertBefore(sio, smo);
|
||
}
|
||
|
||
|
||
|
||
}
|
||
}();</script><script src="https://api.map.baidu.com/getscript?v=2.0&ak=lqHMW2OpQb3ChBcZ123HpaXlr6KBvIP8&services=&t=20260113105647"></script>
|
||
|
||
<script src="https://hector.baidu.com/a.js" defer=""></script><iframe id="_loki_message_iframe" src="https://wjz-cdn.baidu.com/loki/client/loki/static/html/message.html" crossorigin="anonymous" style="display: none;"></iframe><script defer="" src="//hectorstatic.baidu.com/f841097853e81e0f.js"></script></body></html> |