* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    background-color: #F0F3FA;
}

.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 {
}
.item1_t {
    height: 149px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: url("./images/1@2x.png") no-repeat top/cover;
    padding-top: 17px;
}
.item1_title {
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
}
.item1_desc {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.item1_content_wrapper {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    padding: 33px 34px 36px;
}
.item1_content {
    height: 150px;
    background: url("./images/pic1@2x.png") no-repeat top/cover;
    display: flex;
    align-items: center;
    padding: 55px 30px;
}
.item1_content_item {
    display: none;
    flex: 1;
    text-align: center;
}
.item1_content_item:first-child {
    margin-right: 225px;
}
.item1_content_item_title {

}
.item1_content_item_content {
    font-size: 20px;
    font-weight: bold;
}
.item1_prize {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
}
.item1_prize_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 332px;
    height: 63px;
    line-height: 63px;
    background: url("./images/title1-1@2x.png") no-repeat top/cover;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}
.item1_prize_item_wrapper {
    padding: 33px 48px 40px 45px;
    background: #FFFFFF;
    border: 1px solid #D3ECFD;
    border-radius: 18px;
}
.item1_prize_item {
    display: flex;
    margin: 11px 0;
}
.item1_prize_item_img {
    flex: 0 0 94px;
    width: 94px;
    height: 104px;
    margin-right: 32px;
}
.item1_prize_item_img1 {
    background: url("./images/pic2@2x.png") no-repeat top/cover;
}
.item1_prize_item_img2 {
    background: url("./images/pic3@2x.png") no-repeat top/cover;
}
.item1_prize_item_img3 {
    background: url("./images/pic4@2x.png") no-repeat top/cover;
}
.item1_prize_item_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item1_prize_item_r_desc1 {
    font-size: 20px;
    font-weight: bold;
    color: #006AFF;
}
.item1_prize_item_r_desc2 {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item1_more {
    width: 63px;
    height: 6px;
    background: url("./images/dot1@2x.png") no-repeat top/cover;
    margin: 0 auto;
    margin-top: 28px;
}
.item2 {
    border-radius: 50px;
    margin-top: -7px;
}
.item2_title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    height: 149px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: url("./images/1@2x.png") no-repeat top/cover;
    padding-top: 35px;
}
.item2_point_wrapper {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    padding: 42px 29px 2px;
}
.item2_point {
    margin-bottom: 10px;
}
.item2_point_title {
    display: flex;
}
.item2_point_title_l {
    flex: 0 0 100px;
    height: 62px;
    background: url("./images/01@2x.png") no-repeat top/cover;
    margin-left: 123px;
}
.item2_point_title_r {
    flex: 0 0 432px;
    width: 432px;
    height: 87px;
    background: url("./images/1067@2x.png") no-repeat top/cover;

    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 17px;
    text-align: center;
}
.item2_point_content {
    position: relative;
    padding: 34px 46px;
    background: #FFFFFF;
    border: 1px solid #D3ECFD;
    border-radius: 18px;
    transform: translateY(-24px);
}
.item2_point_content_inner {
    height: 323px;
    background: url("./images/pic22@2x.png") no-repeat top/cover;
    padding-top: 17px;
}
.item2_point_content_inner_item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 37px;
}
.item2_point_content_inner_item_l {
    flex: 1;
}
.item2_point_content_inner_item_r {
    flex: 1;
}
.item2_point_content_inner_item2 {
    margin-bottom: 46px;
    font-size: 16px;
}
.item2_point_content_inner_item2 .item2_point_content_inner_item_l {
    color: #4283FF;
}
.item2_point_content_desc3 {
    width: 437px;
    margin-top: 34px;
    color: #999999;
}
.item2_point_title_l2 {
    background: url("./images/02@2x.png") no-repeat top/cover;
}
.item2_point_title_l3 {
    background: url("./images/03@2x.png") no-repeat top/cover;
}
.item2_point_content_inner2 {
    margin-top: 21px;
    padding: 27px 30px;
    padding-bottom: 35px;
    height: 398px;
    background: #FFFFFF;
    border: 1px solid #D8EBFF;
    border-radius: 18px;
}
.item2_point_content_inner2_wrapper {
    display: flex;
}
.item2_point_content_inner2_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 290px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.item2_point_content_inner2_item_t_wrapper {
    height: 240px;
    display: flex;
    align-items: flex-end;
}
.item2_point_content_inner2_item_t {
    display: flex;
    flex-direction: column;
    width: 125px;
    border-radius: 18px;
    overflow: hidden;
}
.item2_point_content_inner2_item_t1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 8;
    background-color: #74B7FF;
}
.item2_point_content_inner2_item_t2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 10;
    background-color: #45A3FD;
}
.item2_point_content_inner2_item1 {
    height: 100%;
}
.item2_point_content_inner2_item2 {
    height: 55%;
}
.item2_point_content_inner2_item2 .item2_point_content_inner2_item_t1 {
    flex: 1;
}
.item2_point_content_inner2_item2 .item2_point_content_inner2_item_t2 {
    flex: 2;
}
.item2_point_content_inner2_item3 {
    height: 35%;
}
.item2_point_content_inner2_item3 .item2_point_content_inner2_item_t1 {
    flex: 1;
}
.item2_point_content_inner2_item3 .item2_point_content_inner2_item_t2 {
    flex: 2;
}
.item2_point_content_inner2_item_b {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.item2_point_content_b {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item2_point_content_b_item {
    display: flex;
    align-items: center;
}
.item2_point_content_b_item:first-child {
    margin-right: 49px;
}
.item2_point_content_b_item_icon {
    width: 19px;
    height: 19px;
    background: #74B7FF;
    border-radius: 5px;
    margin-right: 6px;
}
.item2_point_content_b_item_icon2 {
    background: #45A3FD;
}
.item2_point_content_b_item_text {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}
.item2_point_content_desc2 {
    margin: 0 auto;
    width: 470px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.item2_point_content_desc2_inner {
    color: #FC700A;
}
.item2_point_content_item {

}
.item2_point_content_item:first-child {
    margin-bottom: 41px;
}
.item2_point_content_item_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #4283FF;
}
.item2_point_content_item_title::before {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/10722@2x.png") no-repeat top/cover;
    margin-right: 12px;
}
.item2_point_content_item_title::after {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/1072@2x.png") no-repeat top/cover;
    margin-left: 12px;
}
.item2_point_content_item_list {
    display: flex;
    align-items: center;
    margin-top: 34px;
}
.item2_point_content_item_list_item {
    flex: 1;
    text-align: center;
    padding: 15px;
    width: 270px;
    height: 235px;
    background: url("./images/4239@2x.png") no-repeat top/cover;
    padding: 81px 19px 51px;
}
.item2_point_content_item_list_item:first-child {
    margin-right: 10px;
}
.item2_point_content_item_list_item_title {
    margin-bottom: 19px;
    font-size: 18px;
    font-weight: bold;
    color: #4283FF;
}
.item2_point_content_item_list_item_desc {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: left;
}
.item2_point_content_item_list_item_desc_inner {
    color: #F57067;
}
.item2_point_content_item_content {
    display: flex;
    align-items: stretch;
    margin-top: 34px;
}
.item2_point_content_item_content_l {
    flex: 1.5;
    height: 277px;
    font-size: 20px;
    font-weight: bold;
    color: #4283FF;
    display: flex;
    flex-direction: column;
}
.item2_point_content_item_content_l_item {
    flex: 1;
    display: flex;
    align-items: center;
}
.item2_point_content_item_content_r {
    flex: 5;
    width: 457px;
    height: 325px;
    background: url("./images/42392@2x.png") no-repeat top/cover;
    margin-bottom: 31px;
}
.item2_point_content_item_content_r_wrapper {
    height: 300px;
    display: flex;
    flex-direction: column;
}
.item2_point_content_item_content_r_item {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
}
.item2_point_content_item_content_r_item_l {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item2_point_content_item_content_r_item_l1 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_item_content_r_item_l2 {
    font-size: 18px;
    font-weight: bold;
    color: #FFCC6E;
    text-align: center;
}
.item2_point_content_item_desc {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #F57067;
    transform: translateY(36px);
}
.item2_point_title_l4 {
    background: url("./images/04@2x.png") no-repeat top/cover;
}
.item2_point_content_inner4 {
    position: relative;
    margin-top: 5px;
    width: 538px;
    height: 350px;
    background: url("./images/pic@2x.png") no-repeat top/cover;
}
.item2_point_content_inner4_item1 {
    position: absolute;
    top: 140px;
    left: 80px;
}
.item2_point_content_inner4_item1_text1 {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_inner4_item1_text2 {
    font-size: 35px;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_inner4_item2 {
    position: absolute;
    top: 45px;
    left: 245px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_inner4_item3 {
    position: absolute;
    top: 164px;
    left: 280px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_inner4_item4 {
    position: absolute;
    top: 283px;
    left: 250px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_inner4_item5 {
    position: absolute;
    top: 45px;
    left: 430px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_inner4_item6 {
    position: absolute;
    top: 163px;
    left: 453px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_content_inner4_item7 {
    position: absolute;
    top: 282px;
    left: 425px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.item2_point_title_l5 {
    background: url("./images/05@2x.png") no-repeat top/cover;
}
.item2_point_content_inner5 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item2_point_content_inner5_img {
    width: 466px;
    height: 151px;
    background: url("./images/pic33@2x.png") no-repeat top/cover;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item2_point_content_inner5_img_l {
    font-size: 30px;
    color: #FF4A00;
    font-weight: bold;
}
.item2_point_content_inner5_img_m {
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
    color: #FF4A00;
    margin-left: 36px;
    margin-right: 16px;
}
.item2_point_content_inner5_img_r {
    font-size: 23px;
    font-weight: normal;
    color: #FF4A00;
    writing-mode: vertical-lr;
}
.item2_point_content_inner5_desc {
    font-size: 24px;
    font-weight: bold;
}
.item2_point_content_desc {
    margin-top: 29px;
    color: #999999;
    text-align: center;
}
.item2_point_content_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 366px;
    height: 249px;
    background: url("./images/pic44@2x.png") no-repeat top/cover;
}
.item2_point_content_desc2_inner {
    color: #F57067;
}
.item3 {
    height: 2053px;
}
.item4 {
    height: 1634px;
}
.item5 {
    height: 1690px;
}
.item6 {
    height: 2240px;
}
.item7 {

}
.item7_top {
    height: 149px;
    text-align: center;
    background: url("./images/1@2x.png") no-repeat top/cover;
    padding-top: 34px;
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
}
.item7_content {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    padding: 37px 34px;
}
.item7_content_inner {
    background: #FFFFFF;
    border: 1px solid #D3ECFD;
    border-radius: 18px;
    overflow: hidden;
}
.item7_c1 {
    display: flex;
    align-items: stretch;
}
.item7_c1_l {
    text-align: center;
    flex: 1;
    border-right: 1px solid #D3ECFD;
    border-bottom: 1px solid #D3ECFD;
    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 #D3ECFD;
    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 #D3ECFD;
    border-bottom: 1px solid #D3ECFD;
    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 {

}
.item8_top {
    height: 149px;
    text-align: center;
    background: url("./images/1@2x.png") no-repeat top/cover;
    padding-top: 34px;
    font-size: 34px;
    font-weight: bold;
    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: #4BAAFE;
    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: 9px;
}
.item8_tb {
    display: flex;
    align-items: center;
    margin-top: 33px;
    height: 106px;
    border: 1px solid #E8F2FF;
    border-radius: 18px 18px 0px 0px;
    overflow: hidden;
}
.item8_tb_item {
    flex: 1;
    height: 100%;
}
.item8_tb_item_title {
    background: #DBEDFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #4283FF;
}
.item8_tb_item_content {
    background: #DBEDFF;
    border-right: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #4283FF;
}
.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 #E8F2FF;
    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: #4283FF;
    z-index: 2;
}
.item8_content_item:not(:last-child)::after {
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    content: '';
    border-left: 1px dashed #ABBFF9;
}
.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: 20px;
    font-weight: bold;
    color: #4283FF;
}
.item8_desc_inner {
    color: #F57067;
    margin-top: 29px;
}

.item9 {

}
.item9_title {
    height: 149px;
    text-align: center;
    background: url("./images/1@2x.png") no-repeat top/cover;
    padding-top: 34px;
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
}
.item9_title2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #4283FF;
}
.item9_title2::before {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/10722@2x.png") no-repeat top/cover;
    margin-right: 12px;
}
.item9_title2::after {
    content: '';
    width: 18px;
    height: 24px;
    background: url("./images/1072@2x.png") no-repeat top/cover;
    margin-left: 12px;
}
.item9_main_wrapper {
    background: #EFF4FD;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    transform: translateY(-41px);
    padding: 37px 34px;
    margin-bottom: 30px;
}
.item9_main {
    display: flex;
    margin-top: 30px;
    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-color: #DBEDFF;
}
.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: #FFFFFF;
}
.item9_main_r {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding-left: 10px;
    background-color: #FFFFFF;
    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: #FFFFFF;
    border-radius: 18px;
    margin-top: 30px;
    padding: 38px;
}
.item9_test_item {
    display: flex;
    margin-bottom: 7px;
}
.item9_test_item_icon {
    flex: 0 0 44px;
    width: 44px;
    height: 20px;
    background: url("./images/ceping-1@2x.png") no-repeat top/cover;
    transform: translateY(6px);
}
.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: #FFFFFF;
    border-radius: 18px;
    margin-top: 29px;
}
.item9_question_item {
    padding: 22px 36px;
}
.item9_question_item2 {
    display: flex;
}
.item9_question_item2_icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url("./images/wen@2x.png") no-repeat top/cover;
    transform: translateY(4px);
}
.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: url("./images/da@2x.png") no-repeat top/cover;
}
.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: 400;
    color: #A8B4BD;
    line-height: 40px;
}

.bg_b1 {
}
.layout_r {
    position: relative;
    width: 426px;
}
.form {
    position: sticky;
    top: 60px;
    left: 0;
    padding: 12px 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 #4275f1;
}
.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 {
    /* width: 165px; */
}
/* .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: 40px auto 30px;
}
.form_submit {
    width: 328px;
    height: 66px;
    line-height: 66px;
    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-size: 12px;
    font-weight: 400;
    color: #3E3E3E;
    opacity: 0.5;
}

.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;
}
/*新增*/
.item2_point_content_descc {
    margin: 0 auto;
    width: 470px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    text-align: center;
    margin-top: 30px;
}