* {
	margin: 0;
	padding: 0;
}

.body {
	margin-bottom: 1.4rem;
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}



.search form {
	margin: 0 auto;
	width: 11rem;
	height: 0.64rem;
	background: #F2F2F2;
	border-radius: 0.32rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0.4rem;
	box-sizing: border-box;
}
.search form::before{
	content: "";
	position: absolute;
	width: 0rem;
	height: 0.25rem;
	border-right: 0.01rem solid #D3D3D3;
	top: 0.2rem;
	left: 1.45rem;
}
.search form span{
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.2rem;
	color: #000000;
}
.search .search_input {
	width: 7.2rem;
    height: 0.64rem;
    margin-left: 0.38rem;
    margin-right: 0.34rem;
    line-height: 0.64rem;
    font-size: 0.18rem;
    background: none;
	color: #000000;
}

.search .search_input::placeholder {
	color: #6F6F6F;
	font-size: 0.18rem;
	font-family: AlibabaPuHuiTi-Regular;
}

.search .search_btn {
	font-family: AlibabaPuHuiTi-Regular;
	width: 1.58rem;
	height: 0.64rem;
	background: #234529;
	border-radius: 0.32rem;
	font-size: 0.2rem;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	z-index: 99999;
}



.list_body {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}

.join_box {
	width: 4.8rem;
	margin: 0 0.4rem 0.4rem 0;
	padding: 0.36rem 0.4rem 0.4rem 0.4rem;
	background: #fff;
}

.join_box:nth-child(3n) {
	margin-right: 0;
}

.join_title {
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.3rem;
}

.join_tips {
	margin-top: 0.32rem;
	max-width: 100%;
	display: flex;
}

.join_label {
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 0.16rem;
	color: #234529;
	line-height: 0.3rem;
	padding: 0 0.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 38%;
}

.join_label:first-child {
	max-width: 22%;
	padding: 0 0.1rem 0 0;
}

.join_label:last-child {
	max-width: 40%;
	padding: 0 0 0 0.1rem;
}


.join_bold {
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.45rem;
}

.join_read {
	margin-top: 0.15rem;
}

.join_read,
.join_read p {
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	height: 0.78rem;
}

.join_foot {
	display: flex;
	margin-top: 0.5rem;
	width: 1.3rem;
	height: 0.44rem;
	background: #70AD02;
	padding: 0 0.09rem 0 0.2rem;
	-webkit-align-items: center;
	align-items: center;
	-webkit-border-radius: 0.23rem;
	border-radius: 0.23rem;
}

.join_btn {
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.22rem;
}

.join_icon {
	display: flex;
	position: relative;
	width: 0.18rem;
	margin-left: 0.09rem;
}

.join_icon img {
	width: 100%;
	fill: #fff;
	-webkit-transition: all .6s cubic-bezier(.54, .07, .38, .93);
	transition: all .6s cubic-bezier(.54, .07, .38, .93);
}

.join_icon2 {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.join_box:hover {
	box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(209, 153, 24, 0.4);
}

.join_box:hover .join_icon1 {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

.join_box:hover .join_icon2 {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}