.apply_box img.activity_logo {
	width: 5.16rem;
	margin-top: .15rem;
	margin-bottom: .2rem;
}
.activity_bg {
	background: #3aa5ff;
}
.apply_scenes_box {
	padding: .8rem .3rem;
}
.scenes_item_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: .3rem;
}
.scenes_item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
	width: 25%;
	margin-top: .5rem;
}
.scenes_item img {
	width: 1.1rem;
	height: 1.1rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	
}
.scenes_item span {
	display: block;
	margin-top: .2rem;
}


/*痛点*/
.ticket_program_one {
	padding: .7rem .3rem 0;
}
.ticket_program_one_list {
	margin-top: .7rem;
}

.ticket_program_second_item {
	background: #f8f8f8;
	display: flex;
	flex-direction: column;
	padding-bottom: .15rem;
	margin-bottom: .6rem;
}
.painPoints_box {
	width: 100%;
	height: 2.5rem;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;	
}
.painPoints_box img {
	width: 2rem;
	height: 2rem;
}
.serialNumber {
	position: relative;
	top: -0.5rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	margin: auto;
	font-size: .72rem;
	background: #ffffff;
}
.painPoints_text,
.program_text {
	display: flex;
	flex-direction: row;
	margin-bottom: .3rem;
	align-items: center;
}
.painPoints_text span,
.program_text span {
	font-size: .24rem;
	color: #333333;
}
.painPoints_text span:first-child,
.program_text span:first-child {
	flex: 0 0 1.2rem;
	text-align: center;
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #ffffff;
	margin: 0 .2rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-o-border-radius: .4rem;
	border-radius: .4rem;
}
.painPoints_text span.bg-red {
	letter-spacing: 4px;
}
.bor-td-1 {
	border: 1px dashed #82dfec;
}
.bor-td-2 {
	border: 1px dashed #7fabf5;
}
.bor-td-3 {
	border: 1px dashed #59bdf7;
}