/* ------------------ */

.wzck_dsls_banner{
	width:100%;
	height:480px;
	background-image: url(imgs/banner.png);
	background-position: center;
	margin-top: 70px;
	position: relative;
}

.wzck_dsls_banner_cen{
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.wzck_dsls_banner_title{
	font-size: 50px;
	/* padding-top: 70px; */
	color: #944F14;
}

.wzck_dsls_banner_text{
	font-size: 26px;
	color: #944F14;
	line-height: 50px;
	margin-top: 10px;
}

.wzck_bbfcapp_banner_lists{
	color: #944F14;
	font-size: 18px;
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.wzck_bbfcapp_banner_lists_item{
	text-align: center;
	margin-right: 40px;
}

.wzck_bbfcapp_banner_lists_item div{
	margin-top: 10px;
}

.wzck_bbfcapp_banner_down{
	width: 224px;
	height: 68px;
	margin-top: 40px;
	padding: 0 35px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 34px;
	background: #B67741;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wzck_bbfcapp_banner_down:hover+.wzck_bbfcapp_banner_qrcode{
	display: block;
}

.wzck_bbfcapp_banner_qrcode{
	width: 145px;
	height: 180px;
	margin-left: 50px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 16px 2px rgba(77,77,77,0.08);
	display: none;
	position: absolute;
	bottom: -137px;
}

.wzck_bbfcapp_banner_qrcode_arw{
	margin-left: 60px;
	position: absolute;
	bottom: 180px;
}

.wzck_bbfcapp_banner_qrcode_img{
	width: 136px;
	height: 136px;
}

.wzck_dsls_banner_btn{
	position: relative;
	width:159px;
	height:47px;
	background: #944F14;
	border-radius:24px;
	margin-top: 30px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.wzck_bbfcapp_banner_float{
	color: #944F14;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 642px;
	top: 90px;
}

.wzck_bbfcapp_banner_float div{
	margin-top: 7px;
}

.wzck_bbfcapp_banner_float>div:first-of-type{
	margin-top: 16px;
	font-size: 16px;
}

/* ---------------- */
.wzck_bbfcapp_box1{
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.wzck_bbfcapp_box1_title{
	font-size: 30px;
}

.wzck_bbfcapp_box1_data{
	margin-top: 12px;
	font-size: 20px;
}

/* ------------------ */
.wzck_bbfcapp_box2_items{
	padding: 50px 0;
}

.wzck_bbfcapp_box2_items:nth-child(2n){
	background: #F8F9FA;
}

.wzck_bbfcapp_box2_items_cen{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wzck_bbfcapp_box2_items_title{
	font-size: 34px;
}

.wzck_bbfcapp_box2_items_line{
	width: 62px;
	height: 3px;
	background: #00C35D;
	margin-top: 20px;
	border-radius: 2px;
}

.wzck_bbfcapp_box2_items_text{
	width: 530px;
	font-size: 22px;
	line-height: 42px;
	color: #666666;
	margin-top: 30px;
}

.wzck_bbfcapp_box2_items_lists{
	margin-top: 30px;
	text-align: center;
	display: flex;
	align-items: center;
}

.wzck_bbfcapp_box2_items_lists_item{
	margin-right: 50px;
}

.wzck_bbfcapp_box2_items_lists_item div{
	margin-top: 18px;
}

.wzck_bbfcapp_box2_items_btn{
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #00C35D;
	border-radius: 24px;
	margin-top: 50px;
	font-size: 20px;
	color: #ffffff;
}