/* banner */
.product-banner-wrap {
    padding-top: 68px;
    height: 664px;
    display: flex;
    align-items: center;
}
.product-banner-wrap .product-banner-main {
    width: 1140px;
    margin: 0 auto;
}
.ai-interview-product-banner-wrap  .product-banner-main{
    margin-top: 120px;
}
.ai-interview-product-banner-wrap .product-banner-bottom-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.46) 1.66%, rgba(255, 255, 255, 0.50) 34.22%);
    backdrop-filter: blur(10px);
}
.ai-interview-product-banner-wrap {
    position: relative;
    display: block;
}
.ai-interview-product-banner-wrap .product-banner-bottom {
    height: 100%;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.product-banner-bottom .product-banner-bottom-title {
    color:  #202032;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-banner-bottom .product-banner-bottom-content {
    color:  #8B8A95;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}
.product-banner-wrap .product-banner-main .product-banner-title {
    font-size: 50px;
    font-weight: 600;
    color: #36354C;
}

.product-banner-wrap .product-banner-main .product-banner-tips {
    font-size: 24px;
    font-weight: 400;
    color: #8B8A95;
    margin-top: 20px;
}
.product-banner-wrap .product-banner-main .product-banner-new_title {
    font-size: 46px;
    font-weight: 600;
    color: #36354C;
}
.product-banner-wrap .product-banner-main .product-banner-new_tips {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #8B8A95;
    margin-top: 20px;
}
.product-banner-wrap .product-banner-main .product-banner-btn {
    width: 171px;
    height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.capability_panorama-wrap img{
    width: 100%;
}
.product-banner-wrap .product-banner-main .product-banner-btn img {
    width: 19px;
    height: 13px;
}
/* flow-path */
.flow-path-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
    padding: 100px 0;
    /*.flow-path-list .process-item-active > img {*/
    /*    transform: scale(1.2);*/
    /*}*/
}
.flow-path-wrap .flow-path-list {
    display: flex;
    background: url('/product/images/product_4/flowPath_bg.png') no-repeat center center;
}
.flow-path-wrap .flow-path-tb {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-path-wrap .flow-path-list > li {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
}
.flow-path-wrap .flow-path-list > li > img {
    width: 116px;
    height: 106px;
    position: relative;
    transition: all 0.2s;
    /*cursor: pointer;*/
}
.flow-path-wrap .flow-path-list > li > span {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #F5370D;
}
.flow-path-wrap .flow-path-list > li:first-child {
    margin-left: 0;
}
.flow-path-wrap .flow-path-list > li:nth-child(even) {
    margin-top: 80px;
}
/*.flow-path-wrap .box-mod-tb-left img {*/
/*    width: 395px;*/
/*    height: 345px;*/
/*    display: block;*/
/*}*/
/*.flow-path-wrap .box-mod-tb-right {*/
/*    margin-left: 108px;*/
/*}*/
/* 产品分类说明 */
.product_1-sort-wrap {
    padding: 105px 0;
}
.product_1-sort-wrap .product-sort-main {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.product_1-sort-wrap .product-sort-item {
    width: 170px;
    color: #43BCF9;
}
.product_1-sort-wrap .product-sort-item:nth-child(odd) {
    margin-top: 120px;
    color: #4151FB;
}
.product_1-sort-wrap .product-sort-img {
    width: 170px;
    height: auto;
    margin-left: 10px;
}
.product_1-sort-wrap .product-sort-title {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.product_1-sort-wrap .product-sort-msg {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 8px;
    text-align: center;
}
/* 产品说明列表 */
.product-list-wrap {
    /*padding-bottom: 70px;*/
}
.product-list-wrap .product-list-main {
    width: 1200px;
    margin: 0 auto;
}
.product-list-wrap .product-list-main .product-list-title {
    display: flex;
    justify-content: center;
    font-size: 38px;
    font-weight: 900;
    padding-top: 66px;
}
.product-list-wrap .product-list-main .product-list-title .product-list-title-left {
    font-weight: 900;
    margin-right: 25px;
}
.product-list-wrap .product-list-main .product-list-title .product-list-title-right {
    font-weight: 900;
    color: #202032;
}
.product-list-wrap .product-list-main .product-item-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 85px;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-text-wrap.product-item-text-bottom {
    padding-bottom: 90px;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-text-wrap .product-item-text-title {
    font-size: 30px;
    font-weight: 500;
    color: #202032;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-text-wrap .product-item-text-title > img {
    width: 80px;
    height: 80px;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-text-wrap .product-item-text-title > span {
    margin-left: 20px;
    font-weight: 500;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-text-wrap .product-item-text-tips {
    font-size: 20px;
    font-weight: 300;
    color: #6B6A73;
    margin-bottom: 5px;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-text-wrap .product-item-text-tips .product-item-text-drop {
    color: #2057E7;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-img-wrap {
    width: 568px;
    height: 515px;
    position: relative;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-img-wrap.product-item-img-wrap-bg-right .product-item-img {
    right: -80px;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-img-wrap.product-item-img-wrap-bg-left .product-item-img {
    left: -95px;
}
.product-list-wrap .product-list-main .product-item-wrap .product-item-img-wrap .product-item-img {
    position: absolute;
    width: 100%;
    height: auto;
}
/* 用户好评 */
.product-evaluate-wrap {
    background: red;
    padding: 74px 0 109px 0;
    background: url('/product/images/evaluate_bg.png') no-repeat;
    background-size: 100% 100%;
}
.product-evaluate-wrap .product-evaluate-main {
    width: 928px;
    margin: 0 auto;
}
.product-evaluate-wrap .product-evaluate-main .product-evaluate-title {
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    text-align: center;
}
.product-evaluate-wrap .product-evaluate-main .product-evaluate-tips-wrap {
    width: 928px;
    background: url('/product/images/evaluate_text_bg.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 36px;
    padding: 95px 63px 95px 69px;
    box-sizing: border-box;
}
.product-evaluate-wrap .product-evaluate-main .product-evaluate-tips-wrap .product-evaluate-tips {
    font-size: 20px;
    font-weight: 400;
    color: rgba(55, 53, 76, 0.7);
}
.product-evaluate-wrap .product-evaluate-main .product-evaluate-tips-wrap .product-evaluate-tips-name {
    font-size: 20px;
    font-weight: 500;
    color: #37354C;
    text-align: right;
    margin-top: 10px;
}
/* other */
.product-other-wrap {
    padding: 117px 0 114px;
    background: #FFF;
}
.product-other-wrap .product-other-main {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.product-other-wrap .product-other-main .product-other-item {
    width: 256px;
    height: 144px;
    padding: 38px 34px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #36354C;
    box-sizing: border-box;
    cursor: pointer;
    /*background: linear-gradient(180deg, #8CF1FF 0%, #D4FFF5 100%);*/
}
.product-other-wrap .product-other-main .product-other-item.product-other-item_1 {
    background: url('/product/images/product_label_1.png') no-repeat;
    background-size: 100% 100%;
}
.product-other-wrap .product-other-main .product-other-item.product-other-item_2 {
    background: url('/product/images/product_label_2.png') no-repeat;
    background-size: 100% 100%;
}
.product-other-wrap .product-other-main .product-other-item.product-other-item_3 {
    background: url('/product/images/product_label_3.png') no-repeat;
    background-size: 100% 100%;
}
.product-other-wrap .product-other-main .product-other-item.product-other-item_4 {
    background: url('/product/images/product_label_4.png') no-repeat;
    background-size: 100% 100%;
}
.product-other-wrap .product-other-main .product-other-item.product-other-item_5 {
    background: url('/product/images/product_label_5.png') no-repeat;
    background-size: 100% 100%;
}
/*免费试用*/
.product-tips {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    height: 351px;
    background: #15C1FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url('/images/newHome/tips.png') no-repeat;
    background-size: 100% 100%;
}
.product-tips h2 {
    font-size: 38px;
}
.product-tips a {
    width: 144px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #36354C;
    margin: 20px auto;
}

.content_1180{
    width: 1180px;
    margin: 0 auto;
}
.content_1160{
    width: 1160px;
    margin: 0 auto;
}
.content_1140{
    width: 1140px;
    margin: 0 auto;
}
.product_accompany_wrap{
    padding: 70px 0 46px;
    background-image: url("/product/images/product_6/bg_1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_accompany_wrap .product_accompany_title{
    font-size: 32px;
    font-weight: 500;
    color: #202032;
}
.product_accompany_wrap .product_accompany_title>span{
    color: #4151FB;
    font-size: 32px;
    font-weight: 500;
}
.product_accompany_wrap .product_accompany_list{
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_accompany_wrap .product_accompany_list .product_accompany_item{
    width: 378px;
    height: 194px;
    display: flex;
    border-radius: 17px;
    padding: 54px 50px;
    margin-top: 13px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_accompany_wrap .product_accompany_list .product_accompany_item .product_accompany_item_icon{
    width: 52px;
    height: 52px;
    margin-right: 30px;
}
.product_accompany_wrap .product_accompany_list .product_accompany_item .product_accompany_item_title{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
    margin-top: 11px;
}
.product_accompany_wrap .product_accompany_list .product_accompany_item .product_accompany_item_msg{
    font-size: 16px;
    font-weight: 400;
    color: #70727A;
    margin-top: 10px;
}
.product_block_wrap{
    padding: 83px 0 90px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_block_wrap .product_content_wrap{
    display: flex;
    justify-content: space-between;
}
.product_block_wrap .product_img_wrap{
    /*width: 655px;*/
    /*height: 506px;*/
}
.product_block_wrap .product_img_wrap img{
    width: 100%;
    height: 100%;
}
.product_block_wrap .product_text_wrap{
    padding-top: 29px;
}
.product_block_wrap .product_text_wrap .product_text_title{
    font-size: 32px;
    font-weight: 500;
    color: #202032;
    margin-bottom: 50px;
}
.product_block_wrap .product_text_wrap .product_text_item{
    margin-bottom: 30px;
}
.product_block_wrap .product_text_wrap .product_text_item .product_text_item_title{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
    margin-bottom: 10px;
}
.product_block_wrap .product_text_wrap .product_text_item .product_text_item_msg{
    font-size: 16px;
    color: #70727A;
}
.product_block_wrap .product_text_wrap .product_text_item .product_text_item_numb{
    font-size: 30px;
    font-weight: 500;
    color: #6C6AFF;
}
.product_block_wrap .product_text_wrap .product_text_item .product_text_item_numb_title{
    font-size: 30px;
    font-weight: 500;
    color: #36354C;
    margin-bottom: 24px;
}
.product_block_wrap .product_text_wrap .product_text_item .product_text_item_numb_msg{
    font-size: 20px;
    font-weight: 400;
    color: #70727A;
    line-height: 2;
}

.product_block_wrap .product_block_btn{
    width: max-content;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 400;
    color: #FFFFFF;
    background: #465AFC;
    margin-top: 50px;
    box-shadow: 0 10px 20px 0 rgba(92, 99, 255, 0.30);
}
.product_block_wrap .product_block_btn > span{
    margin-right: 50px;
}

.employer_brand{
    background-image: url("/product/images/product_6/bg_2.png");
}
.screening_evaluation{
    background-image: url("/product/images/product_6/bg_2.png");
}
.construction_operation{
    background-image: url("/product/images/product_6/bg_2.png");
}
.data_analysis{
    background-image: url("/product/images/product_6/bg_2.png");
}
.product_recruiting_process_wrap{
    padding: 72px 0 77px;
    background-image: url("/product/images/product_6/bg_1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_recruiting_process_wrap .product_block_btn{
    width: max-content;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 400;
    color: #FFFFFF;
    background: #465AFC;
    margin: 50px auto 0;
    box-shadow: 0 10px 20px 0 rgba(92, 99, 255, 0.30);
}
.product_recruiting_process_wrap .product_block_btn > span{
    margin-right: 50px;
}

.product_recruiting_process_wrap .product_recruiting_process_head{
    font-weight: 500;
    font-size: 32px;
    color: #202032;
    text-align: center;
    margin-bottom: 40px;
}
.product_recruiting_process_wrap .product_recruiting_process_bg{
    height: 408px;
    background-image: url("/product/images/product_6/product_recruiting_process_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.product_recruiting_process_wrap .product_recruiting_process_item{
    position: absolute;
}
.product_recruiting_process_wrap .product_recruiting_process_title{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
    height: 45px;
    line-height: 45px;
}
.product_recruiting_process_wrap .product_recruiting_process_msg{
    font-size: 16px;
    font-weight: 400;
    color: #4F5365;
    line-height: 32px;
}
.product_recruiting_process_wrap .product_recruiting_process_item.one{
    left: 55px;
    top: 140px;
}
.product_recruiting_process_wrap .product_recruiting_process_item.two{
    top: 302px;
    left: 150px;
}
.product_recruiting_process_wrap .product_recruiting_process_item.three{
    top: 28px;
    left: 338px;
}
.product_recruiting_process_wrap .product_recruiting_process_item.four{
    top: 188px;
    left: 442px;
}
.product_recruiting_process_wrap .product_recruiting_process_item.five{
    top: 28px;
    left: 626px;
}
.product_recruiting_process_wrap .product_recruiting_process_item.six{
    top: 270px;
    left: 880px;
}
.product_recruiting_process_wrap .product_recruiting_process_item.seven{
    top: 28px;
    left: 980px;
}

.product_all_staff_recruit{
    padding: 88px 0 84px;
    background-image: url("/product/images/product_6/bg_1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_all_staff_recruit .product_all_staff_title{
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    text-align: center;
}
.product_all_staff_recruit .product_all_staff_msg{
    font-size: 20px;
    font-weight: 400;
    color: #70727A;
    text-align: center;
}
.product_all_staff_recruit .product_all_staff_recruit_list{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.product_all_staff_recruit .product_all_staff_recruit_list .product_all_staff_recruit_item{
    width: 275px;
    height: 307px;
    box-shadow: 0 6px 20px 0 rgba(91,99,171,0.09);
    border-radius: 16px;
    overflow: hidden;
}
.product_all_staff_recruit .product_all_staff_recruit_list .product_all_staff_recruit_head{
    display: flex;
    padding: 32px 38px 0;
}
.product_all_staff_recruit .product_all_staff_recruit_list .product_all_staff_recruit_name{
    font-size: 20px;
    color: #36354C;
    font-weight: 500;
}
.product_all_staff_recruit .product_all_staff_recruit_list .product_all_staff_recruit_img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 20px;
}
.product_all_staff_recruit .product_all_staff_recruit_list .product_all_staff_recruit_msg{
    font-size: 18px;
    font-weight: 400;
    color: #4F5365;
    line-height: 32px;
    margin-top: 52px;
    padding: 0 38px 32px;
}


.product_other_wrap {
    padding: 117px 0 114px;
}
.product_other_wrap .product_other_main {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.product_other_wrap .product_other_main .product_other_item {
    width: 256px;
    height: 144px;
    padding: 38px 34px 34px;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_other_wrap .product_other_item_title{
    font-size: 24px;
    font-weight: 500;
    color: #36354C;
}
.product_other_wrap .product_other_item_btn{
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.product_other_wrap .product_other_item_btn p{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.product_other_wrap .product_other_item_btn .product_other_item_btn_icon{
    width: 18px;
}

.product_other_wrap .product_other_main .product_other_item.product-other-item_1 {
    background-image: url('/product/images/product_label_1.png');
}
.product_other_wrap .product_other_main .product_other_item.product-other-item_2 {
    background-image: url('/product/images/product_label_2.png')
}
.product_other_wrap .product_other_main .product_other_item.product-other-item_3 {
    background-image: url('/product/images/product_label_3.png');
}
.product_other_wrap .product_other_main .product_other_item.product-other-item_4 {
    background-image: url('/product/images/product_label_4.png');
}
.product_other_wrap .product_other_main .product_other_item.product-other-item_5 {
    background-image: url('/product/images/product_label_5.png');
}
.product_7_block_title{
    font-size: 38px;
    color: #202032;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
}
.product_core_technology_wrap{
    padding: 80px 0;
    background-image: url("/product/images/product_7/bg_2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_core_technology_wrap .product_core_technology_title{
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    text-align: center;
}
.product_core_technology_wrap .product_core_technology_msg{
    font-size: 20px;
    font-weight: 400;
    color: #8B8A95;
    text-align: center;
    margin-top: 5px;
}
.product_core_technology_wrap .product_core_technology_list{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.product_core_technology_wrap .product_core_technology_item{
    width: 248px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_core_technology_wrap .product_core_technology_item .product_core_technology_item_img{
    width: 52px;
    height: 52px;
    margin: 0 auto;
}
.product_core_technology_wrap .product_core_technology_item .product_core_technology_item_title{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.product_core_technology_wrap .product_core_technology_item .product_core_technology_item_msg{
    font-size: 16px;
    font-weight: 400;
    color: #70727A;
    text-align: center;
}
.product_applicable_scenarios_wrap-special {
    height: 680px;
    background-image: url("/product/images/500_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_applicable_scenarios_wrap{
    padding: 124px 0 110px;
    background-image: url("/product/images/product_7/applicable_scenarios_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_applicable_scenarios_wrap .product_applicable_scenarios_title{
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.product_applicable_scenarios_wrap .product_applicable_scenarios_list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.product_applicable_scenarios_wrap .product_applicable_scenarios_item{
    width: 358px;
    border-radius: 8px;
    overflow: hidden;
    background: #FFF;
}
.product_applicable_scenarios_wrap .product_applicable_scenarios_item_head{
    display: flex;
    align-items: center;
    padding: 47px 65px 32px;
    background: linear-gradient(180deg, rgba(203,118,255,0.2) 0%, rgba(228,218,255,0) 100%);
}
.product_applicable_scenarios_wrap .product_applicable_scenarios_item_head .product_applicable_scenarios_item_img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.product_applicable_scenarios_wrap .product_applicable_scenarios_item_head .product_applicable_scenarios_item_title{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
}
.product_applicable_scenarios_wrap .product_applicable_scenarios_item_content{
    padding: 0 65px 60px;
    font-size: 16px;
    font-weight: 400;
    color: #4F5365;
}
.product_quantifiable_value_wrap{
    padding: 90px 0 100px;
}
.product_quantifiable_value_wrap .product_quantifiable_value_title{
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    text-align: center;
    margin-bottom: 60px;
}
.product_quantifiable_value_wrap .product_quantifiable_value_list{
    display: flex;
    justify-content: space-between;
}
.product_quantifiable_value_wrap .product_quantifiable_value_item{
    flex: 1;
    border-right: 1px solid #D9D9D9;
    text-align: center;
}
.product_quantifiable_value_wrap .product_quantifiable_value_item:last-child{
    border-right: 0;
}
.product_quantifiable_value_wrap .product_quantifiable_value_item_title{
    font-size: 18px;
    font-weight: 500;
    color: #36354C;
}
.product_quantifiable_value_wrap .product_quantifiable_value_item_numb{
    font-size: 52px;
    font-weight: 900;
    background: linear-gradient(101deg, #5473FF 0%, #8A5EFF 69%, #BB4BFF 100%);
    -webkit-background-clip: text; /* Safari/Chrome */
    -webkit-text-fill-color: transparent; /* Safari/Chrome */
    color: transparent; /* Firefox/Opera */
}
.product_quantifiable_value_wrap .product_quantifiable_value_item_symbol{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
}

.product_secure_wrap{
    padding: 80px 0;
    background-image: url("/product/images/product_8/bg_2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_secure_wrap .product_secure_title{
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    text-align: center;
}
.product_secure_wrap .product_secure_list{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.product_secure_wrap .product_secure_item{
    width: 177px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_secure_wrap .product_secure_item .product_secure_item_img{
    width: 52px;
    height: 52px;
    margin: 0 auto;
}
.product_secure_wrap .product_secure_item .product_secure_item_title{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
    margin-top: 42px;
    margin-bottom: 24px;
    text-align: center;
}
.product_secure_wrap .product_secure_item .product_secure_item_msg{
    font-size: 16px;
    font-weight: 400;
    color: #70727A;
    line-height: 28px;
}
.product_why_select_wrap{
    padding: 124px 0 110px;
    background-image: url("/product/images/product_8/why_select_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_why_select_wrap .product_why_select_title{
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.product_why_select_wrap .product_why_select_list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.product_why_select_wrap .product_why_select_item{
    width: 358px;
    border-radius: 8px;
    overflow: hidden;
    background: #FFF;
    text-align: center;
}
.product_why_select_wrap .product_why_select_item_head{
    padding: 47px 65px 35px;
    background: linear-gradient(180deg, rgba(255,234,222,0.7) 0%, rgba(254,242,230,0) 100%);
}
.product_why_select_wrap .product_why_select_item_head .product_why_select_item_img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.product_why_select_wrap .product_why_select_item_head .product_why_select_item_title{
    font-size: 20px;
    font-weight: 500;
    color: #36354C;
}
.product_why_select_wrap .product_why_select_item_content{
    width: 242px;
    margin: 0 auto;
    padding-bottom: 47px;
}
.product_why_select_wrap .product_why_select_item_content .product_why_select_item_msg{
    font-size: 16px;
    font-weight: 400;
    color: #4F5365;
}
.product_why_select_wrap .product_why_select_item_content .product_why_select_item_numb{
    font-size: 36px;
    font-weight: 500;
    color: #4F5365;
}
.product_multiple_select_wrap{
    padding: 80px 0;
    text-align: center;
    background-image: url("/product/images/product_8/bg_5.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_multiple_select_wrap .product_multiple_select_title{
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    margin-bottom: 33px;
}
.product_multiple_select_wrap .product_multiple_select_img{
    width: 100%;
    height: auto;
}
.intelligent_resume_parser_wrap{
    background-image: url("/product/images/product_8/bg_4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.intelligent_resume_parser_wrap .product-tips{
    background: transparent;
}
.intelligent_resume_parser_wrap .product-tips h2 {
    color: #36354C;
    font-weight: 500;
}
.intelligent_resume_parser_wrap .product-tips a {
    color: #FFFFFF;
    background: linear-gradient(136deg, #F5370D 1%, #FF762C 100%);
}


.application_scenarios{
    background-image: url("/product/images/product_9/application_scenarios_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}
.application_scenarios .application_scenarios_title{
    font-size: 38px;
    font-weight: 600;
    color: #202032;
    text-align: center;
    margin-bottom: 10px;
    height: 53px;
    line-height: 45px;
}
.application_scenarios .application_scenarios_msg{
    font-size: 20px;
    font-weight: 400;
    color: #70727A;
    text-align: center;
    margin-bottom: 64px;
    height: 28px;
    line-height: 23px;
}
.application_scenarios .application_scenarios_block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.application_scenarios .application_scenarios_block .application_scenarios_block_left{

}
.application_scenarios .application_scenarios_block .application_scenarios_block_center{
    margin:0 60px;
    display: flex;
    justify-content: center;
}
.application_scenarios .application_scenarios_block .application_scenarios_block_right{

}
.application_scenarios .application_scenarios_block .application_scenarios_block_label{
    width: 154px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-image: url("/product/images/product_9/application_scenarios_block_label_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #36354C;
}
.application_scenarios .application_scenarios_block .application_scenarios_block_label:last-child{
    margin-bottom: 0;
}
.application_scenarios .application_scenarios_block .application_scenarios_block_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.application_scenarios .application_scenarios_block .application_scenarios_round{
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
}
.application_scenarios .application_scenarios_block .application_scenarios_round.one{
    background: linear-gradient(84deg, #00B2F2 2%, #4151FB 100%);
}
.application_scenarios .application_scenarios_block .application_scenarios_round.two{
    background: #30C1FF;
}
.application_scenarios .application_scenarios_block .application_scenarios_block_center_C{
    width: 438px;
    height: 192px;
    background-image: url("/product/images/product_9/application_scenarios_block_center_C_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.application_scenarios .application_scenarios_block .application_scenarios_block_center_C .application_scenarios_block_center_C_C{
    width: 336px;
    height: 336px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/product/images/product_9/application_scenarios_block_center_C_C_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.application_scenarios .application_scenarios_block .application_scenarios_block_center_C .application_scenarios_block_center_C_C p{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(146deg, #00B2F2 2%, #4151FB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.four_dimension{
    padding: 80px 0 64px;
    background-image: url("/product/images/product_9/four_dimension_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.four_dimension .four_dimension_title{
    font-size: 38px;
    font-weight: 600;
    color: #202032;
    text-align: center;
    margin-bottom: 40px;
}
.four_dimension .four_dimension_tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(131, 185, 204, .2);
    padding: 0 64px 20px 62px;
}
.four_dimension .four_dimension_tabs .four_dimension_tabs_item{
    width: 167px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #36354C;
    border-radius: 12px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0)) 1 1;
    background: linear-gradient(180deg, rgba(245,248,255,0.21) 0%, rgba(255,255,255,0.03) 0%, rgba(169,234,255,0.35) 100%);
    cursor: pointer;
}
.four_dimension .four_dimension_tabs .four_dimension_tabs_item.active{
    color: #FFFFFF;
    background-image: url("/product/images/product_9/four_dimension_tabs_item_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.four_dimension .four_dimension_tabs_content{
    display: none;
}
.four_dimension .four_dimension_tabs_content.four_dimension_tabs_0{
    display: block;
}
.four_dimension .four_dimension_tabs_content .four_dimension_tabs_msg{
    font-size: 16px;
    font-weight: 400;
    color: #36354C;
    line-height: 1.5;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_c{
    display: flex;
    justify-content: center;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_c_item{
    width: 508px;
    height: 566px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 23px;
    background: linear-gradient(180deg, rgba(255,255,255,0.83) 0%, #FFFFFF 100%);
    box-shadow: 0 10px 20px 0 rgba(65,81,251,0.05);
    border-radius: 14px;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_0_head{
    display: flex;
    align-items: center;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_0_head span{
    font-size: 30px;
    font-weight: 600;
    color: #36354C;
    margin-left: 15px;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_0_center{
    margin: 20px 0;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_0_center .four_dimension_tabs_0_center_item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_0_center .four_dimension_tabs_0_center_item:last-child{
    margin-bottom: 0;
}
.four_dimension .four_dimension_tabs_0 .four_dimension_tabs_0_center span{
    font-size: 16px;
    font-weight: 400;
    color: #4F5365;
    margin-left: 20px;
}
.four_dimension .four_dimension_tabs_1 .four_dimension_tabs_c_item{
    width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.83) 0%, #FFFFFF 100%);
    box-shadow: 0 10px 20px 0 rgba(65,81,251,0.05);
    border-radius: 14px;
}
.four_dimension .four_dimension_tabs_1 .four_dimension_tabs_c_item_name{
    font-size: 30px;
    font-weight: 600;
    color: #36354C;
}
.four_dimension .four_dimension_tabs_1 .four_dimension_tabs_c_item_title{
    font-size: 16px;
    font-weight: 400;
    color: #4F5365;
    margin-top: 12px;
    line-height: 32px;
}
.four_dimension .four_dimension_tabs_1 .four_dimension_tabs_c_item_msg{
    font-size: 14px;
    font-weight: 400;
    color: #4F5365;
    background: #F1F9FF;
    border-radius: 12px;
    padding: 18px 18px 24px 17px;
    margin-top: 20px;
    line-height: 28px;
}
.four_dimension .four_dimension_tabs_2 .four_dimension_tabs_c{
    width: 1160px;
    padding: 66px 104px 68px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.83) 0%, #FFFFFF 100%);
    box-shadow: 0 10px 20px 0 rgba(65,81,251,0.05);
    border-radius: 14px;
}
.four_dimension .four_dimension_tabs_2 .four_dimension_tabs_c{
    width: 1160px;
    padding: 66px 104px 68px 90px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255,255,255,0.83) 0%, #FFFFFF 100%);
    box-shadow: 0 10px 20px 0 rgba(65,81,251,0.05);
    border-radius: 14px;
}
.four_dimension .four_dimension_tabs_2 .four_dimension_tabs_c_item_title{
    font-size: 30px;
    font-weight: 600;
    color: #36354C;
    line-height: 35px;
}
.four_dimension .four_dimension_tabs_2 .four_dimension_tabs_c_item_msg{
    font-size: 16px;
    font-weight: 400;
    color: #4F5365;
    margin-top: 20px;
    line-height: 32px;
}
.four_dimension .four_dimension_tabs_3 .four_dimension_tabs_c{
    width: 1160px;
    padding: 78px 61px 80px 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.83) 0%, #FFFFFF 100%);
    box-shadow: 0 10px 20px 0 rgba(65,81,251,0.05);
    border-radius: 14px;
}
.four_dimension .four_dimension_tabs_3 .four_dimension_tabs_c_item_title{
    font-size: 30px;
    font-weight: 600;
    color: #36354C;
    line-height: 35px;
}
.four_dimension .four_dimension_tabs_3 .four_dimension_tabs_c_item_msg{
    font-size: 16px;
    font-weight: 400;
    color: #4F5365;
    margin-top: 40px;
    line-height: 32px;
}
.experience_first{
    padding: 80px 0 60px;
    background-image: url("/product/images/product_9/experience_first_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.experience_first .experience_first_title{
    font-size: 38px;
    font-weight: 600;
    color: #202032;
    line-height: 62px;
    margin-bottom: 4px;
    text-align: center;
}
.experience_first .experience_first_mag{
    font-size: 20px;
    font-weight: 400;
    color: #8B8A95;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.experience_first .experience_first_list{
    width: 876px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.experience_first .experience_first_list img{
    width: 252px;
    height: 418px;
}
.evaluation_report{
    padding: 80px 0 0;
    background-image: url("/product/images/product_9/evaluation_report_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.evaluation_report .evaluation_report_title{
    font-size: 38px;
    font-weight: 600;
    color: #202032;
    line-height: 62px;
    margin-bottom: 4px;
    text-align: center;
}
.evaluation_report .evaluation_report_mag{
    font-size: 20px;
    font-weight: 400;
    color: #8B8A95;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.evaluation_report img{
    width: 1091px;
    height: 464px;
    display: block;
    margin: 0 auto;
}
.why_trust{
    padding: 124px 0 154px;
    background-image: url("/product/images/product_9/why_trust_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.why_trust .why_trust_title{
    font-size: 38px;
    font-weight: 600;
    color: #FFF;
    line-height: 62px;
    margin-bottom: 80px;
    text-align: center;
}
.why_trust .why_trust_list{
    display: flex;
    justify-content: center;
}
.why_trust .why_trust_list .why_trust_item{
    text-align: center;
    color: #FFFFFF;
    flex: 1;
    border-right: 1px solid #FFF;
}
.why_trust .why_trust_list .why_trust_item:last-child{
    border-right: 0;
}
.why_trust .why_trust_list .why_trust_item .why_trust_item_numb{
    font-size: 52px;
    font-weight: bold;
    line-height: 61px;
}
.why_trust .why_trust_list .why_trust_item span{
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}
.why_trust .why_trust_list .why_trust_item .why_trust_item_text{
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 6px;
}
.whole_process{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whole_process .whole_process_title{
    font-size: 38px;
    font-weight: 600;
    color: #202032;
    line-height: 45px;
    margin-bottom: 50px;
    text-align: center;
}
.whole_process .whole_process_block{
    display: flex;
    padding-left: 70px;
}
.whole_process .whole_process_block .whole_process_text_title{
    font-size: 30px;
    font-weight: 600;
    color: #36354C;
    line-height: 35px;
    margin-bottom: 40px;
}
.whole_process .whole_process_block .whole_process_text_msg{
    font-size: 16px;
    font-weight: 400;
    color: #70727A;
    line-height: 24px;
    margin-bottom: 20px;
}
.applicable_scenarios{
    padding: 125px 0;
    background-image: url("/product/images/product_10/applicable_scenarios_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.applicable_scenarios .applicable_scenarios_title{
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 62px;
    text-align: center;
    margin-bottom: 60px;
}
.applicable_scenarios .applicable_scenarios_list{
    display: flex;
    justify-content: space-between;
}
.applicable_scenarios .applicable_scenarios_list .applicable_scenarios_item{
    width: 192px;
    height: 208px;
    background-image: url("/product/images/product_10/applicable_scenarios_item_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px;
    box-shadow: 0 10px 20px 0 rgba(65,81,251,0.16);
    border-radius: 16px;
}
.applicable_scenarios .applicable_scenarios_list .applicable_scenarios_item_block{
    width: 176px;
    height: 192px;
    background-image: url("/product/images/product_10/applicable_scenarios_item_block_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 46px;
}
.applicable_scenarios .applicable_scenarios_list .applicable_scenarios_item_block img{
    width:48px;
    height:48px;
    display:block;
    margin: 0 auto 20px;
}
.applicable_scenarios .applicable_scenarios_list .applicable_scenarios_item_block p{
    font-size: 20px;
    font-weight: 600;
    color: #36354C;
    line-height: 32px;
    text-align: center;
}
.why_select{
    padding: 100px 0 139px;
    background: linear-gradient(180deg, rgba(194,215,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
.why_select .why_select_title{
    font-size: 38px;
    font-weight: 600;
    color: #202032;
    line-height: 45px;
    text-align: center;
    margin-bottom: 73px;
}
.why_select .why_select_list{
    display: flex;
    justify-content: center;
}
.why_select .why_select_list .why_select_list_item{
    width: 288px;
}
.why_select .why_select_list .why_select_list_item img{
    width: 54px;
    height: 54px;
    display: block;
    margin: 0 auto;
}
.why_select .why_select_list .why_select_list_item .why_select_list_item_title{
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #36354C;
    line-height: 23px;
    text-align: center;
    margin: 29px 0 20px;
}
.why_select .why_select_list .why_select_list_item .why_select_list_item_msg{
    font-size: 16px;
    font-weight: 400;
    color: #70727A;
    text-align: center;
    line-height: 28px;
}
.why_select .why_select_list .why_select_list_item .why_select_list_item_msg span{
    color: #4151FB;
}
.provide_services{
    padding: 100px 0 80px;
    background: linear-gradient(180deg, rgba(194,215,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
.provide_services .provide_services_title{
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
}
.provide_services .provide_services_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.provide_services .provide_services_list .provide_services_img{
    width: 174px;
    height: 73px;
    padding: 5px 12px 4px 13px;
    box-shadow: 0 6px 29px 0 rgba(38,50,56,0.09);
    background: #FFFFFF;
    border-radius: 8px;
}
.provide_services .provide_services_list .provide_services_img img{
    width: 100%;
}
.provide_services .provide_services_wrap{
    display: flex;
    justify-content: space-between;
    padding: 0 104px;
    margin-top: 94px;
    text-align: center;
}
.provide_services .provide_services_wrap .provide_services_item:nth-child(2){
    padding: 0 128px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.provide_services .provide_services_wrap .provide_services_item_title{
    font-size: 18px;
    font-weight: 500;
    color: #36354C;
    line-height: 21px;
    margin-bottom: 6px;
}
.provide_services .provide_services_wrap .provide_services_item_numb_wrap{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.provide_services .provide_services_wrap .provide_services_item_numb_wrap p{
    font-size: 52px;
    font-weight: bold;
    height: 52px;
    line-height: 61px;
    background: linear-gradient(180deg, #4151FB 0%, #73ABFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.provide_services .provide_services_wrap .provide_services_item_numb_wrap span{
    font-size: 20px;
    font-weight: 600;
    color: #36354C;
    line-height: 23px;
}


@media (max-width: 1249px) {
    .product-banner-wrap {
        height: 400px!important;
    }
    .product-banner-main{
        transform: scale(0.8);
    }
}
@media (min-width: 1250px) and (max-width: 1280px) {
    .product-banner-wrap {
        height: 419px!important;
    }
    .product-banner-main{
        transform: scale(0.85);
    }
}
@media (min-width: 1281px) and (max-width: 1366px) {
    .product-banner-wrap {
        height: 450px!important;
    }
    
    .product-banner-main{
        transform: scale(0.9);
    }
}
@media (min-width: 1367px) and (max-width: 1440px) {
    .product-banner-wrap {
        height: 480px!important;
    }
    
    .product-banner-main{
        transform: scale(0.95);
    }
}
@media (min-width: 1441px) and (max-width: 1536px) {
    .product-banner-wrap {
        height: 517px!important;
    }
}
@media (min-width: 1537px) and (max-width: 1603px) {
    .product-banner-wrap {
        height: 542px!important;
    }
}
@media (min-width: 1604px) and (max-width: 1707px) {
    .product-banner-wrap {
        height: 580px!important;
    }
}
@media (min-width: 1708px) and (max-width: 1800px) {
    .product-banner-wrap {
        height: 620px!important;
    }
}
@media (min-width: 1800px) and (max-width: 1920px) {
    .product-banner-wrap {
        height: 664px!important;
    }
    .ai-interview-product-banner-wrap {
        height: 681px !important;
    }
}
@media (min-width: 1921px) and (max-width: 2048px) {
    .product-banner-wrap {
        height: 712px!important;
    }
}
@media (min-width: 2049px) and (max-width: 2561px) {
    .product-banner-wrap {
        height: 793px!important;
    }
}
@media (min-width: 2562px) {
    .product-banner-wrap {
        height: 800px!important;
    }
}
.landing-AI {
    background-image: url("/product/images/loading_ai_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}
.landing-AI-title{
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    color: #202032;
    text-align: center;
    margin-bottom: 20px;
}
.landing-AI-content{
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.landing-AI-content-list{
    width: calc(33% - 20px)
}
.landing-AI-content-list-img, .landing-AI-content-list-img img{
    width: 100%;
    border-radius: 20px;
}
.landing-AI-content-list-title{
    color: #202032;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 12px;
}
.landing-AI-content-list-btn{
    display: flex;
    width: 143px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background:  #4151FB;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    cursor: pointer;
}
.landing-AI-describe{
    font-size: 20px;
    color: #70727A;
    text-align: center;
    margin-bottom: 48px;

}
.download-modal-wrap{
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-modal{
    width: 860px;
    height: 642px;
    padding: 36px 32px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    position: relative;
}
.download-modal-img, .download-modal-form{
    flex: 1;
}
.download-modal-img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.download-modal-form{
    padding-left: 32px;
}
.download-modal-form .form .form_title{
    font-weight: 600;
    font-size: 24px;
    color: #36354C;
    margin-top: 42px;
    margin-bottom: 40px;
}
.download-modal-form .form .form_label{
    font-weight: 500;
    font-size: 14px;
    color: #36354C;
    margin-bottom: 8px;
}
.download-modal-form .form .form_label span{
    color: red;
}

.download-modal-form .form .form_input{
    width: 100%;
    height: 40px;
    background: #F6F6F6;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 20px;
}
.download-modal-form .form .form_input::placeholder{
    color: rgba(112,114,122,0.5);
}
.download-modal-form .form .form_err{
    color: transparent;
    font-size: 14px;
    /*margin-top: 5px;*/
    padding-left: 5px;
    /*box-sizing: content-box;*/
}
.download-modal-form .form .form_btn{
    width: 143px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4151FB;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
}
.close-modal{
    position: absolute;
    right: 36px;
    top: 32px;
    font-size: 18px;
    cursor: pointer;
}
.ai-dissimilarity {

}
.ai-dissimilarity-top {
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 196px;
}
.ai-dissimilarity-top .ai-dissimilarity-top-item {
    color: #474C66;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 210% */
    cursor: pointer;
    opacity: .4;
}
.ai-dissimilarity-top .ai-dissimilarity-top-item:hover {
    opacity: 1;
}
.ai-dissimilarity-top .active {
    opacity: 1;
}
.ai-dissimilarity-top .ai-dissimilarity-top-item img{
    width: 40px;
    height: 40px;
}
.ai-dissimilarity-content {
    padding-top: 40px;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item {
    justify-content: space-between;
    align-items: center;
    display: none;
}
.ai-dissimilarity-content  .active {
    display: flex;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item .item-img {
    width: 700px;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item .item-img img {
    width: 100%;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item .item-content {
    padding: 0 20px 0 108px;
    flex: 1;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item .item-content .item-content-title {
    color: #5972FF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item .item-content .item-content-text {
    color:  #4F5365;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item .product-banner-btn {
    width: 162px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.ai-dissimilarity-content  .ai-dissimilarity-content-item .product-banner-btn img {
    width: 19px;
    height: 13px;
}
.product_information_wrap {
    display: flex;
}
.product_information_wrap .product_information_wrap_img {
    width: 520px;
    flex-shrink: 0;  /* 防止压缩 */
}
.product_information_wrap .product_information_wrap_img img {
    width: 100%;
}
.product_information_wrap .product_information_wrap_content {
    flex: 1;
    padding: 0 30px 50px 50px;
}
.product_information_wrap .product_information_wrap_content .to-more-wrap {
    text-align: right;
    padding:8px 0 24px;
}
.product_information_wrap .product_information_wrap_content .to-more {
    font-size: 18px;
    color: #202032;
    cursor: pointer;
}
.product_information_wrap_content_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4F5365;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    margin-bottom: 20px;
}
.product_information_wrap_content_item .item-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
