.content_1160{
    width: 1160px;
    margin: 0 auto;
}


#schoolRecruitment-body .header_title,
#social-body .header_title,
#recommend-body .header_title,
#employerBrand-body .header_title
{
    font-weight: 500;
    font-size: 38px;
    color: #202032;
    text-align: center;
    margin-bottom: 40px;
}
.solution_banner {
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
}
#schoolRecruitment-body .solution_banner{
    background-image: url("/solution/images/school/banner1.png");
    background-size: 100%;
}
#social-body .solution_banner{
    background-image: url("/solution/images/social/banner1.png");
    background-size: 100%;
}
#recommend-body .solution_banner{
    background-image: url("/solution/images/recommend/banner1.png");
    background-size: 100%;
}
#employerBrand-body .solution_banner{
    background-image: url("/solution/images/employer/banner1.png");
    background-size: 100%;
}
.solution_banner .title {
    font-size: 50px;
    font-weight: 600;
    color: #131A31;
    padding-bottom: 20px;
    padding-top: 238px;
}
.solution_banner .msg {
    font-size: 16px;
    font-weight: 400;
    color: #70727A;
    line-height: 32px;
}
.solution_banner .solution_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: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #4151FB;
    box-shadow: 0 10px 20px 0 rgba(65, 81, 251, 0.3);
}
.solution_banner .solution_banner_btn img {
    width: 19px;
    height: 13px;
}

/* 场景需求 */
.solution_scenario_wrap{
    padding: 76px 0 64px;
    background-size: 100% 100%;
}

#schoolRecruitment-body .solution_scenario_wrap{
    background: url('/solution/images/school/banner2.png') no-repeat center;
}
#social-body .solution_scenario_wrap{
    background: url('/solution/images/social/banner2.png') no-repeat center;
}
#recommend-body .solution_scenario_wrap{
    background: url('/solution/images/recommend/banner2.png') no-repeat center;
}
#employerBrand-body .solution_scenario_wrap{
    background: url('/solution/images/employer/banner2.png') no-repeat center;
}
.solution_scenario_wrap .tab{
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
}
.solution_scenario_wrap .tab .tab_item{
    height: 60px;
    line-height: 60px;
    flex: 1;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.solution_scenario_wrap .tab .tab_item.active{
    background: #4151FB;
    color: #FFFFFF;
}

.solution_scenario_wrap .content{
    width: 557px;
    height: 339px;
    margin-top: 44px;
    padding: 64px 70px 0;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px 0 rgba(194, 208, 255, 0.58);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid #FFFFFF;
    display: none;
}
.solution_scenario_wrap .content.active{
    display: block;
}
.solution_scenario_wrap .content .title{
    font-weight: 600;
    font-size: 32px;
    color: #36354C;
}
.solution_scenario_wrap .content .msg{
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    color: #4F5365;
    line-height: 30px;
}

/* 解决方案 */
.solution_solution_wrap{
    padding: 80px 0 60px;
    background: linear-gradient( 0, rgba(194,215,255,0.3) 0%, rgba(194,215,255,0) 100%);
}
.solution_solution_wrap img{
    width: 100%;
}

/* 介绍 */
.solution_introduce_wrap{
    padding: 80px 0 0;
}
.solution_introduce_wrap.solution_introduce_wrap_center{
    padding: 44px 0 0;
}
.solution_introduce_wrap.solution_introduce_wrap_last{
    padding: 44px 0 44px;
}
.solution_introduce_wrap.employer_brand_1{
    background: linear-gradient( 180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(169, 234, 255, .5) 100%);
}
.solution_introduce_wrap.employer_brand_2{
    background: linear-gradient( 180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(231, 239, 255, .5) 100%);
}

.solution_introduce_wrap .solution_introduce_bg{
    position: relative;
    z-index: 1;
}
.solution_introduce_wrap .solution_introduce_bg .bg{
    width: 100%;
}
.solution_introduce_wrap .solution_introduce_bg .text{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 150px;
    z-index: 1;
}
.solution_introduce_wrap .solution_introduce_bg .text .title{
    font-weight: 600;
    font-size: 38px;
    color: #36354C;
    margin-bottom: 34px;
}
.solution_introduce_wrap .solution_introduce_bg .text .msg{
    font-weight: 400;
    font-size: 22px;
    color: #36354C;
    margin-bottom: 8px;
}
.solution_introduce_wrap .solution_introduce_bg .text .resin{
    font-weight: 600;
    font-size: 32px;
    color: #4151FB;
}

.solution_introduce_wrap .content{
    display: flex;
    justify-content: space-between;
    padding: 0 46px;
    position: relative;
    top: -76px;
    z-index: 2;
}
.solution_introduce_wrap .content .content_item{
    flex: 1;
    height: 240px;
    padding: 42px 46px 0;
    box-shadow: 0 10px 40px -20px rgba(79,152,242,0.8);
    border-radius: 16px;
    background-color: #FFFFFF;
    margin-right: 24px;
}
.solution_introduce_wrap .content .content_item:last-child{
    margin-right: 0;
}
.solution_introduce_wrap .content .content_item .title{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    color: #36354C;
}
.solution_introduce_wrap .content .content_item .title .icon{
    width: 42px;
    height: 42px;
    margin-right: 16px;
}
.solution_introduce_wrap .content .content_item .msg{
    font-weight: 400;
    font-size: 16px;
    color: #70727A;
    margin-top: 24px;
    line-height: 30px;
}
.solution_introduce_wrap .footer{
    position: relative;
    top: -52px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 36px;
    padding: 56px 50px 20px 96px;
    box-sizing: border-box;
}
.solution_introduce_wrap.employer_brand_1 .footer{
    background-image: url('/solution/images/employer/introduce_msg_1.png');
}
.solution_introduce_wrap.employer_brand_2 .footer{
    background-image: url('/solution/images/employer/introduce_msg_2.png');
}
.solution_introduce_wrap .footer .solution_introduce_tips{
    font-size: 20px;
    font-weight: 400;
    color: #70727A;
    line-height: 40px;
}
.solution_introduce_wrap .footer .solution_introduce_tips_name{
    font-size: 20px;
    font-weight: 400;
    color: #37354C;
    text-align: right;
    margin-top: 8px;
}

/* 用户好评 */
.solution-evaluate-wrap {
    padding: 74px 0 109px 0;
    background: url('/solution/images/evaluate_bg.png') no-repeat;
    background-size: 100% 100%;
}
.solution-evaluate-wrap .solution-evaluate-main {
    width: 928px;
    margin: 0 auto;
}
.solution-evaluate-wrap .solution-evaluate-main .solution-evaluate-title {
    font-size: 38px;
    font-weight: 500;
    color: #202032;
    text-align: center;
}
.solution-evaluate-wrap .solution-evaluate-main .solution-evaluate-tips-wrap {
    width: 928px;
    background: url('/solution/images/evaluate_text_bg.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 36px;
    padding: 95px 63px 95px 69px;
    box-sizing: border-box;
}
.solution-evaluate-wrap .solution-evaluate-main .solution-evaluate-tips-wrap .solution-evaluate-tips {
    font-size: 16px;
    font-weight: 400;
    color: rgba(55, 53, 76, 0.7);
    line-height: 2;
}
.solution-evaluate-wrap .solution-evaluate-main .solution-evaluate-tips-wrap .solution-evaluate-tips-name {
    font-size: 20px;
    font-weight: 500;
    color: #37354C;
    text-align: right;
    margin-top: 10px;
}

/* 免费试用 */
.solution-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%;
}
.solution-tips h2 {
    font-size: 38px;
}
.solution-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;
}
