.recruit .activates{
    display: flex;
    flex-wrap: wrap;
}
.recruit {
    padding-top: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    width: 1200px;
    height: 100vh;
}
.recruit .head {
    width: 1200px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 20;
    background-color: #fff;
}
.recruit .head .w-course {
    height: 80px;
  }

/* part1 */
.recruit  .part1{
    height: 400px;
    background-color: antiquewhite;
}

/* 统一设置标题+副标题样式 */
.recruit .title{
    font-size: 24px;
    color: #000;
}
.recruit .sub-title{
    font-size: 14px;
    color: #000;
    margin-top: 26px;
}

/* part2 */
.recruit .part2{
    background: url('../image/recruit-oval.png') no-repeat;
    background-size: 30%;
    background-position: 0 -150px;
    height: 440px;
    padding-top: 80px;
}
.recruit .part2 .content{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: url('../image/point-2.png') no-repeat;
    background-position: 40px 30px;
}
.recruit  .part2 .content .left-title p{
    width: 430px;
}
.recruit  .part2 .content .left-title .sub-title {
    font-family: AlibabaPuHuiTi-Regular;
}
.recruit  .part2 .content .left-title .download-button{
    width: 285px;
    height: 40px;
    line-height: 40opx;
    border-radius: 25px;
    background-color: #52b1f0;
    font-size: 16px;
    padding-left: 18px;
    color: #fff;
    margin-top: 74px;
    cursor: pointer;
    font-family: AlibabaPuHuiTi-Regular;
}
.recruit  .part2 .content .left-title .download-button p {
    color: #fff;
}
.recruit  .part2 .content .left-title .download-button .circle{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.recruit  .part2 .content .right-content p{
    text-align: justify;
    width: 542px;
    font-size: 16px;
    line-height: 26px;
}
/* 核心价值 */
.recruit  .part3{
    height: 592px;
    padding-top: 74px;
    background-color: #f3f3f3;
    position: relative;
}
.recruit  .part3 .title img{
    position: absolute;
    top: 90px;
    left: 150px;
}
.recruit  .part3 .img-hxjz{
    width: 698px;
    height: 413px;
    margin-left: 140px;
    margin-top: 19px;
}
/* 课程体系  */
.recruit  .part4{
    padding-top: 103px;
    background: url('../image/re-bg-04.png') no-repeat;
    background-position-x:1050px;
}
.recruit  .part4 .content{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: url('../image/point-2.png') no-repeat;
    background-position: 30px 10px;
}
.recruit  .part4 .content .left-title .sub-title {
    font-family: AlibabaPuHuiTi-Regular;
}
.recruit  .part4 .content .right-content{
    width: 526px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.recruit  .part4 .re-swiper-1  {
    /* height: 540px; */
    margin-top: 63px;
    position: relative;
}
.recruit  .part4 .re-swiper-1 img {
    width: 100%;
}
.recruit  .part4 .re-swiper-1 .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
}
/* 招生动态 */
.recruit .part5{
    background:url('../image/re-bg-01.png')no-repeat;
    background-position-y: 100%;
    padding-top: 100px;
}
.recruit .part5 .title{
    color: #00004c;
}
/* 欢迎入学长江商学院 */
.recruit .part5 .item1{
    background: url('../image/point-0.png')no-repeat;
    background-position: 40px 10px;
}
.recruit .part5 .item1 .tab{
    margin-top: 75px;
}
.recruit .part5 .item1 .tab .tab-nav{
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #979797;
    margin-bottom: 40px;
}
.recruit .part5 .item1 .tab .tab-nav li{
    font-family: AlibabaPuHuiTi-Regular;
    flex-grow: 1;
    text-align: center;
    font-size: 20px;
    color: #000;
    /* padding-bottom: 20px; */
    cursor: pointer;
    margin: 0 80px;
}
/* 导航选中之后状态 */
.recruit .part5 .item1 .tab .tab-nav .active-1{
    color: #0064ce;
    /* border-bottom: 4px #0064ce solid; */
}
.recruit .part5 .item1 .tab .tab-nav .active-1::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #0064ce;
    margin-top: 20px;
}

.recruit .part5 .tab .plan{
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
}
.recruit .part5 .tab .plan .recruit-plan-con{
    font-family: AlibabaPuHuiTi-Regular;
    color: #000;
}
.recruit .part5 .tab .plan span{
    font-family: AlibabaPuHuiTi-Regular;
    color: #6b6b6b;
}
.recruit .part5 .tab .apply{
    font-size: 14px;
    line-height: 24px;
}
.recruit .part5 .tab .apply li{
    font-family: AlibabaPuHuiTi-Regular;
}
.recruit .part5 .buttons{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
}
.recruit .part5 .buttons .button{
    background-color: #0064ce;
    color: #fff;
    width: 460px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-family: AlibabaPuHuiTi-Regular;
}
/* 咨询和申请按钮触返回 */
.recruit .part5 .buttons .button:hover{
    background-color: #282864;
}
/* 
    设置奖学金详细信息：
    布局：
    ——————————————————————————————————————————————————
    |——————————————— | | ———————————————————————————— | 
    | 优秀申请人奖学金| |  |—————————————————————————| | 
    |                | |  |  推荐奖学金  | 专项奖学金|  |
    |                | |  |————————————————————————|  |
    |                | |  |         最终解释权      |  |
    |                | |  |————————————————————————|  |
    |————————————————| |——————————————————————————————|
    |——————————————————————————————————————————————————|
    |                 注                               |
    |——————————————————————————————————————————————————|
    |  银行助学贷款                                     |
    |——————————————————————————————————————————————————|
 */
 .recruit .part5 .scholarship .scholarship-t{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.recruit .part5 .scholarship ul{
    color: #6b6b6b;
    font-size: 12px;
    line-height: 22px;
}
.recruit .part5 .scholarship ul li {
    font-family: AlibabaPuHuiTi-Regular;
}

.recruit .part5 .scholarship ul span{
    font-family: AlibabaPuHuiTi-Regular;
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    color: #000;

}
.recruit .part5 .scholarship .scholarship-t div{
    flex-grow: 1;
}
.recruit .part5 .scholarship .scholarship-t .scholarship-tr .scholarship-top{
    display: flex;
}
.recruit .part5 .scholarship .scholarship-t .scholarship-tr .scholarship-top ul{
    flex-grow: 1;
}
.recruit .part5 .scholarship .scholarship-t .scholarship-tr .scholarship-bottom{
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 12px;
    line-height: 16px;
    color: #282828;
    margin-top: 50px;
}
/* 注及贷款 */
.recruit .part5 .scholarship .notice{
    color: #282828;
    font-size: 12px;
    margin-top: 29px;
    font-family: AlibabaPuHuiTi-Regular;
}
.recruit .part5 .scholarship .loan{
    margin-top: 62px;
}

.recruit .part5 .item1 .tab .logo img{
    width: 108px;
    height: 40px;
    margin: 46px auto;
}

/* 招生活动 */
.recruit .part5 .item2{
    margin-top: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background: url('../image/point-1.png') no-repeat;
    background-position: 10px 20px;
    height: auto;

}
.recruit .part5 .item2 .title{
    width: 220px;
    flex-shrink: 0;
}
/* 活动 */
.recruit .part5 .item2 .activities{
    width: 100%;
    margin-bottom: 60px;
}
.recruit .part5 .item2 .activity{
    display: flex;
    flex-wrap: nowrap;
    /*float: left;*/
    margin-right: 0px;
    margin-bottom: 30px;
    min-width: 30%;
    flex-shrink: 0;
}
.recruit .part5 .item2 .date{
    width: 63px;
    height: 100px;
    background-color: #52b1f0;
    /* background-color: #bfa; */
    border-radius: 24px 0;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.recruit .part5 .item2 .date .line{
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #fff;
}
.recruit .part5 .item2 .date .day{
    font-family: DINPro-Light;
    color: #fff;
    font-size: 32px;
}
.recruit .part5 .item2 .date .day.text{
    font-size: 18px;
}
.recruit .part5 .item2 .date .month-con {
    font-family: DINPro-Light;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    color: #fff;
}
.recruit .part5 .item2 .date .month{
    font-family: DINPro-Light;
    font-size: 16px;
    color: #fff;
}
.recruit .part5 .item2 .content{
    font-size: 16px;
    line-height: 20px;
    width: 160px;
    margin-left: 12px;
}
.recruit .part5 .item2 .content a{
    color: black;
}
.recruit .part5 .item2 .content a:hover{
    color: #0064ce;
}
.recruit .part5 .item2 .content .subject{
    font-family: AlibabaPuHuiTi-Regular;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
}
/* 地点 */
.recruit .part5 .item2 .content .place{
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #0064ce;
    margin-top: 30px;
}
.recruit .part5 .item2 .content span{
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-right: 6px;
    margin-bottom: -5px;
    background: url('../image/place.png') no-repeat;
    background-size: 100%;
}
.recruit .part5 #rt_item4_1 .button {
    background-color: #0064ce;
    color: #fff;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}
/* 学员数读 */
.recruit .part6{
    margin-top: 50px;
    background: url('../image/point-1.png')no-repeat;
    background-position: 140px 20px;
    /* padding-left: 0; */
}
.recruit .part6 .title{
    height: 137px;
    background: url('../image/re-bg-02.png') no-repeat;
    background-position-x: 300px;
    color: #00004c;
}
.recruit  .part6 .re-swiper-2{
    width: 100%;
    /* height: 550px; */
    position: relative;
}
.recruit  .part6 .re-swiper-2 img {
    width: 100%;
}
.recruit  .part6 .re-swiper-2 .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
}
/* 申请流程 */
.recruit  .part7{
    margin-top: 60px;
    background: url('../image/re-bg-03.png') no-repeat;
    background-position-x: 630px;
}
.recruit  .part7 .title{
    padding-bottom: 60px;
    background: url('../image/point-4.png')no-repeat;
    background-position: 30px 20px;
}
.recruit  .part7 .steps li{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.recruit  .part7 .steps li .num{
    color: #0064ce;
    font-size: 20px;
    width: 16px;
}
.recruit  .part7 .steps .items p{
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 12px;
    line-height: 24px;
    color: #6b6b6b;
}
.recruit  .part7 .steps .items .pay{
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 14px;
    color: #282864;
    line-height: 28px;
}
.recruit .part7 .steps .items .step{
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #0064ce;
}

/* 按钮 */
.recruit .part7 .steps .step-buttons{
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    margin: 26px 0;
}
.recruit .part7 .steps .step-buttons .button{
    font-family: AlibabaPuHuiTi-Regular;
    height: 32px;
    line-height: 32px;
    background-color: #52b1f0;
    color: #fff;
    border-radius: 16px;
    padding: 0 14px;
    margin-right: 28px;
    cursor: pointer;
}
.recruit .part7 .steps .step-buttons .button:hover{
    background-color: #0064ce;
}
/* 按钮触返 */
.recruit .part7 .steps .step-buttons .active-3{
    background-color: #0064ce;
}

/* 联系我们 */
.recruit .part8{
    padding-top: 30px;
    background: url('../image/re-bg-05.png') no-repeat;
    background-position: 800px 400px;
    background-color: #dceffc;
}
.recruit .part8 .title{
    font-size: 30px;
    color: #0064ce;
}
.recruit .part8 .contact{
    margin-top: 44px;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 120px;
}
.recruit .part8 .contact div{
    flex-grow: 1;
}
.recruit .part8 .contact .form select,
.recruit .part8 .contact .form input{
    width: 526px;
    height: 49px;
    padding-left: 24px;
    color: #6b6b6b;
    margin-bottom: 23px;
    padding-top: 30p;
    border: solid 1px #282864;
    border-radius: 4px;
    background-color: #dceffc;
}
.recruit .part8 .contact .form select option{
    background-color: #fff;
}

.recruit .part8 .contact .form .submit{
    color: #fff;
    background-color: #0064ce;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
}
/* 按钮触返 */
.recruit .part8 .contact .form .submit.active-4{
    background-color: #282864;
}
.recruit .part8 .contact .contact-r{
    padding-left: 110px;
}
/* 图标 */
.recruit .part8 .contact .contact-r .logo img{
    width: 180px;
    margin-bottom: 70px;
}
/* 二维码 */
.recruit .part8 .contact .contact-r .codes{
    display: flex;
    flex-wrap: nowrap;
}
.recruit .part8 .contact .contact-r .code{
    flex-grow: 1;
    width: 180px;
    height: 104px;
    display: flex;
}
.recruit .part8 .contact .contact-r .code p{
    padding-left: 8px;
    font-size: 12px;
    /* 设置文字竖排显示 */
    writing-mode: vertical-rl;
}
/* 电话+邮箱 */
.recruit .part8 .contact .contact-r .address{
    margin-top: 250px;
    font-size: 16px;
}
.recruit .part8 .contact .contact-r .address a{
    color: #282864;
    line-height: 36px;
}
.recruit .part8 .contact .contact-r .address span{
    display: inline-block;
    width: 35px;
    height: 26px;
    margin-bottom: -4px;
    margin-right: 8px;
}


/* 底部页脚 */
.recruit .footer{
    height: 34px;
    background-color: #282864;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.recruit .m-head {
    display: none;
}
.part3 .m-img-hxjz{
    display: none;
}

/* .recruit  .part4 .m-re-swiper-1 {
    display: none;
} */

@media (min-width:750px){
    .m_recruit-nav {
        display: none;
    }
    .recruit .part4 .re-swiper-1 .m_re_banner-01 {
        display: none;
    }
    .recruit  .part6 .re-swiper-2 .m_re_banner-02{
        display: none;
    }
    .m_close {
        display: none;
    }
    /*.recruit .part5 .item2 .activity:nth-child(3n){
        margin-right: 0;
    }*/
    .recruit .con-8 .left{
        margin-left: 30px;
    }
    .recruit .con-8 .right{
        margin-right: 30px;
    }
}

/* 移动端布局 */
@media screen and (max-width: 750px){
    *{
        max-width: 100%;
    }
    .recruit {
        width: 100%;
        padding-bottom: 180px;
    }
    .recruit .head {
        width: 100%;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        z-index: 20;
        background-color: #fff;
      }
      .recruit .head .w-course {
        width: 400px;
        padding: 0 5%;
      }
    .recruit-nav {
        display: none;
    }
    /* .recruit .m-head {
        display: block;
        width: 100%;
        height: 60px;
        padding-top: 15px;
        position: fixed;
        top: 0;
    }
    .recruit .m-head .m-logo {
        width: 80px;
        display: inline-block;
    }
    .recruit .m-head .m-search-icon {
        display: inline-block;
    }
    .recruit .m-head .m-nav-icon {
        display: inline-block;
    }
    .recruit .m-head .m-nav-icon .water-line{
        display: block;
        height: 5px;
        width: 20px;
        border-bottom: 1px solid #000;
    } */
    /* part1 */
    .recruit  .part1 img{
        width: 100%;
    }
    .recruit  .part1{
        background: none;
        height: auto;
        width: 100%;
    }
    
    /* 统一设置标题+副标题样式 */
    .recruit .title{
        font-size: 24px;
        color: #282864;
    }
    .recruit .sub-title{
        font-size: 11px;
        color: #000;
        margin-top: 10px;
    }
    
    /* part2 */
    .recruit .part2{
        background: url('../image/recruit-oval.png') no-repeat;
        background-size: 60%;
        background-position: -30px -70px;
        height: auto;
        padding: 0;
        padding-top: 30px;
        width: 750px;
        margin-left: 0;
    }
    .recruit .part2 .content{
        background: url('../image/recruit-points.png') no-repeat;
        background-position: 80px 15px;
        display: block;
    }
    .recruit  .part2 .content .left-title .download-button{
        width: 210px;
        height: 32px;
        line-height: 16px;
        border-radius: 16px;
        background-color: #52b1f0;
        padding-left: 10px;
        margin-top: 24px;
        color: #fff;
        cursor: pointer;
    }
    .recruit  .part2 .content .left-title .download-button p {
        font-size: 12px;
        color: #fff;
    }
    .recruit  .part2 .content .left-title .download-button {
        display: inline-block;
    }
    .recruit  .part2 .content .left-title .download-button .circle{
        width: 20px;
        height: 20px;
    }
    .recruit  .part2 .content .right-content {
        text-align: justify;
        width: 100%;
        display: block;
        margin-top: 24px;
        margin-right: 0;
    }
    .recruit  .part2 .content .right-content p{
        text-align: justify;
        width: 100%;
        font-size: 13px;
        line-height: 26px;
    }
    /* 核心价值 */
    .recruit  .part3{
        height: auto;
        margin-top: 0;
        background-color: #f3f3f3;
        position: relative;
        margin-top: 30px;
        background: none;
        padding-top: 0;
    }
    .recruit  .part3 .title img{
        position: absolute;
        top: 90px;
        left: 150px;
    }
    .recruit  .part3 .img-hxjz{
        display: none;
    }
    .recruit  .part3 .m-img-hxjz{
        display: block;
    }
    /* 课程体系  */
    .recruit  .part4{
        padding-top: 0;
        margin-top: 30px;
        background: none;
    }
    .recruit  .part4 .content{
        display: block;
        justify-content: space-between;
        background: url('../image/point-2.png') no-repeat;
        background-size: 50%;
        background-position: 30px 10px;
    }
    .recruit  .part4 .content .right-content{
        text-align: justify;
        margin-top: 24px;
        width: 100%;
        font-size: 13px;
        line-height: 21px;
        text-align: justify;
        color: #000;
    }
    .recruit  .part4 .content .right-content p{
        font-size: 14px;
    }
    
    .recruit .part4 .re-swiper-1 .pc_re_banner-01 {
        display: none;
    }
    .recruit  .part4 .re-swiper-1  {
        margin-top: 10px;
        display: block;
    }
    
    /* 招生动态 */
    .recruit .part5{
        background:none;
        background-position-y: 100%;
        padding-top: 50px;
    }
    .recruit .part5 .title{
        color: #00004c;
    }
    /* 欢迎入学长江商学院 */
    .recruit .part5 .item1{
        background: url('../image/point-0.png')no-repeat;
        background-size: 80%;
        background-position: 40px 10px;
    }
    .recruit .part5 .item1 .tab{
        margin-top: 24px;
    }
    .recruit .part5 .item1 .tab .tab-nav{
        display: flex;
        flex-wrap: nowrap;
        border-bottom: 1px solid #979797;
        margin-bottom: 5px;
    }
    .recruit .part5 .item1 .tab .tab-nav li{
        flex-grow: 1;
        text-align: center;
        font-size:12px;
        color: #000;
        /* padding-bottom: 5px; */
        cursor: pointer;
        margin: 0;
        position: relative;
        margin-bottom: 8px;
    }
    .recruit .part5 .item1 .tab .tab-nav .active-1::after {
        position: absolute;
        top: 3px;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 3px;
        background-color: #0064ce;
    }
    .recruit .part5 .tab .plan li {
        display: flex;
        font-size: 14px;
        line-height: 24px;
        justify-content: left;
    }
    .recruit .part5 .tab .plan li span{
        display: block;
        font-size: 13px;
        text-align: left;
        color: #000;
        width: 100%;
    }
    .recruit .part5 .tab .plan .recruit-plan-con{
        display: block;
        color: #000;
        font-size: 14px;
        width: 100px;
    }
    /* .recruit .part5 .tab .apply{
        font-size: 14px;
        line-height: 24px;
    } */
    .recruit .part5 .tab .apply li{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 12px;
    }
    .recruit .part5 .tab .apply li {
        display: flex;
        font-size: 14px;
        line-height: 24px;
        justify-content: left;
    }
    .recruit .part5 .tab .apply li span{
        display: block;
        font-size: 13px;
        text-align: left;
        color: #000;
        width: 100%;
    }
    .recruit .part5 .tab .apply li .recruit-apply-con{
        display: block;
        color: #000;
        font-size: 16px;
        width: 16px;
    }
    .recruit .part5 .buttons{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .recruit .part5 .buttons .button{
        background-color: #0064ce;
        color: #fff;
        width: 47%;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
    }
    .recruit .part5 #rt_item4_1 .button{
        background-color: #0064ce;
        color: #fff;
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
        font-size: 12px;
        text-align: center;
        cursor: pointer;
    }
    /* 咨询和申请按钮触返回 */
    .recruit .part5 .buttons .button.active-2{
        background-color: #282864;
    }
    /* 
        设置奖学金详细信息：
        布局：
        ——————————————————————————————————————————————————
        |——————————————— | | ———————————————————————————— | 
        | 优秀申请人奖学金| |  |—————————————————————————| | 
        |                | |  |  推荐奖学金  | 专项奖学金|  |
        |                | |  |————————————————————————|  |
        |                | |  |         最终解释权      |  |
        |                | |  |————————————————————————|  |
        |————————————————| |——————————————————————————————|
        |——————————————————————————————————————————————————|
        |                 注                               |
        |——————————————————————————————————————————————————|
        |  银行助学贷款                                     |
        |——————————————————————————————————————————————————|
     */
     .recruit .part5 .scholarship .scholarship-t{
        /* display: flex;
        flex-wrap: nowrap; */
        /* justify-content: space-between; */
        display: block;
    }
    .recruit .part5 .scholarship ul li{
        font-size: 13px;
    }
    .recruit .part5 .scholarship ul{
        color: #6b6b6b;
        font-size: 12px;
        line-height: 22px;
    }
    .recruit .part5 .scholarship ul span{
        display: inline-block;
        font-size: 14px;
        line-height: 46px;
        color: #000;
    
    }
    .recruit .part5 .scholarship .scholarship-t div{
        flex-grow: 1;
    }
    .recruit .part5 .scholarship .scholarship-t .scholarship-tr .scholarship-top{
        /* display: flex; */
        display: block;
    }
    .recruit .part5 .scholarship .scholarship-t .scholarship-tr .scholarship-top ul{
        flex-grow: 1;
    }
    .recruit .part5 .scholarship .scholarship-t .scholarship-tr .scholarship-bottom{
        font-size: 12px;
        line-height: 16px;
        color: #282828;
        margin-top: 10px;
    }
    /* 注及贷款 */
    .recruit .part5 .scholarship .notice{
        color: #282828;
        font-size: 12px;
        margin-top: 10px;
    }
    .recruit .part5 .scholarship .loan{
        margin-top: 0;
    }
    
    .recruit .part5 .item1 .tab .logo img{
        width: 108px;
        height: 40px;
        margin: 46px auto;
    }
    
    /* 招生活动 */
    .recruit .part5 .item2{
        display: block;
        margin-top: 30px;
        background: url('../image/point-1.png') no-repeat;
        background-size: 100px;
        background-position: 10px 20px;
        height: auto;
    }
    .recruit .part5 .item2 .title{
        width: 190px;
    }
    /* 活动 */
    .recruit .part5 .item2 .activities{
        width: 100%;
        margin-top: 40px;
    }
    .recruit .part5 .item2 .activity{
        width: 50%;
        /*float: left;*/
        margin-top: 20px;
        margin-right: 0;
    }
    .recruit .part5 .item2 .date{
        width: 40px;
        height: 50px;
        background-color: #52b1f0;
        /* background-color: #bfa; */
        border-radius: 12px 0;
        color: #fff;
        text-align: center;
        padding: 0 5px;
    }
    .recruit .part5 .item2 .date .line{
        display: block;
        width: 30px;
        height: 1px;
        margin: 3px 0;
        background-color: #fff;
    }
    .recruit .part5 .item2 .date .day{
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    .recruit .part5 .item2 .date .day.text{
        font-size: 14px;
    }
    .recruit .part5 .item2 .date .month-con{
        text-align: center;
        margin-top: -30px;
        color: #fff;
        font-size: 12px;
    }
    .recruit .part5 .item2 .date .month-con .month {
        font-size: 12px;
    }
    .recruit .part5 .item2 .content{
        font-size: 16px;
        line-height: 20px;
        width: 160px;
        margin-left: 8px;
    }
    .recruit .part5 .item2 .content a{
        color: black;
    }
    .recruit .part5 .item2 .content a:hover{
        color: #0064ce;
    }
    .recruit .part5 .item2 .content .subject{
        height: 33px;
        overflow: hidden;
        font-size: 12px;
        line-height: 16px;
    }
    /* 地点 */
    .recruit .part5 .item2 .content .place{
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        color: #0064ce;
        margin-top: 0;
    }
    .recruit .part5 .item2 .content span{
        display: inline-block;
        width: 15px;
        height: 18px;
        margin-right: 6px;
        margin-bottom: -5px;
        background: url('../image/place.png') no-repeat;
        background-size: 100%;
    }
    /* 学员数读 */
    .recruit .part6{
        padding-top: 0px;
        margin-top: 0px;
    }
    .recruit .part6 .title{
        height: 100%;
        background: url('../image/point-1.png')no-repeat;
        background-position: 40px 5px;
        color: #00004c;
    }
    .recruit  .part6 .re-swiper-2 .pc_re_banner-02{
        display: none;
    }
    .recruit  .part6 .re-swiper-2{
        margin-top: 20px;
        display: block;
    }
    /* .recruit  .part6 .re-swiper-2 .swiper-pagination {
        position: absolute;
        left: 0;
        right: 0;
    } */
    /* 申请流程 */
    .recruit  .part7{
        margin-top: 60px;
        background: url('../image/re-bg-03.png') no-repeat;
        background-position-x: 630px;
    }
    .recruit  .part7 .title{
        padding-bottom: 30px;
        background: url('../image/point-4.png')no-repeat;
        background-position: 30px 20px;
    }
    .recruit  .part7 .steps li{
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 15px;
    }
    .recruit  .part7 .steps li .num{
        flex-shrink: 0;
        color: #0064ce;
        font-size: 20px;
        width: 16px;
        margin-top: -2px;
    }
    .recruit  .part7 .steps .items p{
        font-size: 13px;
        line-height: 24px;
        color: #333;
    }
    .recruit  .part7 .steps .items-1 p {
        margin-left: 16px;
    }
    .recruit  .part7 .steps .items .pay{
        font-size: 14px;
        color: #282864;
    }
    .recruit .part7 .steps .items .step{
        font-size: 16px;
        line-height: 24px;
        color: #0064ce;
    }
    
    /* 按钮 */
    .recruit .part7 .steps .step-buttons{
        display: flex;
        flex-wrap: nowrap;
        margin: 13px 0;
    }
    .recruit .part7 .steps .step-buttons .button{
        height: 32px;
        line-height: 32px;
        background-color: #52b1f0;
        color: #fff;
        border-radius: 16px;
        padding: 0 7px;
        font-size: 12px;
        margin-right: 20px;
        cursor: pointer;
        padding: 0 20px;
    }
    /* 按钮触返 */
    .recruit .part7 .steps .step-buttons .active-3{
        background-color: #0064ce;
    }
    
    /* 联系我们 */
    .recruit .part8{
        padding-top: 0px;
        background: url('../image/re-bg-05.png') no-repeat;
        background-position: 800px 400px;
        background-color: #dceffc;
    }
    .recruit .part8 .title{
        font-size: 18px;
        color: #0064ce;
    }
    .recruit .part8 .contact{
        margin-top: 44px;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 120px;
    }
    .recruit .part8 .contact div{
        flex-grow: 1;
    }
    .recruit .part8 .contact .form select,
    .recruit .part8 .contact .form input{
        width: 526px;
        height: 49px;
        padding-left: 24px;
        color: #6b6b6b;
        margin-bottom: 23px;
        padding-top: 30p;
        border: solid 1px #282864;
        border-radius: 4px;
        background-color: #dceffc;
    }
    .recruit .part8 .contact .form select option{
        background-color: #fff;
    }
    
    .recruit .part8 .contact .form .submit{
        color: #fff;
        background-color: #0064ce;
        font-size: 16px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        margin-bottom: 0;
        cursor: pointer;
    }
    /* 按钮触返 */
    .recruit .part8 .contact .form .submit.active-4{
        background-color: #282864;
    }
    .recruit .part8 .contact .contact-r{
        padding-left: 110px;
    }
    /* 图标 */
    .recruit .part8 .contact .contact-r .logo img{
        width: 180px;
        margin-bottom: 70px;
    }
    /* 二维码 */
    .recruit .part8 .contact .contact-r .codes{
        display: flex;
        flex-wrap: nowrap;
    }
    .recruit .part8 .contact .contact-r .code{
        flex-grow: 1;
        width: 180px;
        height: 104px;
        display: flex;
    }
    .recruit .part8 .contact .contact-r .code p{
        padding-left: 8px;
        font-size: 12px;
        /* 设置文字竖排显示 */
        writing-mode: vertical-rl;
    }
    /* 电话+邮箱 */
    .recruit .part8 .contact .contact-r .address{
        margin-top: 250px;
        font-size: 16px;
    }
    .recruit .part8 .contact .contact-r .address a{
        color: #282864;
        line-height: 36px;
    }
    .recruit .part8 .contact .contact-r .address span{
        display: inline-block;
        width: 35px;
        height: 26px;
        margin-bottom: -4px;
        margin-right: 8px;
    }
    
    
    /* 底部页脚 */
    .recruit .footer{
        height: 34px;
        background-color: #282864;
        color: #fff;
        font-size: 14px;
        line-height: 34px;
    }
    .m_close {
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 99;
    }
    .m_close .close {
        height: 50px;
    }
    #m_item5{
        margin-top: 5px;
    }
}