.banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	/*background: url(../images/join_us_banner.4b048daef3.png) center no-repeat; */
	height: 6.73rem
}

.section_block {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 10.8rem;
	position: relative
}

.section_l1 {
/* 	background-image: url(../images/join_us_section_bg_1.dbaba866f1.png) */
}

.section_l2 {
	/* background-image: url(../images/join_us_section_bg_2.392f3d9ed4.png) */
}

.section_block .content {
	width: 6.52rem;
	height: 7.6rem;
	background: #fff;
	box-shadow: 0 .04rem .48rem 0 rgba(0,0,0,.08);
	border-radius: .16rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.57rem;
	padding: .54rem .6rem
}

.section_block .content h2 {
	height: .67rem;
	font-size: .48rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	color: rgba(51,51,51,1);
	line-height: .67rem
}

.section_block .content .hr {
	height: .04rem;
	background: #e23469;
	width: 1.05rem;
	display: block;
	margin-top: .17rem;
	position: relative;
	left: 0
}

.section_block .content p {
	font-size: .18rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: .25rem;
	margin-top: .19rem
}

.section_block .content ul {
	margin-top: 1.25rem
}

.section_block .content ul li {
	margin-top: .22rem
}

.section_block .content ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: .42rem;
	padding-left: .21rem;
	border-bottom: 1px #909090 solid;
	font-size: .18rem;
	color: #333
}

.section_block .content ul li a img {
	width: .2rem;
	height: .2rem;
	transition: all .3s ease
}

.section_block .content ul li a.active img {
	transform: rotate(90deg)
}

.section_block .content ul li p {
	line-height: .25rem;
	font-size: .18rem;
	height: 0;
	padding-left: .21rem;
	color: #999;
	display: none;
	transition: all .3s ease
}

.section_block .content ul li p.active {
	height: .25rem;
	margin-top: .18rem;
	display: block
}

.section_l2 .content {
	left: auto;
	right: 2rem;
	box-shadow: none
}