body{
    /*font-family: Gilroy Semi Bold,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;*/
    font: 14px "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", SimSun, "WenQuani Micro Hei", sans-serif;
}
.header{
    z-index: 1;
    position: relative;
    width: 98%;
    margin: 0px auto;
}
.logo0{
    position: absolute;
    display: inline-block;
    width: 278px;
    height: 64px;
    background: url(../images/index/logo.jpg) no-repeat center;
    background-size: contain;
    left: 20px;
}
.homepage{
    position:relative;
    /*top:-105px;*/
    width: 100%;
    min-height: 520px;
    /*height: calc(100vh + 20px);*/
    display: flex;
    background: url("/images/recruitment/bg3.jpg");
    background-size: 100% 100%;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.navbar{
    height: 64px;
    width: 440px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto;
}
.other-link{
    width: 100%;
}
.menuitem{
    height: 100%;
    padding: 0px 20px;
    line-height: 64px;
}
.menuitem.index a{
    color: #fff!important;
}
.menuitem a{
    color: #555;
    transition: color .3s;
    font-size: 16px;
    line-height: 64px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}
.menuitem:hover{
    background: #f9f9f9;
}
.menuitem a::after{
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 100%;
    height: 3px;
}
/*.menuitem.active a::after{*/
/*    border-bottom: 2px solid #fff;*/
/*}*/
.menuitem.active.other a{
    color:#222!important;
}
.menuitem.active.other a::after{
    border-bottom: 3px solid #2553c6;
}
.overlay{
    color: #fff;
}
.overlay-content{
    font-weight: 800;
    font-size: 54px;
    padding-bottom: 40px;
    letter-spacing: 20px;
}
.overlay-content .overlay-title{
    text-align: center;
    padding-left: 10px;
}
.overlay-content .overlay-subtitle{
    letter-spacing: 20px;
    text-indent: 23px;
    font-size: 14px;
    line-height: 17px;
    opacity: .8;
    margin-top: 14px;
    position: relative;
}
.apply-content button{
    background: #fff;
    border: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3370ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    height: 54px;
    width: 156px;
    border-radius: 27px;
    min-width: auto;
    cursor: pointer;
}
.apply-content button:hover{
    background: #e1eaff;
}

.apply-content a{
    display: block;
    width: 156px;
    height: 100%;
    margin: 0 auto;
   text-decoration: none;
}
.process{
    margin-top: 40px;
    text-align: center;
    margin-bottom: 100px;
}
.pro-line{
    margin: 0 auto 12px;
    width: 24px;
    height: 4px;
    background-color: #3370ff;
    border-radius: 100px;
}
.pro-title{
    font-family: Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 500;
    line-height: 45px;
    font-size: 32px;
    position: relative;
}
.timeline{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 60px auto 0;
    justify-content: space-around;
    max-width: 1076px;
}
.wrapper span{
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #1f2329;
    display: block;
    margin: 24px 0px;
}
.wrapper img{
    width: 82px;
    height: 82px;
}
.delimiter{
    width: 24px;
    height: 24px;
}
.pro-detail button{
    text-align: center;
    width: 128px;
    background: #fff;
    border-color: #3370ff;
    color: #3370ff;
    border-radius: 27px;
    height: 54px;
    font-size: 16px;
    line-height: 54px;
    margin-top: 48px;
    border-width: 1px;
    cursor: pointer;
    outline:none;
}
.pro-detail button:hover{
    background: #e1eaff;
}
/*************** campus *******************/
.campus-banner img{
    width: 100%;
    height: 100%;
}
.search-box{
    margin-top: -28px;
    height: 56px;
}
.searchInput{
    width: 800px;
    height: 100%;
    box-shadow: 0 8px 24px 0 rgba(187,191,196,.2);
    border-radius: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    color: #1f2329;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    display: block;
    text-align: start;
    position: relative;
}
.search-content:hover{
    border-color: #3370ff!important;
}
.search-prefix{
    font-size: 16px;
    position: absolute;
    top: 50%;
    z-index: 2;
    line-height: 0;
    color: #9ca2a9;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-content{
    border: 1px solid rgba(0,0,0,0);
    height: 100%;
    resize: none;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 156px 4px 56px;
    color: #1f2329;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border-radius: 32px;
    transition: all .3s;
    caret-color: #3370ff;
    outline: none;
}
.search-suffix{
    top: 0;
    right: 0;
    bottom: 0;
    -ms-transform: none;
    transform: none;
    position: absolute;
    line-height: 0;
    color: #9ca2a9;
}

.search-btn{
    width: 149px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    height: 100%;
    background: #3370ff;
    font-size: 16px;
    color: #fff;
    transition: opacity .3s,border-color .3s;
    border: 1px solid #3370ff;
    cursor: pointer;
    outline: none;
}
.search-btn:hover{
    opacity: 0.6;
}
.searchInput:hover .search-content{
    border-color: #3370ff!important;
}
.content-campus{
    width: 800px;
    margin: 20px auto;
    display: flex;
    flex-flow: column;
}
.filters{
    flex-shrink: 0;
    width: 100%;
    padding-left: 16px;
    position: relative;
}
.filter-head{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 44px;
    font-size: 14px;
    color: #1f2329;
    border-bottom: 1px solid #eff1f1;
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 23px;
    font-weight: 800;
}
.clear-condition{
    font-weight: 500;
    color: #3370ff;
    cursor: pointer;
}
.filter{
    margin-bottom: 40px;
}
.filter-title{
    font-size: 18px;
    font-weight: 700;
    color: #1f2329;
    margin-bottom: 9px;
}
.filter-items{
    margin-left: 0px!important;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.filter-item{
    margin-top: 8px;
    padding: 3px 5px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid transparent;
}
/*.filter-item:hover{*/
/*    border: 1px solid #3370ff;*/
/*    color: #3370ff;*/
/*}*/
.selected{
    border: 1px solid #3370ff;
    color: #3370ff;
    transition: color  .3s;
}
.splitLine{
    border-left: 1px solid #eff1f1;
}
.statistics{
    padding-left: 16px;
    font-weight: 600;
    font-size: 24px;
}
.position-list{
    width: 100%;
    margin: 40px 0px;
}
.positions{

}
.positions a{
    text-decoration: none;
}
.positionItem{
    padding: 22px 8px 0px 16px;
    transition: box-shadow .5s;
}
.position-block{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items: center
}
.position-wrapper{
    border:1px solid #eff1f1;
    margin: 20px 0px;
}
.position-edit-btn{
    margin: 0px auto;
    display: none;
    width: 100px;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
    color: #3370ff;
}
.position-detail{
    max-height: max-content!important;
    display: table;
}
.position-wrapper:hover{
    box-shadow: 0 8px 24px 0 rgba(187,191,196,.2);
}
.display{
    display: block;
}
.positionItem-title{
    color: #1f2329;
    font-weight: 600;
    font-size: 20px;
}
.positionItem-subTitle{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #646a73;
    margin: 4px 0 12px;
}
.positionItem-desc{
    max-height: 0px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #8f959e;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    white-space: pre-line;
    padding-left: 16px;
    -webkit-line-clamp: 2;
}
.positionItem-left{
    flex:1;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3370ff!important;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #3370ff!important;
    background-color: #3370ff!important;
}
.hidden{
    display: none;
}
@-webkit-keyframes skeleton-ani {
    0% {
        left: 0
    }

    to {
        left: 100%
    }
}

@keyframes skeleton-ani {
    0% {
        left: 0
    }

    to {
        left: 100%
    }
}

.skt-loading .skeleton {
    position: relative;
    overflow: hidden;
    border: none !important;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    pointer-events: none;
}

.skt-loading .skeleton:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    display: block;
    border-radius: 2px;
}

.skt-loading .skeleton:before {
    content: "";
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 50%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 50%, hsla(0, 0%, 100%, 0));
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    z-index: 99;
    -webkit-animation: skeleton-ani 5s ease infinite;
    animation: skeleton-ani 5s ease infinite;
    display: block;
}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
     border: none!important;
}
.layui-laypage em{
    font-size: 14px!important;
}
.layui-laypage .layui-laypage-curr em {
    color:#1E9FFF!important;
    font-weight: 700!important;
}
.layui-laypage a:hover {
    color: #333!important;
}

.submit-btn{
    display: block;
    width: 100px;
    height: 36px;
    outline: none;
    background: #3370ff;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.submit-btn:hover{
    opacity: 0.6;
}
/*************** campus *******************/

/********** 2021新增加 ************/
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
.f-l{
    float: left;
}
.head.on{
    display: none;
}
#app-menu-list .nav{
    background: transparent;
    border-top: 0;
}

.campus-banner{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 416px;
    z-index: -1;
}
.app-process{
    display: none;
}
.red{
    margin-right: 5px;
    color: red;
}
html,body{
    -webkit-text-size-adjust: 100%;
}


@media screen and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2){
    #app-menu{
        display: block;
    }
    .header{
        display: none;
    }
    .head.on{
        display: block;
        height: 46px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(8,8,9,.1);
    }
    .app-nav-goback{
        margin-top: 2rem;
        border-top: 1px solid rgba(255,255,255,.1);
    }
    .logo{
        width: 200px;
        height: 46px;
        background-image: url("../images/logo_blue.jpg");
        background-size: contain;
    }
    .logo a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .head:hover .logo{
        background-image: url("../images/logo_blue.jpg");
    }
    .app-menu span{
        background: rgba(0,0,0,.5);
    }
    #app-menu-list .nav li a:hover{
        text-decoration: none;
    }
    .homepage{
        padding-top: 46px;
        height: 36vh;
        min-height: auto;
    }
    .overlay-content{
        font-size: 2rem;
        text-align: center;
        padding-bottom: 2rem;
    }
    .overlay-content .overlay-title{
        text-indent:1.3rem;
        padding-left: 0;
        text-align: center;
        margin-top: 0;
    }
    .overlay-content .overlay-subtitle{
        font-size: 1rem;
        letter-spacing: 2px;
        font-weight: normal;
        text-indent:0;
        text-align: center;
        line-height: 12px;
    }
    .process{
        margin-bottom: 0;
        margin-top: 2rem;
    }
    .process .timeline{
        display: none;
    }
    .app-process{
        display: block;
        margin-top: -2rem;
        text-align: center;
        background: #fff;
    }
    .apply-content button{
        height: 2.6rem;
        width: 8rem;
    }
    .pro-line{
        margin-bottom: 0;
    }
    .pro-title{
        font-size: 1rem;
        font-weight: bold;
    }


    /*social*/
    .campus-banner{
        padding-top: 46px;
        height: auto;
    }
    .campus-banner .swiper-wrapper{
        height: auto;
    }
    .campus-banner img{
        width: 100%;
        height: auto;
    }
    .campus-banner .swiper-slide{
        height: auto;
    }
    .filters{
        box-sizing: border-box;
    }
    .search-box{
        margin-top: -1.2rem;
        padding: 0 1rem;
        height: 2.4rem;
    }
    .searchInput{
        width: 100%;
    }
    .search-btn{
        width: 4rem;
    }
    .content-campus{
        width: 100vw;
    }
    .position-wrapper{
        margin: 20px 16px;
    }
    .positionItem-title{
        font-size: 0.9rem;
    }
    .positionItem-subTitle{
        font-size: 0.8rem;
    }
    .position-edit-btn{
        margin: 0 0 0 16px;
        text-align: left;
    }
    .positionItem-desc{
        padding-right: 16px;
    }
    .submit-btn{
        width: 5rem;
        border-radius: 2px;
        background-color: #3370ff;
    }
    .statistics{
        font-size: 18px;
    }
    .filter{
        margin-bottom: 0;
    }
    .filter-item{
        margin-top: 5px;
        margin-right: 5px;
    }
    .position-list{
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .search-prefix{
        top: 55%;
    }
    #pagination{
        margin-right: 5px;
    }
}

/*横*/
@media screen and (max-device-width: 1080px) and (orientation: landscape){
    html,body{
        -webkit-text-size-adjust: 100%;
    }
    .header{
        min-width: 100%;
    }
    .navbar{
        margin-left: 22rem;
    }
    .overlay-content{
        padding-bottom: 1rem;
        font-size: 1.8rem;
    }
    .overlay-content .overlay-subtitle{
        margin-top: 0.5rem;
    }
    .apply-content button{
        width: 8rem;
        height: 2.4rem;
    }
    .homepage{
        height: 50vh;
    }
    .search-box{
        padding: 0 50px;
    }
    .filters{
        padding-left: 50px;
    }
    .statistics{
        padding-left: 50px;
    }
    .position-wrapper{
        margin: 20px 50px;
    }
    .foot .box-cont{
        padding: 0 50px;
    }
    .head .plr-20{
        padding: 0 50px 0 20px;
    }
    #app-menu{
        right: 50px;
    }
    #pagination{
        margin-right: 40px;
    }
    .foot span{
        white-space: nowrap;
    }
    .app-process img{
        margin: 0 auto;
        width: 60%;
    }
}





