.wrap-banner{
	width: 100%;
}
.banner-item{
	height: calc(100vh - 110px);
}

.banner-img{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*员工福利*/
.join-welfare{
	background-image: url(../img/join/%c3%a4%c2%bc%c2%98%c3%a5%c2%8a%c2%bf.html);
	background-repeat: no-repeat;
	background-size: contain;
}
.join-welfare-wrap{
	width: 100%;
	display: flex;
	flex-direction: row;

}
.join-welfare-list{
	width: 25%;
	padding: 3.679%;
}
.join-welfare-list .welfare-title{
	font-size: 30px;
	font-weight: 600;
	color: #E60012;
	line-height: 41px;
}
.join-welfare-list .welfare-txt{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 27px;
	margin-top: 10px;
}
.welfare-line{
	width: 1px;
	height: 153px;
	background-color: #231815;
	margin-top: 3%;
}
/*小屏*/
.join-w-ul{
	display: none;
}

.join-title{
	margin: 0 28.9%;
	padding-top: 110px;
}
.join-title img{
	width: 100%;
	height: 100%;
}
/*培训体系*/
.join-item-list{
	width: 100%;
	margin-top: 300px;
}
.join-item-wrap {
	width: 100%;
	font-size: 12px;
	margin-top: -16em;
}

.join-item-wrap .join-ip-wrap {
	width: 100%;
}

.join-item-wrap .join-item-ip {
	width: 14.56%;
	margin-left: 4.7%;
}

.join-item-wrap .join-item-ip-right {
	width: 14.56%;
	margin-left: 82.2%;
}

.join-item-wrap .join-item {
	width: 100%;
	max-height: 700px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: -15px;
}
.join-item-wrap .img-wrap{
	width: 50%;
	max-height: 700px;
}
.join-item-wrap .join-item img {
	width: 100%;
	max-height: 700px;
}
.join-item-text,
.join-item-text-right{
	width: 50%;
}
.join-item-num{
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	line-height: 62px;
	letter-spacing: 4px;
}
.join-item-num span{
	font-size: 66px;
	color: #E60012;
}
.join-item-title{
	font-size: 60px;
	font-weight: 600;
	color: #333333;
	line-height: 62px;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 24px;
}
.join-item-txt{
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}
.join-item-text{
	margin-left: 12.612%;
}
.join-item-text-right{
	margin-left: 18.13%;
}
.join-item-txt span{
	color: #E60012;
}

/*职位招聘*/
.join-recruit{
	width: 100%;
	background-image: url(../img/join/%c3%a6%c2%8b%c2%9b%c3%a8%c2%81%c2%98.html);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	margin-top: 120px;
	padding-bottom: 200px;
	position: relative;
	
}
.pro-theme__slick{
	width: 65.7%;
	margin: 0 auto;
	margin-top: 136px;

}
.pro-theme__slick .item-box{
	width: 93.3%;
	height: 394px;
}
/*.pro-theme__slick .item-box a{
	width: 100%;
	height: 100%;
}*/


.pro-theme__slick .join-slick-text {
	width: 100%;
	height: 94%;
	margin-top: 20px;
	box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.05);
	border-radius: 20px;
	position: relative;
	background-color: #E60012;
}

.pro-theme__slick .join-slick-title {
	padding-top: 24%;
	padding-left: 13%;
	padding-right: 6%;
	font-size: 54px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 75px;

}

.pro-theme__slick .join-slick-txt {
	padding-top: 13%;
	padding-left: 13%;
	padding-right: 6.8%;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
	cursor: pointer;
}
.pro-theme__slick .item-box a:hover .join-slick-text{
	transform: translate(0,-20px);
	transition: .2s;
	background-color: #F50D1F;
}

.join-recruit .slider-arrow{
	width: 100%;
	position: relative;
}
.join-recruit .slider-arrow .sa-prev{
	position: absolute;
	bottom: 157px;
	left: 12%;
	background-color: #E60012;
}
.join-recruit .slider-arrow .sa-prev i{
	color: #FFFFFF;
}
.join-recruit .slider-arrow .sa-next{
	position: absolute;
	bottom: 157px;
	right: 12%;
}
.join-recruit .slider-arrow .sa-btn:hover{
	background-color: rgba(230,0,18,0.5);
}
/*点击之后的弹窗*/
.d-none {
	display: none
}

[class*='modal-join-'] {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
	font-size: 20px;
	display: none;
}

[class*='modal-join-'] .modal-vg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

[class*='modal-join-'] .m-mv__close {
	display: none
}

[class*='modal-join-'] .coo-close {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	position: absolute;
	bottom: -60px;
	left: calc((100% - 40px) / 2);
	color: #fff;
	padding: 10px;
	z-index: 100;
	-webkit-transition: transform .4s ease-out;
	transition: transform .4s ease-out
}


[class*='modal-join-'] .modal-cont {
	width: 71.5%;
	height: 78vh;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

[class*='modal-join-'] .coo-close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

[class*='modal-join-'] .modal-cont .modal-coo {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #FFFFFF;
}
.modal-wrap{
	width: calc(100% - 120px);
	height: 100%;
	margin: 0 auto;
}
.modal-wrap-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 48px 0;
}
.wrap-top-none{
	font-size: 36px;
	font-weight: 600;
	color: #333333;
	line-height: 50px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
}
.wrap-top-left{
	font-size: 36px;
	font-weight: 600;
	color: #333333;
	line-height: 50px;
	margin: 4px 0;
}
.wrap-top-right button{
	width: 160px;
	height: 58px;
	background: #E30012;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 28px;
	border: none;
}
.modal-wrap-item{
	max-height: 55vh;
	white-space: nowrap;
	overflow-y: auto;
	background: #FAFAFA;
	border-radius: 28px;
}
.modal-wrap-item::-webkit-scrollbar{
	width: 8px;
}

.modal-wrap-item::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background: #CCCCCC;
}
/*设置滚动条的轨道背景样式*/
.modal-wrap-item::-webkit-scrollbar-track{
	border-radius: 6px;
	background: #F7F7F7;
}
.wrap-item-text{
	height: 100%;
	white-space: normal;
	padding-top: 48px;
	padding-right: 20px;
	margin-left: 40px;
}
.modal-title{
	font-size: 28px;
	font-weight: 600;
	color: #333333;
	line-height: 40px;
}
.modal-txt{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 44px;
	margin-top: 32px;
	margin-bottom: 48px;
}


/*职涯发展*/
.join-development{
	background-image: url(../img/join/%c3%a7%c2%bc%c2%96%c3%a7%c2%bb%c2%84.html);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.join-deve-img{
	width: 72.91%;
	margin: 0 auto;
	margin-top: 118px;
	padding-bottom: 118px;
}
.join-deve-img.delighter{
	transition: all .8s ease-out;
	transform: translateX(100%);
	opacity: 0;
}
.join-deve-img.delighter.started{
	transform: none;
	opacity: 1;
}
.join-deve-img img{
	width: 100%;
}
.join-deve-img-m{
	display: none;
}

/*文化活动*/
.join-activity{
	background-color: #E60012;
	position: relative;
}
.join-activity-bg{
	width: 100%;
	height: 508px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/join/%c3%a7%c2%94%c2%9f%c3%a6%c2%97%c2%a5%c3%a8%c2%83%c2%8c%c3%a6%c2%99%c2%af.html);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.join-activity-title{
	position: relative;
	z-index: 201;
}
.join-ac__slick{
	position: relative;
	z-index: 201;
}
.join-activity .slider-arrow{
	width: 100%;
	position: absolute;
	top: 53%;
	z-index: 201;
}
.join-activity .slider-arrow .sa-prev {
	position: absolute;
	background-color: #FFFFFF;
	left: 13.5%;
}

.join-activity .slider-arrow .sa-prev i {
	color: #E60012
}

.join-activity .slider-arrow .sa-next {
	position: absolute;
	background-color: #FFFFFF;
	right: 13.5%;
}
.join-activity .slider-arrow .sa-btn:hover{
	background-color: rgba(255,255,255,0.5);
}
.join-activity .slider-arrow .sa-next i {
	color: #E60012;
}
.join-ac__full {
	overflow: hidden;
	padding-bottom: 200px;
}
.join-ac__full .slick-dots{
	display: none !important;
}

.join-ac__slick{
	margin-top: 110px;
}
.join-ac__slick .item-box{
	width: 66.14%;
	height: 29.08vw;
	margin: 0 auto;

}
.join-ac__slick .item-box a{
	width: 100%;
	height: 100%;
	cursor: default;
}
.pic-item{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.pic-item.delighter{
	opacity: 0;
	transition: all 1s ease-out;
}
.pic-item.delighter.started{
	opacity: 1;
}
.pic-wrap{
	width: 66.4%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.pic-left,
.pic-mid{
	width: 49.4%;
}
.pic-right{
	width: 32.8%;
}
.pic-left,
.pic-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pic-item img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.pic-left img,
.pic-right img{
	height: 49%;
}
.pic-mid img{
	height: 100%;
}

.index-footer{
	position: relative;
	/*margin-top: -140px;*/
}
.index-footer .footer-text{
	background-image: url(../img/common/首页咖啡豆.jpg);
	background-size: cover;
	background-position: center;

}

.index-footer .footer-text {
	width: 100%;
	padding-top: 43px;
	padding-bottom: 42px;
}
.index-footer .footer-text img{
	width: 14.06%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

@media(max-width:1520px){
	.join-item-wrap{
		margin-top: -15em;
	}
}
@media(max-width:1480px){
	.join-item-num{
		font-size: 26px;
		line-height: 58px;
		letter-spacing: 3px;
	}
	.join-item-num span{
		font-size: 60px;
	}
	.join-item-title{
		font-size: 54px;
		line-height: 56px;
	}
	.join-item-txt{
		font-size: 22px;
	}
}
@media(max-width:1450px){
	.banner-item{
		height: calc(100vh - 90px);
	}
}
@media(max-width:1430px){
	.join-welfare-list .welfare-title{
		font-size: 28px;
	}
	.join-welfare-list .welfare-txt{
		font-size: 16px;
		line-height: 24px;
	}
	.join-recruit .slider-arrow .sa-prev {
		left: 10%;
	}
	.join-activity .slider-arrow .sa-prev{
		left: 11.5%;
	}
	.join-activity .slider-arrow .sa-next{
		right: 11.5%;
	}
}
@media(max-width:1366px){
	.pro-theme__slick{
		width: 64.7%;
	}
	.index-footer .footer-text{
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.join-item-wrap{
		margin-top: -12em;
	}
}
@media(max-width:1330px){
	.pro-theme__slick .item-box{
		height: 334px;
	}
	.pro-theme__slick .join-slick-title{
		padding-top: 17%;
	}
	
}
@media(max-width:1300px){
	.join-welfare-list .welfare-title{
		font-size: 24px;
		line-height: 32px;
	}
	.join-welfare-list .welfare-txt{
		line-height: 20px;
	}
	.welfare-line{
		height: 130px;
	}
	
	.join-item-num{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	.join-item-num span{
		font-size: 48px;
	}
	.join-item-title{
		font-size: 44px;
		line-height: 45px;
		letter-spacing: 1px;
		margin-top: 38px;
		margin-bottom: 16px;
	}
	.join-item-txt{
		font-size: 18px;
		line-height: 28px;
	}
}
@media(max-width:1200px){
	.join-welfare-list .welfare-title{
		font-size: 20px;
		line-height: 28px;
	}
	.join-welfare-list .welfare-txt{
		font-size: 14px;
		line-height: 16px;
	}
	.welfare-line{
		height: 100px;
	}
}
@media(max-width:1130px){
	.pro-theme__slick .item-box{
		height: 260px;
	}
	.pro-theme__slick .join-slick-title{
		font-size: 40px;
		line-height: 55px;
	}
	.pro-theme__slick .join-slick-txt{
		font-size: 16px;
		line-height: 20px;
	}
	.join-item-wrap{
		margin-top: -10em;
	}
}

@media(max-width:1024px){
	.banner-item{
		height: 56vw;
	}
	.pic-item.delighter{
		opacity: 1;
	}
	.join-welfare{
		background-image: none;
	}
	.join-welfare-wrap{
		display: none;
	}
	.join-w-ul{
		display: block;
	}
	.join-welfare .join-w-ul {
		width: calc(100% - 76px);
		margin: 0 auto;
		padding-top: 56px;
	}
	.join-welfare .join-w-ul .join-item {
		width: 100%;
		height: 280px;
		margin-top: 24px;
		box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.05);
		border-radius: 28px;
		background-size: cover;
		background-position: center;
	}
	/*小屏的岗位优势的div*/
	.join-welfare-list{
		width: 86.89%;
		padding: 6.56%;
	}
	.join-welfare-list .welfare-title{
		font-size: 36px;
		line-height: 41px;
	}
	.join-welfare-list .welfare-txt{
		font-size: 28px;
		line-height: 40px;
		margin-top: 20px;
	}
	.join-title{
		width: 90%;
		max-width: 516px;
		margin: 0 auto;
		padding-top: 80px;
	}
	.join-item-list{
		margin-top: 68px;
	}
	.join-item-wrap{
		margin-top: 0;
	}
	.join-item-wrap .join-item{
		margin-top: -7px;
	}
	.join-item-num{
		font-size: 28px;
	}
	.join-item-num span{
		font-size: 52px;
	}
	.join-item-title{
		font-size: 48px;
	}
	.join-item-txt{
		font-size: 24px;
		line-height: 33px;
	}
	.join-item-text{
		margin-left: 7.4%;
	}
	.join-item-text-right{
		margin-left: 7.6%;
	}
	.join-recruit{
		margin-top: 100px;
		padding-bottom: 180px;
	}
	.pro-theme__slick{
		margin-top: 80px;
	}
	.pro-theme__slick .item-box{
		height: 354px;
	}
	.pro-theme__slick .join-slick-title{
		font-size: 54px;
		line-height: 75px;
	}
	.pro-theme__slick .join-slick-text{
		margin-top: 0;
	}
	.pro-theme__slick .join-slick-txt{
		font-size: 24px;
		line-height: 27px;
	}
	.pro-theme__slick .item-box a:hover .join-slick-text{
		transform: none;
	}
	.slider-arrow .sa-btn{
		width: 3em;
		height: 3em;
	}
	.slider-arrow i{
		font-size: 1em;
	}
	.join-recruit .slider-arrow .sa-prev{
		left: 6%;
	}
	.join-recruit .slider-arrow .sa-next{
		right: 6%;
	}
	.join-recruit .slider-arrow .sa-btn:hover{
		background-color: #E60012;
	}
	
	/*点击招聘之后的弹窗*/
	[class*='modal-join-'] .modal-cont{
		width: 89.5%;
		height: 80vh;
	}
	.modal-wrap{
		width: calc(100% - 60px);	
	}
	.modal-wrap-top{
		padding: 53px 0;
	}
	.wrap-top-left{
		font-size: 40px;
		line-height: 56px;
		margin: 0 0;
	}
	.wrap-top-none{
		font-size: 40px;
		line-height: 56px;
	}
	.wrap-top-right button{
		font-size: 24px;
		line-height: 33px;
	}
	.modal-title{
		font-size: 32px;
		line-height: 45px;
	}
	.modal-txt{
		margin-top: 28px;
		font-size: 24px;
	}
	
	.join-deve-img{
		display: none;
	}
	.join-deve-img-m{
		display: block;
		max-width: 388px;
		margin: 0 auto;
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.join-deve-img-m.delighter{
		transition: all .8s ease-out;
		transform: translateY(20%);
		opacity: 0;
	}
	.join-deve-img-m.delighter.started{
		transform: none;
		opacity: 1;
	}
	.join-deve-img-m img{
		width: 100%;
	}
	.join-ac__full{
		padding-bottom: 270px;
	}
	.join-activity{
		margin-top: 80px;
	}
	.join-activity-bg{
		height: 539px;
	}
	.join-ac__slick{
		margin-top: 60px;
	}
	.join-ac__slick .item-box{
		width: 87.5%;
		height: auto;
	}
	.pic-wrap{
		width: 100%;
		height: 66%;
	}
	.pic-item{
		height: 680px;
		flex-direction: column-reverse;
	}
	.pic-left img,
	.pic-right img{
		height: 49%;
	}
	.pic-right{
		width: 100%;
		height: 33.3%;
		flex-direction: row-reverse;
	}
	.pic-right img{
		width: 49.4%;
		height: 99%;
	}
	.join-activity .slider-arrow{
		top: 82%;
	}
	.join-activity .slider-arrow .sa-prev{
		left: 33%;
	}
	.join-activity .slider-arrow .sa-next{
		right: 33%;
	}
	.join-activity .slider-arrow .sa-btn:hover{
		background-color: #FFFFFF;
	}
	
/*	.index-footer .footer-text{
		display: none;
	}*/
}

@media(max-width:768px){
	.join-welfare .join-w-ul .join-item{
		height: 36.51vw;
	}
	.join-welfare-list .welfare-title{
		font-size: 4.7vw;
		line-height: 1.2;
	}
	.join-welfare-list .welfare-txt{
		font-size: 3.66vw;
		line-height: 1.45;
	}
	/*培训体系*/
	.join-item-num{
		font-size: 3.65vw;
		line-height: 1.3;
	}
	.join-item-num span{
		font-size: 6.78vw;
		line-height: 1;
	}
	.join-item-title{
		font-size: 6.25vw;
		line-height: 1;
		margin-top: 5vw;
		margin-bottom: 2.1vw;
	}
	.join-item-txt{
		font-size: 3.13vw;
		line-height: 1.4;
	}
	/*职位招聘*/
	.pro-theme__slick{
		width: 100%;
	}
	.pro-theme__slick .slick-list {
		transform: translate(5vw,0);
	}
	.pro-theme__slick .slick-list .slick-track{
		margin-left: 10vw;
	}
	.pro-theme__slick .item-box{
		margin-left: 5vw;
		height: 46.16vw;
	}
	.pro-theme__slick .join-slick-title{
		font-size: 7.05vw;
		line-height: 1.5;
	}
	.pro-theme__slick .join-slick-txt{
		font-size: 3.13vw;
		line-height: 1.2;
	}
	.join-recruit .slider-arrow .sa-prev{
		bottom: -120px;
		left: 31.4%;
	}
	.join-recruit .slider-arrow .sa-next{
		bottom: -120px;
		right: 31.4%;
	}
	
	/*点击招聘之后的弹窗*/
	.modal-wrap-top{
		padding: 6.902vw 0;
	}
	.wrap-top-left{
		font-size: 5.21vw;
		line-height: 1.4;
	}
	.wrap-top-none{
		font-size: 5.21vw;
		line-height: 1.4;
	}
	.wrap-top-right button{
		width: 20.85vw;
		height: 7.56vw;
		font-size: 3.13vw;
		line-height: 1;
	}
	.modal-wrap-item{
		max-height: calc(100% - 30vw);
	}
	.wrap-item-text{
		padding-top: 6.25vw;
		padding-right: 2.65vw;
		margin-left: 5.22vw;
	}
	.modal-title{
		font-size: 4.17vw;
		line-height: 1.4;
	}
	.modal-txt{
		margin-top: 3.65vw;
		font-size: 3.13vw;
		line-height: 1.83;
	}
	
	/*职涯发展*/
	.join-deve-img-m{
		max-width: 50.6vw;
	}
	/*文化活动*/
	.pic-item{
		height: 88.67vw;
	}
	.join-activity-bg{
		height: 46.8%;
	}
	.join-activity .slider-arrow{
		top: 80%;
	}
	
}
@media(max-width:600px){
	.join-activity .slider-arrow{
		top: 77%;
	}
}
@media(max-width:475px){
	.join-welfare .join-w-ul{
		width: calc(100% - 38px);
		padding-top: 28px;
	}
	.join-welfare .join-w-ul .join-item{
		height: 140px;
		margin-top: 12px;
		box-shadow: 0px 1px 10px 0px rgb(51 51 51 / 5%);
		border-radius: 14px;
	}
	/*岗位优势*/
	.join-welfare-list{
		padding: 5.26%;
	}
	.join-welfare-list .welfare-title{
		font-size: 18px;
	}
	.join-welfare-list .welfare-txt{
		font-size: 14px;
		margin-top: 10px;
	}
	
	.join-title{
		max-width: 258px;
		padding-top: 40px;
	}
	.join-item-wrap .join-item{
		margin-top: -4px;
	}
	.join-item-list{
		margin-top: 34px;
	}
	.join-item-text{
		margin-left: 4.4%;
	}
	.join-item-text-right{
		margin-left: 4.4%;
	}
	.join-recruit{
		margin-top: 50px;
		padding-bottom: 90px;
	}
	/*职位招聘*/
	.pro-theme__slick{
		margin-top: 40px;
	}
	
	.pro-theme__slick .item-box{
		height: 177px;
	}
	.pro-theme__slick .join-slick-title{
		font-size: 26px;
	}
	.pro-theme__slick .join-slick-txt{
		font-size: 12px;
	}
	.slider-arrow .sa-btn{
		width: 1.5em;
		height: 1.5em;
	}
	.join-recruit .slider-arrow .sa-prev{
		bottom: -60px;
	}
	.join-recruit .slider-arrow .sa-next{
		bottom: -60px;
	}
	.slider-arrow i{
		font-size: .5em;
	}
	
	/*点击招聘之后的弹窗*/
	[class*='modal-join-'] .modal-cont{
		height: 59vh;
	}
	[class*='modal-join-'] .modal-cont .modal-coo{
		border-radius: 10px;
	}
	.modal-wrap{
		width: calc(100% - 30px);
	}
	.modal-wrap-top{
		padding: 26px 0;
	}
	.wrap-top-left{
		font-size: 20px;
	}
	.wrap-top-none{
		font-size: 20px;
	}
	.wrap-top-right button{
		width: 80px;
		height: 29px;
		font-size: 12px;
	}
	.modal-wrap-item{
		border-radius: 14px;
	}
	.modal-wrap-item::-webkit-scrollbar{
		width: 4px;
	}
	.wrap-item-text{
		padding-top: 24px;
		padding-right: 10px;
		margin-left: 20px;
	}
	.modal-title{
		font-size: 16px;
	}
	.modal-txt{
		margin-top: 14px;
		font-size: 12px;
		margin-bottom: 24px;
	}
	[class*='modal-join-'] .coo-close{
		width: 12px;
		height: 12px;
		font-size: 12px;
		left: calc((100% - 20px) / 2);
		bottom: -40px;
		padding: 5px;
	}
	
	/*职涯发展*/
	.join-deve-img-m{
		max-width: 40.95%;
		padding-top: 40px;
		padding-bottom: 10px;
	}
	/*文化活动*/
	.join-ac__full{
		padding-bottom: 215px;
	}
	.join-activity{
		margin-top: 40px;
	}
	.join-activity-bg{
		height: 270px;
	}
	.join-ac__slick{
		margin-top: 30px;
	}
	.pic-item img{
		border-radius: 10px;
	}
	.join-activity .slider-arrow{
		top: 71%;
	}
}
@media(max-width:355px){
	.join-activity .slider-arrow{
		top: 66%;
	}
}
@media(max-width:350px){
	.modal-wrap-item{
		max-height: calc(100% - 40vw);
	}
}
