Files
ai_mip/test/20260115_113319_health_baidu_com/page_html.txt

1261 lines
88 KiB
Plaintext
Raw Normal View History

2026-01-16 22:06:46 +08:00
<!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-le
<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(&quot;https://imlp-static.cdn.bcebos.com/img/icon-form-order.png&quot;); --theme-form-top-2-bg: url(&quot;https://imlp-static.cdn.bcebos.com/img/icon-form-price.png&quot;); --theme-form-top-3-bg: url(&quot;https://imlp-static.cdn.bcebos.com/img/icon-form-discounts.png&quot;); --theme-local-top-bg: url(&quot;https://imlp-static.cdn.bcebos.com/img/user_phone_header.png&quot;); --theme-checked-bg: url(&quot;https://imlp-static.cdn.bcebos.com/img/check_box_on.png&quot;); --theme-evaluate-up-bg: url(&quot;https://imlp-static.cdn.bcebos.com/img/evaluate-hand-up-active.png&quot;); --theme-evaluate-down-bg: url(&quot;https://imlp-static.cdn.bcebos.com/img/evaluate-hand-down-active.png&quot;); --theme-question-icon: url(&quot;https://imlp-static.cdn.bcebos.com/img/qa-card-title-icon.png&quot;); --theme-question-top-bg: url(&quot;https://imlp-static.cdn.bcebos.com/img/qa-card-bg.png&quot;);">
<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+iUQBPqej4wB9lTGqLtz
</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(&quot;https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png&quot;);"></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(&quot;https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png&quot;);"></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(&quot;https://jmy-pic.baidu.com/0/pic/-1956254863_1462052964_329774311.png&quot;);">
<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&amp;ak=lqHMW2OpQb3ChBcZ123HpaXlr6KBvIP8&amp;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":"更多详情请在本页进行咨<E8A18C><E592A8>
}();
!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&amp;ak=lqHMW2OpQb3ChBcZ123HpaXlr6KBvIP8&amp;services=&amp;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>