* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    background-color: #e8f0ff;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background: #FFFFFF;
}
.top_logo {
    width: 120px;
    height: 72px;
    background: url("./images/slogan@2x.png") no-repeat center/contain;
    margin-right: 47px;
}
.top_title {
    min-width: 270px;
    font-size: 24px;
    font-weight: 500;
    color: #0D6EFF;
    margin-right: 107px;
}
.top_item {
    margin-right: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top_item_title {
    width: 98px;
    height: 23px;
}
.top_item_title1 {
    background: url("./images/17@2x.png") no-repeat center/contain;
}
.top_item_title2 {
    background: url("./images/100+@2x.png") no-repeat center/contain;
}
.top_item_title3 {
    background: url("./images/6000w+@2x.png") no-repeat center/contain;
}
.top_item_content {
    font-size: 16px;
    font-weight: 500;
    color: #9099A8;
}
.top_more {
    position: relative;
    overflow: hidden;
    margin-left: 110px;
    cursor: pointer;
    min-width: 85px;
}
.top_more:hover {
    overflow: visible;
}
.top_more_title {
    position: relative;
    width: 64px;
    font-size: 16px;
    font-weight: 500;
    color: #8B93A4;
}
.top_more_title::after {
    position: absolute;
    top: 50%;
    right: -18px;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #8B93A4;
    border-top: none;
    border-right: none;
    transform: translateY(-55%) rotate(-45deg);
}
.top_more_list_wrapper {
    position: absolute;
    top: 10px;
    left: -18px;
    z-index: 999;
}
.top_more_list {
    height: 252px;
    background: #FFFFFF;
    border: 1px solid #C3D9ED;
    box-shadow: 0px 2px 9px 0px rgba(68,105,169,0.2);
    border-radius: 11px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transform: translate(0, 24px);
}
.top_more_item {
    display: block;
    text-decoration: none;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 25px;
}
.top_more_item:hover {
    color: #0D6EFF;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: sticky;
    top: 0;
    left: 0;
    background: #2150A2;
    z-index: 998;
}
.nav_item {
    width: 120px;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;

}
.nav_item--active {
    position: relative;
    background: #FFFFFF;
    color: #333333;
    font-weight: 800;
}
.nav_item--active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F4A523;
}
.nav_more {
    margin-left: 382px;
}
.nav_more_title {
    position: relative;
    color: #FFFFFF;
}
.nav_more_title::after {
    border: 1px solid #FFFFFF;
    border-top: none;
    border-right: none;
}

.banner {
    height: 476px;
    padding: 48px 125px;
    background: url("./images/banner@2x.jpg") no-repeat top/cover;
}

.layout {
    margin-top: 44px;
    display: flex;
    justify-content: center;
}
.layout_l {
    width: 720px;
    padding-bottom: 40px;
}
.item1 {
    background: #F4F8FF;
    border-radius: 28px;
    padding: 30px 24px 24px;
    position: relative;
}
.zx_why_title {
    text-align: center;
    margin-bottom: 28px;
}
.zx_why_title_l1 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
}
.zx_why_title_l2 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
}
.zx_why_cards {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.zx_why_card {
    flex: 1;
    background: linear-gradient(180deg, #EAF1FF 0%, #F4F8FF 100%);
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
}
.zx_why_card_head {
    background: linear-gradient(180deg, #B6CBFF 0%, #5E8DFF 100%);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 14px 0;
    border-radius: 16px 16px 0 0;
}
.zx_why_card_body {
    padding: 14px 8px 18px;
}
.zx_why_card_l {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.zx_why_card_b {
    color: #5E8DFF;
    font-size: 14px;
    line-height: 1.6;
}
.zx_why_plus {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -10px 0;
    position: relative;
    z-index: 2;
}
.zx_why_plus_inner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #5E8DFF;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(94, 141, 255, 0.4);
    margin-bottom: 40px;
}
.zx_why_price {
    background: linear-gradient(180deg, #F0F5FF 0%, #FFFFFF 100%);
    border-radius: 20px;
    padding: 30px 20px 18px;
    margin-top: 6px;
    position: relative;
}
.zx_why_price_head {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #B6CBFF 0%, #5E8DFF 100%);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 60px;
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(94, 141, 255, 0.3);
}
.zx_why_price_tag {
    background: linear-gradient(90deg, #FF9A3C 0%, #FF7A1A 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 12px 16px;
    border-radius: 30px;
    margin: 14px 14px 0;
}
.zx_why_price_family {
    display: flex;
    justify-content: center;
    margin: 0;
}
.zx_why_price_family_img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
}
.zx_why_price_cards {
    display: flex;
    gap: 14px;
    margin: -10px 14px 0;
    position: relative;
    z-index: 2;
}
.zx_why_price_card {
    flex: 1;
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(94, 141, 255, 0.12);
    overflow: hidden;
    text-align: center;
}
.zx_why_price_card_head {
    background: linear-gradient(180deg, #B6CBFF 0%, #5E8DFF 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 8px;
}
.zx_why_price_card_body {
    padding: 16px 8px 18px;
    color: #333333;
    font-size: 15px;
    line-height: 1.9;
}
.zx_why_price_foot {
    text-align: center;
    color: #999999;
    font-size: 13px;
    margin-top: 18px;
}

.item11 {
    margin-top: 43px;
    background: #F4F8FF;
    border-radius: 28px;
    padding: 30px 20px 26px;
}
.zx_upgrade_title {
    text-align: center;
    margin-bottom: 24px;
}
.zx_upgrade_title_l1 {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(90deg, #4A7DFF 0%, #6BA0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.3;
}
.zx_upgrade_title_l2 {
    display: inline-block;
    background: linear-gradient(90deg, #FFA94D 0%, #FF8A2A 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 26px;
    border-radius: 30px;
    margin-top: 16px;
}
.zx_upgrade_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.zx_upgrade_item {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(94, 141, 255, 0.08);
}
.zx_upgrade_item_head {
    background: linear-gradient(90deg, #6FA9FF 0%, #4A7DFF 100%);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.zx_upgrade_item_num {
    background: #FFFFFF;
    color: #4A7DFF;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 16px;
    white-space: nowrap;
}
.zx_upgrade_item_name {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}
.zx_upgrade_item_body {
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.zx_upgrade_item_icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    object-fit: contain;
}
.zx_upgrade_item_text {
    flex: 1;
    min-width: 0;
}
.zx_upgrade_item_text_li {
    display: flex;
    align-items: flex-start;
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.zx_upgrade_item_text_li:last-child {
    margin-bottom: 0;
}
.zx_upgrade_item_text_li b {
    color: #4A7DFF;
    font-weight: bold;
    margin: 0 2px;
}
.zx_check {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: #4A7DFF;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
}
.zx_check::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.zx_upgrade_item_text_tip {
    color: #999999;
    font-size: 13px;
    margin-top: 4px;
    padding-left: 26px;
}
.zx_tag {
    display: inline-block;
    background: #FFE5D1;
    color: #FF7A1A;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 4px;
}

.item3 {
    margin-top: 43px;
    background: #F4F8FF;
    border-radius: 28px;
    padding: 30px 20px 26px;
}
.zx3_title {
    text-align: center;
    margin-bottom: 18px;
}
.zx3_title_l1 {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(90deg, #4A7DFF 0%, #6BA0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.zx3_title_icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6FA9FF 0%, #4A7DFF 100%);
    vertical-align: middle;
}
.zx3_title_l2 {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.zx3_summary {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 18px 16px 16px;
    box-shadow: 0 4px 14px rgba(94, 141, 255, 0.08);
    margin-bottom: 18px;
    margin-top: -8px;
}
.zx3_summary_top {
    text-align: center;
    margin-bottom: 14px;
}
.zx3_summary_top_t {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
}
.zx3_summary_top_num {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}
.zx3_summary_banner {
    position: relative;
    background: linear-gradient(90deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    border-radius: 30px;
    padding: 12px 70px 12px 24px;
    margin: 0 0 18px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
}
.zx3_summary_banner_tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 12px;
    margin-right: 8px;
    font-weight: normal;
    vertical-align: middle;
}
.zx3_summary_banner_text {
    vertical-align: middle;
}
.zx3_summary_banner_icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zx3_summary_banner_icon::before {
    content: '';
    width: 18px;
    height: 22px;
    border: 2px solid #FFFFFF;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.zx3_summary_banner_icon::after {
    content: '✓';
    position: absolute;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.zx3_summary_row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 12px;
}
.zx3_summary_row:last-child {
    margin-bottom: 0;
}
.zx3_summary_label {
    flex: 0 0 60px;
    background: linear-gradient(180deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.zx3_summary_label_green {
    background: linear-gradient(180deg, #5BC990 0%, #2BA76D 100%);
}
.zx3_summary_label_orange {
    background: linear-gradient(180deg, #FFA94D 0%, #FF8A2A 100%);
}
.zx3_summary_items {
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: stretch;
}
.zx3_summary_items3 {
    background: linear-gradient(180deg, #B6D5FF 0%, #4A7DFF 100%);
    border-radius: 12px;
    padding: 16px 12px;
    gap: 8px;
    align-items: stretch;
}
.zx3_summary_item3 {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 8px 6px 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.zx3_summary_item_t3 {
    color: #4A7DFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.3;
}
.zx3_summary_item_tags {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.zx3_summary_item_tag {
    background: linear-gradient(90deg, #D5E4FF 0%, #E8F0FF 100%);
    color: #4A7DFF;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 4px;
    border-radius: 6px;
    line-height: 1.3;
}
.zx3_summary_item_more {
    color: #4A7DFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    letter-spacing: 2px;
}
.zx3_summary_item_plus {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #4A7DFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    align-self: center;
    flex-shrink: 0;
}
.zx3_summary_item4 {
    flex: 1;
    background: #F4F8FF;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.zx3_summary_row2 .zx3_summary_item4 {
    background: linear-gradient(180deg, #D8F3E5 0%, #A8E5C6 100%);
}
.zx3_summary_row3 .zx3_summary_item4 {
    background: linear-gradient(180deg, #FFEAD0 0%, #FFD8A8 100%);
}
.zx3_summary_item_tag4 {
    background: linear-gradient(90deg, #5BC990 0%, #2BA76D 100%);
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
    margin-bottom: 4px;
}
.zx3_summary_item_tag4_orange {
    background: linear-gradient(90deg, #FFA94D 0%, #FF8A2A 100%);
}
.zx3_summary_item_n4 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
.zx3_summary_item_b4 {
    color: #2BA76D;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}
.zx3_summary_row3 .zx3_summary_item_b4 {
    color: #FF8A2A;
}
.zx3_features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.zx3_feature {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 18px 18px 20px;
    box-shadow: 0 4px 14px rgba(94, 141, 255, 0.08);
}
.zx3_feature_head {
    background: linear-gradient(90deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-radius: 12px;
    margin-bottom: 8px;
}

/* 就医更安心 - 4.png 风格重做 */
.zx3_feature_hospital {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 0 0 20px;
    box-shadow: 0 4px 14px rgba(94, 141, 255, 0.08);
    overflow: hidden;
}
.zx3_feature_banner {
    position: relative;
    background: linear-gradient(180deg, #6FA9FF 0%, #4A7DFF 100%);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 22px;
    overflow: hidden;
}
.zx3_feature_banner_titles {
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}
.zx3_feature_banner_titles .zx3_feature_head {
    background: none;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(20, 60, 140, 0.25);
    letter-spacing: 3px;
}
.zx3_feature_banner_sub {
    color: #EAF1FF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.zx3_feature_banner_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 1;
}
.zx3_feature_hosline {
    text-align: center;
    color: #2C2C2C;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 8px;
    letter-spacing: 1px;
}
.zx3_feature_hosstage {
    position: relative;
    margin: 4px 18px 14px;
    background: linear-gradient(180deg, #E8F0FF 0%, #F4F8FF 100%);
    border-radius: 14px;
    padding: 18px 14px 8px;
    min-height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.zx3_feature_hosimg {
    width: 90%;
    max-width: 320px;
    height: auto;
    display: block;
}
.zx3_feature_hosgrid {
    display: flex;
    gap: 10px;
    padding: 0 18px;
    margin-bottom: 14px;
}
.zx3_feature_hoscard {
    flex: 1;
    background: #F4F8FF;
    border-radius: 12px;
    padding: 14px 12px;
    min-height: 100px;
}
.zx3_feature_hoscard_t {
    background: linear-gradient(90deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 14px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
    box-shadow: 0 2px 4px rgba(74, 125, 255, 0.2);
}
.zx3_feature_hoscard_b {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}
.zx3_feature_hoscard_n {
    color: #999999;
    font-size: 12px;
    margin-top: 6px;
}
.zx3_feature_advhead {
    background: linear-gradient(90deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 12px;
    margin: 0 18px 12px;
    letter-spacing: 1px;
}
.zx3_feature_advlist {
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zx3_feature_advitem {
    background: #F4F8FF;
    border-radius: 12px;
    padding: 12px 14px;
    position: relative;
    overflow: hidden;
}
.zx3_feature_advlabel {
    display: inline-block;
    background: linear-gradient(90deg, #5BC990 0%, #2BA76D 100%);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}
.zx3_feature_advb {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 1.7;
}
.zx3_feature_advdot {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 1.7;
}
.zx3_feature_advrow {
    display: flex;
    gap: 10px;
}
.zx3_feature_advitem_half {
    flex: 1;
}
.zx3_feature_sub {
    text-align: center;
    color: #4A7DFF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
}
.zx3_feature_body {
    background: #F4F8FF;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 14px;
}
.zx3_feature_tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.zx3_feature_tab {
    flex: 1;
    text-align: center;
    background: #FFFFFF;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid #D5E2FF;
}
.zx3_feature_tab_active {
    background: linear-gradient(90deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    border-color: transparent;
}
.zx3_feature_panels {
    display: flex;
    gap: 10px;
}
.zx3_feature_panel {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #D5E2FF;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}
.zx3_feature_panel_t {
    color: #4A7DFF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}
.zx3_feature_panel_b {
    color: #666666;
    font-size: 13px;
}
.zx3_feature_extend {
    background: linear-gradient(90deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.zx3_feature_grid {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}
.zx3_feature_grid_item {
    flex: 1;
    background: #F4F8FF;
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
}
.zx3_feature_grid_t {
    color: #4A7DFF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}
.zx3_feature_grid_b {
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
}
.zx3_feature_types {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}
.zx3_feature_type {
    flex: 1;
    background: linear-gradient(180deg, #B6CBFF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    border-radius: 12px;
    padding: 14px 8px;
    text-align: center;
}
.zx3_feature_type_t {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
.zx3_feature_type_b {
    font-size: 12px;
    opacity: 0.9;
}
.zx3_feature_drug {
    background: #F4F8FF;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 14px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.zx3_feature_drug_label {
    flex: 0 0 100px;
    background: linear-gradient(180deg, #FFA94D 0%, #FF8A2A 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 10px 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.zx3_feature_drug_b {
    flex: 1;
    color: #333333;
    font-size: 13px;
    line-height: 1.6;
}
.zx3_feature_three {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.zx3_feature_three_item {
    flex: 1;
    background: #F4F8FF;
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
}
.zx3_feature_three_t {
    color: #4A7DFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.zx3_feature_three_b {
    color: #666666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 6px;
}
.zx3_feature_note {
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}
.zx3_feature_diamond {
    background: #F4F8FF;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    margin-bottom: 14px;
    position: relative;
}
.zx3_feature_diamond_t {
    color: #4A7DFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.zx3_feature_diamond_b {
    color: #333333;
    font-size: 13px;
    line-height: 1.5;
}
.zx3_feature_surround {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 14px;
}
.zx3_feature_surround_item {
    background: #FFFFFF;
    border: 1px solid #4A7DFF;
    color: #4A7DFF;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
}
.zx3_feature_stages {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.zx3_feature_stage {
    flex: 1;
    border-radius: 10px;
    padding: 14px 8px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.zx3_feature_stage:nth-child(1) {
    background: linear-gradient(180deg, #6FA9FF 0%, #4A7DFF 100%);
}
.zx3_feature_stage:nth-child(2) {
    background: linear-gradient(180deg, #FFA94D 0%, #FF8A2A 100%);
}
.zx3_feature_stage:nth-child(3) {
    background: linear-gradient(180deg, #5BC990 0%, #2BA76D 100%);
}
.zx3_feature_stage_b {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
    opacity: 0.95;
}
.zx3_service_flow {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}
.zx3_service_flow_col {
    flex: 1;
    background: #F4F8FF;
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
}
.zx3_service_flow_col_active {
    background: linear-gradient(180deg, #B6CBFF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    transform: scale(1.05);
}
.zx3_service_flow_t {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #4A7DFF;
}
.zx3_service_flow_col_active .zx3_service_flow_t {
    color: #FFFFFF;
}
.zx3_service_flow_li {
    font-size: 12px;
    color: #666666;
    line-height: 1.8;
    border-top: 1px dashed #C8D6F0;
    padding: 2px 0;
}
.zx3_service_flow_col_active .zx3_service_flow_li {
    color: #FFFFFF;
    border-top-color: rgba(255,255,255,0.3);
}
.zx3_feature_blue_card {
    background: #F4F8FF;
    border-left: 4px solid #4A7DFF;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 10px;
}
.zx3_feature_blue_t {
    color: #4A7DFF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}
.zx3_feature_blue_b {
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}
.zx3_feature_green_card {
    background: #EAF8F1;
    border-left: 4px solid #2BA76D;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 10px;
}
.zx3_feature_green_t {
    color: #2BA76D;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}
.zx3_feature_green_b {
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}
.zx3_supplement {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 20px 18px 22px;
    box-shadow: 0 4px 14px rgba(94, 141, 255, 0.08);
}
.zx3_supplement_t {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
}
.zx3_supplement_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zx3_supplement_item {
    background: #F4F8FF;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.zx3_supplement_item_l {
    flex: 1;
    min-width: 0;
}
.zx3_supplement_item_lt {
    font-size: 15px;
    font-weight: bold;
    color: #4A7DFF;
    margin-bottom: 6px;
}
.zx3_tag {
    display: inline-block;
    background: linear-gradient(90deg, #FFA94D 0%, #FF8A2A 100%);
    color: #FFFFFF;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
    font-weight: normal;
}
.zx3_supplement_item_lb {
    color: #666666;
    font-size: 13px;
    line-height: 1.6;
}
.zx3_supplement_item_r {
    flex: 0 0 80px;
    background: linear-gradient(180deg, #6FA9FF 0%, #4A7DFF 100%);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 18px 8px;
    border-radius: 8px;
    line-height: 1.3;
}
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
}
.item3_t1 {
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item3_t2 {
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.item3_content {
    margin-top: -9px;
}
.item3_content_item {
    margin-bottom: 40px;
}
.item3_content_item_t {
    position: relative;
    height: 63px;
    line-height: 63px;
}
.item3_content_item_t1 {
    padding: 0 0 0 38px;
    height: 100%;
    line-height: inherit;
    font-size: 24px;
    color: #FFFFFF;
    background-color: #FFA32B;
    border-radius: 28px 28px 0 0;
}
.item3_content_item_t2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 77%;
    height: 100%;
    padding: 0px 0 0px 35px;
    line-height: inherit;
    font-size: 22px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #62D6A3;
    border-radius: 28px 28px 0 0;
}
.item3_content_item_b {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 58px 86px 54px 84px;
}
.item3_content_item_b_img {
    width: 433px;
    height: 398px;
    background: url("./images/bzlm@2x.png") no-repeat top/cover;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    white-space: nowrap;
}
.item3_content_item_b_img_text1 {
    position: absolute;
    top: 165px;
    left: 0px;
}
.item3_content_item_b_img_text2 {
    position: absolute;
    top: 60px;
    left: 110px;
}
.item3_content_item_b_img_text3 {
    position: absolute;
    top: 60px;
    left: 265px;
}
.item3_content_item_b_img_text4 {
    position: absolute;
    top: 165px;
    left: 377px;
}
.item3_content_item_b_main {
    position: relative;
    margin-top: -133px;
}
.item3_content_item_b_main_title {
    padding: 18px 0 14px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    background: #FA9449 linear-gradient(0deg, #FFA25B 0%, #FFC47D 100%);
    border-radius: 19px 19px 0px 0px;
}
.item3_content_item_b_main_content {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding: 20px 0 30px 70px;
    border-radius: 0px 0px 19px 19px;
    overflow: hidden;
    background-color: #FEF5E4;
}
.item3_content_item_b_main_content1 {
    display: flex;
    align-items: center;
}
.item3_content_item_b_main_content1::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
}
.item3_content_item_b_main_content1:last-child {
    margin-top: 20px;
}
.item3_content_item_b2 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 33px 65px 50px 60px;
}
.item3_content_item_b2_img {
    width: 404px;
    height: 218px;
    margin: 0 auto;
    background: url("./images/pic55@2x.png") no-repeat top/cover;
}
.item3_content_item_b2_main {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
    position: relative;
}
.item3_content_item_b2_main_l {
    flex: 1;
    padding: 30px 30px 60px;
    background: #FFFFFF;
    border-radius: 19px;
    text-align: center;
}
.item3_content_item_b2_main_l1 {
    font-size: 20px;
    font-weight: normal;
    color: #FF680E;
}
.item3_content_item_b2_main_l2 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-top: 10px;
    text-align: left;
}
.item3_content_item_b2_main_m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 49px;
    height: 49px;
    background: url("./images/+@2x.png") no-repeat top/cover;
}
.item3_content_item_b2_main_r {
    flex: 1;
    margin-left: 15px;
    padding: 30px 30px 60px;
    background: #FFFFFF;
    border-radius: 19px;
    text-align: center;
}
.item3_content_item_b3 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 40px 70px 47px;
}
.item3_content_item_b3_t {
    display: flex;
    align-items: stretch;
}
.item3_content_item_b3_t_item {
    flex: 1;
    padding: 20px 30px 30px;
    background: #FFFFFF;
    border-radius: 24px;
}
.item3_content_item_b3_t_item:last-child {
    margin-left: 30px;
}
.item3_content_item_b3_t_item1 {
    font-size: 29px;
    font-weight: bold;
    color: #FF680E;
    margin-top: 10px;
    text-align: center;
}
.item3_content_item_b3_t_item2 {
    width: 98px;
    height: 80px;
    background: url("./images/4106@2x.png") no-repeat top/cover;
    margin: 0 auto;
    margin-top: 22px;
}
.item3_content_item_b3_t_item22 {
    width: 91px;
    height: 77px;
    background: url("./images/4107@2x.png") no-repeat top/cover;
    margin: 0 auto;
    margin-top: 25px;
}
.item3_content_item_b3_t_item3 {
    margin-top: 29px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item3_content_item_b3_desc {
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}
.item3_content_item_b4 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 30px 60px 40px 66px;
}
.item3_content_item_b4_t {

}
.item3_content_item_b4_t1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item3_content_item_b4_t1_l {

}
.item3_content_item_b4_t1_l_text {
    margin: 20px 0;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    display: flex;
    align-items: center;
}
.item3_content_item_b4_t1_l_text_inner {
    font-size: 30px;
    font-weight: bold;
    color: #FF680E;
    line-height: 23px;
}
.item3_content_item_b4_t1_r {
    margin-left: 25px;
    width: 205px;
    height: 151px;
    background: url("./images/58@2x.png") no-repeat top/cover;
}
.item3_content_item_b4_t2 {
    margin-top: 15px;
    background: #DCF7EC;
    border-radius: 21px;
    padding: 15px 35px;
    display: flex;
    flex-wrap: wrap;
}
.item3_content_item_b4_t2_text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-right: 40px;
    line-height: 25px;
}
.item3_content_item_b4_t2_text::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
}
.item3_content_item_b5 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 40px 70px;
}
.item3_content_item_b5_item {
    padding: 29px 49px;
    background: #FFFFFF;
    border-radius: 19px;
    margin-bottom: 16px;
}
.item3_content_item_b5_item_l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item3_content_item_b5_item_l_img {
    width: 144px;
    height: 82px;
    background: url("./images/20000@2x.png") no-repeat top/cover;
}
.item3_content_item_b5_item_l_img2 {
    width: 128px;
    height: 129px;
    background: url("./images/640@2x.png") no-repeat top/cover;
}
.item3_content_item_b5_item_l_list {
    min-width: 225px;
}
.item3_content_item_b5_item_l_list_title {
    font-size: 20px;
    font-weight: normal;
    color: #FF680E;
}
.item3_content_item_b5_item_l_list_text {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item3_content_item_b5_item_l_list_text::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
}
.item3_content_item_b6 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 40px 56px;
    display: flex;
}
.item3_content_item_b6_item {
    margin: 0 14px;
    background: #DCF7EC;
    border-radius: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 188px;
}
.item3_content_item_b6_item_img {
    width: 87px;
    height: 84px;
}
.item3_content_item_b6_item_img1 {
    background: url("./images/dp@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_img2 {
    width: 115px;
    height: 89px;
    background: url("./images/fm@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_img3 {
    width: 111px;
    height: 84px;
    background: url("./images/ys@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_text {
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item3_desc {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    text-align: center;
    margin-top: -40px;
}


.item4 {
    height: 1634px;
}
.item5 {
    height: 1690px;
}
.item6 {
    height: 2240px;
}

.item7 {
    margin-top: 75px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 30px 5px;
    box-shadow: 2px 0px 16px 0px #F9F4EA;
}
.item7_top {
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item7_content {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    margin-top: 25px;
}
.item7_content_inner {
    background: #FFFFFF;
    border: 1px solid #CBEBE8;
    border-radius: 18px;
    overflow: hidden;
}
.item7_c1 {
    display: flex;
    align-items: stretch;
}
.item7_c1_l {
    text-align: center;
    flex: 1;
    border-right: 1px solid #CBEBE8;
    border-bottom: 1px solid #CBEBE8;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item7_c1_l2 {
    flex: 3;
}
.item7_c1_r {
    text-align: center;
    flex: 3;
    border-bottom: 1px solid #CBEBE8;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item7_c1_r2 {
    flex: 5;
}
.item7_c2 {
    display: flex;
    align-items: stretch;
}
.item7_c2_l {
    flex: 1;
    border-right: 1px solid #CBEBE8;
    border-bottom: 1px solid #CBEBE8;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.item7_c2_r {
    text-align: center;
    flex: 5;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item7_c1_r_inner {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}
.item7_c2:last-child .item7_c2_l,.item7_c2:last-child .item7_c1:last-child * {
    border-bottom: none;
}

.item8 {
    margin-top: 80px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 26px 15px;
    box-shadow: 2px 0px 16px 0px #F9F4EA;
}
.item8_top {
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item8_top_text1 {
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item8_top_text2 {
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.item8_info_wrapper {
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    margin-top: 50px;
    padding: 24px 30px 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.item8_info_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, #4FB4F5 0%, #B5DCFB 100%);
    z-index: 0;
}
.item8_info_wrapper > * {
    position: relative;
    z-index: 1;
}
.item8_info_top {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0;
}
.item8_info_top_title {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
}
.item8_info_top_title_main {
    text-shadow: 0 2px 6px rgba(0, 102, 204, 0.25);
}
.item8_info_top_title_sub {
    font-size: 22px;
    margin-top: 4px;
    text-shadow: 0 2px 6px rgba(0, 102, 204, 0.25);
}
.item8_info_top_user {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    margin-top: 18px;
    padding: 20px 24px 22px 30px;
    position: relative;
    box-shadow: 0 6px 20px rgba(60, 130, 200, 0.12);
}
.item8_info_top_user_l {
    flex: 1;
}
.item8_info_top_user_name {
    font-size: 30px;
    font-weight: bold;
    color: #1F2937;
    line-height: 1.3;
}
.item8_info_top_user_disease {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.5;
    color: #3B82F6;
    font-weight: 600;
}
.item8_info_top_user_tip {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    color: #94A3B8;
}
.item8_info_top_user_r {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.item8_info_top_user_img {
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(4px);
}
.item8_info_table {
    margin-top: 22px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 0 22px;
    box-shadow: 0 4px 16px rgba(60, 130, 200, 0.08);
}
.item8_info_table_head {
    display: flex;
    padding: 18px 0 14px;
    border-bottom: 1px solid #E5E7EB;
}
.item8_info_table_th {
    flex: 1;
    font-size: 17px;
    font-weight: bold;
    color: #1F2937;
    text-align: center;
}
.item8_info_table_th:first-child {
    flex: 1.3;
    text-align: left;
    padding-left: 4px;
}
.item8_info_table_th:nth-child(2) {
    flex: 1.6;
    text-align: left;
    padding-left: 8px;
}
.item8_info_table_row {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px dashed #E5E7EB;
}
.item8_info_table_row_last {
    border-bottom: none;
}
.item8_info_table_td {
    flex: 1;
    font-size: 15px;
    color: #4B5563;
    text-align: center;
}
.item8_info_table_td:first-child {
    flex: 1.3;
    text-align: left;
    padding-left: 4px;
    color: #6B7280;
}
.item8_info_table_td:nth-child(2) {
    flex: 1.6;
    text-align: left;
    padding-left: 8px;
}
.item8_info_total {
    margin: 18px 0 8px;
    height: 64px;
    background: linear-gradient(90deg, #3B82F6 0%, #5B9DF9 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}
.item8_info_total_icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #3B82F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.item8_info_total_text {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.item8_info_detail {
    margin-top: 8px;
    padding: 8px 0;
}
.item8_info_detail_item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px dashed #E5E7EB;
    position: relative;
}
.item8_info_detail_item:last-child {
    border-bottom: none;
}
.item8_info_detail_item::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 100%;
    width: 1px;
    height: 12px;
    background: #CBD5E1;
    display: none;
}
.item8_info_detail_item:not(:last-child)::before {
    display: block;
}
.item8_info_detail_icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 14px;
}
.item8_info_detail_r {
    flex: 1;
    padding-top: 2px;
}
.item8_info_detail_title {
    font-size: 18px;
    font-weight: bold;
    color: #1F2937;
    line-height: 1.4;
}
.item8_info_detail_text {
    font-size: 14px;
    line-height: 1.7;
    color: #4B5563;
    margin-top: 6px;
}
.item8_info_notice {
    margin-top: 14px;
    padding: 16px 18px;
    background: #F1F5F9;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.7;
    color: #64748B;
}

.item9 {
    margin-top: 43px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 26px 15px;
    box-shadow: 2px 0px 16px 0px #F9F4EA;
}
.item9_title {
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item9_title2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: normal;
    color: #FF680E;
}
.item9_title2::before {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/li.png") no-repeat top/cover;
    margin-right: 12px;
}
.item9_title2::after {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/li.png") no-repeat top/cover;
    margin-left: 12px;
    transform: rotate(180deg);
}
.item9_main_wrapper {
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    margin-top: 30px;
}
.item9_main {
    display: flex;
    margin-top: 28px;
    height: 438px;
    border-radius: 18px;
    overflow: hidden;
}
.item9_main_l {
    flex: 0 0 206px;
    display: flex;
    flex-direction: column;
}
.item9_main_l_item_wrapper {
    flex: 1;
    cursor: pointer;
    background: #C8EDE9;
}
.item9_main_l_item {
    width: 206px;
    height: 132px;
    line-height: 115px;
    text-align: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.item9_main_l_item--active {
    background: url("./images/btn3@2x.png") no-repeat top/cover;
    color: #FFFFFF;
    position: relative;
}
.item9_main_l_item--active::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 45%;
    transform: translateY(-50%) rotate(50deg);
    background: #EFF9F8;
}
.item9_main_r {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding-left: 10px;
    background: #EFF9F8;
    padding: 39px 3px 39px 55px;
    height: 100%;
    overflow: hidden;
}
.item9_main_r_item {
    display: none;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 28px;
}
.item9_main_r_item--active {
    display: block;
}
.item9_main_r_item::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}
.item9_main_r_item::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 4px;
    background-color: rgba(144,147,153,.3);
}
.item9_test {
    background: #EFF9F8;
    border-radius: 18px;
    margin-top: 28px;
    padding: 38px;
}
.item9_test_item {
    display: flex;
    margin-bottom: 7px;
}
.item9_test_item_icon {
    flex: 0 0 44px;
    width: 44px;
    height: 20px;
    transform: translateY(6px);
    background: #30B177;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
}
.item9_test_item_content {
    display: block;
    text-decoration: none;
    flex: 1;
    margin-left: 9px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.item9_test_item_content:hover {
    color: #0D6EFF
}
.item9_question {
    background: #EFF9F8;
    border-radius: 18px;
    margin-top: 27px;
}
.item9_question_item {
    padding: 22px 36px;
}
.item9_question_item2 {
    display: flex;
}
.item9_question_item2_icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    transform: translateY(4px);
    background: #30B177;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}
.item9_question_item2_content {
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.item9_question_item3 {
    margin-top: 13px;
    display: flex;
}
.item9_question_item3_icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: #FC700A;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}
.item9_question_item3_content {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.item10 {
    margin: 28px auto;
    width: 649px;
    font-size: 16px;
    font-weight: normal;
    color: #DE9569;
    line-height: 40px;
}

.bg_b1 {
}
.layout_r {
    position: relative;
    width: 426px;
}
.form {
    position: sticky;
    top: 60px;
    left: 0;
    padding: 10px 40px 43px;
    width: 426px;
    height: 407px;
    z-index: 5;
    background: url("./images/biaodan@2x.png") no-repeat top/cover;
    margin-left: 54px;
}
.form_title {
    margin-bottom: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px #EA634C;
}
.form_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    height: 40px;
}
.form_item_title {
    position: relative;
    flex: 0 0 90px;
    width: 90px;
    font-size: 18px;
    font-weight: 500;
    color: #3E3E3E;
}
.form_item_title::before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '*';
    color: rgb(255, 77, 79);
}
.form_item_content {
    position: relative;
    display: flex;
    align-items: center;
}
.form_item_content_input {
    width: 260px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
}
.form_item_content_name {
}
.form_item_content_sex {
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.form_item_content_sex_item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}
.form_item_content_sex_item:last-child {
    margin-left: 5px;
}
.form_item_content_sex_item--active {
    border-color: #0068F9;
}
.form_item_content_error {
    display: none;
    position: absolute;
    top: 42px;
    left: 10px;
    color: rgb(255, 77, 79);
    font-size: 12px;
}
.form_item_content_error--active {
    display: block;
}
.form_submit_wrapper {
    display: flex;
    justify-content: center;
    margin: 30px auto 10px;
}
.form_submit {
    width: 360px;
    height: 103px;
    background: url("./images/btn-pc@2x.png") no-repeat top/cover;
    outline: none;
    border: none;
    animation: submit_button 1.5s ease infinite;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
@keyframes submit_button {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.form_submit2 {
    display: block;
    width: 70px;
    margin: 0 auto;
    text-decoration: none;
}
.form_desc {
    font-weight: 400;
    color: #3E3E3E;
    opacity: 0.5;
    font-size: 12px;
}

.footer {
    height: 87px;
    background-color: #FFFFFF;
    padding-top: 20px;
}
.footer_content {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}
.footer_item_icon1 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -127px -151px;
    vertical-align: sub;
    margin-left: 10px;
    margin-right: 5px;
    background-image: url("https://img.huizecdn.com/hz/www/page/index/icon-sprite.png");
}
.footer_item_icon2 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -153px -152px;
    vertical-align: sub;
    margin-left: 10px;
    margin-right: 5px;
    background-image: url("https://img.huizecdn.com/hz/www/page/index/icon-sprite.png");
}

.modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.52);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal--active {
    display: flex;
}
.modal_main {
    width: 520px;
    height: 483px;
    padding: 87px 0 85px;
    text-align: center;
    background: url("./images/4240@2x.png") no-repeat top/cover;
}
.modal_main_title {
    font-size: 36px;
    font-weight: bold;
    color: #062157;
}
.modal_main_tip1 {
    margin-top: 71px;
    font-size: 25px;
    font-weight: 800;
    color: #0C66FF;
}
.modal_main_tip2 {
    margin-top: 21px;
    font-size: 20px;
    font-weight: 400;
    color: #062157;
}
.modal_main_op {
    margin-top: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_main_op_item {
    width: 180px;
    height: 70px;
    line-height: 70px;
    background: linear-gradient(74deg, #0082FB, #0068F9);
    border-radius: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
.modal_main_op_item:last-child {
    border: 1px solid #0C66FF;
    margin-left: 18px;
    background: #D2EAFF;
    font-size: 24px;
    font-weight: bold;
    color: #0C66FF;
}

/* ============================================== */
/* 用药更省心模块 - 基于 6.png 重做                */
/* ============================================== */
.zx3_feature_drug6 {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
/* 顶部蓝色 banner */
.zx3_feature_drug6_banner {
    position: relative;
    height: 132px;
    background: linear-gradient(135deg, #6FA9FF 0%, #4A7DFF 60%, #3D6FE8 100%);
    border-radius: 18px 18px 0 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
}
.zx3_feature_drug6_banner .zx3_feature_banner_titles {
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}
.zx3_feature_drug6_banner .zx3_feature_head {
    background: none;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    text-align: left;
}
/* 内容区 */
.zx3_feature_drug6_body {
    background: #EAF2FF;
    border-radius: 0 0 18px 18px;
    padding: 22px 18px 18px;
    position: relative;
}
/* 标题(深蓝色大字) */
.zx3_feature_drug6_tit {
    color: #1A3DA8;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
/* 三个图标行 */
.zx3_feature_drug6_types {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 24px;
}
.zx3_feature_drug6_type {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zx3_feature_drug6_type_icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
}
.zx3_feature_drug6_type_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zx3_feature_drug6_type_label {
    flex: 1;
    width: 100%;
    border-radius: 12px;
    padding: 22px 8px 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(74, 125, 255, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.zx3_feature_drug6_type_label_blue {
    background: linear-gradient(180deg, #6FA9FF 0%, #4A7DFF 100%);
}
.zx3_feature_drug6_type_label_green {
    background: linear-gradient(180deg, #6BC993 0%, #3FBA6F 100%);
}
.zx3_feature_drug6_type_label_tag {
    display: inline-block;
    margin-top: 4px;
    padding: 1px 10px;
    background: #FFFFFF;
    color: #FF7A1A;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1.4;
    border: 1px solid #FFCDA8;
}
.zx3_feature_drug6_plus {
    color: #4A7DFF;
    font-size: 26px;
    font-weight: bold;
    padding-top: 50px;
    flex: 0 0 auto;
    line-height: 1;
}
/* 恶性肿瘤特定药品 - 蓝色卡片(含医生) */
.zx3_feature_drug6_bluecard {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 0 16px 16px 150px;
    margin-bottom: 14px;
    position: relative;
    min-height: 220px;
    box-shadow: 0 2px 8px rgba(74, 125, 255, 0.08);
    overflow: hidden;
}
.zx3_feature_drug6_bluecard_doctor {
    position: absolute;
    left: -10px;
    bottom: -95px;
    width: 160px;
    height: auto;
    z-index: 2;
}
.zx3_feature_drug6_bluecard_head {
    background: linear-gradient(90deg, #4A7DFF 0%, #6FA9FF 100%);
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    margin: 0 0 12px 0;
    position: relative;
    margin-left: -134px;
    margin-right: -16px;
    margin-top: 0;
    width: calc(100% + 150px);
    box-sizing: border-box;
}
.zx3_feature_drug6_bluecard_content {
    padding-top: 4px;
    position: relative;
    z-index: 3;
}
.zx3_feature_drug6_bluecard_line {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 2px;
}
.zx3_feature_drug6_bluecard_high {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.zx3_feature_drug6_bluecard_high_t {
    font-weight: bold;
}
.zx3_feature_drug6_bluecard_high_item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.zx3_feature_drug6_bluecard_high_indent {
    padding-left: 102px;
}
.zx3_feature_drug6_bluecard_check {
    color: #FF7A1A;
    font-weight: bold;
    font-size: 14px;
}
.zx3_feature_drug6_bluecard_price {
    background: linear-gradient(90deg, #FFA24D 0%, #FF7A1A 100%);
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
    line-height: 1.4;
    display: inline-block;
}
/* 三个药品分类卡片 */
.zx3_feature_drug6_cards {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}
.zx3_feature_drug6_card {
    flex: 1;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(74, 125, 255, 0.08);
    display: flex;
    flex-direction: column;
}
.zx3_feature_drug6_card_n {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 6px 10px;
    background: linear-gradient(180deg, #6FA9FF 0%, #4A7DFF 100%);
}
.zx3_feature_drug6_card_b {
    color: #333333;
    font-size: 12px;
    line-height: 1.6;
    padding: 10px 8px;
    text-align: center;
    flex: 1;
}
/* 查看更多链接 */
.zx3_feature_drug6_link {
    color: #1A6EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(26, 110, 255, 0.3);
    margin-bottom: 12px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* 脚注 */
.zx3_feature_drug6_note {
    color: #999999;
    font-size: 11px;
    line-height: 1.7;
    padding: 0 4px;
}

/* ===== 康复更贴心 板块 (zx3_feature_rehab) ===== */
.zx3_feature_rehab {
    padding: 0 0 16px;
}

/* 顶部 banner 区 */
.zx3_feature_rehab_banner {
    position: relative;
    height: 132px;
    background: linear-gradient(135deg, #6FA9FF 0%, #4A7DFF 60%, #3D6FE8 100%);
    border-radius: 18px 18px 0 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
    margin: 0 0 18px;
}
.zx3_feature_rehab_banner .zx3_feature_banner_titles {
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}
.zx3_feature_rehab_banner .zx3_feature_head {
    background: none;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    text-align: left;
}

/* 副标题 行 */
.zx3_feature_rehab_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #4A7DFF;
    font-size: 17px;
    font-weight: 600;
    padding: 4px 0 6px;
}
.zx3_feature_rehab_sub b {
    color: #4A7DFF;
    font-weight: 700;
}
.zx3_feature_rehab_sub_dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4A7DFF;
}

/* 赔付限额 */
.zx3_feature_rehab_limit {
    text-align: center;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* 冰山图 */
.zx3_feature_rehab_ice {
    width: 100%;
    line-height: 0;
    margin-bottom: 18px;
}
.zx3_feature_rehab_ice_img {
    display: block;
    width: 100%;
    height: auto;
}

/* 16种特定疾病说明 */
.zx3_feature_rehab_disease {
    background: #F4F8FF;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 18px;
}
.zx3_feature_rehab_disease_t {
    text-align: center;
    color: #4A7DFF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.zx3_feature_rehab_disease_b {
    color: #888;
    font-size: 12px;
    line-height: 1.6;
}

/* 五个服务标签 + 护士吉祥物 */
.zx3_feature_rehab_services {
    position: relative;
    background: #F4F8FF;
    border-radius: 12px;
    padding: 16px 12px 20px;
    margin-bottom: 18px;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.zx3_feature_rehab_servs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    align-items: end;
    z-index: 1;
    position: relative;
}
.zx3_feature_rehab_serv {
    background: #4A7DFF;
    color: #FFFFFF;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 4px;
    box-shadow: 0 4px 10px rgba(74, 125, 255, 0.25);
}
.zx3_feature_rehab_serv:nth-child(1) {
    align-self: end;
    margin-bottom: 4px;
}
.zx3_feature_rehab_serv:nth-child(2) {
    align-self: end;
    margin-bottom: 24px;
}
.zx3_feature_rehab_serv:nth-child(3) {
    align-self: end;
    margin-bottom: 48px;
}
.zx3_feature_rehab_serv:nth-child(4) {
    align-self: end;
    margin-bottom: 24px;
}
.zx3_feature_rehab_serv:nth-child(5) {
    align-self: end;
    margin-bottom: 4px;
}
.zx3_feature_rehab_serv_t {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
}
.zx3_feature_rehab_serv_b {
    font-size: 10px;
    line-height: 1.3;
    opacity: 0.95;
    font-weight: normal;
}
/* 一站式方案 */
.zx3_feature_rehab_solution {
    background: linear-gradient(180deg, #6FA9FF 0%, #4A7DFF 100%);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 10px;
    text-align: center;
}
.zx3_feature_rehab_solution_t {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
}
.zx3_feature_rehab_solution_b {
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.95;
}
.zx3_feature_rehab_solution_arrow {
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 4px;
}
.zx3_feature_rehab_solution_note {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-bottom: 18px;
}

/* 三个对比卡片 */
.zx3_feature_rehab_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}
.zx3_feature_rehab_card {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E5EEFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zx3_feature_rehab_card_tag {
    width: 100%;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
.zx3_feature_rehab_card_blue .zx3_feature_rehab_card_tag {
    background: #4A7DFF;
}
.zx3_feature_rehab_card_orange .zx3_feature_rehab_card_tag {
    background: #FF8A2A;
}
.zx3_feature_rehab_card_green .zx3_feature_rehab_card_tag {
    background: #2BA76D;
}
.zx3_feature_rehab_card_img {
    display: block;
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 6px auto 2px;
}
.zx3_feature_rehab_card_divider {
    width: 80%;
    height: 1px;
    background: #E5EEFF;
    margin: 4px auto;
}
.zx3_feature_rehab_card_main {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
.zx3_feature_rehab_card_sub {
    color: #999;
    font-size: 12px;
    padding: 4px 6px 10px;
    border-radius: 0 0 9px 9px;
    width: 100%;
    background: #F4F8FF;
}
.zx3_feature_rehab_card_sub_orange {
    background: #FFF4EB;
    color: #FF8A2A;
    font-weight: 600;
}
.zx3_feature_rehab_card_sub_green {
    background: #EAF8F0;
    color: #2BA76D;
    font-weight: 600;
}

/* ===== 服务更暖心 板块 (zx3_feature_service) ===== */
.zx3_feature_service {
    padding: 0 0 16px;
}

/* 顶部 banner */
.zx3_feature_service_banner {
    position: relative;
    height: 132px;
    background: linear-gradient(135deg, #6FA9FF 0%, #4A7DFF 60%, #3D6FE8 100%);
    border-radius: 18px 18px 0 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
    margin-bottom: 18px;
}
.zx3_feature_service_banner .zx3_feature_banner_titles {
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}
.zx3_feature_service_banner .zx3_feature_head {
    background: none;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    text-align: left;
}

/* 副标题 */
.zx3_feature_service_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #4A7DFF;
    font-size: 17px;
    font-weight: 600;
    padding: 4px 0 14px;
}
.zx3_feature_service_sub b {
    color: #4A7DFF;
    font-weight: 700;
}
.zx3_feature_service_sub_dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4A7DFF;
}

/* 三个 tab */
.zx3_feature_service_tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 12px;
}
.zx3_feature_service_tab {
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 10px;
    position: relative;
    clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
}
.zx3_feature_service_tab_blue {
    background: linear-gradient(180deg, #7AB6FF 0%, #4A7DFF 100%);
}
.zx3_feature_service_tab_green {
    background: linear-gradient(180deg, #6FC994 0%, #3FB874 100%);
    box-shadow: 0 4px 12px rgba(63, 184, 116, 0.35);
    transform: scale(1.05);
    z-index: 1;
}

/* 三个服务列表 */
.zx3_feature_service_lists {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 8px;
    margin-bottom: 18px;
    padding: 0 4px;
}
.zx3_feature_service_list {
    border-radius: 10px;
    padding: 14px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zx3_feature_service_list_blue {
    background: #EAF2FF;
}
.zx3_feature_service_list_green {
    background: #EAF7EF;
}
.zx3_feature_service_li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4A7DFF;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
}
.zx3_feature_service_list_green .zx3_feature_service_li {
    color: #2BA76D;
}
.zx3_feature_service_li_ic {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.zx3_feature_service_li_new {
    flex-wrap: wrap;
}
.zx3_feature_service_li_newtag {
    display: inline-block;
    background: #FF8A2A;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    border-radius: 8px;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    margin-left: 2px;
    vertical-align: middle;
}

/* 蓝色 / 绿色 卡片 */
.zx3_feature_service_card {
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}
.zx3_feature_service_card_t {
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 10px 10px 0 0;
}
.zx3_feature_service_card_blue .zx3_feature_service_card_t {
    background: linear-gradient(180deg, #7AB6FF 0%, #4A7DFF 100%);
}
.zx3_feature_service_card_green .zx3_feature_service_card_t {
    background: linear-gradient(180deg, #6FC994 0%, #3FB874 100%);
}
.zx3_feature_service_card_body {
    padding: 12px 14px;
}
.zx3_feature_service_card_blue .zx3_feature_service_card_body {
    background: #EAF2FF;
}
.zx3_feature_service_card_green .zx3_feature_service_card_body {
    background: #EAF7EF;
}
.zx3_feature_service_card_li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4A7DFF;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 4px;
}
.zx3_feature_service_card_green .zx3_feature_service_card_li {
    color: #2BA76D;
}

/* 底部备注 */
.zx3_feature_service_note {
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    padding: 4px 6px;
}

/* ===== 补充保障丰富可选 板块 (zx3_supplement_v2) ===== */
.zx3_supplement_v2 {
    padding: 0 0 16px;
}
.zx3_supplement_v2_t {
    text-align: center;
    color: #222;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 0 16px;
}
.zx3_supplement_v2_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 4px;
}
.zx3_supplement_v2_item {
    border: 1.5px solid #B8DCFF;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF;
}
.zx3_supplement_v2_head {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #EAF2FF;
}
.zx3_supplement_v2_lt {
    flex: 1;
    padding: 10px 12px;
    color: #1E5BD9;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.zx3_supplement_v2_tag {
    display: inline-block;
    background: #EAF2FF;
    color: #4A7DFF;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    padding: 1px 6px;
    border: 1px solid #B8DCFF;
}
.zx3_supplement_v2_rt {
    background: linear-gradient(180deg, #9CD49C 0%, #5BB87A 100%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 24px;
}
.zx3_supplement_v2_body {
    position: relative;
    padding: 10px 90px 10px 14px;
    min-height: 60px;
}
.zx3_supplement_v2_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #4A7DFF;
    font-size: 13px;
    line-height: 1.6;
}
.zx3_supplement_v2_ul li {
    position: relative;
    padding-left: 14px;
}
.zx3_supplement_v2_ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4A7DFF;
}
.zx3_supplement_v2_ul li b {
    color: #1E5BD9;
    font-weight: bold;
}
.zx3_supplement_v2_note {
    color: #999;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 4px;
    padding-left: 14px;
}
.zx3_supplement_v2_img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.zx3_supplement_v2_foot {
    text-align: left;
    color: #999;
    font-size: 12px;
    padding: 12px 8px 0;
    line-height: 1.5;
}

/* ===== 就医更安心 板块 (zx3_feature_care) ===== */
.zx3_feature_care {
    background: #F4F8FF;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    padding: 0 0 16px;
}

/* 顶部蓝色 banner */
.zx3_feature_care_top {
    background: linear-gradient(180deg, #7AB6FF 0%, #4A7DFF 100%);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.zx3_feature_care_top_t {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
.zx3_feature_care_top_gear {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255,255,255,0.25), 0 0 0 12px rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A7DFF;
    font-size: 18px;
    font-weight: bold;
}
.zx3_feature_care_top_gear::after {
    content: "⚙";
}

/* 医院范围两个白色卡片 */
.zx3_feature_care_hospitals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px 12px 0;
}
.zx3_feature_care_hospital {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px 12px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #E5EEFF;
}
.zx3_feature_care_hospital_t {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.zx3_feature_care_hospital_b {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/* 责任内 + 门急诊住院都能赔 */
.zx3_feature_care_title_area {
    text-align: center;
    padding: 22px 0 16px;
}
.zx3_feature_care_title_tag {
    display: inline-block;
    background: #FFFFFF;
    color: #4A7DFF;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #B8DCFF;
    margin-bottom: 8px;
}
.zx3_feature_care_title_h {
    color: #2BA76D;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* 圆形图示区 */
.zx3_feature_care_circle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.zx3_feature_care_center {
    width: 320px;
    height: 320px;
}
.zx3_feature_care_node {
    position: absolute;
    text-align: center;
    z-index: 3;
}
.zx3_feature_care_node img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
}
.zx3_feature_care_node_t {
    color: #3FB874;
    font-size: 13px;
    line-height: 1.3;
    margin-top: 2px;
    font-weight: 500;
}
.zx3_feature_care_node_dots {
    color: #3FB874;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
}

/* 节点定位 - 围绕中心 */
.zx3_feature_care_node_top {
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
}
.zx3_feature_care_node_l1 {
    left: 14px;
    top: 60px;
}
.zx3_feature_care_node_r1 {
    right: 14px;
    top: 60px;
}
.zx3_feature_care_node_l2 {
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.zx3_feature_care_node_r2 {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.zx3_feature_care_node_l3 {
    left: 14px;
    bottom: 90px;
}
.zx3_feature_care_node_r3 {
    right: 14px;
    bottom: 90px;
}
.zx3_feature_care_node_l4 {
    left: 50px;
    bottom: 14px;
}
.zx3_feature_care_node_r4 {
    right: 14px;
    bottom: 14px;
}
.zx3_feature_care_node_bot {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.zx3_feature_drug6_note div {
    margin-bottom: 2px;
}