/*¹«¹²*/
	#nv_member {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	background-image: url(../images/zz-sign-bg.jpg);
	background-repeat: no-repeat;
	background-color: #b8e5f8;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	overflow: auto;
}
#nv_member .zzui_header, #nv_member .zz_fts_mian, #nv_member #ft {
	display: none;
}
#nv_member .zz_dz_top {
	padding: 45px 0 10px;
	font-size: 22px;
	color: var(--color-primary-h);
	font-weight: 400;
	text-align: center;
}
#nv_member .zz_dz_top img {
	max-width: 240px;
	max-height: 90px;
	margin: 0 auto;
	overflow: hidden;
}
#nv_member .zz_dz_top p {
	margin-top: 25px;
}
#nv_member .rfm td .px:focus, #nv_member .rfm td select:focus {
	border-color: var(--color-primary) !important;
	-moz-box-shadow: 0 0 6px rgb(245,65,0,.5);
	-webkit-box-shadow: 0 0 6px rgb(245,65,0,.5);
	box-shadow: 0 0 6px rgb(245,65,0,.5);
}
#nv_member .zz_dl_box .rfm th, #nv_member .zz_dl_box .rfm td, #nv_member .zz_zc_box .rfm th, #nv_member .zz_zc_box .rfm td {
	height: 40px;
	line-height: 40px;
	padding: 10px 2px;
}

/*µÇÂ¼*/
	#nv_member .zz_login_con {
	width: 500px;
	padding: 8% 0 50px !important;
}
#nv_member .zz_dl_box {
	padding-bottom: 25px;
	background: var(--white);
	border: 0;
	box-shadow: 0 0 15px rgb(0,0,0,.08);
	border-radius: var(--border-radius-sm);
}
#nv_member .zz_dl_box .rfm {
	width: 400px;
	border-bottom: 0;
}
#nv_member .zz_dl_box .rfm.zzui_check_t th, #nv_member .zz_dl_box .rfm.zzui_check_t td {
	height: 20px;
	line-height: 20px;
	padding: 10px 15px 10px 2px;
}
#nv_member .zz_dl_box .rfm th {
	width: 5em;
	padding-right: 15px;
	font-size: 14px;
	color: var(--gray-8);
	text-align: right;
}
#nv_member .zz_dl_box .rfm td .px, #nv_member .rfm td .txt {
	height: 36px;
	line-height: 36px;
	background: var(--white);
	border: 1px solid var(--gray-3);
	border-radius: var(--border-radius-xs);
	outline: none;
}
#nv_member .zz_dl_box .rfm td.tipcol {
	padding-left: 10px;
}
#nv_member .zz_dl_box .rfm.zz_dl_wt td select {
	width: 230px;
	height: 38px;
	line-height: 38px;
	border: 1px solid var(--gray-3);
	background: var(--white);
}
#nv_member .zz_dl_box .rfm.zz_dz_seccheck a.xi2 {
	padding-left: 10px;
}

/*×¢²á*/
	#nv_member .zz_signup_con {
	width: 1000px;
	padding: 8% 0 50px !important;
}
#nv_member .zz_zc_box {
	padding: 10px 25px;
	background: var(--white);
	border: 0;
	box-shadow: 0 0 15px rgb(0,0,0,.08);
	border-radius: var(--border-radius-sm);
}
#nv_member .zz_zc_box .bm_h {
	height: 55px;
	line-height: 55px;
	margin-bottom: 10px;
	padding: 0;
	background: var(--white);
	border-top: 0;
	border-bottom: 1px solid var(--black-b) !important;
	border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}
#nv_member .zz_zc_box .bm_h .xs2 {
	font-size: 18px !important;
	font-weight: 400;
}
#nv_member .zz_zc_box .rfm {
	width: 480px;
	border-bottom: 0;
}
#nv_member .zz_zc_box .rfm th {
	width: 5em;
	padding-right: 15px;
	font-size: 14px;
	color: var(--gray-8);
	text-align: right;
}
#nv_member .zz_zc_box .rfm td .px, #nv_member .rfm td .txt {
	height: 36px;
	line-height: 36px;
	background: var(--white);
	border: 1px solid var(--gray-3);
	border-radius: var(--border-radius-xs);
	outline: none;
}
#nv_member .zz_zc_box .rfm.zz_dz_seccheck a.xi2 {
	padding-left: 10px;
}
#nv_member .zz_zc_box .rfm #tip_invitecode.p_tip {
    position: absolute;
	width: 390px;
    height: auto;
    line-height: 22px;
    padding-left: 10px;
    color: var(--gray-8);
	background: var(--white);
	display: none;
    z-index: 2;
}

/*°´Å¥*/
	#nv_member .mn button.zz_dz_pnc {
	width: 234px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: var(--white) !important;
	letter-spacing: 5px;
	background: var(--color-primary);
	border: none;
	border-radius: var(--border-radius-xs);
	outline: 0;
	cursor: pointer;
	overflow: hidden;
}
#nv_member .mn button.zz_dz_pnc:hover {
	opacity: .85;
}