* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    background-color: #FFD2B7;
}

.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: 469px;
    padding: 48px 125px;
    background: url("./images/banner@2x.jpg") no-repeat top/cover;
}

.layout {
    margin-top: 44px;
    display: flex;
    justify-content: center;
}
.layout_l {
    width: 720px;
    padding-bottom: 40px;
}
.item1 {
    background: #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: #4ACB91;
    border-radius: 16px;
    padding: 5px 11px 7px 14px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    width: 106px;
}
.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@2x.png") no-repeat top/cover;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    white-space: nowrap;
}
.item3_content_item_b_img_text1 {
    position: absolute;
    top: 165px;
    left: 0px;
}
.item3_content_item_b_img_text2 {
    position: absolute;
    top: 60px;
    left: 110px;
}
.item3_content_item_b_img_text3 {
    position: absolute;
    top: 60px;
    left: 265px;
}
.item3_content_item_b_img_text4 {
    position: absolute;
    top: 165px;
    left: 377px;
}
.item3_content_item_b_main {
    position: relative;
    margin-top: -133px;
}
.item3_content_item_b_main_title {
    padding: 18px 0 14px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    background: #FA9449 linear-gradient(0deg, #FFA25B 0%, #FFC47D 100%);
    border-radius: 19px 19px 0px 0px;
}
.item3_content_item_b_main_content {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding: 20px 0 30px 70px;
    border-radius: 0px 0px 19px 19px;
    overflow: hidden;
    background-color: #FEF5E4;
}
.item3_content_item_b_main_content1 {
    display: flex;
    align-items: center;
}
.item3_content_item_b_main_content1::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
}
.item3_content_item_b_main_content1:last-child {
    margin-top: 20px;
}
.item3_content_item_b2 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 33px 65px 50px 60px;
}
.item3_content_item_b2_img {
    width: 404px;
    height: 218px;
    margin: 0 auto;
    background: url("./images/pic55@2x.png") no-repeat top/cover;
}
.item3_content_item_b2_main {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
    position: relative;
}
.item3_content_item_b2_main_l {
    flex: 1;
    padding: 30px 30px 60px;
    background: #FFFFFF;
    border-radius: 19px;
    text-align: center;
}
.item3_content_item_b2_main_l1 {
    font-size: 20px;
    font-weight: normal;
    color: #FF680E;
}
.item3_content_item_b2_main_l2 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-top: 10px;
    text-align: left;
}
.item3_content_item_b2_main_m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 49px;
    height: 49px;
    background: url("./images/+@2x.png") no-repeat top/cover;
}
.item3_content_item_b2_main_r {
    flex: 1;
    margin-left: 15px;
    padding: 30px 30px 60px;
    background: #FFFFFF;
    border-radius: 19px;
    text-align: center;
}
.item3_content_item_b3 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 40px 70px 47px;
}
.item3_content_item_b3_t {
    display: flex;
    align-items: stretch;
}
.item3_content_item_b3_t_item {
    flex: 1;
    padding: 20px 30px 30px;
    background: #FFFFFF;
    border-radius: 24px;
}
.item3_content_item_b3_t_item:last-child {
    margin-left: 30px;
}
.item3_content_item_b3_t_item1 {
    font-size: 20px;
    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 76px;
}
.item3_content_item_b4_t {

}
.item3_content_item_b4_t1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item3_content_item_b4_t1_l {

}
.item3_content_item_b4_t1_l_text {
    margin: 20px 0;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    display: flex;
    align-items: center;
}
.item3_content_item_b4_t1_l_text_inner {
    font-size: 30px;
    font-weight: bold;
    color: #FF680E;
    line-height: 23px;
}
.item3_content_item_b4_t1_r {
    margin-left: 25px;
    width: 205px;
    height: 151px;
    background: url("./images/58@2x.png") no-repeat top/cover;
}
.item3_content_item_b4_t2 {
    margin-top: 15px;
    background: #DCF7EC;
    border-radius: 21px;
    padding: 15px 35px;
    display: flex;
    flex-wrap: wrap;
}
.item3_content_item_b4_t2_text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-right: 40px;
    line-height: 25px;
}
.item3_content_item_b4_t2_text::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
}
.item3_content_item_b5 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 40px 70px;
}
.item3_content_item_b5_item {
    padding: 29px 49px;
    background: #FFFFFF;
    border-radius: 19px;
    margin-bottom: 16px;
}
.item3_content_item_b5_item_l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item3_content_item_b5_item_l_img {
    width: 144px;
    height: 82px;
    background: url("./images/20000@2x.png") no-repeat top/cover;
}
.item3_content_item_b5_item_l_img2 {
    width: 128px;
    height: 129px;
    background: url("./images/640@2x.png") no-repeat top/cover;
}
.item3_content_item_b5_item_l_list {
    min-width: 225px;
}
.item3_content_item_b5_item_l_list_title {
    font-size: 20px;
    font-weight: normal;
    color: #FF680E;
}
.item3_content_item_b5_item_l_list_text {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item3_content_item_b5_item_l_list_text::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url("./images/4023@2x.png") no-repeat top/cover;
}
.item3_content_item_b6 {
    background-color: #EFF9F8;
    border-radius: 0 0 28px 28px;
    padding: 40px 56px;
    display: flex;
}
.item3_content_item_b6_item {
    margin: 0 14px;
    background: #DCF7EC;
    border-radius: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 188px;
}
.item3_content_item_b6_item_img {
    width: 87px;
    height: 84px;
}
.item3_content_item_b6_item_img1 {
    background: url("./images/dp@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_img2 {
    width: 115px;
    height: 89px;
    background: url("./images/fm@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_img3 {
    width: 111px;
    height: 84px;
    background: url("./images/ys@2x.png") no-repeat top/cover;
}
.item3_content_item_b6_item_text {
    margin-top: 14px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}
.item3_desc {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    text-align: center;
    margin-top: -40px;
}


.item4 {
    height: 1634px;
}
.item5 {
    height: 1690px;
}
.item6 {
    height: 2240px;
}

.item7 {
    margin-top: 75px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 30px 5px;
    box-shadow: 2px 0px 16px 0px #F9F4EA;
}
.item7_top {
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item7_content {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    margin-top: 25px;
}
.item7_content_inner {
    background: #FFFFFF;
    border: 1px solid #CBEBE8;
    border-radius: 18px;
    overflow: hidden;
}
.item7_c1 {
    display: flex;
    align-items: stretch;
}
.item7_c1_l {
    text-align: center;
    flex: 1;
    border-right: 1px solid #CBEBE8;
    border-bottom: 1px solid #CBEBE8;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item7_c1_l2 {
    flex: 3;
}
.item7_c1_r {
    text-align: center;
    flex: 3;
    border-bottom: 1px solid #CBEBE8;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item7_c1_r2 {
    flex: 5;
}
.item7_c2 {
    display: flex;
    align-items: stretch;
}
.item7_c2_l {
    flex: 1;
    border-right: 1px solid #CBEBE8;
    border-bottom: 1px solid #CBEBE8;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.item7_c2_r {
    text-align: center;
    flex: 5;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item7_c1_r_inner {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}
.item7_c2:last-child .item7_c2_l,.item7_c2:last-child .item7_c1:last-child * {
    border-bottom: none;
}

.item8 {
    margin-top: 80px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 26px 15px;
    box-shadow: 2px 0px 16px 0px #F9F4EA;
}
.item8_top {
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item8_top_text1 {
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item8_top_text2 {
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.item8_info_wrapper {
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    margin-top: 50px;
}
.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 0;
    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;
}
.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: 43px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 26px 15px;
    box-shadow: 2px 0px 16px 0px #F9F4EA;
}
.item9_title {
    margin: 0 auto;
    width: 463px;
    height: 136px;
    background: url("./images/title1@2x.png") no-repeat top/cover;
    text-align: center;
    padding-top: 20px;
    transform: translateY(-29px);
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: 1px 0px 10px #FF6A0F;
}
.item9_title2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: normal;
    color: #FF680E;
}
.item9_title2::before {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/li.png") no-repeat top/cover;
    margin-right: 12px;
}
.item9_title2::after {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/li.png") no-repeat top/cover;
    margin-left: 12px;
    transform: rotate(180deg);
}
.item9_main_wrapper {
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    margin-top: 30px;
}
.item9_main {
    display: flex;
    margin-top: 28px;
    height: 438px;
    border-radius: 18px;
    overflow: hidden;
}
.item9_main_l {
    flex: 0 0 206px;
    display: flex;
    flex-direction: column;
}
.item9_main_l_item_wrapper {
    flex: 1;
    cursor: pointer;
    background: #C8EDE9;
}
.item9_main_l_item {
    width: 206px;
    height: 132px;
    line-height: 115px;
    text-align: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.item9_main_l_item--active {
    background: url("./images/btn3@2x.png") no-repeat top/cover;
    color: #FFFFFF;
    position: relative;
}
.item9_main_l_item--active::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 45%;
    transform: translateY(-50%) rotate(50deg);
    background: #EFF9F8;
}
.item9_main_r {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding-left: 10px;
    background: #EFF9F8;
    padding: 39px 3px 39px 55px;
    height: 100%;
    overflow: hidden;
}
.item9_main_r_item {
    display: none;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 28px;
}
.item9_main_r_item--active {
    display: block;
}
.item9_main_r_item::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}
.item9_main_r_item::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 4px;
    background-color: rgba(144,147,153,.3);
}
.item9_test {
    background: #EFF9F8;
    border-radius: 18px;
    margin-top: 28px;
    padding: 38px;
}
.item9_test_item {
    display: flex;
    margin-bottom: 7px;
}
.item9_test_item_icon {
    flex: 0 0 44px;
    width: 44px;
    height: 20px;
    transform: translateY(6px);
    background: #30B177;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
}
.item9_test_item_content {
    display: block;
    text-decoration: none;
    flex: 1;
    margin-left: 9px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.item9_test_item_content:hover {
    color: #0D6EFF
}
.item9_question {
    background: #EFF9F8;
    border-radius: 18px;
    margin-top: 27px;
}
.item9_question_item {
    padding: 22px 36px;
}
.item9_question_item2 {
    display: flex;
}
.item9_question_item2_icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    transform: translateY(4px);
    background: #30B177;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}
.item9_question_item2_content {
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.item9_question_item3 {
    margin-top: 13px;
    display: flex;
}
.item9_question_item3_icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: #FC700A;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}
.item9_question_item3_content {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.item10 {
    margin: 28px auto;
    width: 649px;
    font-size: 16px;
    font-weight: normal;
    color: #DE9569;
    line-height: 40px;
}

.bg_b1 {
}
.layout_r {
    position: relative;
    width: 426px;
}
.form {
    position: sticky;
    top: 60px;
    left: 0;
    padding: 10px 40px 43px;
    width: 426px;
    height: 407px;
    z-index: 5;
    background: url("./images/biaodan@2x.png") no-repeat top/cover;
    margin-left: 54px;
}
.form_title {
    margin-bottom: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px #EA634C;
}
.form_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    height: 40px;
}
.form_item_title {
    position: relative;
    flex: 0 0 90px;
    width: 90px;
    font-size: 18px;
    font-weight: 500;
    color: #3E3E3E;
}
.form_item_title::before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '*';
    color: rgb(255, 77, 79);
}
.form_item_content {
    position: relative;
    display: flex;
    align-items: center;
}
.form_item_content_input {
    width: 260px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
}
.form_item_content_name {
}
.form_item_content_sex {
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.form_item_content_sex_item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}
.form_item_content_sex_item:last-child {
    margin-left: 5px;
}
.form_item_content_sex_item--active {
    border-color: #0068F9;
}
.form_item_content_error {
    display: none;
    position: absolute;
    top: 42px;
    left: 10px;
    color: rgb(255, 77, 79);
    font-size: 12px;
}
.form_item_content_error--active {
    display: block;
}
.form_submit_wrapper {
    display: flex;
    justify-content: center;
    margin: 30px auto 10px;
}
.form_submit {
    width: 360px;
    height: 103px;
    background: url("./images/btn-pc@2x.png") no-repeat top/cover;
    outline: none;
    border: none;
    animation: submit_button 1.5s ease infinite;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
@keyframes submit_button {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.form_submit2 {
    display: block;
    width: 70px;
    margin: 0 auto;
    text-decoration: none;
}
.form_desc {
    font-weight: 400;
    color: #3E3E3E;
    opacity: 0.5;
    font-size: 12px;
}

.footer {
    height: 87px;
    background-color: #FFFFFF;
    padding-top: 20px;
}
.footer_content {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}
.footer_item_icon1 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -127px -151px;
    vertical-align: sub;
    margin-left: 10px;
    margin-right: 5px;
    background-image: url("https://img.huizecdn.com/hz/www/page/index/icon-sprite.png");
}
.footer_item_icon2 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -153px -152px;
    vertical-align: sub;
    margin-left: 10px;
    margin-right: 5px;
    background-image: url("https://img.huizecdn.com/hz/www/page/index/icon-sprite.png");
}

.modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.52);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal--active {
    display: flex;
}
.modal_main {
    width: 520px;
    height: 483px;
    padding: 87px 0 85px;
    text-align: center;
    background: url("./images/4240@2x.png") no-repeat top/cover;
}
.modal_main_title {
    font-size: 36px;
    font-weight: bold;
    color: #062157;
}
.modal_main_tip1 {
    margin-top: 71px;
    font-size: 25px;
    font-weight: 800;
    color: #0C66FF;
}
.modal_main_tip2 {
    margin-top: 21px;
    font-size: 20px;
    font-weight: 400;
    color: #062157;
}
.modal_main_op {
    margin-top: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_main_op_item {
    width: 180px;
    height: 70px;
    line-height: 70px;
    background: linear-gradient(74deg, #0082FB, #0068F9);
    border-radius: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
.modal_main_op_item:last-child {
    border: 1px solid #0C66FF;
    margin-left: 18px;
    background: #D2EAFF;
    font-size: 24px;
    font-weight: bold;
    color: #0C66FF;
}