.screen4_buyap {
	display: flex;
	flex-direction: center;
	margin: 0px auto;
	flex-direction: center;
	width: 100%;
	background: rgb(22, 28, 45);
	color: rgb(255,255,255);
}
.screen4_buyap_main {
	display: flex;
	flex-direction: column;
	margin: 0px auto;
}
.screen4_buyap_tr1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 1 10px;
	text-align: center;
	//border: 1px solid #f00;
}
.screen4_buyap_tr2 {
	display: flex;
	flex-direction: column;
	justify-content:center;
	flex: 0 1 10px;
	margin-top: 100px;
}
.screen4_buyap_str1 {
	display: flex;
	flex-direction: center;
	justify-content:center;
}

.sc4_lndg_main_list {
	display: flex;
	flex-direction: column;
	width: 100%;
	float: left;
}
.sc4_td_left_ms {width: 100%;}
.sc4_head_str1, .sc4_head_str2 {
	display: flex;
	flex-direction: center;
	justify-content: space-between;
	flex: 0 1 100%;
	//border: 1px solid #f00;
}
.sc4_head_str2 {
	padding-top: 80px;
}
.sc4_item_bl {
	overflow: hidden;
	width: 27.3%;
	padding: 0px 3%;
	//border: 1px solid #000;
}
.sc4_head {
	overflow: hidden;
	width: 100%;
	border: 0px solid #000;
	text-align: center;
}
.sc4_num_bl {
	display: flex;
	justify-content: center;
	position: absolute;
	background: rgb(220, 38, 12);
	margin-left: 3%;
	margin-top: -2%;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	//padding-top: 11px;
	align-items: center;
	color: #fff;
	text-align: center;
	//display: none;
}
.sc4_img {
	opacity: 0.8;
	height: 80px;
}
.sc4_text_bl {
	overflow: hiddden;
	width: 100%;
	text-align: center;
}
.sc4_text_bl1 {
	overflow: hidden;
	width: 100%;
	border: 0px solid #000;
	float: left;
	padding-top: 25px;
	text-align: center;
	font-size: 20px;
	color: rgb(191, 158, 118);
}
.sc4_text_bl2 {
	overflow: hidden;
	width: 100%;
	float: left;
	padding: 10px 0px 0px 0px;
	border: 0px solid #000;
	line-height: 1.5;
}

/* mediascreen */
@media screen and (max-width:1000px) {
	.sc4_img {height: 70px;}
	.sc4_item_bl {width: 30.3%; padding: 0px 1.5%;}
}	


@media screen and (max-width:750px) {
	.sc4_head_str1, .sc4_head_str2 {
		flex-direction: column;
		justify-content: center;
		//border: 1px solid #f00;
	}
	.sc4_item_bl {
		overflow: hidden;
		max-width: 400px;
		width: 100%;
		padding: 0px;
		//border: 1px solid #f00;
		margin: 0px auto;
		margin-top: 85px;
	}
	.sc4_num_bl {
		margin-left: 120px;
		margin-top: -2%;
	}
	.sc4_head_str2 {padding-top: 0px;}
	.screen4_buyap_tr2 {margin-top: 0px;}
}

@media screen and (max-width:500px) {
	.sc4_item_bl {
		overflow: hidden;
		max-width: 300px;
		width: 100%;
		padding: 0px;
		//border: 1px solid #f00;
		margin: 0px auto;
		margin-top: 70px;
	}
	.sc4_num_bl {
		margin-left: 70px;
		margin-top: -2%;
	}
	.sc4_img {height: 65px;}
	.sc4_text_bl2 {width: 100%;}
	.sc4_text_bl1 {padding-top: 17px;}
}

