* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    background-color: #fef7e5;
}

.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: auto;
    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;
}
.item0 {
	
}
.item0_content {
    background: #EFF4FD;
    border-radius: 40px;
    transform: translateY(-41px);
    padding: 0px;
    display:flex;
	justify-content:center;
	align-items:center;
	margin-top:30px;
}
.item0_content_img{
	width:100%;
	height:auto;
	object-fit:contain;
	border-radius:0%;
}
.item1 {
    background: #F8ECCE linear-gradient(0deg, #FFFFFF 0%, #FFDFA3 100%);
    border-radius: 28px;
    padding: 19px 14px 11px 11px;
}
.item1_t {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 34px;
    font-weight: normal;
    color: #D55922;
}
.item1_t::before {
    content: '';
    width: 74px;
    height: 77px;
    background: url("./images/1712@2x.png") no-repeat top/cover;
}
.item1_t::after {
    content: '';
    width: 74px;
    height: 77px;
    background: url("./images/1713@2x.png") no-repeat top/cover;
}
.item1_content {
    background: #FFFFFF;
    box-shadow: 2px 0px 8px 0px #FFE4B1;
    border-radius: 18px;
    overflow: hidden;
}
.item1_content_item {
    padding: 28px 35px 28px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
}
.item1_content_item:nth-child(even) {
    background-color: #FDFAEC;
}
.item1_content_item_l {
    font-size: 16px;
    font-weight: normal;
    color: #684625;
}
.item1_content_item_r {
    font-size: 18px;
    font-weight: normal;
    color: #684625;
}

.item11 {
    margin-top: 75px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 26px 30px;
}
.item11_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);
}
.item11_t1 {
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item11_t2 {
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.item11_content {
    margin-top: -29px;
}
.item11_content_item {
    margin-bottom: 20px;
    background: #EFF9F8;
    border-radius: 18px;
    padding: 16px 43px 21px 29px;
    display: flex;
    align-items: center;
}
.item11_content_item_l {
    width: 94px;
    height: 103px;
}
.item11_content_item_l1 {
    background: url("./images/4112@2x.png") no-repeat top/cover;
}
.item11_content_item_l2 {
    width: 96px;
    height: 96px;
    background: url("./images/4135@2x.png") no-repeat top/cover;
}
.item11_content_item_l3 {
    width: 105px;
    height: 104px;
    background: url("./images/235@2x.png") no-repeat top/cover;
}
.item11_content_item_r {
    margin-left: 34px;
}
.item11_content_item_r_title {
    background: #FFDFA3;
    border-radius: 16px;
    padding: 5px 11px 7px 14px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    width: 266px;
}
.item11_content_item_desc {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item11_content_item_desc2::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
    margin-right: 5px;
}

.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: #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@2x1.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: 18px;
    font-weight: bold;
    color: #FF680E;
    line-height: 23px;
}
.item3_content_item_b4_t1_r {
    margin-left: 70px;
    width: 205px;
    height: 151px;
    background: url("./images/58@2x.png") no-repeat top/cover;
}
.item3_content_item_b4_t2 {
	height: auto;
    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: 24px;
    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: 70px;
}
.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: 2;
}
.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: 2;
    border-right: 1px solid #CBEBE8;
    border-bottom: 1px solid #CBEBE8;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: 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* {
    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 {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    padding: 36px 35px;
}
.item8_info {
    display: flex;
    align-items: center;
    padding: 0 45px;
}
.item8_info_l {
    flex: 1;
    margin-top: 18px;
}
.item8_info_l_name {
    width: 196px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #FF8000; /* 将蓝色改为橙色 */
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.item8_info_l_desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 27px;
}
.item8_info_img {
    flex: 0 0 218px;
    width: 218px;
    height: 205px;
    border: 1px dashed #eee;
    background: url("./images/pic11@2x.png") no-repeat top/cover;
    margin-left: 15px;
}
.item8_tb {
    display: flex;
    align-items: center;
    margin-top: 33px;
    height: 106px;
    border: 1px solid #fff2e4;
    border-radius: 18px 18px 0px 0px;
    overflow: hidden;
}
.item8_tb_item {
    flex: 1;
    height: 100%;
}
.item8_tb_item_title {
    background: #fad4ad;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #fd972f;
}
.item8_tb_item_content {
    background: #fad4ad;
    border-right: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fd972f;
}
.item8_tb_item:last-child .item8_tb_item_title, .item8_tb_item:last-child .item8_tb_item_content {
    border-right: none;
}
.item8_content_wrapper {
    background: #FFFFFF;
    border: 1px solid #fff2e4;
    border-radius: 0px 0px 18px 18px;
    padding: 32px 61px 35px 52px;
}
.item8_content {
}
.item8_content_item {
    position: relative;
    padding-left: 16px;
    padding-bottom: 18px;
}
.item8_content_item::before {
    position: absolute;
    top: 7px;
    left: -3px;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background-color: #FF8000; /* 将蓝色改为橙色 */
    z-index: 2;
}
.item8_content_item:not(:last-child)::after {
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    content: '';
    border-left: 1px dashed #FF8000; /* 将蓝色改为橙色 */
}
.item8_content_item:last-child {
    border-left: none;
}
.item8_content_item_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.item8_content_item_desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 12px;
}
.item8_desc {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FF8000; /* 将蓝色改为橙色 */
}
.item8_desc_inner {
    color: #F57067;
    margin-top: 29px;
}

.item9 {
    margin-top: 24px;
    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: 24px 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@2x1.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;
}
.item7_cc_l {
    text-align: center;
    flex: 3;
    border-bottom: 1px solid #CBEBE8;
    border-right: 1px solid #CBEBE8;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item7_cc_r {
    flex: 3;
    border-bottom: 1px solid #CBEBE8;
    padding: 9px 9px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item3_content_item_bold_text_inner {
    font-size: 18px;
    font-weight: bold;
    color: #FF680E;
    line-height: 23px;
}
/*孝心安5号新增*/
.item0_c1_r{
	width:0;
	height:0;
	overflow:hidden;
}
.item7_c11_r {
    text-align: center;
    flex: 3;
    border-bottom: 1px solid #CBEBE8;
    padding: 0rem 0;
    font-weight: 500;
    color: #333333;
    font-size: 2rem;
}
/* ========== 超越保无忧版 PC 新板块 ========== */
.cyb_new_section {
    margin-top: 30px;
    margin-bottom: 8px;
    transform: translateY(-41px);
    background: #FFF8F0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
/* === 顶部：左右布局 === */
.cyb_new_top {
    display: flex;
    padding: 35px 36px 30px;
    background: #FFF8F0;
    align-items: flex-start;
}
.cyb_new_top_left {
    flex: 1;
}
.cyb_new_top_right {
    width: 240px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 10px;
}
.cyb_new_char {
    width: 230px;
    height: auto;
}
/* 第一行：超越保 + 免健告版徽章 */
.cyb_new_title_line1 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.cyb_new_title_brand {
    font-size: 44px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1;
}
.cyb_new_title_badge {
    display: inline-block;
    background: #FF6B3D;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    line-height: 1.4;
    white-space: nowrap;
}
/* 第二行：长期住院医疗 */
.cyb_new_title_line2 {
    font-size: 38px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 10px;
    line-height: 1.2;
}
/* 第三行：完整产品名 */
.cyb_new_title_full {
    font-size: 13px;
    color: #B0A8A0;
    line-height: 1.6;
    max-width: 420px;
}
/* === 橙色横幅 === */
.cyb_new_banner {
    background: linear-gradient(90deg, #FF7A45 0%, #FF5722 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 16px 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
}
/* === 产品亮点区域 === */
.cyb_new_features {
    background: #FFF8F0;
    padding: 30px 36px 35px;
}
.cyb_new_features_title {
    font-size: 28px;
    font-weight: 700;
    color: #FF6B3D;
    text-align: center;
    margin-bottom: 20px;
}
/* 卡片列表 */
.cyb_new_cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cyb_new_card {
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #FF6B3D;
}
.cyb_new_card_icon {
    font-size: 22px;
    color: #FF6B3D;
    margin-right: 14px;
    flex-shrink: 0;
    line-height: 1.3;
    font-weight: 700;
}
.cyb_new_card_body {
    flex: 1;
}
.cyb_new_card_title {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 6px;
}
.cyb_new_card_desc {
    font-size: 15px;
    color: #888888;
    line-height: 1.6;
}
/* === 底部赔付总限额 === */
.cyb_new_coverage {
    background: linear-gradient(90deg, #FF7A45 0%, #FF5722 100%);
    padding: 18px 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 14px;
}
.cyb_new_coverage_label {
    font-size: 18px;
    color: #FFF3E0;
    font-weight: 500;
}
.cyb_new_coverage_amount {
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 1px;
}
/* ========== 产品介绍板块 PC ========== */
.intro_section {
    background: #FFF8F0;
    border-radius: 20px;
    margin-top: -15px;
    padding: 24px 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.intro_label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}
.intro_label_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro_label_text {
    font-size: 18px;
    color: #FF6B3D;
    font-weight: 600;
    letter-spacing: 1px;
}
.intro_title {
    font-size: 32px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 22px;
    line-height: 1.3;
}
.intro_body {
    display: flex;
    align-items: center;
    gap: 28px;
}
.intro_illust {
    width: 120px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.intro_illust_svg {
    width: 100px;
    height: auto;
}
.intro_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.intro_item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.intro_check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF3EB;
    color: #FF6B3D;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.intro_item_text {
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
}
.intro_highlight {
    color: #FF6B3D;
    font-weight: 700;
}
/* ========== 超越保无忧版亮点一 PC ========== */
.highlight1_section {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 36px 36px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-top: 24px;
    margin-bottom: 24px;
}
.highlight1_header {
    text-align: center;
}
.highlight1_banner {
    display: inline-block;
    padding: 18px 48px;
    background: linear-gradient(135deg, #FF7A2B 0%, #FF5614 100%);
    border-radius: 30px;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #CC330D;
    box-shadow: 0 4px 16px rgba(255, 86, 20, 0.25);
    margin-bottom: 24px;
}
.highlight1_title {
    font-size: 32px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.35;
    margin-bottom: 10px;
}
.highlight1_hl {
    color: #FF6B3D;
}
.highlight1_subtitle {
    font-size: 20px;
    color: #FF6B3D;
    font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: 1px;
}
/* 疾病分类：两栏网格 */
.highlight1_grid {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.highlight1_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}
.highlight1_col_left {
    flex: 0.85;
}
.highlight1_col_right {
    flex: 1.15;
}
.highlight1_grid_item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #FFFBF7;
    border-radius: 12px;
    border-left: 4px solid #FF6B3D;
}
.highlight1_grid_item_tall {
    align-items: flex-start;
    flex-grow: 1;
}
.highlight1_grid_icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}
.highlight1_grid_content {
    flex: 1;
    min-width: 0;
}
.highlight1_grid_label {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.4;
}
.highlight1_note_star {
    font-size: 18px;
    color: #FF6B3D;
    vertical-align: super;
    line-height: 1;
}
.highlight1_note_small {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}
.highlight1_grid_subs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}
.highlight1_grid_sub {
    font-size: 16px;
    color: #555555;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}
.highlight1_grid_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFB800;
    flex-shrink: 0;
}
/* 结节免责说明 */
.highlight1_note {
    margin-top: 20px;
    padding: 14px 20px;
    background: #FFFBF8;
    border-radius: 10px;
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
}
/* 七大类重大既往症表格 */
.highlight1_table_section {
    margin-top: 28px;
}
.highlight1_table_title {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 20px;
}
.highlight1_table_title_tag {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #FF6B3D;
    border: 2px solid #FF6B3D;
    border-radius: 20px;
    padding: 2px 14px;
    margin-left: 8px;
    vertical-align: middle;
    line-height: 1.6;
}
.highlight1_table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #FFE8D5;
}
.highlight1_table_row {
    display: flex;
    border-bottom: 1px solid #FFE8D5;
}
.highlight1_table_row:last-child {
    border-bottom: none;
}
.highlight1_table_header {
    background: linear-gradient(135deg, #FFF3EB 0%, #FFE8D5 100%);
}
.highlight1_table_header .highlight1_table_cell {
    font-weight: 700;
    color: #FF6B3D;
    font-size: 16px;
}
.highlight1_table_row_alt {
    background: #FFFCF9;
}
.highlight1_table_cell {
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
}
.highlight1_table_cell:first-child {
    flex-shrink: 0;
    width: 160px;
    text-align: center;
}
.highlight1_table_label {
    font-weight: 600;
    color: #FF6B3D;
}
.highlight1_table_note {
    margin-top: 18px;
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    text-align: left;
}
/* ====== 亮点二：10年保证续保 ====== */
.highlight2 {
    background: #FFFFFF;
    padding: 32px 36px 36px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-top: 24px;
    margin-bottom: 24px;
}
.highlight2_banner {
    display: inline-block;
    padding: 18px 48px;
    background: linear-gradient(135deg, #FF7A2B 0%, #FF5614 100%);
    border-radius: 30px;
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 2px;
    box-shadow: 0 4px 16px rgba(255, 86, 20, 0.25);
    margin-bottom: 24px;
}
.highlight2_header {
    text-align: center;
}
.highlight2_title {
    font-size: 38px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.35;
    margin-bottom: 16px;
}
.highlight2_hl {
    color: #FF6B3D;
}
.highlight2_subtitle {
    font-size: 24px;
    color: #FF6B3D;
    font-weight: 600;
    margin-bottom: 36px;
    letter-spacing: 1px;
}
.highlight2_compare {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 980px;
    margin: 0 auto;
}
.highlight2_card_left,
.highlight2_card_right {
    flex: 1;
    min-width: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
}
.highlight2_card_head {
    text-align: center;
    padding: 22px 16px;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
}
.highlight2_card_head_gray {
    background: #8B9BAF;
}
.highlight2_card_head_orange {
    background: #FF6B3D;
}
.highlight2_card_body {
    padding: 24px 20px;
    background: #FFFFFF;
    border: 1px solid #EEECEC;
    border-top: none;
    border-radius: 0 0 18px 18px;
    min-height: 130px;
}
.highlight2_card_body p {
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
    margin: 0;
}
.highlight2_vs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    position: relative;
    z-index: 2;
    margin: 0 -6px;
}
.highlight2_vs_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.10);
}
/* ===== 亮点三：解锁重疾特需医疗保障 ===== */
.highlight3 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 36px 36px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}
.highlight3_banner {
    display: inline-block;
    padding: 18px 48px;
    background: linear-gradient(135deg, #FF7A2B 0%, #FF5614 100%);
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(255, 86, 20, 0.25);
    margin-bottom: 24px;
}
.highlight3_header {
    text-align: center;
}
.highlight3_title {
    font-size: 34px;
    font-weight: 800;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.35;
}
.highlight3_hl {
    color: #FF6B3D;
}
/* 保额卡片 */
.highlight3_amount_card {
    background: linear-gradient(135deg, #EBF5FF 0%, #D6ECFF 100%);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}
.highlight3_amount_head {
    background: linear-gradient(135deg, #3399FF 0%, #2277DD 100%);
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.4px;
}
.highlight3_amount_body {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 22px 16px;
}
.highlight3_amount_item {
    display: flex;
    align-items: baseline;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}
.highlight3_amount_num {
    font-size: 42px;
    font-weight: 800;
    color: #2277DD;
    line-height: 1;
    margin-right: 4px;
}
.highlight3_amount_divider {
    width: 1px;
    height: 50px;
    background: #C8DDF5;
}
/* 特需权益卡片 */
.highlight3_benefit_card {
    background: #F0F7FF;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.highlight3_benefit_tag {
    background: #FF6B3D;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}
.highlight3_benefit_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.highlight3_benefit_item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.highlight3_benefit_icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.highlight3_benefit_text {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.highlight3_benefit_hl {
    color: #FF6B3D;
    font-weight: 700;
}
.highlight3_benefit_img {
    width: 100px;
    height: auto;
    flex-shrink: 0;
    opacity: 0.9;
}

/* ========== 亮点四：家庭投保更划算 ========== */
.highlight4 {
    background: #FFFFFF;
    padding: 32px 36px 36px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}
.highlight4_banner {
    display: inline-block;
    padding: 18px 48px;
    background: linear-gradient(135deg, #FF7A2B 0%, #FF5614 100%);
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(255, 86, 20, 0.25);
    margin-bottom: 24px;
}
.highlight4_header {
    text-align: center;
    margin-bottom: 20px;
}
.highlight4_main_title {
    font-size: 38px;
    font-weight: 800;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}
.highlight4_family_icon {
    width: 36px;
    height: 36px;
}
.highlight4_highlight {
    color: #FF6B3D;
    font-weight: 800;
}
.highlight4_subtitle {
    font-size: 22px;
    color: #666;
    margin-bottom: 14px;
    line-height: 1.4;
}
.highlight4_tags {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}
.highlight4_tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: #FFF7ED;
    border: 1px solid #FFD5B8;
    border-radius: 20px;
    font-size: 18px;
    color: #FF6B3D;
    font-weight: 600;
}
.highlight4_tag_icon {
    width: 22px;
    height: 22px;
}
.highlight4_desc {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

/* 家庭折扣区域 */
.highlight4_family_area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(180deg, #F0F7FF 0%, #FFFFFF 100%);
    border-radius: 16px;
    padding: 24px 20px;
    border: 1px solid #E0EEFF;
    margin-bottom: 20px;
}
.highlight4_family_left {
    flex: 1;
    min-width: 0;
}
.highlight4_max_discount {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #FF7A2B 0%, #FF5614 100%);
    border-radius: 14px;
    padding: 14px 20px;
    margin-bottom: 16px;
    overflow: visible;
}
.highlight4_discount_num {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.25);
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    font-size: 26px;
    font-weight: 900;
    color: #FFFFFF;
    flex-shrink: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.highlight4_max_text {
    display: flex;
    flex-direction: column;
}
.highlight4_max_label {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.2;
}
.highlight4_max_value {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
}
.highlight4_max_value span {
    font-size: 40px;
    font-weight: 900;
}
.highlight4_discount_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.highlight4_discount_row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
}
.highlight4_people_tag {
    display: inline-block;
    padding: 5px 14px;
    background: #FFF7ED;
    border: 1px solid #FFD5B8;
    border-radius: 16px;
    font-size: 18px;
    color: #FF6B3D;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}
.highlight4_discount_info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}
.highlight4_discount_arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #FF7A2B;
}
.highlight4_discount_rate {
    font-size: 22px;
    font-weight: 800;
    color: #FF6B3D;
}
.highlight4_discount_label {
    font-size: 16px;
    color: #999;
}

/* 家庭插图 - 放在折扣区内 */
.highlight4_max_discount .highlight4_family_img {
    width: auto;
    height: 160px;
    flex-shrink: 0;
    margin-left: auto;
    margin-bottom: -40px;
    filter:
        drop-shadow(2px 0 0 #fff)
        drop-shadow(-2px 0 0 #fff)
        drop-shadow(0 2px 0 #fff)
        drop-shadow(0 -2px 0 #fff);
}

/* 底部标签 */
.highlight4_bottom_tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #FFF7ED 0%, #FFF0E5 100%);
    border: 1px solid #FFD5B8;
    border-radius: 25px;
    font-size: 22px;
    color: #FF6B3D;
    font-weight: 700;
}
.highlight4_bottom_tag span {
    font-size: 26px;
    font-weight: 900;
    color: #FF5614;
}
.highlight4_star_icon {
    width: 22px;
    height: 22px;
}

/* ========== 超越保无忧版亮点五 ========== */
.highlight5 {
    background: #FFFFFF;
    padding: 28px 36px 32px;
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    text-align: center;
}

/* Banner - 胶囊式，与亮点三/四统一 */
.highlight5_banner {
    display: inline-block;
    padding: 18px 48px;
    background: linear-gradient(135deg, #FF7A2B 0%, #FF5614 100%);
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(255, 86, 20, 0.25);
    margin-bottom: 24px;
}

/* 标题 */
.highlight5_title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.highlight5_title_highlight {
    color: #FF6B35;
}

/* 三栏卡片头部 */
.highlight5_cards_header {
    display: flex;
    gap: 8px;
}
.highlight5_card_top {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(160deg, #5B9EFF 0%, #3D7FD8 100%);
    border-radius: 12px 12px 0 0;
    padding: 20px 6px 16px;
}
.highlight5_card_active {
    position: relative;
}
.highlight5_card_active::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #F5C542;
}
.highlight5_card_icon {
    width: 50px;
    height: auto;
}
.highlight5_card_label {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1.45;
}

/* 特药横幅 */
.highlight5_drug_bar {
    background: linear-gradient(135deg, #F5C542 0%, #E8A820 100%);
    padding: 12px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #7B5000;
    letter-spacing: 0.5px;
}

/* 三栏金额 */
.highlight5_amounts {
    display: flex;
    border: 1px solid #E8E8E8;
    border-top: none;
}
.highlight5_amount_item {
    flex: 1;
    text-align: center;
    padding: 24px 6px;
    border-right: 1px solid #E8E8E8;
}
.highlight5_amount_item:last-child {
    border-right: none;
}
.highlight5_amount_num {
    font-size: 38px;
    font-weight: 900;
    color: #FF5614;
}

/* 底部赔付条 */
.highlight5_bottom_bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    margin-top: 0;
    background: linear-gradient(135deg, #EBF4FF 0%, #DCE9FA 100%);
    border: 1px solid #C5DAF5;
    border-radius: 0 0 12px 12px;
    font-size: 22px;
    font-weight: 800;
    color: #2B6CB0;
    letter-spacing: 1px;
}
.highlight5_shield_icon {
    width: 32px;
    height: 32px;
}

/* ========== 计划一保障详情表格 ========== */
.item7_subtitle {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #FF6A0F;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: 2px;
}
.item7_table_new {
    padding: 20px 8px 12px;
}
.plan1_table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden;
    font-size: 15px;
}
.plan1_table thead th {
    background: linear-gradient(135deg, #5B9EFF, #3D7FD8);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 20px;
    text-align: center;
    letter-spacing: 1px;
}
.plan1_table tbody td {
    border: 1px solid #D6E4F5;
    padding: 14px 16px;
    vertical-align: middle;
    line-height: 1.6;
    background: #FFFFFF;
}
.plan1_table tbody tr:nth-child(even) td {
    background: #F5F9FF;
}
.plan1_table tbody tr.row-alt td {
    background: #EAF2FF;
}
.plan1_table tbody td:first-child {
    font-weight: 600;
    color: #333;
    width: 38%;
}
.plan1_table tbody td:nth-child(2) {
    width: 42%;
    color: #444;
}
.plan1_table .val-highlight {
    font-size: 20px;
    font-weight: 800;
    color: #E65100;
}
.plan1_table .note-cell {
    background: #FFF3E0 !important;
    font-size: 13px;
    font-weight: 700;
    color: #E65100;
    text-align: center;
    width: 9%;
    vertical-align: middle;
    border-color: #FFE0B2;
}
.plan1_table .sub-note {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-top: 4px;
    line-height: 1.5;
}
.plan1_table .multi-line-val {
    line-height: 1.8;
}
.plan1_table .val-highlight-inline {
    font-weight: 800;
    color: #E65100;
}
.plan1_footer {
    margin-top: 14px;
    padding: 12px 16px;
    font-size: 11px;
    color: #999;
    line-height: 1.7;
    background: #FAFBFC;
    border-radius: 8px;
}
}