.joinForm {
	background: #fff;
	font-size: 16px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.group {
	padding-top: 30px;
}

.group+.group {
	border-top: 10px solid #f5f5f5;
}


.fee-tips {
	padding-left: 10px;
	line-height: 22px;
	border-left: 3px solid rgba(7,134,255,1);
	margin-bottom: 20px;
}

.group .q {
	margin-bottom: 10px;
}
.red {
	color: red;
}
.btn-join {
	padding: 7px 45px;
	background: rgba(0,137,255,1);
	color: #fff;
	border-color: rgba(0,137,255,1);
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
}

.btn-join:hover {
	background: rgba(0,137,255,1);
	color: #fff;
}

.btn-code {
	width: 150px;
	background: #fff;
	border-color: rgba(0,137,255,1);
	color: rgba(0,137,255,1);
	padding: 6px 5px;
	border-radius: 20px;
	font-size: 1.4rem;
	float: right;

}

.btn-code:hover {
	background: rgba(0,137,255,1);
	color:#fff;
}



.bg-f {
	background: #fff;
}

.ac-name {
	padding: 15px 0;
	position: relative;
}



.ac-name .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
	color: #333333;
}

.ac-name .title b {
	color:rgba(0,137,255,1);
}


.ac-name .price b {
	font-size: 16px;
	color: rgba(0,137,255,1);
}


.price_color{
	color:rgba(0,137,255,1);
}
.demand-btn{
	text-align: right;
}
.demand-btn .demand-btn-a{
	padding: 8px 50px;
	border-radius:20px;
	background: rgba(7,134,255,1);
	display: inline-block;
	color: #fff;


}
.contact-desc{
  text-align: center;
}