@charset "utf-8";
.tabBox{ display: none; }
.show{ display: block; }

.box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	zoom:1;
	background: url(../images/mask.png) repeat;
	cursor: pointer;
}

.big_title{
	clear: both;
	display: block;
	margin: 38px auto 20px;
}

.login_box{
	display: block;
	width: 488px;
	height: 456px;
	position: absolute;
	top:160px;
	left: 50%;
	margin-left: 54px;
	z-index:10;
	background: url(../images/login_bg.png) no-repeat;
}

.login_box .tabTitle{ width: 328px; margin: 0 auto; }
.login_box .tabTitle .tabs{
	float: left;
	width: 158px;
	height: 23px;
	padding: 5px 0 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin:0 3px;
	cursor: pointer;
	background: url(../images/tab_off.png) no-repeat;
}
.login_box .tabTitle .tabs.titleOn{
	background: url(../images/tab_on.png) no-repeat;
}

.login_box .tabBox{
	clear: both;
}
.login_box .tabBox .text_img{
	clear: both;
	display: block;
	margin: 0 auto 10px;
}
.login_box .tabBox .form_list{
	width: 403px;
	margin: 0 0 0 82px;
}
.form_list li{ width:403px; height: 48px; line-height: 26px; margin: 0 0 5px; float: left; color: #ceb6b0;}
.form_list li.tips_lay{
	height: 35px;
	line-height: 26px;
	margin:10px 0;
	background: url(../images/info_bg.png) no-repeat;
	width:323px;
}
.form_list li .tips2{
	font-size: 12px;
}
.form_list li.xieyi_lay{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}
.form_list li a{
	 color: #ceb6b0;
}
.form_list li a:hover{
	color: #0FF;
}
.form_list li .chk{
	width: 15px;
	height: 15px;
	margin:2px 5px 0 0;
	cursor: pointer;
	vertical-align: middle;
}
.form_list li .chk,.form_list li span{
	display: block;
	float: left;
}
.form_list li label,.form_list li .form_right{ display: block; float: left;}
.form_list li label{ font-size: 14px; width: 83px;}
.form_list li .form_right{ width: 320px;}
.form_list li label em{ padding: 0 7px; }
.form_list li label b{ padding: 0 0 0 29px; }
.form_list li .text_inp{
	border: 0;
	padding: 0 5px;
	width: 230px;
	height: 26px;
	background-color: #FFF;
}

.login_box_2 .big_title{
	margin:24px auto 15px;
}
.login_box_2 li{ height: 46px; }

.tips_success{
	font-size: 14px;
	color: #2b7507;
	font-weight: bold;
	text-align: center;
}
.tips_warning{
	font-size: 14px;
	color: #FF0;
	font-weight: bold;
	text-align: center;
}
.tips_default{
	font-size: 13px;
	color: #ce2700;
	text-align: center;
}
.tips_alert{
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}

.sub_btn{
	display: block;
	width:174px;
	height: 52px;
	border: 0;
	cursor: pointer;
	background: url(../images/btn_def.png) no-repeat;
}
.sub_btn:hover{
	background: url(../images/btn_on.png) no-repeat;
}

#close{
	width: 18px;
	height: 18px;
	background: url(../images/close.jpg) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 18px;
}

.txt_43u{
	width: 120px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#login_for_qq , #login_for_wx{
	display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(http://dl.n6wan.com/www1/common/images/common.png) no-repeat;
}
#login_for_qq{
	background-position: -22px -68px;	
}
#login_for_wx{
	background-position: -44px -68px;
}