.refresh {
	margin-top: .45rem;
}
.join-main .top {
	height: .9rem;
	line-height: .9rem;
	padding: 0 .4rem;
	display: flex;
	justify-content: space-between;
	background-color: #ed6d00;
	color: #fff;
	font-size: .32rem;
	font-weight: 600;
}
.join-list .item .title {
	height: .9rem;
	line-height: .9rem;
	padding: 0 .4rem;
	color: #666;
	position: relative;
}
.join-list .item .title span {
	display: inline-block;
	max-width: 5rem;
	vertical-align: middle;
	font-size: .32rem;
}
.join-list .item .title.active {
	color: #ed6d00;
}
.join-list .item .title.active .icon {
	background: url(../../images/down.png) no-repeat center center;
	background-size: .23rem .12rem;
}
.join-list .item .title .icon {
	position: absolute;
	right: .34rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .24rem;
	height: .24rem;
	background: url(../../images/off.png) no-repeat center center;
	background-size: .13rem .23rem;
}
.join-list .item .sub-item {
	padding: 0 .4rem .48rem;
	display: none;
}
.join-list .item .sub-item p {
	line-height: .4rem;
	font-size: .26rem;
	color: #666;
}
.join-list .item .sub-item .detail-btn {
	margin-top: .28rem;
}