.banner{
    width: 100%;
    height: 31.25vw;
    background: #000;
}
.title-box h1{
    font-size:42px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:78px;
    display: inline-block;
}
.title-box h3{
    font-size:18px;
    color:rgba(176,176,176,0.2);
    line-height:52px;
    letter-spacing:3px;
    display: inline-block;
    margin-left: 1.88vw;
}
.info{
    margin-top: 10px;
    font-size:16px;
    font-weight:400;
    color:rgba(68,68,68,1);
    line-height:28px;
}
/* 搜索部分 */
.search-boxs{
    margin-top: 56px;
    justify-content: space-between;
}
.input-box,.select-box{
    width: 38.89%;
    border-radius:4px;
    border:2px solid rgba(222,226,240,1);
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size:16px;
    font-weight:500;
    color:rgba(153,153,153,1);
    box-sizing: border-box;
}
.select-box{
    position: relative;
    padding-left: 0px;
}
.select-box select{
    width: 100%;
    height: 100%;
    color:rgba(68,68,68,1);
    /* background: url("../../images/web/select-down.png") no-repeat scroll right center transparent; */
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding-left: 20px;
    box-sizing: border-box;
}
.s-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: -1;
}
.search-btn{
    width: 15.87%;
    height: 60px;
    background:rgba(72,102,204,1);
    border-radius:4px;
    justify-content: center;
    align-items: center;
}
.search-btn img{
    width: 30px;
    height: 30px;
}
/* 职位列表 */
.list{
    width: 100%;
    margin-top: 30px;
}
.span{
    text-align: center;
}
.th,.one{
    width: 100%;
    background: #757DB0;
    justify-content: space-around;
    align-items: center;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    padding:14px 0;
}
.one{
    color:rgba(51,51,51,1);
    background: #ffffff;
    border-bottom: 1px solid rgba(232,236,249,1);
}
button.enroll{
	display:block;
	margin:0 auto;
	padding: 5px 20px;
    border-radius: 6px;
}
.detail{
    width: 100%;
    background:rgba(238,240,247,1);
    border-radius:2px;
    box-sizing: border-box;
    padding: 40px 70px;
}
.detail table{
    width: 100%;
    font-size:16px;
    font-weight:500;
    color:rgba(102,102,102,1);
}
.detail table td{
    line-height: 35px;
}
.detail-intro{
    margin-top: 2.08vw;
    padding-top: 1.82vw;
    justify-content: space-between;
    border-top: 1px solid rgba(215,219,225,1);
}
.intro-left{
    width: 40%;
}
.intro-right{
    width: 50%;
}
.intro-p{
    font-size:18px;
    font-weight:500;
    color:rgba(68,68,68,1);
    line-height:25px;
    margin-bottom: 25px;
}
.intro-title{
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    margin-bottom: 20px;
}
.intro-btn{
    font-size:20px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:28px;
    background:rgba(72,102,204,1);
    border-radius:2px;
    padding: 18px 33px;
    margin-top: 50px;
    
}

.jobLayer{
    text-align:center;
    max-width:300px !important;
    padding:20px 30px !important;
    width:400px;
}
.jobLayer h1{
    font-weight:700;
}
.jobLayer .upload_resume{
    width:200px;
    border:1px solid #f2f2f2;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 30px auto;
    cursor: pointer;
    padding:20px;
}
.jobLayer .upload_resume img{
    width:100%;
}
.jobLayer  svg{
    width: 64px;
    height: 64px;
    fill: #ddd;
    display: block;
    margin:0 auto;
}
.jobLayer span{
    display:block;
    color:red;
    margin-top:20px;
}
.jobLayer button{
    display: block;
    margin: 20px auto;
}

/* PAD */
@media screen and (min-width:768px) and (max-width:1199px) {
    .title-box h1{
        font-size: 50px;
        line-height: 70px;
    }
    .title-box h3{
        font-size: 32px;
    }
    .th, .one{
        font-size: 18px;
    }
    .detail table{
        font-size: 16px;
    }
    .intro-p{
        font-size: 16px;
    }
    .search-boxs{
        margin-top: 50px;
    }
    .input-box, .select-box{
        height: 50px;
        line-height: 50px;
    }
    .search-btn{
        height: 50px;
    }
    .search-btn img{
        width: 25px;
        height: 25px;
    }
  
}

/* 手机 */
@media screen and (max-width:767px) {
    .content{
        width: 94%;
    }
    .title-box h1{
        font-size: 22px;
        line-height: 30px;
    }
    .title-box h3{
        font-size: 18px;
        line-height: 22px;
    }
    .info{
        font-size: 14px;
        line-height: 22px;
    }
    .search-boxs{
        margin-top: 15px;
        display: block;
    }
    .input-box, .select-box{
        width: 100%;
        margin-bottom: 10px;
    }
    .search-btn{
        width: 100%;
    }
    .th, .one{
        height: 50px;
        font-size: 14px;
    }
    .detail{
        padding: 15px;
    }
    .detail table{
        font-size: 14px;
    }
    .detail-intro{
        display: block;
    }
    .intro-left{
        width: 100%;
    }
    .intro-right{
        width: 100%;
    }
    .intro-title{
        font-size: 16px;
    }
    .intro-p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .intro-btn{
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px;
        margin-top: 30px;
    }
    button.enroll{
    	padding:0 5px;
    	font-size:14px;
    }
}