* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    background-color: #f1fffc;
}

.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: #FFFFFF;
    border-radius: 28px;
    padding: 24px 20px 30px;
    box-shadow: 0px 4px 16px 0px rgba(255, 200, 200, 0.3);
}
.long1 {
    width: 100%;
}
.long1_tag {
    width: 64%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(90deg, #2BC1A6 0%, #1AAB8B 100%);
    border-radius: 25px;
    margin: 0 auto 18px;
    letter-spacing: 2px;
    box-shadow: 0 4px 12px rgba(43, 193, 166, 0.25);
}
.long1_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.long1_card {
    position: relative;
    background: #ECFAF5;
    border-radius: 14px;
    padding: 22px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 340px;
}
.long1_card_optional {
    position: absolute;
    top: 18px;
    right: 10px;
    background: #FFE6D2;
    color: #FF8A4C;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 10px;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    line-height: 1.2;
    height: auto;
    text-align: center;
}
.long1_card_title {
    font-size: 17px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 4px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4;
}
.long1_card_divider {
    width: 28px;
    height: 0;
    border-top: 1px dashed #B8DDD0;
    margin: 4px 0 8px;
}
.long1_card_amount {
    font-size: 18px;
    font-weight: bold;
    color: #FF6A33;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 4px;
}
.long1_card_dashed {
    width: 92%;
    border-top: 1px dashed #B8DDD0;
    margin: 4px auto 6px;
}
.long1_card_ratio {
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2px;
}
.long1_card_list {
    width: 100%;
    margin-top: 4px;
}
.long1_card_list_item {
    font-size: 13px;
    color: #333333;
    line-height: 1.7;
    text-align: center;
}
.long1_card_note {
    margin-top: 10px;
    font-size: 11px;
    color: #999999;
    line-height: 1.6;
    text-align: center;
    padding: 0 4px;
}
.long1_footer {
    display: flex;
    align-items: center;
    margin-top: 18px;
    padding: 0 75px;
}
.long1_footer_pig {
    flex-shrink: 0;
    width: 70px;
    margin-right: 10px;
}
.long1_footer_pig img {
    width: 100%;
    height: auto;
    display: block;
}
.long1_footer_text {
    flex: 1;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    padding-top: 4px;
}
.item1_title {
    font-size: 32px;
    font-weight: bold;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.item1_subtitle {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}
.item1_companies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
    padding: 0 10px;
}
.item1_company_item {
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 24px 22px 24px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.item1_company_item::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #B8862D;
}
.item1_company_no {
    width: 36px;
    height: 36px;
    background: #B8862D;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}
.item1_company_title {
    font-size: 20px;
    font-weight: bold;
    color: #C8161D;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.item1_company_desc {
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    line-height: 1.7;
    text-align: justify;
}
.item1_company_desc .hl {
    color: #C8161D;
    font-weight: bold;
}

.item3 {
    margin-top: 43px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 26px 30px;
}
.item3_t {
    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: #F7F5F5;
    background-color: #28b093;
    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: linear-gradient(90deg, #4bdbbd 0%, #bce6dd 100%);
    border-radius: 28px 28px 0 0;
}
.item3_content_item_t2--annuity {
    background: linear-gradient(90deg, #F8A4A4 0%, #FCE4E4 100%);
    width: 100%;
    position: relative;
    text-align: center;
    padding-left: 0;
    font-size: 24px;
    font-weight: bold;
    color: #5A1A1A;
    overflow: hidden;
}
.item3_content_item_t2--annuity::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    background: url("./images/wen@2x.png") no-repeat center/contain;
    z-index: 2;
    pointer-events: none;
}
.item3_content_item_t2--annuity > span {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 63px;
    padding-left: 100px;
}

.item3_content_item_b_annuity {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 30px 24px 35px;
}
.long2 {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.long2_top {
    width: 100%;
    background: #EAF7F2;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.long2_top_tag {
    width: 78px;
    flex-shrink: 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #15BD8A;
    line-height: 1.1;
    margin-right: 16px;
    letter-spacing: 4px;
}
.long2_top_text {
    flex: 1;
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    text-align: left;
}
.long2_top_text_item {
    margin-bottom: 2px;
}
.long2_top_text_strong {
    color: #FF6A33;
    font-weight: bold;
}
.long2_mid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px 24px;
    padding: 0 0 24px;
}
.long2_circle {
    background: #EAF7F2;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 auto;
}
.long2_circle--tl { grid-column: 1; grid-row: 1; }
.long2_circle--tr { grid-column: 2; grid-row: 1; }
.long2_circle--bl { grid-column: 1; grid-row: 2; }
.long2_circle--br { grid-column: 2; grid-row: 2; }
.long2_person {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 140px;
    z-index: 2;
}
.long2_person img {
    width: 130%;
    height: 130%;
    margin-top: -85px;
    object-fit: contain;
    display: block;
}
.long2_bottom {
    width: 75%;
    background: linear-gradient(180deg, #2BC1A6 0%, #1AAB8B 100%);
    border-radius: 35px;
    padding: 18px 24px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: 2px;
    box-shadow: 0 6px 14px rgba(43, 193, 166, 0.28);
    margin-top: 6px;
}
.item3_content_item_b_annuity_box {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #F8D7D7;
    border-radius: 24px;
    padding: 35px 30px 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
}
.item3_content_item_b_annuity_card {
    flex: 1;
    background: linear-gradient(180deg, #FFF1F1 0%, #FCE4E4 100%);
    border-radius: 18px;
    padding: 30px 25px 35px;
    min-height: 220px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
}
.item3_content_item_b_annuity_card1 {
    margin-right: 30px;
}
.item3_content_item_b_annuity_card2 {
    margin-left: 30px;
}
.item3_content_item_b_annuity_card_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
.item3_content_item_b_annuity_card_wave {
    width: 80px;
    height: 14px;
    margin: 12px auto 18px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14' fill='none'><path d='M0 7 Q 10 0 20 7 T 40 7 T 60 7 T 80 7' stroke='%23F4A8A8' stroke-width='2' fill='none' stroke-linecap='round'/><path d='M0 11 Q 10 4 20 11 T 40 11 T 60 11 T 80 11' stroke='%23F4A8A8' stroke-width='2' fill='none' stroke-linecap='round'/></svg>") no-repeat center/contain;
}
.item3_content_item_b_annuity_card_text {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #5A1A1A;
    line-height: 1.7;
}
.item3_content_item_b_annuity_card_text_normal {
    color: #5A1A1A;
}
.item3_content_item_b_annuity_card_text_strong {
    color: #F0833D;
    font-weight: 600;
}
.item3_content_item_b_annuity_plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(180deg, #FFB96B 0%, #F89E45 100%);
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(248, 158, 69, 0.4);
    z-index: 3;
}
.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_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;
}


/* ===== 优势2: 选择灵活更自由 ===== */
.item3_content_item--flex .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: linear-gradient(90deg, #4bdbbd 0%, #bce6dd 100%);
    border-radius: 28px 28px 0 0;
}

.item3_content_item_flex {
    position: relative;
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 30px 26px 38px;
    display: flex;
    gap: 18px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.long3 {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}
.long3_card {
    flex: 1;
    background: #EAF7F2;
    border-radius: 16px;
    padding: 22px 14px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 320px;
}
.long3_card_title {
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 18px;
    letter-spacing: 0;
}
.long3_card_icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.long3_card_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.long3_card_divider {
    width: 36px;
    height: 0;
    border-top: 1px dashed #B8DDD0;
    margin: 4px 0 14px;
}
.long3_card_desc {
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
    letter-spacing: 0;
}

.item3_content_item_flex_corner {
    position: absolute;
    width: 90px;
    height: 90px;
    pointer-events: none;
    z-index: 3;
}
.item3_content_item_flex_corner--tl {
    top: 0;
    left: 0;
    background: url("./images/qiao@2x.png") no-repeat left top/contain;
}
.item3_content_item_flex_corner--br {
    bottom: 0;
    right: 0;
    background: url("./images/qiao@2x.png") no-repeat right bottom/contain;
    transform: scaleX(-1) scaleY(-1);
}

.item3_content_item_flex_card {
    background: linear-gradient(180deg, #FFF5F5 0%, #FCE4E4 100%);
    border-radius: 18px;
    padding: 18px 24px 22px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item3_content_item_flex_card--tl { grid-column: 1; grid-row: 1; }
.item3_content_item_flex_card--tr { grid-column: 3; grid-row: 1; }
.item3_content_item_flex_card--bl { grid-column: 1; grid-row: 2; }
.item3_content_item_flex_card--br { grid-column: 3; grid-row: 2; }

.item3_content_item_flex_card_title {
    font-size: 20px;
    font-weight: bold;
    color: #5A1A1A;
    margin-bottom: 8px;
}
.item3_content_item_flex_card_text {
    font-size: 16px;
    color: #5A1A1A;
    line-height: 1.7;
    font-weight: 500;
}

.item3_content_item_flex_center {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 240px;
}
.item3_content_item_flex_center_gold {
    width: 180px;
    height: 180px;
    background: url("./images/gold@2x.png") no-repeat center/contain;
    position: relative;
    z-index: 1;
}
.item3_content_item_flex_center_badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #FFC56F 0%, #F89E45 100%);
    border-radius: 30px;
    padding: 10px 32px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    box-shadow: 0 6px 14px rgba(248, 158, 69, 0.35);
    z-index: 2;
    white-space: nowrap;
    letter-spacing: 2px;
}


/* ===== 优势3: 保障责任优 ===== */
.item3_content_item--annuity3 .item3_content_item_t2--annuity::before {
    background: url("./images/duo@2x.png") no-repeat center/contain;
}

.item3_content_item_annuity {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 30px 26px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.long5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.long5_top {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 6px;
    align-self: flex-start;
}
.long5_panel {
    width: 85%;
    background: #2BC1A6;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.long5_panel_top {
    width: 100%;
    background: #2BC1A6;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6px;
    padding: 6px;
    align-items: stretch;
}
.long5_panel_card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 18px 8px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}
.long5_panel_card_num {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 6px;
}
.long5_panel_card_digit {
    font-size: 40px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 1;
    letter-spacing: 0;
}
.long5_panel_card_unit {
    font-size: 18px;
    font-weight: bold;
    color: #1A1A1A;
    margin-left: 2px;
}
.long5_panel_card_text {
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}
.long5_panel_bottom {
    width: 100%;
    padding: 22px 16px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 1.4;
}
.long4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.long4_top {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 6px;
    align-self: center;
}
.long4_shield {
    width: 100px;
    height: 110px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.long4_shield img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.long4_cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-top: 4px;
}
.long4_card {
    background: #EAF7F2;
    border-radius: 14px;
    padding: 20px 12px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 200px;
}
.long4_card_icon {
    width: 75px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.long4_card_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.long4_card_divider {
    width: 30px;
    height: 0;
    border-top: 1px dashed #B8DDD0;
    margin: 4px 0 10px;
}
.long4_card_text {
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
}

.item3_content_item_annuity_card {
    flex: 1;
    background: linear-gradient(180deg, #FFF1F1 0%, #FCE4E4 100%);
    border-radius: 18px;
    padding: 30px 25px 35px;
    min-height: 240px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item3_content_item_annuity_card--left {
    margin-right: 25px;
}
.item3_content_item_annuity_card--right {
    margin-left: 25px;
}
.item3_content_item_annuity_card_title {
    font-size: 26px;
    font-weight: bold;
    color: #F0833D;
    line-height: 1.2;
    margin-bottom: 12px;
}
.item3_content_item_annuity_card_text {
    font-size: 15px;
    font-weight: 500;
    color: #5A1A1A;
    line-height: 1.7;
    text-align: center;
}

.item3_content_item_annuity_center {
    flex: 0 0 240px;
    height: 240px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item3_content_item_annuity_center_img {
    width: 240px;
    height: 240px;
    background: url("./images/annuity_center@2x.png") no-repeat center/contain;
}


.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: 24px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.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_top_text1 {
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item7_top_text2 {
    font-size: 25px;
    font-weight: normal;
    color: #FFFFFF;
}
.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;
}

/* ===== 案例板块: 长相安5号中高端医疗险(家女士) ===== */
.item8_case_wrapper {
    background: #FFFFFF;
    padding: 0;
}

.item8_case_profile {
    position: relative;
    background: linear-gradient(180deg, #FFD9B5 0%, #FCE4D6 100%);
    border-radius: 28px 28px 0 0;
    padding: 30px 50px 30px 280px;
    min-height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.item8_case_avatar {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 220px;
    height: 200px;
    background: url("./images/case_avatar@2x.png") no-repeat bottom center/contain;
}
.item8_case_card {
    margin-left: auto;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 22px 36px;
    box-shadow: 0 4px 14px rgba(220, 120, 70, 0.15);
    min-width: 260px;
}
.item8_case_card_name {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 14px;
}
.item8_case_card_grid {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 24px;
    row-gap: 8px;
    font-size: 18px;
    color: #333333;
    align-items: center;
}
.item8_case_card_label {
    color: #FF680E;
    font-weight: 500;
}
.item8_case_card_value {
    color: #333333;
    font-weight: 500;
}

.item8_case_intro {
    padding: 30px 50px 10px;
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
    background: #FFFFFF;
}
.item8_case_intro_p {
    margin: 0 0 6px;
    text-align: left;
}
.item8_case_intro_em {
    color: #FF680E;
    font-weight: 500;
}

.item8_case_benefits {
    margin: 0 50px;
    padding: 28px 32px 32px;
    background: #FFF7EF;
    border: 1px dashed #F4C99B;
    border-radius: 16px;
    position: relative;
    font-size: 16px;
    line-height: 1.85;
    color: #333333;
}
.item8_case_benefits::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 28px;
    bottom: 32px;
    border-left: 1px dashed #F4A878;
}
.item8_case_benefits_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    position: relative;
}
.item8_case_benefits_item:last-child {
    margin-bottom: 0;
}
.item8_case_benefits_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF680E;
    margin: 12px 14px 0 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.item8_case_benefits_text {
    flex: 1;
    text-align: justify;
}
.item8_case_benefits_age {
    font-weight: bold;
    color: #333333;
}
.item8_case_benefits_num {
    color: #FF680E;
    font-weight: 500;
}
.item8_case_benefits_num--red {
    color: #E8331A;
    font-weight: 500;
}

.item8_case_extra {
    padding: 22px 0px 8px;
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    line-height: 1.7;
    background: #FFFFFF;
}

.item8_case_disclaimer {
    padding: 8px 50px 30px;
    font-size: 16px;
    color: #FF680E;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 0 0 28px 28px;
}

.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;
}
.rate_table {
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 18px 24px;
    box-sizing: border-box;
}
.rate_table_title {
    font-size: 22px;
    font-weight: bold;
    color: #1cac8d;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.rate_table_wrapper {
    width: 100%;
    overflow-x: auto;
}
.rate_table_t {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 13px;
    color: #1A1A1A;
}
.rate_table_t th,
.rate_table_t td {
    border: 1px solid #6fbfae;
    padding: 8px 6px;
    line-height: 1.3;
    vertical-align: middle;
}
.rate_th_age {
    background: #3ad0b0;
    color: #08392f;
    font-weight: bold;
    font-size: 14px;
    min-width: 60px;
}
.rate_th_base {
    background: #3ad0b0;
    color: #08392f;
    font-weight: bold;
    font-size: 14px;
}
.rate_th_extra {
    background: #3ad0b0;
    color: #08392f;
    font-weight: bold;
    font-size: 14px;
}
.rate_th_sub {
    background: #3ad0b0;
    color: #08392f;
    font-weight: 500;
    font-size: 12px;
}
.rate_th_mini {
    background: #3ad0b0;
    color: #08392f;
    font-weight: 500;
    font-size: 12px;
}
.rate_td_age {
    background: #e6fdf8;
    color: #242626;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
}
.rate_td_highlight {
    background: #FFFAE0;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}
.rate_highlight_num {
    background: #FFF200;
    color: #1A1A1A;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 2px;
}
.rate_td_empty {
    background: #FFFFFF;
}
.rate_table_note {
    margin-top: 12px;
    font-size: 12px;
    color: #999999;
    line-height: 1.6;
    text-align: left;
}
.rate_td_care {
    background: #FFFFFF;
    font-size: 13px;
    color: #1A1A1A;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
