.site-hero{
    width:100%;
    height:420px;
    margin-top:60px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
}
.site-hero:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,rgba(0,55,112,.72),rgba(0,80,170,.18));
}
.site-hero .w-1200{
    position:relative;
    z-index:1;
    color:#fff;
    padding-top:130px;
    box-sizing:border-box;
}
.site-hero-en{
    font-size:16px;
    letter-spacing:5px;
    color:rgba(255,255,255,.72);
}
.site-hero-title{
    font-size:52px;
    line-height:72px;
    font-weight:bold;
    margin-top:10px;
}
.site-hero-text{
    font-size:22px;
    line-height:36px;
    margin-top:10px;
}
.site-section{
    padding:88px 0;
    overflow:hidden;
}
.site-title{
    text-align:center;
}
.site-title-en{
    font-size:15px;
    color:#82a9d2;
    letter-spacing:4px;
    line-height:26px;
}
.site-title-cn{
    font-size:40px;
    color:#222;
    line-height:56px;
    font-weight:bold;
}
.site-title-line{
    width:68px;
    height:4px;
    background:#0050aa;
    margin:18px auto 0;
}
.product-grid,
.doctor-grid{
    display:flex;
    justify-content:space-between;
    margin-top:56px;
}
.product-card,
.doctor-card{
    width:31.5%;
    background:#fff;
    border-radius:22px;
    box-shadow:0 16px 42px rgba(0,80,170,.08);
    overflow:hidden;
}
.product-card img,
.doctor-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}
.product-card .card-body,
.doctor-card .card-body{
    padding:26px 28px 32px;
    box-sizing:border-box;
}
.product-card h3,
.doctor-card h3{
    font-size:23px;
    color:#222;
    line-height:34px;
}
.product-card p,
.doctor-card p{
    font-size:15px;
    color:#666;
    line-height:28px;
    margin-top:12px;
}
.shop-box{
    width:100%;
    background:#f7fbff;
}
.shop-list{
    display:flex;
    justify-content:center;
    margin-top:46px;
}
.shop-list a{
    display:block;
    width:180px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    background:#0050aa;
    border-radius:25px;
    margin:0 12px;
    font-size:16px;
}
.news-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:46px;
}
.news-card{
    width:31.5%;
    background:#fff;
    border-radius:18px;
    box-shadow:0 14px 36px rgba(0,80,170,.08);
    overflow:hidden;
    margin-bottom:28px;
}
.news-card img{
    width:100%;
    height:210px;
    object-fit:cover;
}
.news-card .news-body{
    padding:22px 24px 26px;
}
.news-card h3{
    font-size:20px;
    color:#222;
    line-height:32px;
    height:64px;
    overflow:hidden;
}
.news-card p{
    font-size:14px;
    color:#666;
    line-height:26px;
    height:52px;
    overflow:hidden;
    margin-top:10px;
}
.news-card .news-more{
    display:block;
    color:#0050aa;
    font-size:15px;
    margin-top:18px;
}
.site-empty{
    text-align:center;
    font-size:16px;
    color:#999;
    padding:80px 0;
}
.module{
    opacity:0;
    transform:translateY(42px);
    transition:all .8s ease;
}
.module.show{
    opacity:1;
    transform:translateY(0);
}
/*2026-07-07 17:25 二次开发：产品系列总页改为后台产品列表展示，鼠标悬浮显示简介并点击进入产品详情*/
.product-series-section{background:#f7fbff;}
.product-series-grid{display:flex;flex-wrap:wrap;gap:34px;margin-top:56px;}
.product-series-card{display:block;width:calc((100% - 68px) / 3);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(0,80,170,.08);transition:all .35s ease;color:#222;}
.product-series-card:hover{transform:translateY(-10px);box-shadow:0 24px 56px rgba(0,80,170,.15);}
.product-series-img{position:relative;width:100%;height:300px;overflow:hidden;background:#edf5ff;}
.product-series-img img{width:100%;height:100%;object-fit:cover;transition:all .55s ease;}
.product-series-card:hover .product-series-img img{transform:scale(1.08);}
.product-series-mask{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,80,170,.15),rgba(0,80,170,.9));color:#fff;padding:40px 34px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transform:translateY(20px);transition:all .35s ease;}
.product-series-card:hover .product-series-mask{opacity:1;transform:translateY(0);}
.product-series-mask-title{font-size:24px;line-height:34px;font-weight:bold;}
.product-series-mask-desc{font-size:15px;line-height:28px;margin-top:12px;color:rgba(255,255,255,.9);}
.product-series-mask span{display:block;width:132px;height:38px;line-height:38px;text-align:center;border:1px solid rgba(255,255,255,.7);border-radius:20px;font-size:14px;margin-top:22px;}
.product-series-info{padding:26px 28px 30px;box-sizing:border-box;}
.product-series-info h3{font-size:22px;color:#222;line-height:34px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product-series-info p{font-size:15px;color:#666;line-height:27px;height:54px;overflow:hidden;margin-top:10px;}
/*2026-07-07 17:25 二次开发：产品详情页增加产品图文介绍和天猫产品主页点击框*/
.product-detail-section{background:#fff;}
.product-detail-top{display:flex;align-items:center;gap:58px;background:#f7fbff;border-radius:28px;padding:58px;box-sizing:border-box;}
.product-detail-pic{width:46%;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 16px 42px rgba(0,80,170,.08);}
.product-detail-pic img{display:block;width:100%;height:420px;object-fit:cover;}
.product-detail-info{flex:1;}
.detail-label{display:inline-block;height:32px;line-height:32px;padding:0 16px;border-radius:16px;background:rgba(0,80,170,.1);color:#0050aa;font-size:14px;margin-bottom:18px;}
.product-detail-info h1{font-size:42px;line-height:58px;color:#222;font-weight:bold;}
.product-detail-info p{font-size:17px;color:#666;line-height:32px;margin-top:18px;}
.tmall-btn{display:block;width:210px;height:52px;line-height:52px;text-align:center;border-radius:28px;background:#0050aa;color:#fff;font-size:17px;margin-top:34px;box-shadow:0 12px 28px rgba(0,80,170,.22);}
.tmall-btn:hover{color:#fff;background:#003f88;}
.product-detail-content{margin-top:54px;background:#fff;border-radius:22px;padding:42px 48px;box-shadow:0 16px 42px rgba(0,80,170,.08);box-sizing:border-box;}
.detail-title{font-size:28px;line-height:40px;color:#222;font-weight:bold;border-left:5px solid #0050aa;padding-left:16px;margin-bottom:28px;}
.detail-content-body{font-size:16px;color:#555;line-height:32px;}
.detail-content-body img{max-width:100%;height:auto;}
.detail-page-link{display:flex;justify-content:space-between;margin-top:32px;}
.detail-page-link a{font-size:15px;color:#0050aa;max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*2026-07-07 17:25 二次开发：名医讲堂和媒体资讯改为参考资讯列表样式，后台文章/视频可持续维护*/
.news-list-section{background:#fff;}
.article-news-list{margin-top:54px;}
.article-news-item{display:flex;width:100%;background:#fff;border-radius:22px;overflow:hidden;margin-bottom:28px;box-shadow:0 14px 38px rgba(0,80,170,.08);transition:all .3s ease;color:#222;}
.article-news-item:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,80,170,.14);}
.article-news-img{width:340px;height:210px;flex-shrink:0;overflow:hidden;background:#edf5ff;}
.article-news-img img{width:100%;height:100%;object-fit:cover;transition:all .45s ease;}
.article-news-item:hover .article-news-img img{transform:scale(1.06);}
.article-news-info{flex:1;padding:30px 34px 28px;box-sizing:border-box;}
.article-news-date{font-size:15px;color:#8aa5c2;line-height:24px;margin-bottom:8px;}
.article-news-info h3{font-size:24px;color:#222;line-height:36px;font-weight:bold;max-height:72px;overflow:hidden;}
.article-news-info p{font-size:15px;color:#666;line-height:28px;height:56px;overflow:hidden;margin-top:12px;}
.article-news-info span{display:inline-block;color:#0050aa;font-size:15px;margin-top:18px;}
.page-box{text-align:center;margin-top:28px;}
.doctor-video-section{background:#f7fbff;}
.doctor-video-grid{display:flex;flex-wrap:wrap;gap:32px;margin-top:54px;}
.doctor-video-card{width:calc((100% - 64px) / 3);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 14px 38px rgba(0,80,170,.08);cursor:pointer;transition:all .3s ease;}
.doctor-video-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(0,80,170,.14);}
.doctor-video-img{position:relative;height:220px;overflow:hidden;background:#edf5ff;}
.doctor-video-img img{width:100%;height:100%;object-fit:cover;transition:all .45s ease;}
.doctor-video-card:hover .doctor-video-img img{transform:scale(1.06);}
.doctor-video-img:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.18);}
.doctor-video-img i{position:absolute;left:50%;top:50%;width:58px;height:58px;margin-left:-29px;margin-top:-29px;border-radius:50%;background:rgba(255,255,255,.92);z-index:2;}
.doctor-video-img i:after{content:"";position:absolute;left:24px;top:18px;border-left:18px solid #0050aa;border-top:11px solid transparent;border-bottom:11px solid transparent;}
.doctor-video-info{padding:24px 26px 28px;box-sizing:border-box;}
.doctor-video-info h3{font-size:21px;color:#222;line-height:32px;font-weight:bold;height:64px;overflow:hidden;}
.doctor-video-info p{font-size:15px;color:#666;line-height:28px;height:56px;overflow:hidden;margin-top:10px;}
.doctor-video-player{width:100%;height:100%;background:#000;}
@media screen and (max-width:1200px){
    .product-series-card,.doctor-video-card{width:calc((100% - 34px) / 2);}
    .product-detail-top{padding:38px;gap:34px;}
}
@media screen and (max-width:768px){
    .product-series-grid,.doctor-video-grid{display:block;}
    .product-series-card,.doctor-video-card{width:100%;margin-bottom:24px;}
    .product-detail-top,.article-news-item{display:block;}
    .product-detail-pic,.article-news-img{width:100%;}
    .product-detail-pic img{height:auto;}
    .article-news-img{height:210px;}
    .detail-page-link{display:block;}
    .detail-page-link a{display:block;max-width:100%;margin-bottom:12px;}
}
/*2026-07-07 18:10 收尾修复：产品详情页同时展示京东、天猫两个产品主页入口*/
.product-shop-buttons{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:34px;
}
.product-shop-buttons a{
    display:block;
    width:210px;
    height:52px;
    line-height:52px;
    text-align:center;
    border-radius:28px;
    color:#fff;
    font-size:17px;
    box-shadow:0 12px 28px rgba(0,80,170,.22);
}
.product-shop-buttons .jd-btn{
    background:#163f78;
}
.product-shop-buttons .tmall-btn{
    background:#0050aa;
    margin-top:0;
}
.product-shop-buttons a:hover{
    color:#fff;
    opacity:.92;
}
/*2026-07-07 18:10 收尾修复：名医讲堂详情页独立样式，避免复用媒体资讯详情导致栏目归属不清*/
.article-detail-section{
    background:#f7fbff;
}
.article-detail-box{
    background:#fff;
    border-radius:24px;
    padding:52px 62px;
    box-sizing:border-box;
    box-shadow:0 16px 42px rgba(0,80,170,.08);
}
.article-detail-box h1{
    font-size:36px;
    line-height:52px;
    color:#222;
    font-weight:bold;
    text-align:center;
}
.article-detail-meta{
    font-size:15px;
    color:#999;
    line-height:28px;
    text-align:center;
    margin-top:18px;
    padding-bottom:28px;
    border-bottom:1px solid #eee;
}
.article-detail-content{
    font-size:16px;
    color:#555;
    line-height:34px;
    margin-top:34px;
}
.article-detail-content img{
    max-width:100%;
    height:auto;
}
.article-back-link{
    text-align:center;
    margin-top:32px;
}
.article-back-link a{
    display:inline-block;
    min-width:150px;
    height:42px;
    line-height:42px;
    border-radius:22px;
    background:#0050aa;
    color:#fff;
    font-size:15px;
}
@media screen and (max-width:768px){
    .product-shop-buttons{display:block;}
    .product-shop-buttons a{width:100%;margin-bottom:14px;}
    .article-detail-box{padding:32px 22px;}
    .article-detail-box h1{font-size:28px;line-height:40px;}
}

/*2026-07-08 15:22 名医讲堂排版修复：按二次开发包 mingyijiangtang.html 的媒体资讯列表样式重做内容区域*/
.doctor-lecture-page{
    background:#fff;
    min-height:100vh;
    padding-top:60px;
    box-sizing:border-box;
}
.doctor-news-header{
    text-align:center;
    padding:34px 0 30px;
}
.doctor-news-header__title{
    font-size:28px;
    font-weight:700;
    color:#222;
    letter-spacing:4px;
    position:relative;
    display:inline-block;
    padding-bottom:18px;
    line-height:40px;
}
.doctor-news-header__title:after{
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:40px;
    height:3px;
    background:#de0515;
    border-radius:2px;
}
.doctor-news-header__sub{
    font-size:14px;
    color:#999;
    margin-top:12px;
    letter-spacing:2px;
    line-height:24px;
}
.doctor-news-list{
    border-radius:8px;
    padding:3.125vw 8.35946% 4.5vw;
    margin:0;
    box-sizing:border-box;
    background:#fff;
}
.doctor-news-item{
    display:flex;
    align-items:flex-start;
    gap:30px;
    padding:30px;
    position:relative;
    cursor:pointer;
    transition:all .4s cubic-bezier(.25,.46,.45,.94), opacity .55s ease, transform .55s ease;
    box-shadow:none;
    color:#222;
    opacity:0;
    transform:translateY(28px);
    box-sizing:border-box;
}
.doctor-news-item.show,
.doctor-news-item:hover{
    opacity:1;
}
.doctor-news-item.show{
    transform:translateY(0);
}
.doctor-news-item:after{
    content:"";
    position:absolute;
    bottom:0;
    left:30px;
    right:30px;
    height:1px;
    background:#e0e0e0;
}
.doctor-news-item:last-child:after{
    display:none;
}
.doctor-news-item__image{
    flex-shrink:0;
    width:38%;
    aspect-ratio:580/345;
    overflow:hidden;
    background:#e8e8e8;
    position:relative;
}
.doctor-news-item__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .4s cubic-bezier(.25,.46,.45,.94);
}
.doctor-news-item__content{
    flex:1;
    min-width:0;
}
.doctor-news-item__header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
    margin-bottom:10px;
}
.doctor-news-item__title{
    font-size:18px;
    font-weight:600;
    color:#222;
    line-height:1.5;
    transition:color .3s ease;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    flex:1;
}
.doctor-news-item__date{
    font-size:13px;
    color:#999;
    white-space:nowrap;
    margin-top:4px;
}
.doctor-news-item__summary{
    font-size:14px;
    color:#666;
    line-height:1.7;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.doctor-news-item:hover{
    box-shadow:0 2px 12px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.08);
    transform:translateY(-4px);
    background:#fafafa;
    z-index:1;
}
.doctor-news-item:hover .doctor-news-item__title{
    color:#de0515;
}
.doctor-news-item:hover .doctor-news-item__image img{
    transform:scale(1.12);
}
.doctor-news-video-image:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.2);
}
.doctor-news-video-image i{
    position:absolute;
    left:50%;
    top:50%;
    width:58px;
    height:58px;
    margin-left:-29px;
    margin-top:-29px;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    z-index:2;
    box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.doctor-news-video-image i:after{
    content:"";
    position:absolute;
    left:24px;
    top:18px;
    border-left:18px solid #de0515;
    border-top:11px solid transparent;
    border-bottom:11px solid transparent;
}
.doctor-news-empty{
    text-align:center;
    color:#999;
    font-size:15px;
    line-height:30px;
    padding:70px 0;
}
.doctor-news-page{
    text-align:center;
    padding:0 0 54px;
    color:#666;
    font-size:14px;
}
.doctor-video-player{
    width:100%;
    height:100%;
    background:#000;
}
@media (max-width:1024px){
    .doctor-news-item__image{
        width:38%;
    }
    .doctor-news-item__title{
        font-size:16px;
    }
    .doctor-news-item__summary{
        -webkit-line-clamp:2;
    }
}
@media (max-width:768px){
    .doctor-news-header__title{
        font-size:22px;
        letter-spacing:2px;
    }
    .doctor-news-list{
        padding:0 0 30px;
    }
    .doctor-news-item{
        flex-direction:row;
        align-items:stretch;
        padding:15px;
        gap:12px;
    }
    .doctor-news-item:after{
        left:0;
        right:0;
    }
    .doctor-news-item__image{
        width:35%;
        aspect-ratio:4/3;
        border-radius:4px;
    }
    .doctor-news-item__content{
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
    }
    .doctor-news-item__header{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
        margin-bottom:6px;
    }
    .doctor-news-item__title{
        font-size:15px;
        -webkit-line-clamp:1;
        margin-bottom:0;
    }
    .doctor-news-item__date{
        font-size:12px;
        margin-top:0;
    }
    .doctor-news-item__summary{
        display:-webkit-box;
        -webkit-line-clamp:3;
        font-size:13px;
        line-height:1.5;
    }
}
@media (max-width:480px){
    .doctor-news-item__image{
        width:40%;
    }
    .doctor-news-item__title{
        font-size:14px;
    }
}

/*2026-07-08 16:19 产品详情页内容区按二次开发包 chanpinjieshao.html 升级：左侧系列筛选、右侧后台可维护展示信息、产品购买卡片和天猫悬浮入口*/
.yue-product-page{background:#f5f7fa;padding:118px 0 86px;min-height:720px;box-sizing:border-box;}
.yue-product-title{text-align:center;margin-bottom:54px;}
.yue-product-title div{font-size:54px;line-height:72px;color:#002955;font-weight:bold;}
.yue-product-title p{font-size:18px;line-height:32px;color:#4d6a89;margin-top:12px;letter-spacing:2px;}
.yue-product-layout{display:flex;align-items:flex-start;gap:54px;overflow:visible;}
.yue-product-left{width:260px;flex-shrink:0;}
.yue-product-left h3{font-size:34px;line-height:46px;color:#002955;font-weight:bold;}
.yue-product-left>span{display:block;font-size:14px;line-height:28px;color:#6d7f94;margin-top:6px;}
.yue-product-left ul{margin-top:28px;}
.yue-product-left ul li{padding:24px 0;border-bottom:1px solid rgba(0,41,85,.15);}
.yue-product-left ul li h6{cursor:pointer;font-size:17px;line-height:26px;color:#002955;font-weight:bold;position:relative;padding-left:20px;display:flex;justify-content:space-between;align-items:center;}
.yue-product-left ul li h6:before{content:"";width:7px;height:7px;border-radius:50%;background:#002955;position:absolute;left:0;top:9px;}
.yue-product-left ul li h6 i{font-style:normal;font-size:18px;transition:all .25s ease;}
.yue-product-left ul li h6.active i{transform:rotate(180deg);}
.yue-product-nav-list{padding-top:20px;}
.yue-product-nav-list p{margin-bottom:14px;}
.yue-product-nav-list p:last-child{margin-bottom:0;}
.yue-product-nav-list p a{font-size:15px;line-height:26px;color:#5d7188;transition:all .25s ease;display:block;}
.yue-product-nav-list p.active a,.yue-product-nav-list p a:hover{font-size:22px;line-height:34px;color:#002955;font-weight:bold;}
.yue-product-shop-side{padding-top:18px;display:flex;flex-direction:column;gap:12px;}
.yue-product-shop-side a{display:block;height:42px;line-height:42px;text-align:center;border-radius:22px;background:#43c1ad;color:#002955;font-size:15px;font-weight:bold;transition:all .25s ease;}
.yue-product-shop-side a:hover{background:#002955;color:#fff;}
.yue-product-right{flex:1;min-width:0;}
.yue-product-feature-box{display:flex;align-items:stretch;justify-content:space-between;position:relative;padding-bottom:40px;}
.yue-product-feature-img{width:48%;min-height:430px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 18px 42px rgba(0,41,85,.08);}
.yue-product-feature-img img{display:block;width:100%;height:100%;object-fit:cover;transition:all .45s ease;}
.yue-product-feature-list{width:48%;display:flex;flex-direction:column;}
.yue-product-feature-list .item{flex:1;padding:24px 0 24px 42px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;position:relative;border-bottom:1px solid rgba(0,41,85,.1);cursor:pointer;transition:all .3s ease;}
.yue-product-feature-list .item:before{content:"";width:6px;height:6px;border-radius:50%;background:#002955;position:absolute;left:18px;top:34px;}
.yue-product-feature-list .item h6{font-size:24px;line-height:34px;color:#002955;font-weight:bold;transition:all .3s ease;}
.yue-product-feature-list .item p{font-size:15px;line-height:27px;color:#5d7188;margin-top:8px;display:none;}
.yue-product-feature-list .item.active{background:rgba(67,193,173,.1);padding-left:50px;}
.yue-product-feature-list .item.active h6{font-size:28px;line-height:40px;}
.yue-product-feature-list .item.active p{display:block;}
.yue-product-buy-list{margin-top:20px;display:flex;flex-wrap:wrap;}
.yue-product-buy-list .item{width:385px;height:558px;background:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 18px 42px rgba(0,41,85,.08);}
.yue-product-buy-list .item .txt{padding:30px;position:relative;background:#fff;z-index:2;box-sizing:border-box;}
.yue-product-buy-list .item .txt h6{font-size:30px;line-height:40px;color:#002955;font-weight:bold;}
.yue-product-buy-list .item .txt p{font-size:16px;line-height:28px;color:#4d6a89;margin-top:12px;max-height:84px;overflow:hidden;}
.yue-product-buy-list .item img{width:100%;flex:1;min-height:0;object-fit:cover;display:block;transition:all .45s ease;}
.yue-product-buy-list .item:hover img{transform:scale(1.06);}
.yue-product-buy-list .item .hover{position:absolute;left:0;top:0;right:0;bottom:0;z-index:4;background:rgba(67,193,173,.82);opacity:0;display:flex;justify-content:center;align-items:center;gap:18px;padding:0 26px;box-sizing:border-box;transition:all .3s ease;}
.yue-product-buy-list .item:hover .hover{opacity:1;}
.yue-product-buy-list .item .hover a{display:block;height:54px;line-height:54px;padding:0 26px;border-radius:28px;background:#002955;color:#fff;font-size:17px;text-align:center;font-weight:bold;}
.yue-product-buy-list .item[data-btns="2"] .hover a{flex:1;padding:0 12px;}
.yue-product-content-panel{margin-top:46px;background:#fff;border-radius:8px;padding:42px 46px;box-shadow:0 18px 42px rgba(0,41,85,.08);box-sizing:border-box;}
.yue-product-content-panel .detail-title{border-color:#43c1ad;color:#002955;}
.yue-product-prev-next{margin-top:30px;}
.yue-side-tmall{position:fixed;right:24px;bottom:142px;width:76px;height:76px;border-radius:8px;background:#fff;color:#002955;box-shadow:0 12px 32px rgba(0,41,85,.18);z-index:99;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:bold;line-height:24px;text-align:center;transition:all .25s ease;}
.yue-side-tmall:hover{background:#43c1ad;color:#002955;transform:translateY(-4px);}
.yue-gotop{position:fixed;right:32px;bottom:54px;width:54px;height:54px;border-radius:50%;background:#002955;color:#fff;z-index:99;display:flex;align-items:center;justify-content:center;font-size:24px;opacity:0;visibility:hidden;transition:all .25s ease;}
.yue-gotop.show{opacity:1;visibility:visible;}
.yue-gotop:hover{background:#43c1ad;color:#002955;}
@media screen and (max-width:1200px){
    .yue-product-layout{display:block;}
    .yue-product-left{width:100%;margin-bottom:36px;}
    .yue-product-left h3{font-size:28px;}
    .yue-product-nav-list{display:flex;flex-wrap:wrap;gap:12px;}
    .yue-product-nav-list p{margin:0;}
    .yue-product-nav-list p a{padding:8px 16px;border-radius:18px;background:#fff;}
    .yue-product-nav-list p.active a{font-size:16px;line-height:26px;background:#43c1ad;}
}
@media screen and (max-width:768px){
    .yue-product-page{padding:86px 0 58px;}
    .yue-product-title div{font-size:38px;line-height:50px;}
    .yue-product-title p{font-size:15px;}
    .yue-product-feature-box{display:block;}
    .yue-product-feature-img,.yue-product-feature-list{width:100%;}
    .yue-product-feature-img{min-height:0;height:auto;}
    .yue-product-feature-list .item{padding-left:32px;}
    .yue-product-feature-list .item.active{padding-left:38px;}
    .yue-product-buy-list .item{width:100%;height:auto;}
    .yue-product-buy-list .item img{height:auto;}
    .yue-product-buy-list .item .hover{position:static;opacity:1;background:#43c1ad;padding:18px;}
    .yue-side-tmall{right:12px;bottom:108px;width:62px;height:62px;font-size:15px;}
    .yue-gotop{right:16px;bottom:36px;}
}


/*2026-07-09 10:22 栏目管理扩展：名医讲堂栏目标题、介绍和背景图改为后台可维护，设置背景图时保持媒体资讯列表布局*/
.doctor-news-header.has-bg{
    position:relative;
    padding:96px 0 86px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    color:#fff;
    overflow:hidden;
}
.doctor-news-header.has-bg:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,rgba(0,55,112,.72),rgba(0,80,170,.24));
}
.doctor-news-header.has-bg .doctor-news-header__en,
.doctor-news-header.has-bg .doctor-news-header__title,
.doctor-news-header.has-bg .doctor-news-header__sub{
    position:relative;
    z-index:1;
}
.doctor-news-header__en{
    font-size:15px;
    line-height:24px;
    letter-spacing:5px;
    color:#82a9d2;
    margin-bottom:8px;
}
.doctor-news-header.has-bg .doctor-news-header__en,
.doctor-news-header.has-bg .doctor-news-header__title,
.doctor-news-header.has-bg .doctor-news-header__sub{
    color:#fff;
}
.doctor-news-header.has-bg .doctor-news-header__title:after{
    background:#fff;
}
