* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
}

.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@2x1.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:4%;
}
.item1 {
    background: #F8ECCE linear-gradient(0deg, #FFFFFF 0%, #FFDFA3 100%);
    border-radius: 28px;
    padding: 30px 30px 30px 30px;
}
.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: 16.8px;
    font-weight: normal;
    color: #684625;
    text-align: center;
}
.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;
}
.item21_content {
    margin-top: -29px;
}
.item21_content_item {
    margin-bottom: 20px;
    background: #EFF9F8;
    border-radius: 18px;
    padding: 16px 43px 21px 93px;
    display: flex;
    align-items: center;
}
.item21_content_item_l {
    width: 54px;
    height: 103px;
    margin-left: -50px;
}
.item21_content_item_l5 {
    width: 94px;
    height: 103px;
    background: url("./images/401@2x.png") no-repeat top/cover;
}
.item21_content_item_l6 {
    width: 94px;
    height: 103px;
    background: url("./images/402@2x.png") no-repeat top/cover;
}
.item21_content_item_l7 {
    width: 94px;
    height: 103px;
    background: url("./images/403@2x.png") no-repeat top/cover;
}
.item21_content_item_l8 {
    width: 101px;
    height: 103px;
    background: url("./images/404@2x.png") no-repeat top/cover;
}
.item21_content_item_l9 {
    width: 101px;
    height: 103px;
    background: url("./images/405@2x.png") no-repeat top/cover;
}
.item21_content_item_r {
    margin-left: 90px;
}
.item21_content_item_r_title {
    background: #4ACB91;
    border-radius: 16px;
    padding: 5px 1px 7px 5px;
    font-size: 17px;
    font-weight: normal;
    color: #FFFFFF;
    width: 200px;
    text-align: center;
}
.item21_content_item_desc {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item21_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 10px;
}
.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 24px 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: 63px 65px 0px 60px;
}
.item3_content_item_b2_img {
    width: 104px;
    height: 118px;
    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 27px;
}
.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: 16px;
    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;
    text-align: center;
}
.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: 50px 50px;
}
.item3_content_item_b5_item {
    padding: 9px 9px;
    background: #FFFFFF;
    border-radius: 19px;
    margin-bottom: 16px;
}
.item3_content_item_b5_item_l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item3_content_item_b5_item_l_img {
    width: 144px;
    height: 82px;
    background: url("./images/20000@2x.png") no-repeat top/cover;
}
.item3_content_item_b5_item_l_img2 {
    width: 128px;
    height: 129px;
    background: url("./images/640@2x.png") no-repeat top/cover;
}
.item3_content_item_b5_item_l_list {
    min-width: 225px;
}
.item3_content_item_b5_item_l_list_title {
    font-size: 20px;
    font-weight: normal;
    color: #FF680E;
}
.item3_content_item_b5_item_l_list_text {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item3_content_item_b5_item_l_list_text::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
}
.item3_content_item_b6 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 40px 56px;
    display: flex;
}
.item3_content_item_b6_item {
    margin: 0 14px;
    background: #DCF7EC;
    border-radius: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 188px;
}
.item3_content_item_b6_item_img {
    width: 87px;
    height: 84px;
}
.item3_content_item_b6_item_img1 {
    background: url("./images/dp@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_img2 {
    width: 115px;
    height: 89px;
    background: url("./images/fm@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_img3 {
    width: 111px;
    height: 84px;
    background: url("./images/ys@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_text {
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item3_desc {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    text-align: center;
    margin-top: -40px;
}


.item4 {
    height: 1634px;
}
.item5 {
    height: 1690px;
}
.item6 {
    height: 2240px;
}

.item7 {
    margin-top: 75px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 30px 5px;
    box-shadow: 2px 0px 16px 0px #F9F4EA;
}
.item7_top {
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item7_content {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    margin-top: 25px;
}
.item7_content_inner {
    background: #FFFFFF;
    border: 1px solid #CBEBE8;
    border-radius: 18px;
    overflow: hidden;
}
.item7_c1 {
    display: flex;
    align-items: stretch;
}
.item7_c1_l {
    text-align: center;
    flex: 1;
    border-right: 1px solid #CBEBE8;
    border-bottom: 1px solid #CBEBE8;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item7_c1_l2 {
    flex: 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: 15px;
    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: #ffecc2;
    border-radius: 28px;
    padding: 0 26px 15px;
}
.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;
}
.item8_info {
    padding: 30px 60px 23px 79px;
    background: #DCFAF7;
    border-radius: 20px;
    border: 1px solid #CBEBE8;
    display: flex;
    align-items: center;
}
.item8_info_img {
    height: 60px;
}
.item8_info_img_inner {
    width: 170px;
    height: 140px;
    background: url("./images/25@2x.png") no-repeat top/cover;
    transform: translateY(-54px);
}
.item8_info_r {
    margin-left: 82px;
}
.item8_info_r_title {
    width: 106px;
    background: #4ACB91;
    border-radius: 16px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.item8_info_r_text {
    font-size: 16px;
    font-weight: normal;
    color: #6AB691;
    margin-top: 11px;
}
.item8_tb {
    background: #EFF9F8;
    border-radius: 20px;
    border: 1px solid #CBEBE8;
    margin-top: 20px;
}
.item8_tb_item {
    display: flex;
}
.item8_tb_item_text {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    flex: 1;
    border-right: 1px solid #CBEBE8;
    border-bottom: 1px solid #CBEBE8;
    padding: 20px 20px;
    text-align: center;
}
.item8_tb_item .item8_tb_item_text:last-child {
    border-right: none;
}
.item8_tb_item:last-child .item8_tb_item_text {
    border-bottom: none;
}
.item8_tb_item3 .item8_tb_item_text{
    border-bottom: none;
}
.item8_tb_item_text1 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
	text-align: left;
}
.item8_tb_item_text2 {
    font-size: 16px;
    font-weight: normal;
    color: #119A5E;
}
.item8_tb_item2 {
    border: 10px solid #4ACB91;
    border-radius: 25px;
    transform: scale(1.03);
}
.item8_tb_item2 .item8_tb_item_text {
    border-bottom: none;
    padding: 10px 0;
}
.item8_compare {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-top: 44px;
}
.item8_compare_l {
    flex: 1;
    padding: 20px 0;
    color: #999999;
}
.item8_compare_l_main {
    box-shadow: 2px 0px 16px 0px #F9F4EA;
    padding: 34px 0 35px 23px;
    background: #F6F6F6 linear-gradient(180deg, #EFF9F8 2%, #EFF9F8 100%);
    border-radius: 25px 0 0 25px;
}
.item8_compare_l_main_title {
    font-size: 28px;
    text-align: center;
}
.item8_compare_l_main_item {
    margin-top: 32px;
}
.item8_compare_l_main_item_title {
    font-size: 16px;
    font-weight: normal;
}
.item8_compare_l_main_item_text {
    font-size: 14px;
    font-weight: normal;
}
.item8_compare_m {
    width: 76px;
    height: 76px;
    background: url("./images/vs@2x.png") no-repeat top/cover;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.item8_compare_r {
    flex: 1;
    background: #FFAE4E linear-gradient(180deg, #FF9B3A 3%, #FF3E10 100%);
    border-radius: 25px;
    padding: 54px 25px 62px 28px;
    color: #FFFFFF;
    position: relative;
}
.item8_compare_r_img1 {
    width: 115px;
    height: 96px;
    position: absolute;
    top: 113px;
    right: 25px;
    background: url("./images/629@2x.png") no-repeat top/cover;
}
.item8_compare_r_img2 {
    width: 115px;
    height: 95px;
    position: absolute;
    top: 261px;
    right: 19px;
    background: url("./images/yz@2x.png") no-repeat top/cover;
}

.item9 {
    margin-top: 3px;
    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@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;
}

/* 蓝医保2026图片拆解模块 */
.item0_content.lyb-compare {
    display: block;
    align-items: initial;
    justify-content: initial;
    background: #FFFFFF;
    border-radius: 0;
    padding: 44px 45px 32px;
    color: #071636;
}
.lyb-compare-title {
    margin-bottom: 34px;
    font-size: 36px;
    line-height: 1.45;
    font-weight: 800;
    text-align: center;
}
.lyb-compare-table {
    position: relative;
    display: flex;
    gap: 6px;
}
.lyb-compare-col {
    flex: 1;
    overflow: hidden;
}
.lyb-compare-col-normal {
    background: #F2F5FF;
    border-radius: 14px 0 0 0;
}
.lyb-compare-col-premium {
    position: relative;
    background: #FFF7E4;
    border-radius: 14px 14px 0 0;
}
.lyb-compare-col-premium::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 40px;
    height: 40px;
    background: #FFF7E4;
    border-right: 5px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
    transform: translateX(-50%) rotate(45deg);
}
.lyb-compare-head {
    height: 72px;
    line-height: 72px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.lyb-compare-col-normal .lyb-compare-head {
    color: #6F86C9;
    background: #E8ECF8;
}
.lyb-compare-col-premium .lyb-compare-head {
    color: #8C641C;
    background: linear-gradient(180deg, #F8E9BE 0%, #EED596 100%);
    border-radius: 14px;
}
.lyb-compare-body {
    padding: 33px 29px 42px;
}
.lyb-compare-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    font-size: 26px;
    color: #173985;
}
.lyb-compare-col-premium .lyb-compare-row {
    color: #8C641C;
}
.lyb-compare-line {
    height: 1px;
    margin: 20px 0;
    border-top: 2px dashed rgba(116, 133, 178, 0.25);
}
.lyb-mark {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    margin-left: 12px;
    border-radius: 50%;
    background: #FFFFFF;
}
.lyb-mark::before,
.lyb-mark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 2px;
}
.lyb-mark-yes::before {
    width: 19px;
    height: 10px;
    border-left: 6px solid #65C991;
    border-bottom: 6px solid #65C991;
    transform: translate(-50%, -65%) rotate(-45deg);
}
.lyb-mark-no::before,
.lyb-mark-no::after {
    width: 24px;
    height: 6px;
    background: #9CAADB;
}
.lyb-mark-no::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.lyb-mark-no::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.lyb-compare-note {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 17px 24px 18px;
    background: #FFF2D8;
    border-radius: 14px;
    font-size: 23px;
    line-height: 1.85;
    color: #B1853D;
}
.lyb-feature-card {
    color: #071636;
}
.lyb-feature-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 28px;
    white-space: nowrap;
}
.lyb-feature-title span {
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 9px;
    border-radius: 4px;
    background: linear-gradient(90deg, #F7EBC9 0%, #FFF9E8 100%);
    font-size: 22px;
    font-weight: 700;
    color: #8B631B;
}
.lyb-feature-title strong {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}
.lyb-family-main {
    position: relative;
    min-height: 132px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(90deg, #F8FAFF 0%, #EDF2FF 100%);
}
.lyb-family-copy {
    position: relative;
    z-index: 2;
    padding: 25px 0 0 32px;
}
.lyb-family-copy h3 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #254A9C;
}
.lyb-family-copy p {
    margin-top: 13px;
    font-size: 26px;
    color: #303A50;
}
.lyb-family-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 315px;
    height: 132px;
    object-fit: contain;
    object-position: right bottom;
}
.lyb-zero-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 26px 20px 24px;
    border-radius: 0 0 14px 14px;
    background: #F0F3FE;
}
.lyb-zero-item {
    position: relative;
    min-height: 18px;
    text-align: center;
    color: #273044;
}
.lyb-line-icon,
.lyb-condition-item i,
.lyb-scene-item i,
.lyb-therapy-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.lyb-line-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #DDE5FA;
    color: #6F82CB;
    font-size: 20px;
    font-weight: 700;
}
.lyb-zero-item p {
    font-size: 23px;
    line-height: 1.2;
}
.lyb-zero-item strong {
    display: block;
    margin-top: 13px;
    font-size: 25px;
    line-height: 1.2;
    color: #204493;
}
.lyb-zero-item em {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 10px;
    border-radius: 18px;
    background: #B8C3E5;
    font-size: 17px;
    line-height: 1;
    font-style: normal;
    color: #FFFFFF;
}
.lyb-discount {
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    padding: 0 40px 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, #FDF6E3 0%, #F7E9BE 100%);
}
.lyb-discount::before,
.lyb-discount::after {
    content: "";
    position: absolute;
    bottom: 84px;
    width: 42px;
    height: 120px;
    border: 8px solid #59C5B8;
    border-right: 0;
    border-bottom: 0;
    opacity: 0.75;
}
.lyb-discount::before {
    left: 8px;
    transform: skewY(-22deg);
}
.lyb-discount::after {
    right: 8px;
    transform: scaleX(-1) skewY(-22deg);
}
.lyb-discount-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    align-items: end;
    min-height: 180px;
}
.lyb-discount-item {
    min-height: 156px;
    border-left: 2px solid #FFFFFF;
    background: #EEF2FF;
    text-align: center;
}
.lyb-discount-item:first-child {
    border-left: 0;
}
.lyb-discount-item span {
    display: block;
    height: 52px;
    line-height: 52px;
    background: linear-gradient(180deg, #879CE3 0%, #657CC7 100%);
    border-radius: 6px 6px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}
.lyb-discount-item strong {
    display: block;
    margin-top: 32px;
    font-size: 54px;
    line-height: 1;
    color: #21458F;
}
.lyb-discount-item strong i {
    font-size: 24px;
    font-style: normal;
}
.lyb-discount p {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #8A6420;
}
.lyb-condition-panel {
    overflow: hidden;
    border-radius: 14px;
    background: #F0F3FF;
}
.lyb-condition-head {
    height: 82px;
    line-height: 82px;
    background: #E3E8FF;
    font-size: 29px;
    font-weight: 800;
    text-align: center;
    color: #24499D;
}
.lyb-condition-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 26px;
    padding: 36px 24px 32px;
}
.lyb-condition-item {
    min-height: 19px;
    text-align: center;
    color: #323B4F;
}
.lyb-condition-item i {
    width: 70px;
    height: 70px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #7E90DB;
    font-size: 20px;
    font-weight: 800;
}
.lyb-condition-item strong {
    display: block;
    min-height: 30px;
    font-size: 21px;
    line-height: 1.28;
    font-weight: 500;
}
.lyb-condition-item p {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.3;
    color: #758090;
}
.lyb-condition-more strong {
    color: #5B74C5;
}
.lyb-footnote {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.45;
    color: #7E8998;
}
.lyb-drug-block {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 12px;
    background: #FBF7E9;
}
.lyb-gold-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 104px;
    padding: 17px 28px 15px 24px;
    background: linear-gradient(90deg, #B8914D 0%, #E4C77D 100%);
    color: #FFFFFF;
}
.lyb-gold-head strong {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}
.lyb-gold-head em {
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.24);
    font-style: normal;
}
.lyb-gold-head p {
    margin-top: 8px;
    font-size: 21px;
    line-height: 1.3;
}
.lyb-gold-head b {
    flex: 0 0 auto;
    font-size: 58px;
    line-height: 1;
    color: rgba(148, 108, 35, 0.24);
}
.lyb-medicine-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    gap: 12px;
    padding: 30px 26px 13px;
}
.lyb-medicine-item {
    text-align: center;
}
.lyb-medicine-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #226AA7;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    color: #FFFFFF;
    white-space: nowrap;
}
.lyb-medicine-item.pink i,
.lyb-medicine-item.yellow i,
.lyb-medicine-item.cyan i,
.lyb-medicine-item.blue i {
    background: #226AA7;
    color: #FFFFFF;
}
.lyb-medicine-item span {
    display: block;
    margin-top: 14px;
    font-size: 21px;
    color: #AD8B43;
}
.lyb-more {
    padding-bottom: 22px;
    font-size: 24px;
    text-align: center;
    color: #8A6420;
}
.lyb-store-list {
    padding-top: 28px;
}
.lyb-store-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    border-radius: 50% 50% 34% 34%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 48%, #AEB9EA 49%, #AEB9EA 100%);
    font-size: 17px;
    line-height: 1.2;
    color: #1E2B40;
    text-align: center;
}
.lyb-store-item.bottle {
    border-radius: 10px 10px 16px 16px;
    background: linear-gradient(180deg, #9F7831 0%, #9F7831 20%, #F9F2D6 21%, #F9F2D6 100%);
}
.lyb-store-item.box {
    border-radius: 10px;
    background: linear-gradient(180deg, #B7C5F2 0%, #B7C5F2 35%, #F6F7FF 36%, #F6F7FF 100%);
}
.lyb-store-item.jar {
    border-radius: 8px;
    background: linear-gradient(180deg, #F6D65B 0%, #F6D65B 20%, #FFFFFF 21%, #FFFFFF 52%, #C99A49 53%, #C99A49 100%);
    color: #000000;
}
.lyb-store-item.device {
    border-radius: 18px;
    background: #DAE2F2;
    border: 6px solid #7D8799;
    font-weight: 700;
}
.lyb-health-service {
    position: relative;
    overflow: hidden;
    min-height: 268px;
    padding: 28px 28px 24px 25px;
    border-radius: 12px;
    background: linear-gradient(90deg, #596ECA 0%, #B8C6F8 78%, #a9b4d9 100%);
    color: #FFFFFF;
}
.lyb-health-service h3 {
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}
.lyb-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 20px;
    font-size: 19px;
    line-height: 1.35;
    color: #354061;
}
.lyb-service-grid span {
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
}
.lyb-service-grid span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5A6EC8;
}
.lyb-health-service img {
    position: absolute;
    right: 22px;
    bottom: 0;
    width: 190px;
    height: 228px;
    object-fit: cover;
    object-position: center bottom;
}
.lyb-health-service img[src$="lyb2026-doctor.png"] {
    display: none;
}
.lyb-rehab-panel {
    overflow: hidden;
    padding: 28px 14px 30px;
    border-radius: 14px;
    background: linear-gradient(180deg, #F4F7FF 0%, #FFFFFF 100%);
}
.lyb-rehab-intro {
    font-size: 24px;
    line-height: 1.65;
    text-align: center;
    color: #566070;
}
.lyb-rehab-intro b {
    color: #3857B6;
}
.lyb-rehab-scene {
    position: relative;
    height: 480px;
    margin-top: 14px;
}
.lyb-scene-item {
    position: absolute;
    width: 172px;
    height: 172px;
    padding-top: 24px;
    border-radius: 50%;
    background: #F0F3FF;
    text-align: center;
    color: #2C3448;
}
.lyb-scene-item i {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 50%;
    border: 3px solid #788CDC;
    color: #788CDC;
    font-size: 16px;
    font-weight: 800;
}
.lyb-scene-item strong {
    display: block;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 1.2;
    color: #4B63C6;
}
.lyb-scene-item p {
    font-size: 18px;
    line-height: 1.35;
}
.lyb-scene-top {
    left: 244px;
    top: 0;
}
.lyb-scene-left {
    left: 12px;
    top: 150px;
}
.lyb-scene-right {
    right: 12px;
    top: 150px;
}
.lyb-scene-bottom-left {
    left: 120px;
    bottom: 0;
}
.lyb-scene-bottom-right {
    right: 120px;
    bottom: 0;
}
.lyb-shield {
    position: absolute;
    left: 50%;
    top: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 176px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #7F93E8 0%, #3E58B9 100%);
    clip-path: polygon(50% 0, 100% 20%, 88% 78%, 50% 100%, 12% 78%, 0 20%);
    border: 10px solid #DDE5FF;
    font-size: 27px;
    line-height: 1.45;
    font-weight: 800;
    text-align: center;
    color: #FFFFFF;
}
.lyb-flow-title {
    margin: 28px 0 16px;
    padding: 18px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F7E8BF 50%, rgba(255, 255, 255, 0) 100%);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    color: #8B641D;
}
.lyb-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-bottom: 18px;
}
.lyb-flow span {
    position: relative;
    min-height: 100px;
    padding: 18px 12px 0;
    background: #FBF3DE;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    color: #B28B42;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
}
.lyb-flow span:first-child {
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}
.lyb-flow span:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 18px 50%);
}
.lyb-rehab-blue {
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(90deg, #2E4DB7 0%, #5E77D5 100%);
    color: #FFFFFF;
}
.lyb-rehab-main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 176px;
    padding: 20px 0 0 22px;
}
.lyb-rehab-main h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}
.lyb-rehab-main h3 span {
    font-size: 32px;
}
.lyb-rehab-main img {
    width: 230px;
    object-fit: cover;
    opacity: 0.78;
}
.lyb-rehab-stats {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 0.9fr;
    gap: 15px;
    margin-top: 27px;
}
.lyb-rehab-stats p {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 19px;
    line-height: 1.4;
}
.lyb-rehab-stats p:last-child {
    border-right: 0;
}
.lyb-rehab-stats strong {
    display: block;
    margin-top: 7px;
    font-size: 28px;
    line-height: 1.2;
}
.lyb-rehab .lyb-footnote {
    margin: 16px 0 22px;
    font-size: 18px;
}
.lyb-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.lyb-photo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 190px;
    overflow: hidden;
    padding: 0 20px 25px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #FFFFFF;
}
.lyb-photo-hospital-a {
    background-image: url("./images/lyb2026-hospital-a.jpg");
}
.lyb-photo-hospital-b {
    background-image: url("./images/lyb2026-hospital-b.jpg");
}
.lyb-care-nurse {
    background-image: url("./images/lyb2026-nurse-bg.jpg");
}
.lyb-care-transfer {
    background-image: url("./images/lyb2026-transfer-bg.jpg");
}
.lyb-photo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(45, 72, 170, 0.18) 0%, rgba(39, 62, 158, 0.94) 72%, rgba(39, 62, 158, 1) 100%);
}
.lyb-photo-card strong,
.lyb-photo-card b,
.lyb-photo-card p {
    position: relative;
    z-index: 2;
}
.lyb-photo-card strong {
    font-size: 24px;
    line-height: 1.28;
    font-weight: 800;
}
.lyb-photo-card b {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.1;
}
.lyb-rehab-caption {
    padding: 22px 20px;
    border-radius: 0 0 10px 10px;
    background: #4F67C5;
    font-size: 25px;
    line-height: 1.35;
    text-align: center;
    color: #FFFFFF;
}
.lyb-medicine-cover {
    position: relative;
    min-height: 176px;
    margin-top: 18px;
    padding: 25px 22px 22px;
    background-image: linear-gradient(90deg, rgba(46, 77, 183, 1) 0%, rgba(79, 103, 197, 0.98) 64%, rgba(79, 103, 197, 0.65) 100%), url("./images/lyb2026-medicine-bg.jpg");
    background-size: cover;
    background-position: right center;
}
.lyb-medicine-cover h3 {
    font-size: 27px;
    line-height: 1.25;
}
.lyb-medicine-cover h3 span {
    margin-left: 8px;
    font-size: 32px;
}
.lyb-medicine-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}
.lyb-medicine-stats p {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 18px;
    line-height: 1.35;
}
.lyb-medicine-stats p:last-child {
    border-right: 0;
}
.lyb-medicine-stats strong {
    display: block;
    margin-top: 6px;
    font-size: 30px;
    line-height: 1.1;
}
.lyb-care-grid {
    margin-top: 44px;
}
.lyb-care-card {
    min-height: 315px;
    justify-content: flex-end;
    padding-bottom: 28px;
}
.lyb-care-card p {
    margin-top: 28px;
    font-size: 22px;
    line-height: 1.55;
}
.lyb-therapy-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.lyb-therapy-card {
    min-height: 192px;
    padding: 28px 24px 20px;
    border-radius: 12px;
    background: #F0F3FB;
    text-align: center;
    color: #202A3D;
}
.lyb-therapy-card i {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
    border-radius: 50%;
    border: 4px solid #768BDA;
    color: #768BDA;
    font-size: 24px;
    font-weight: 800;
}
.lyb-therapy-card em {
    display: inline-block;
    padding: 3px 12px 4px;
    border-radius: 6px;
    background: #DCE4FB;
    font-size: 22px;
    line-height: 1.2;
    font-style: normal;
    color: #24489B;
}
.lyb-therapy-card strong {
    display: block;
    margin-top: 9px;
    font-size: 24px;
    line-height: 1.25;
    color: #214493;
}
.lyb-therapy-card p {
    margin-top: 11px;
    font-size: 21px;
    line-height: 1.45;
}
.lyb-therapy-center {
    position: absolute;
    left: 50%;
    top: 115px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 166px;
    padding-top: 5px;
    transform: translateX(-50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: linear-gradient(180deg, #6079D9 0%, #3656C1 100%);
    color: #FFFFFF;
    text-align: center;
}
.lyb-therapy-center strong,
.lyb-therapy-center span,
.lyb-therapy-center b {
    display: block;
    line-height: 1.2;
}
.lyb-therapy-center strong {
    font-size: 30px;
}
.lyb-therapy-center span {
    margin-top: 7px;
    font-size: 25px;
    font-weight: 800;
}
.lyb-therapy-center b {
    margin-top: 7px;
    font-size: 24px;
}
.item1.lyb-guide {
    padding: 28px 0 26px;
    border-radius: 0;
    background: #FFFFFF;
}
.lyb-guide-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 34px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
    color: #071636;
}
.lyb-guide-title::before,
.lyb-guide-title::after {
    content: "";
    width: 225px;
    height: 1px;
    background: linear-gradient(90deg, rgba(221, 224, 234, 0) 0%, #DDE2EE 100%);
}
.lyb-guide-title::after {
    transform: scaleX(-1);
}
.lyb-guide-section {
    overflow: hidden;
    margin: 0 20px 30px;
    border-radius: 12px;
}
.lyb-guide-section:last-child {
    margin-bottom: 0;
}
.lyb-guide-section-head {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 88px;
    overflow: hidden;
    padding: 0 220px 0 24px;
    background: linear-gradient(90deg, #7288D9 0%, #BAC6F2 100%);
    color: #FFFFFF;
}
.lyb-guide-section-head h3 {
    position: relative;
    z-index: 2;
    font-size: 29px;
    line-height: 1.25;
    font-weight: 800;
}
.lyb-guide-section-head img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 118px;
    object-fit: cover;
    object-position: right bottom;
}
.lyb-guide-section-critical .lyb-guide-section-head img {
    width: 210px;
    height: 136px;
}
.lyb-guide-section-head img[src$="lyb2026-guide-woman.jpg"],
.lyb-guide-section-head img[src$="lyb2026-guide-doctor.jpg"] {
    display: none;
}
.lyb-guide-steps {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}
.lyb-guide-step {
    position: relative;
    display: grid;
    grid-template-columns: 98px 1fr;
    min-height: 108px;
    border-top: 4px solid #FFFFFF;
    background: #F0F4FF;
}
.lyb-guide-step:first-child {
    border-top: 0;
}
.lyb-guide-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -13px;
    z-index: 3;
    width: 26px;
    height: 26px;
    background: #F0F4FF;
    border-right: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    transform: rotate(45deg);
}
.lyb-guide-step-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    color: #164199;
}
.lyb-guide-step-text {
    position: relative;
    display: block;
    min-height: 108px;
    padding: 22px 22px 22px 28px;
    font-size: 23px;
    line-height: 1.55;
    color: #344056;
}
.lyb-guide-step-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    border-left: 1px dashed rgba(143, 153, 183, 0.45);
}
.lyb-guide-step-text span {
    font-weight: 800;
    color: #173F98;
}
.lyb-guide-section-critical .lyb-guide-step {
    min-height: 124px;
}
.lyb-guide-section-critical .lyb-guide-step-text {
    min-height: 124px;
}
