
body{
	background: #FFFFFF;
}

.banner{
	width: 100%;
	height: 190px;
	background-image: url(../imgs/bbdsapp/banner.png);
	background-size: 100% 100%;
	padding-top: 135px;
	box-sizing: border-box;
}

.banner_brn{
	display: block;
	text-decoration: none;
	width:102px;
	height:28px;
	border:1px solid rgba(255,255,255,1);
	border-radius:14px;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 15px;
}

/*-------------------------------------------------------------------*/

.title{
	font-size:17px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	text-align: center;
}

.bg{
	width:24px;
	height:2px;
	background:rgba(0,0,0,1);
	margin: 0 auto;
	margin-top: 13px;
}

/*-------------------------------------------------------------------*/

.boxq{
	padding-top: 38px;
}

.boxq_img1{
	width: 100%;
	height: 374px;
	background-image: url(../imgs/bbdsapp/boxq_img1.png);
	background-size: 100% 100%;
	margin-top: 13px;
}

.boxq_text{
	text-align: center;
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:27px;
	padding: 10px 45px;
}

.boxq_img2{
	width: 100%;
}

.boxq_img3{
	width: 100%;
	height: 251px;
	background-image: url(../imgs/bbdsapp/boxq_img3.png);
	background-size: 100% 100%;
}

/*---------------------------------------------------------------*/

.boxw{
	padding-top: 59px;
}

.boxw_nav{
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}

.boxw_box{
	width:108px;
	height:138px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(238,238,238,1);
	border-radius:4px;
	padding-top: 15px;
	box-sizing: border-box;
}

.boxw_box_title{
	text-align: center;
	font-size: 9px;
	color: #333333;
}

.boxw_box_img{
	width: 57px;
	height: 57px;
	margin: 0 auto;
	margin-top: 10px;
	background-size: 100% 100%;
}

.boxw_box_text{
	text-align: center;
	font-size: 11px;
	color: #333333;
	margin-top: 15px;
}

/*------------------------------------------------------*/

.boxe{
	padding-top: 30px;
}

.boxe_nav{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.boxe_box{
	width: 30%;
}

.boxe_box_img{
	width: 22px;
	height: 22px;
	background-size: 100% 100%;
	margin: 0 auto;
}

.boxe_box_text{
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin-top: 13px;
}

/*----------------------------------------------------------*/

.boxr{
	padding-top: 30px;
}

.boxr_img{
	width: 100%;
	height: 220px;
	background-image: url(../imgs/bbdsapp/boxr_img.png);
	background-size: 100% 100%;
	margin-top: 14px;
}

/*-------------------------------------------------------*/

.boxt{
	padding-top: 42px;
	padding-bottom: 60px;
}

.boxt_lists{
	width: 360px;
	padding:10px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
	box-sizing: border-box;
}

.boxt_lists_btn{
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #737373;
	font-size: 14px;
}

.box{
	position: relative;
	float: left;
	width:164px;
	height:226px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 14px 1px rgba(0, 0, 0, 0.09);
	border-radius:3px;
	margin-bottom: 18px;
	overflow: hidden;
}

.box:nth-child(odd){
	margin-right: 12px;
}

.box_icon{
	width: 57px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 0px;
	background-image: url(../imgs/al/icon.png);
	background-size: 100% 100%;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #FFFFFF;
}

.box_img{
	width: 84px;
	height: 84px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 37px;
	background-size: 100% 100%;
}

.box_title{
	text-align: center;
	font-size: 15px;
	color: #000000;
	margin-top: 20px;
}

.box_text{
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	color: #888888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.box_cen{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.box_cen_img{
	width: 134px;
	height: 134px;
	margin: 0 auto;
	margin-top: 22px;
	padding-bottom: 15px;
}

.box_cen_img img{
	width: 100%;
	height: 100%;
}

.box_cen_text{
	text-align: center;
	font-size: 12px;
	color: #888888;
	padding-bottom: 5px;
}

.boxt_bg{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.53);
}

.bg_box{
	width:282px;
	height:387px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 14px 1px rgba(0, 0, 0, 0.09);
	border-radius:3px;
}

.bg_box_img{
	width: 229px;
	height: 229px;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 25px;
}

.bg_box_img img{
	width: 100%;
	height: 100%;
}

.bg_box_text{
	text-align: center;
	font-size: 17px;
	color: #525252;
	margin-bottom: 5px;
}

/*------------------------------------------------------*/

.float_btn{
	position: fixed;
	bottom: 0;
	z-index: 400;
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
}

.float_btn_box{
	text-decoration: none;
	width: 266px;
	height: 64px;
	background-image: url(../imgs/float_btn.png);
	background-size: 100% 100%;
	text-align: center;
	font-size:19px;
	color:rgba(255,255,255,1);
	line-height:48px;
}