
.joinus-main {
	width: 100%;
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 50px;
}

.joinus-positionbar {
	display: flex;
	flex-direction: row;
	margin:30px 0px;
	font-family: Source Han Sans, Source Han Sans;
	color: #9E9E9E;
	line-height: 23px;
	font-size: 16px;
	font-weight: 350;
}
.joinus-positionbar a{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 16px;
	color: #9E9E9E;
	line-height: 23px;
}
.joinus-positionbar a:hover{
	color:#464AF7;
	font-weight: bold;
}

.joinus-position {
	display: block;
	width:20px;
	height: 20px;
	background-image: url("../images/position.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
}

.joinus-section {
	width: 1400px;
	margin: auto;
}

.joinus-content {
	
}

.joinus-linkbar {
	margin-bottom: 50px;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #69696F;
	line-height: 23px;
}

.joinus-content-title {
	display: flex;
	flex-direction: row;
}
.joinus-content-title>span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 26px;
	color: #3C3638;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.joinus-content-title>span:first-child{
	width: 4px;
	height: 37px;
	display: block;
	margin-right: 10px;
	border-radius: 2px;
	background-image: linear-gradient(#9599D4, #565CA8);
}

.joinus-content-details {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 16px;
	color: #69696F;
	line-height: 23px;
	text-align: justify;
	text-align-last: left;
	text-indent: 2em;
	margin-top:1em;
}

.joinus-btn-bar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap:100px;
	margin-bottom: 50px;
}
.joinus-btn-bar a{
	display: block;
	border:1px solid #DBDBDB;
	border-radius: 28px;
	padding:5px;
/*	width: 79px;*/
	min-width: 200px;
	min-height: 56px;
/*	height: 40px;*/
	font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
	font-weight: 500;
	font-size: 20px;
	color: #AEAEAE;
	line-height: 44px;
	text-align: center;
}
.joinus-btn-bar a:hover{
	background: #565CA8;
	color: #fff;
}
