.join {
	padding-top: 0.8rem;
	padding-bottom: 1.2rem;
}
.join .table_header {
	background-color: var(--c);
	justify-content: space-between;
	padding-right: 1.5rem;
}
.join .table_header>div {
	flex: 0 0 20%;
	text-align: center;
}
.join .table_header p {
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.66rem;
	text-transform: uppercase;
}
.join .list_flex .item {
	flex: 0 0 100%;
	position: relative;
	background: rgba(244, 244, 244, 1);
	transition: var(--s_tran);
	margin-top: 0.2rem;
}
.join .list_flex .item:hover {
	background: #fff;
}
.join .list_flex .item .container {
	justify-content: space-between;
	padding-right: 1.5rem;
	height: auto;
	position: relative;
}
.join .list_flex .item:hover .container {
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
	
}
.join .list_flex .item .container > div {
	line-height: 0.8rem;
	height: 0.8rem;
	flex: 0 0 20%;
	text-align: center;
}

.join .list_flex .item .arr {
	position: absolute;
	right: 0.7rem;
	top: 0.3rem;
	width: 0.25rem;
	height: 0.25rem;
}
.join .list_flex .item .arr img:first-child {
	display: block;
}
.join .list_flex .item .arr img:last-child {
	display: none;
}
.join .list_flex .item .arr.show img:first-child {
	display: none;
}
.join .list_flex .item .arr.show img:last-child {
	display: block;
}
.join .list_flex .item .content {
	background: url('../img/about/a3.jpg') no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: 0.35rem 0.4rem;
	display: none;
}

.join .apply {
	background: var(--c);
	font-size: 0.16rem;
	color: #FFFFFF;
	width: 1.16rem;
	line-height: 0.4rem;
	height: 0.4rem;
	text-align: center;
	margin-top: 0.2rem;
}

@media (max-width: 768px) {
    .join .table_header p,
    .join .list_flex .item .container > div {
        font-size: 12px;
        flex: 0 0 25%;
    }
    .join .table_header>div {
        flex: 0 0 25%;
    }
    .join .list_flex .item .container > .flex_box2,
    .join .table_header> .flex_box2{
        display: none;
    }
    .join .table_header,
    .join .list_flex .item .container {
        padding-right: 30px;
    }
    .join .list_flex .item .arr {
        right: 5px;
    }
    .join .list_flex .item .content {
        font-size: 12px;
    }
    .join .apply {
        font-size: 12px;
    }
}