*{
	margin: 0;
	padding: 0;
}

.top{
	/* position: fixed;
	top: 0;
	left: 0;
	z-index: 1000; */
	width: 100%;
	height: 75px;
	background: #FFFFFF;
}

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

.top_logo img{
	display: block;
}

.top_right{
	height: 100%;
	display: flex;
	align-items: center;
}

.top_nav{
	height: 100%;
	display: flex;
	align-items: center;
}

.top_nav_item{
	height: calc(100% - 30px);
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-right: 50px;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}

.top_nav_itemac{
	height: calc(100% - 30px);
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #3EBD7B;
	margin-right: 50px;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 2px solid #3EBD7B;
}

.top_nav_item:hover{
	color: #3EBD7B;
}

.top_btn{
	width: 100px;
	height: 31px;
	border: 1px solid #3EBD7B;
	border-radius: 31px;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	color: #3EBD7B;
	cursor: pointer;
}

.top_btn:hover{
	background: #3EBD7B;
	color: #FFFFFF;
}

.top_mobile{
	position: relative;
	display: none;
	font-size: 16px;
	cursor: pointer;
}

.top_mobile:hover .top_mobile_hover{
	display: block;
}

.top_mobile_title{
	text-decoration: underline;
}

.top_mobile_hover{
	display: none;
	position: absolute;
	top: 40px;
	left: -20px;
	width: 160px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
	border-radius: 5px;
}

.top_mobile_hover_i{
	position: absolute;
	top: -15px;
	left: 60px;
	z-index: 100;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	transform: rotate(45deg);
	box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
}

.top_mobile_hover_view{
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px;
}

.top_mobile_hover_title{
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding-top: 30px;
}

.top_mobile_hover_a{
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #C2C2C2;
}

.top_mobile_hover_btn{
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #17B362;
	cursor: pointer;
}

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

.wzckSph_btn{
	width: 270px;
	height: 60px;
	background: #18B263;
	border-radius: 30px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 30px;
	cursor: pointer;
}

.dlbg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.dlbg_box{
	position: relative;
	width: 520px;
	height: 470px;
	background: #FFFFFF;
	border-radius: 7px;
}

.dlbg_box_cuo{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.dlbg_box_title{
	text-align: center;
	font-size: 24px;
	color: #333333;
	padding-top: 45px;
	padding-bottom: 45px;
}

.dlbg_box_view{
	width: 390px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #E5E9ED;
	border-radius: 25px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.dlbg_box_inp{
	width: 260px;
	height: 40px;
	border: none;
	margin-left: 15px;
	font-size: 16px;
	color: #333333;
	outline:none
}

.dlbg_box_inp::-webkit-input-placeholder {
	color: #999999;
}

.dlbg_box_view_btn{
	font-size: 16px;
	color: #18B263;
	margin-left: 5px;
	cursor: pointer;
}

.dlbg_box_btn{
	width: 390px;
	height: 50px;
	background: #18B263;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 67px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.dlbg_box_bot{
	text-align: center;
	font-size: 16px;
	color: #18B263;
	margin-top: 30px;
	cursor: pointer;
}


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

.sph_top{
	width: 1201px;
	height: 72px;
	background: #FFFFFF;
	border-radius: 9px;
	border: 4px solid #CAEEDD;
	margin: 0 auto;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sph_top_box{
	width: 400px;
	text-align: center;
}

.sph_top_box_img{
	width: 35px;
	height: 28px;
	background-size: 100% 100%;
}

.sph_top_box_title{
	font-size: 20px;
	color: #2DBD72;
	margin-left: 5px;
}

.sph_top_box_text{
	font-size: 14px;
	line-height: 14px;
	color: #2DBD72;
	margin-top: 12px;
}

.sph_top_lin{
	width: 1px;
	height: 42px;
	border-left: 1px solid #CAEEDD;
}

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


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

.wzck_kbbk_ktbg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.ktbg_box{
	position: relative;
	width: 960px;
	height: 620px;
	background: #FFFFFF;
	border-radius: 7px;
	display: flex;
	box-sizing: border-box;
}

.ktbg_box_right{
	width: 700px;
	padding-top: 30px;
}

.ktbg_box_right_top{
	width: 639px;
	height: 45px;
	background: #F4F4F4;
	margin: 0 auto;
	display: flex;
}

.ktbg_box_right_top_box{
	width: 50%;
	text-align: center;
	line-height: 45px;
	background-size: 100% 100%;
}

.ktbg_box_right_qrxx{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}

.ktbg_box_right_qrxx_tps{
	font-size: 14px;
	color: #999999;
	padding-left: 90px;
}

.ktbg_box_right_qrxx_name{
	width: 160px;
	text-align: right;
}

.ktbg_box_right_qrxx_inp{
	width: 320px;
	height: 40px;
	border: 1px solid #EBEEF5;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
}

.ktbg_box_right_btn{
	width: 200px;
	height: 45px;
	background: #18B263;
	border-radius: 4px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.ktbg_box_right_tps{
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 30px;
}

.ktbg_box_right_heads{
	width: 596px;
	margin: 0 auto;
	border-top: 1px solid #EBEEF5;
	margin-top: 25px;
}

.ktbg_box_right_heads_box{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ktbg_box_right_heads_box_text{
	font-size: 14px;
	color: #666666;
}

.wzck_kbbk_tem1_left_box_name{
	font-size: 14px;
	color: #333333;
}

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

.ktbg_box_right_qrfw{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.ktbg_box_right_qrfw_name{
	width: 100px;
	font-size: 14px;
	color: #999999;
	text-align: end;
}

.ktbg_box_right_qrfw_text{
	width: 300px;
	font-size: 14px;
	color: #666666;
}

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

.wzck_kbbk_sskt_cuo{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

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

.ktbg_box_right_sskt_nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.ktbg_box_right_sskt_code{
	position: relative;
	width: 200px;
	height: 200px;
	margin-right: 30px;
}

.ktbg_box_right_sskt_code img{
	width: 100%;
	height: 100%;
}

.ktbg_box_right_sskt_code_bg{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.96);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ktbg_box_right_sskt_code_btn1{
	padding: 5px 10px;
	background: #17B362;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	cursor: pointer;
}

.ktbg_box_right_sskt_code_btn2{
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}

.ktbg_box_right_sskt_money{
	text-align: center;
	font-size: 30px;
	color: #FF3434;
	height: 50px;
	line-height: 50px;
}

.ktbg_box_right_sskt_bot{
	width: 360px;
	height: 60px;
	background: #388fec;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ktbg_box_right_sskt_bot_i{
	padding-top: 5px;
}

.ktbg_box_right_sskt_bot_text{
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}

.el-button--primary{
	background: #18B263 !important;
	border-color: #18B263 !important;
}