
body{
	background: #FFFFFF;
}

.banner{
	width: 100%;
	height: 190px;
	background-image: url(../imgs/dzapp/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;
}

/*-------------------------------------------------------------*/

.boxf{
	padding-top: 30px;
}

.boxf_nav{
	display: flex;
	justify-content: space-around;
	margin-top: 24px;
}

.boxf_box{
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100% 100%;
	color: #FDFDFD;
	font-size: 13px;
	text-align: center;
}

/*----------------------------------------------------------------*/

.boxg{
	padding-top: 38px;
	padding-bottom: 20px;
}

.boxg_img{
	width: 100%;
	height: 148px;
	background-image: url(../imgs/dzapp/boxg.png);
	background-size: 100% 100%;
	margin-top: 16px;
}


/*---------------------------------------------------------------------*/

.boxh{
	padding-top: 20px;
	background-color: #F7F9FB;
	padding-bottom: 20px;
}

.boxh_img{
	width: 100%;
	height: 68px;
	margin-top: 10px;
	background-image: url(../imgs/dzapp/boxh.png);
	background-size: 100% 100%;
}

.boxh_nav{
	display: flex;
	justify-content: space-around;
	font-size: 14px;
	color: #000000;
}

/*---------------------------------------------------------------------------*/

.boxj{
	padding-top: 20px;
}

.boxj_nav{
	overflow: hidden;
	margin-top: 24px;
}

.boxj_box{
	float: left;
	width: 50%;
	height: 90px;
	display: flex;
	margin-bottom: 10px;
}

.boxj_box_img{
	width: 36px;
	height: 36px;
	background-image: url(../imgs/dzapp/icon.png);
	background-size: 159px 77px;
	margin-left: 9px;
}

.boxj_box_title{
	font-size: 17px;
	color: #333333;
	margin-left: 15px;
	margin-top: 5px;
}

.boxj_box_text{
	width: 120px;
	font-size: 11px;
	color: #888888;
	margin-left: 15px;
	margin-top: 10px;
	line-height: 20px;
}

/*------------------------------------------------------*/

.boxk{
	padding-top: 40px;
}

.boxk_img{
	width: 100%;
	height: 122px;
	margin-top: 16px;
	background-image: url(../imgs/dzapp/boxk.png);
	background-size: 100% 100%;
}

/*---------------------------------------------------------*/

.boxl{
	padding-top: 30px;
	padding-bottom: 18px;
}


/*----------------------------------------------------------*/

.boxp{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E8E8E8;
}

.boxp_inp{
	display: block;
	width: 304px;
	height: 38px;
	margin: 0 auto;
	border: none;
	margin-top: 10px;
	background-color: #F4F4F4;
	border-radius: 2px;
	padding-left: 13px;
	box-sizing: border-box;
	font-size: 14px;
}

.boxp_box{
	display: flex;
	justify-content: space-between;
	width: 304px;
	height: 38px;
	margin: 0 auto;
	margin-top: 10px;
}

.boxp_box input{
	width: 208px;
	height: 36px;
	border: none;
	background-color: #F4F4F4;
	border-radius: 2px;
	padding-left: 13px;
	box-sizing: border-box;
	font-size: 14px;
}

.boxp_box div{
	width:91px;
	height:36px;
	background:rgba(62,197,43,1);
	border-radius:1px;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	color: #FFFFFF;
}

.boxp_btn{
	width:150px;
	height:35px;
	background:rgba(62,197,43,1);
	border-radius:2px;
	text-align: center;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 17px;
	color: #FFFFFF;
}

/*------------------------------------------------------*/

.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;
}