*{
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
}
[v-cloak]{
	display: none;
}
.box{
	width:100%;
	overflow: hidden;
}
.recruit{
	width:80%;
	margin: 0 auto;
}
.recruit1{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-top:50px;
	margin-bottom:50px;
}
.recruit1_1{
	width:50%;
	padding:20px;
	box-sizing: border-box;
	background: #F7F8FA;
	border-radius:24px;
}
.recruit1_1 div{
	width:100%;
	background-color:#fff;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:10px 15px;
	font-size:15px;
}
.recruit1_1_1{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.recruit1_1_1 input{
	height:30px;
	border:none;
	outline:none;
	text-align:right;
	font-size:16px;
}
.recruit1_1 textarea{
	width:100%;
	height:150px;
	margin-top:10px;
	font-size:16px;
	border:none;
	outline:none;
}
.tijiao{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#F7F8FA !important;
}
.tijiao span{
	display: block;
	width:120px;
	line-height:36px;
	text-align:center;
	background: linear-gradient(53deg, #E3618B 0%, #FFA5C2 100%);
	border-radius: 100px 100px 100px 100px;
	opacity: 1;
	color: #fff;
	border-image: linear-gradient(53deg, rgba(227, 97, 139, 1), rgba(255, 165, 194, 1)) 1 1;
}
.recruit1_2{
	width:48%;
	height:100%;
}
.recruit1_2 h3{
	font-size: 38px;
	font-weight: bold;
	color: #1D2129;
	    margin-top: 50px;
}
.recruit1_2 span{
	font-size: 20px;
	line-height:60px;
	font-weight: 500;
	color: #1D2129;
}
.recruit1_2 p{
	font-size: 16px;
	line-height:30px;
	font-weight: 500;
	color: #1D2129;
	margin-bottom:20px;
}
.recruit2{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 50px;
}
.recruit2>div{
	width:32%;
	height:420px;
	overflow: hidden;
}
.recruit2_1 h3{
	font-size: 38px;
	font-weight: bold;
	color: #1D2129;
	margin-top: 10%;
}
.recruit2_1 span{
	font-size: 20px;
	line-height:60px;
	font-weight: 500;
	color: #1D2129;
}
.recruit2_1 p{
	font-size: 16px;
	line-height:30px;
	font-weight: 500;
	color: #1D2129;
	margin-bottom:20px;
}
.poulist img{
	width:100%;
	height:100%;
}
.mySwiper_s{
	height:100%;
	position: relative;

}
.werlob{
	width:100%;
	overflow: hidden;
}
.werlob div{
	width:48%;
	height:8rem;
    background: #F7F8FA;
	float: left;
	margin:1%;
	box-sizing: border-box;
	border-radius:24px;
	line-height:8rem;
	text-align: center;
	font-size:16px;
	font-weight: 500;
	color: #1D2129;
}
.werlob div:nth-child(3){
	width:31%;
}
.werlob div:nth-child(4){
	width:31%;
}
.werlob div:nth-child(5){
	width:31%;
}
.recruit2_2{
	width:100%;
	padding:20px;
	box-sizing: border-box;
	background: #F7F8FA;
	border-radius:12px;
	overflow-y: scroll !important;
}
.recruit2_2 h3{
	margin-bottom:20px;
}
.recruit2_2 p{
	color: #4E5969;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}
.yaoqing{
	width:100%;
	overflow: hidden;
	position:relative;
}
.yaoqing img{
	width:100%;
}
.yaoqing>div{
	width:500px;
	height:100%;
	position: absolute;
	left:50%;
	margin-left:-250px;
	display:flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	z-index:9999;
	top: 0;
	text-align:center;
	color:#fff;
}
.yaoqing>div>h3{
	font-size: 32px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 45px;
}
.yaoqing>div>span{
	display:block;
	width:200px;
	height:2px;
	background-color: #fff;
	margin-top:50px;
	margin-bottom:50px;
}
.yaoqing>div>p{
	line-height:30px;
}
.recruit1_2{
	background:url("../image/01.png") no-repeat;
	background-position: 10px 0px;
}
.recruit2_1{
	background:url("../image/02.png") no-repeat;
	background-position: 10px 0px;
}
.yanse{
	background-color: #FFA5C2 !important;
	color:#fff !important;
}
.werlob div:hover{
	cursor: pointer;
}

.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    display: inline-block;
    border-radius:50% !important;
    background: #1D2129 !important;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
	width: 28px !important;
	height: 3px !important;
	 border-radius:10% !important;
    opacity: 1;
    background: #1D2129 !important;
}
@media screen and (max-width: 1200px) {
	.recruit {
	    width: 95%;
	}
	.recruit1 {
		    display: flex;
		   flex-direction: column-reverse;
	}
	.recruit1_1,.recruit1_2{
		   width: 100%;
		   height: auto;
	}
	.recruit2 {
	    width: 100%;
	    flex-wrap: wrap;
	}
	.recruit1_1_1 input {
	    height: 75px;
	    border: none;
	    outline: none;
	    text-align: right;
	    font-size: 30px;
	}
	.recruit1_1_1 span{
		font-size:30px;
	}
	.recruit2>div {
	    width: 100%;
		height:auto;
	}
	.el-radio__label{
		font-size:30px !important;
	}
	.werlob div {
		line-height: 10rem;
		height:10rem;
		font-size:2rem;
	}
	.recruit2_1 h3 {
	    font-size: 50px;
	}
	.recruit1_2 h3 {
	    font-size: 50px;
	}
	.recruit1_2 p {
	    font-size: 24px;
	}
	.el-radio__inner {
	    border: 1px solid #DCDFE6;
	    border-radius: 100%;
	    width: 30px !important;
	    height: 30px !important;
	}
	.tijiao span {
	    display: block;
	    width: 164px;
	    line-height: 68px;
	    font-size: 34px;
	}
	.recruit2_1 p {
	    font-size:26px;
	}
	.recruit2>div {
	    width: 100%;
	    height: auto;
		font-size:26px;
	}
}